/* @override http://stage.studiowhat.net/mkt/wp-content/themes/mkt/style.css */


Theme Name:MKT
Description:Wordpress
custom
theme
Version:
1.0
Author:Greg MacDonald
Author URI:
http://www.studiowhat.net



/* @group Reset */
*/

Reset default browser CSS.
 
 Based on work by Eric Meyer:
 http://meyerweb.com/eric/tools/css/reset/index.html
 
 -------------------------------------------------------------- */


/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #fff;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}



/* @end */
html { overflow: -moz-scrollbars-vertical; }
/* FireFox scroll bar shift fix*/
/*body*/

body, input, textarea {
	font: 12px/18px "Century Gothic", AppleGothic, "Lucida Grande", sans-serif;
	color: #000;
	background: #e8e2cf url(images/mktbg3.png) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

input, textarea {
	background: #fbf9e3 none;
}

/* @group Typography */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

p {
    margin-bottom: 18px;
}
ul {
	margin: 0 0 18px .5em;
}
ol {
	margin: 0 0 18px .5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

a,a:visited {
	color: #a5482d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #977b37;
	text-decoration: underline;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*headings*/

h1 {
	margin: 0px 0px 10px;
	font: 28px/32px "Century Gothic", AppleGothic, "Lucida Grande", sans-serif;
	color: #003858;
}

h1 a, h1 a:visited {
	color: #d2d2d2;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.single h1 {
	font-size: 10px;
	text-indent: -9000em;
	margin-bottom: 0;
}
h1 a:hover {
	color: #b1b1b1;
	text-decoration: none;
}
.home h1{
	color: #fff;
	font-size: 22px;
	display: block;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

h2 {
	color: #497284;
	margin: 0px 0px 0px;
	border-bottom: none;
	font: 20px "Century Gothic", AppleGothic, "Lucida Grande", sans-serif;
	padding: 0;
}

h3 {
	color: #923116;
	margin: 0px 0px 2px;
	font: 16px "Century Gothic", AppleGothic, "Lucida Grande", sans-serif;
	padding-bottom: 3px;
	width: 600px;
}


h2 a, h2 a:visited {
	color: #a5482d;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

h2 a:hover {
	color: #977b37;
	text-decoration: underline;
}


.panel h3 {
	font: 13pt "Century Gothic", AppleGothic, "Lucida Grande", sans-serif;
}
h4 {
	color: #80afa4;
	margin: 0px 0px 2px;
	font: 12pt "Century Gothic", AppleGothic, "Lucida Grande", sans-serif;
	padding-bottom: 3px;
}

/* @end */

#wrapper {
	margin: 0px auto;
	width: 960px;
	min-height: 100%;
	background: transparent;

}

/* @group Header/Banners */

#header {
	background: url(images/mkt_header_bg4.png) no-repeat;
	width: 960px;
	height: 131px;
	position: relative;

}

#header #topright {
	text-align: right;
	float: left;
	width: 960px;
	margin: 3px 0 0;
	z-index: 100;
	display: inline;
	
}

#header #topright ul {
	list-style: none;
	padding: 0 30px 0 0;
	margin: 0;
}

#header #topright li {
	display: inline;
}

#header #topright li a {
	color: #a8a7a5;
	font-size: 11px;
	padding: 0 0 0 25px;
	text-decoration: none;
}

#header #topright li a:hover {
	color: #6598b8;
	text-decoration: underline;
}

#logo, #header h1, #logo .description {
	position: relative;
	text-indent: -9000em;
	z-index: -1;
}


/* @end */

/* @group Menu */

#navwrap {
	clear: both;
	width: 100%;
	height: 35px;
	text-align: left;
	background: url(images/mkt_nav_bg4.png) no-repeat;
	z-index: 400;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	padding: 0;
	float: left;
	margin: 0 0 0 5px;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #987c38;
}

#nav a {
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 14px;
	font-size: 10pt;
	color: #fae2aa;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
}

#nav li a:hover {
	color: #fff;
	background: #4d6b6f url(images/tab_bg4.jpg) repeat-x; 
	text-decoration: none;
	display: block;
}

#nav li ul {
	list-style: none;
	position: absolute;
	width: 150px;
	left: -999em;
	z-index: 900;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	float: left;
	padding: 0;
	width: 120px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#nav li li a {
	width: 250px;
	height: 18px;
	line-height: 16px;
	color: #fae2aa;
	background: #6399b1;
	padding: 2px 20px 2px 15px;
	border-bottom: 1px solid #72b8d7;
	border-top-style: none;
}

#nav li li a:hover {
	color: #003858;
	background: #e8e3cb;
	height: 18px;
	padding: 2px 20px 2px 15px;
	border-bottom: 1px solid #72b8d7;
}

#nav li:hover, #nav li.sfhover {
/* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
}

#nav a:focus, #nav a:hover, #nav a:active {
	outline: 0;
	color: #000;

}

#nav li li a:focus,  #nav li li a:active, 
#nav .current_page_item li a, #nav .current_page_ancestor li a, #nav .current_page_parent li a {
	margin: 0px;
	color: #fae2aa;
	height: 18px;
	background: #6399b1;
}

#nav .current_page_item a {
	color: #fff;
	background: #4d6b6f url(images/tab_bg4.jpg) repeat-x; 
	
}
#nav .current_page_ancestor  a, #nav .current_page_parent  a {
	color: #fff;
background: #4d6b6f url(images/tab_bg4.jpg) repeat-x; 
	
}
#nav li li li{
  float: left;
  padding: 0;
  width: 150px;
	margin: -18px 0 0 180px;
}

/* @end */

/* @group Content divs */

#contentwrap {
	width: 100%;
	z-index: 3;
	min-height: 400px;
	background: url(images/mkt_content_bg4.png) repeat-y;
	float: left;
}

#contentwrap.home {
	width: 960px;
	float: left;
	min-height: 450px;
	background: url(images/mkt_content_bghm.png) repeat-y;
	z-index: 1;
}

#contenttop {
	background: url(images/mkt_content_top4.png) repeat-y left;
	width: 100%;
	height: 13px;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#content {
	float: right;
	width: 604px;
	overflow: hidden;
	font: 13px/20px "Century Gothic", AppleGothic, "Lucida Grande", sans-serif;
	margin: 0 0 0px 0px;
	padding: 20px 80px 0 11px;
}

#content.home {
	float: left;
	width: 438px;
	padding: 5px 20px 20px;
	margin: 0 243px 0 237px;
	background: url(images/homebox_bg.png) repeat-x 0 top;
	border: 1px solid #fff;

}

#content ul {
	list-style-image: url(images/mktbullet.png);
	
}



/* @end */

/* @group Sidebars */

#sidebars {
	font: normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}
#sidebar_left, #sidebar_right {
	float: left;
	width: 228px;
	overflow: hidden;
}
#sidebar_right {
	padding-top: 20px;
	margin: 0 0 0 -232px;
}
#sidebar_left {
	margin: 0 0 0 -100%;
	padding-left: 7px;
	padding-top: 20px;
}
* html #sidebar_left {
	left: 20px;
	margin-left: -100%;
}
#box {
	float: left;
	padding: 10px;
}

.sidebars p {	
	padding-right: 10px;
	padding-left: 15px;
}

.sidebars h2, #sidebars.sidebartitle {
	font:  14px/16px "Century Gothic", AppleGothic, "Lucida Grande", sans-serif;
	color: #fff;
	margin: 0 2px 0px;
	padding: 5px 0 5px 8px;
	letter-spacing: 1px;

}

.sidebars a, #sidebars a:visited {
	display: block;
	text-decoration: none;
	color: #f2dba5;
	padding: 5px 0 1px;
	font-weight: normal;
	font-style: normal;
}

.sidebars a:hover {
	color: #977b37;
	padding: 5px 0 1px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.sidebars ul {
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.sidebars ul li {
	list-style: none;
	margin: 0 16px;
	padding: 0;
}

.sidebars ul li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 18px;
}

.sidebars ul li ul li {
	list-style: none;
	padding: 0px 0 0px 0px;
}

#sidebars ul li ul li ul li {
	padding: 1px 0 1px 10px;
	border: none;
}

ul.sidecol li {
	list-style: none;
	padding-left: 0px !important;
}

ul.sidecol li {
	list-style: none;
	padding-left: 0px;
}

.sidebars .sidebarnav ul{
	margin-top: 20px;
}
.sidebars .sidebarnav ul li{
	padding-top: 0;
	padding-bottom: 15px;
	margin-left: 2px;
	margin-right: 0;
}
.sidebars .sidebarnav a, .sidebars a {
	background: url(images/nav_bullet_bg4.png) no-repeat 1px center;
	padding: 2px 0 2px 16px;
}
.sidebars .sidebarnav a:hover, .sidebars a:hover,.sidebars .sidebarnav .current_page_item a{
	padding: 2px 0 2px 16px;
	background: url(images/nav_bullet_bg5.png) no-repeat 1px center;
	color: #fff;
}
.sidebars h2 a{
	font-size: 20px;
	color: #fae2aa;
}

#sidebarfoot{
	position: absolute;
	bottom: 0;
	right: 0;
}
#sidebarbuttons{
	float: left;
	bottom: 0;
	margin-left: -28px;
	position: relative;
	margin-top: -58px;
	z-index: 1;
	padding-top: 0;
}
.widget_text{

	padding-bottom: 15px;
}
/* @end */

/* @group Footer */


#footer_inner {
	margin: 0 auto;
	width: 960px;
	height: 73px;
	background: url(images/mkt_footer_bg4.png) no-repeat 0 top;
}
.home #footer_inner  {
	margin: 0 auto;
	width: 960px;
	height: 73px;
	background: url(images/mkt_footer_bghm.png) no-repeat 0 top;
}


/*footer*/

#footer {
	clear: both;
	color: #384f3b;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 33px;
	padding-left: 19px;
}

#footer p {
	font-size: 10px;
	color: #847248;
	line-height: 11px;
	text-align: left;
	margin: 12px 0 0;
}

#footer a {
	color: #a6482d;
	font-size: 10px;
	text-decoration: none;
	list-style-type: none;
}


#footer a:hover {
	color: #ae965e;
	text-decoration: underline;
}



#footerleft {
	float: left;
	width: 400px;
	text-align: left;
	height: 28px;
}

#footerright {
	float: right;
	width: 300px;
	text-align: right;
}



/* @end */

/* @group Content classes */

.post {
	clear: both;
	margin: 0px 0px 25px 0px
}

.title {
	float: left;
	margin-left: 0px;
	width: 630px;
}

.post-date {
	width: 48px;
	height: 55px;
	float: left;
	background: url(images/date.png) no-repeat;
}

.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display: block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}

.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display: block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.entry {
	clear: both;
	padding: 5px 0px 0px 10px;
}

.comments {
	display: block;
	font: 10px;
	float: left;
	margin: 0;
	padding: 4px 0px 4px 5px;
	color: #979797;
	border: 1px  solid#111111;
	width: 100%
}

.author {
	display: block;
	margin: 0;
	padding: 0px 0px 4px 5px;
	font-weight: normal;
	color: #a5482d;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}

.navigation a, .navigation a:visited {
	color: #a5482d;
}

.previous-entries a {
	float: left;
	padding-left: 12pt;
	font-weight: bold;
}

.next-entries a {
	float: right;
	padding-right: 12pt;
	font-weight: bold;
}
.box{
	float: right;
	width: 200px;
	padding: 10px;
	color: #85775c;
	font-weight: normal;
	background: #e8e3cb;
	border: 1px solid #977b37;
	margin: 2px -19px 5px 20px;

}
.more{
	float: right;
}
/* @end */


/* @group Comments */

#comments, #respond {
	padding: 10px 0 5px 0;
	clear: both;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li {
	padding: 5px 10px;
}

.commentlist cite {
	font-size: 14px;
	color: #80afa4;
}

.commentlist cite a, .commentlist cite a:visited {
	color: #82b0a5;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	font: 10px;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label {
	color: #787878;
	font-size: 77%;
}

#commentform input {
	width: 270px;
	background: #ffffff;
	border: 1px solid #97a9ae;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea {
	width: 540px;
	height: 115px;
	background: #ffffff;
	border: 1px solid #97a9ae;
	padding: 2px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}

#commentform #submit {
	background: #65be31;
	font: 14px;
	color: #ffffff;
	border: 1px solid #30af0e;
	float: left;
	width: 130px;
	height: 28px;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



/* @end */

/* @group Search */

#searchform {
	margin: 0 0px 0 21px;
	height: 27px;
	float: right;

}

#searchform br {
	display: none;
}

#searchform #s {
	width: 104px;
	height: 15px;
	padding: 0 0 0px 2px;
	color: #ae9d77;
	font-weight: normal;
	background: #e8e3cb;
	position: relative;
	border: 1px solid #977b37;
	margin-left: 2px;
}

#searchform input {
	width: 29px;
	height: 17px;
	color: #cdb977;
	vertical-align: middle;
	font-size: 11px;
	background-color: #497284;
	border: 1px solid #987c38;

}



/* @end */

/*Other*/

.center {
	text-align: center;
}


form {
	margin: 0px;
	padding: 0px;
}

/* @group clear floats */

.clear {
	clear: both;
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}



/* @end */

/* @group Image& caption  */

.wp-caption {
	border: 1px solid #987c38;
	text-align: center;
	background-color: #f6f3eb;
	padding-top: 4px;
	margin: 10px;

}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img {
	border: 1px solid #987c38;
	padding: 4px;
}

.aligncenter, img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float: left;
	margin: 2px 20px 5px 0px;
	border: 1px solid #987c38;
	padding: 4px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float: right;
	margin: 2px -42px 5px 20px;
	border: 1px solid #987c38;
	padding: 4px;
}

/* @end */
.hackadelic-sliderPanel {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 5px;
}

a.hackadelic-sliderButton {
	padding: 0 3px;
	clear: both;
}
.stray_quote-2 a{
	font-size: 14px;
	background-image: none;
	margin-left: -20px;
	padding-bottom: 10px;
}
.stray_quote-2 a:hover{
	font-size: 14px;
	background-image: none;
	margin-left: -20px;
	padding-bottom: 10px;
}