/*
Theme Name:  MKIA Theme  
Version:     7.2.10
Author:      Computron 5000
Author URI:  http://jaredvotel.com/


                       .,,uod8B8bou,,.
              ..,uod8BBBBBBBBBBBBBBBBRPFT?l!i:.
         ,=m8BBBBBBBBBBBBBBBRPFT?!||||||||||||||
         !...:!TVBBBRPFT||||||||||!!^^""'   ||||
         !.......:!?|||||!!^^""'            ||||
         !.........||||                     ||||
         !.........||||                     ||||
         !.........||||                     ||||
         !.........||||                     ||||
         !.........||||                     ||||
         !.........||||                     ||||
         `.........||||                    ,||||
          .;.......||||               _.-!!|||||
   .,uodWBBBBb.....||||       _.-!!|||||||||!:'
!YBBBBBBBBBBBBBBb..!|||:..-!!|||||||!iof68BBBBBb.... 
!..YBBBBBBBBBBBBBBb!!||||||||!iof68BBBBBBRPFT?!::   `.
!....YBBBBBBBBBBBBBBbaaitf68BBBBBBRPFT?!:::::::::     `.
!......YBBBBBBBBBBBBBBBBBBBRPFT?!::::::;:!^"`;:::       `.  
!........YBBBBBBBBBBRPFT?!::::::::::^''...::::::;         iBBbo.
`..........YBRPFT?!::::::::::::::::::::::::;iof68bo.      WBBBBbo.
  `..........:::::::::::::::::::::::;iof688888888888b.     `YBBBP^'
    `........::::::::::::::::;iof688888888888888888888b.     `
      `......:::::::::;iof688888888888888888888888888888b.
        `....:::;iof688888888888888888888888888888888899fT!  
          `..::!8888888888888888888888888888888899fT|!^"'   
            `' !!988888888888888888888888899fT|!^"' 
                `!!8888888888888888899fT|!^"'
                  `!988888888899fT|!^"'
                    `!9899fT|!^"'
                      `!^"'



2009 ## Jared Votel ## jaredvotel@gmail.com 
*/

/* Eric Meyer's CSS reset reloaded */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote{ 
margin: 1.5em; 
color: #666; 
font-style: italic; 
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p{margin: 0 0 1.5em;}

strong{font-weight: bold; }
em {font-style: italic;}

/* Base Font Settings */

h1 { 
font-size: 24px; line-height: 28px;}
h2 { 
font-size: 20px; line-height: 24px;}
h3 { 
font-size: 16px; line-height: 20px;}
h4 { 
font-size: 14px; line-height: 18px;}
h5 { 
font-size: 12px; line-height: 18px;}
h6 { 
font-size: 10px; line-height: 16px;}

/* Wordpress Image Alignment */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

body {
font-family: "Georgia", serif;
background-image: url('media/images/pattern.png');  
background-attachment:fixed;
}
.shadow {
height: 100%;
background: transparent url('media/images/shadow1150.png') repeat-y center;
overflow: hidden;
}
#wrapper {
width: 960px;
margin: 0 auto; 
background: #ffffff;
}

/* Header */

#header {
height: 125px; 
}

/*** Superfish Dropdown ***/
.sf-menu, .sf-menu * {
margin:0;
padding:0;
list-style:none;
}
.sf-menu {
line-height:1.0;
}
.sf-menu ul {
position:absolute;
top:-999em;
width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width:100%;
}
.sf-menu li:hover {
visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float:left;
position:relative;
}
.sf-menu a {
display:block;
position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left:0;
top:38px; /* match top ul list item height */
z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left:10em; /* match ul width */
top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left:10em; /* match ul width */
top:0;
}

.sf-menu {
width: 100%;
float:left;
margin-bottom:10px;
background: #ee0088;
background-image: url('media/images/navgrad.png');
background-repeat: repeat-x;
border-top: 1px solid #ba006c;
}
.sf-menu li a,.sf-menu ul li a {
font-size: 10px;
color: #ffffff;
border-left: 1px solid #ee0088;
border-right:1px solid #ba006c;
padding: 10px 18px;
text-decoration:none;
font-size: 18px;
text-shadow: 1px 1px 3px #ba006c;
}
.sf-menu ul li a, sf-menu ul li li a {
font-size: 15px;
border-bottom: 1px solid #ba006c;
}
.sf-menu a, .sf-menu a:visited  {
color:#ffffff;
}
.sf-menu li,sf-menu li li, .sf-menu li li li {
background:#ee0088;
background-image: url('media/images/navgrad.png');
background-repeat: repeat-x;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:#ba006c;
color: #efefef;
outline:0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em; /* IE6 only */
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url('media/js/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
top:.8em;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
background:url('media/js/shadow.png') no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
/* Content */

#content {
float: left; 
margin-top: 10px;
margin-left: 15px; 
width: 600px;
border: 8px solid #efefef;
background: #ffffff;
}
/* con-content and conpost are specific to the auto-generated email subscription page */
#con-content { 
margin: 75px auto; 
width: 600px;
border: 8px solid #efefef;
background: #ffffff;
padding: 0px 25px;
}
.post, .conpost {
background: #ffffff;
width: 600px;    
margin-left: auto; 
margin-right: auto; 
border-bottom: 3px solid #efefef;
line-height: 20px;
}

.post p, .conpost p {
text-align: justify; text-justify: newspaper;
margin: 0px 20px;
padding: 10px 3px;
font-size: 14px;
color: #080808;
}
.post img, .conpost img {
max-width: 500px;
}
.topcat { 
padding: 17px 0px 10px 50px;
color: #ee0088;
background: transparent url('media/images/sprite.png') 0px -533px no-repeat;
}
.topcat a{
text-decoration: none; 
color: #ee0088;   
}
.topcat a:hover {
text-decoration: underline;
color: #2d2d2d;
}

.post-edit-link {
color: #ee0088;
text-decoration: none;
font-size: 10px;
position: relative; 
top: -35px; 
left: 545px; 
}
.post-edit-link:hover {
text-decoration: underline; 
color: #000000;
}
.postdate {
clear: both;
padding: 0px 15px;
margin-top: -30px;
float: right; 
font-size: 14px;
}
.posttitle {
margin-top: 10px;
padding: 10px 0px;
font-size: 26px;
text-align: center;
}
.posttitle a, .posttitle a:visited{
text-decoration: none;  
color: #000000;
}
.posttitle a:hover {
color: #2d2d2d;
text-decoration: underline; 
}
.catname {
font-size: 26px;
text-align: center;
color: #02052f;
border-bottom: 8px solid #efefef;
padding: 15px 0px;
}
.entry {
padding: 25px 5px; 
}
.topcat a:visited, .post-edit-link:visited, 
 .categories a:visited {
color: #ee0088;
}
.socialbuttons {
clear: both;
margin: 0 auto; 
height: 30px; 
padding-top: 20px;
font-family: verdana, arial, sans-serif;
font-size: 13px;

}
.emailthis {
padding: 10px 0px 5px 33px;
background-image: url('media/images/sprite.png');
background-repeat: no-repeat;
background-position: -8px -251px;
}
.facebookshare {
padding: 0px 0px 2px 13px;
background-image: url('media/images/sprite.png');
background-repeat: no-repeat;
background-position: -10px -296px;
}
.twittershare {
padding: 0px 0px 3px 13px;
background-image: url('media/images/sprite.png');
background-repeat: no-repeat;
background-position: -10px -331px;
}
.comcount {
background-image: url('media/images/sprite.png');
background-position: -2px -8px;
background-repeat: no-repeat;
padding: 3px 15px 6px 17px;
color: #ee0088;
font-weight: bold;
margin-left: -10px;
}
.addacom {
background-image: url('media/images/sprite.png');
background-position: -10px -10px;
background-repeat: no-repeat;
padding: 2px 0px 5px 35px;
margin-left: -5px; 
}
.twittershare, .facebookshare,.emailthis,.comments-link { 
text-decoration: none; 
color: #000000;
margin-left: 15px;
}
.twittershare:hover, .facebookshare:hover, .emailthis:hover, .comments-link:hover {
color: #ee0088;
}

.categories {
margin-top: 10px;
clear: both; 
text-align: center; 
}
.categories a{
text-decoration: none; 
color: #ee0088;
font-weight: bold;   
}
.categories a:hover {
color: #000000;
text-decoration: underline;
}
.more {
padding-top: 5px;
}
.more a{
font-weight: bold;
color: #ff3388;
text-decoration: none;
}
.more a:hover {
color: #000000; 
text-decoration: underline;
}
.wp-caption-text {
text-align: center;
background: #f8f8f8;
padding: 3px 0px; 
}

/* 404 and empty category */
#notfound {
font-size: 20px;
height: 200px;
background-image: url('media/images/sprite.png');
background-repeat: no-repeat;
background-position: 15px -345px;
}
#notfound p {
text-align: center;
width: 300px;
float: right;
padding-top: 60px;
padding-right: 75px;
}
#notfound h2 {
margin-left: 150px;
}
.lowercase {
color: #2d2d2d;
text-transform: lowercase;}


/* Sidebar */

#sidebar {
margin-top: 10px;
margin-right: 15px;
width: 275px; 
float: right; 
}
#search {
border: 8px solid #efefef;
height: 50px;
}
.search {
width: 142px;
margin-top: 14px;
margin-left: 17px;
}
.search-btn {
width: 85px;
margin-left: 3px;
}

#emailsubscribe {
margin: 25px 0px;
border: 8px solid #efefef;
height: 232px;
}
.mkiapink {
font-size: 28px; 
color: #ee0088;
font-weight: bold;
text-shadow: 1px 1px 0.75px #2d2d2d; 
}
.getmkiamail {
padding-top: 60px;
padding-right: 120px;
padding-left: 7px;
height: 115px;
font-size: 18px;
color: #2d2d2d;
text-align: center;
background-image: url('media/images/sprite.png');
background-repeat: no-repeat;
background-position: 138px -350px;
}
.enteremail {
font-family: verdana;
color: #666666;
font-size: 9px;
position: relative; 
top: -27px;
left: 18px;
}
.gsom-optin-form {
margin-left: 17px;
margin-top: -83px;
}
div.gsom-optin-radiogroup
{	
float: right !important;
position: relative;
top: 31px; 
left: -15px;
}
.gsom-required-msg {
border: 1px solid #ee0088 !important;
background: #ee0088 !important;
color: #02052f !important;
}

#contact {
height: 75px; 
border: 8px solid #efefef;
margin: 0 auto;
margin-top: 25px; 
padding: 5px;
}
.askmkia {
font-size: 22px; 
text-align: center;
margin-top: 5px;
color: #000000; 
}
.askmkia a {
text-decoration: none;
color: #000000;}
.mkiamodal {   
color: #ee0088;
text-decoration: none; 
font-weight: bold;
font-size: 28px;
text-shadow: 1px 1px 0.75px #2d2d2d;  
}
.mkiamodal:hover {
color: #ffffff;
text-shadow: 1px 1px 5px #ee0088;
}
.contacttag {
font-size: 18px;
color: #2d2d2d;
text-align: center;
padding-top: 5px;
}
#social {
margin-top: 25px; 
height: 100px;
border: 8px solid #efefef;
}
.follow {
font-size: 22px;
margin-top: 10px; 
margin-left: 17px; 
}
.facebook, .twitter, .rss,.bloglove {
height: 50px;
width: 50px;
padding: 8px 5px;
float: left; 
}
.facebook:hover,.twitter:hover,.rss:hover,.bloglove:hover {
opacity: 0.7;
}
.twitter {
background-image: url('media/images/sprite.png');
background-repeat: no-repeat;
background-position: -2px -113px;
}
.bloglove {
background-image: url('media/images/bloglovin50px.png');
background-repeat: no-repeat;
background-position: 8px center; 
}
.rss {
background-image: url('media/images/sprite.png');
background-repeat: no-repeat;
background-position: -2px -183px;
} 
.facebook {
background-image: url('media/images/sprite.png');
background-repeat: no-repeat;
background-position: -2px -43px;
margin-left: 17px;
}

#links {
margin-top: 25px; 
border: 8px solid #efefef;
margin-left: auto; 
margin-right: auto;  
padding-bottom: 10px; 
}
#links a {
color: #ee0088;
text-decoration: none; 
line-height: 25px;
padding-left: 25px;   
}
#links a:hover {
color: #ffffff;
background-image: url('media/images/favicon.png');
background-repeat: no-repeat;
background-position: 5px center; 
text-shadow: 1px 1px 3px #2d2d2d;
}
.linkswelove{
text-align: center;
font-size: 22px;
margin: 10px 0px 20px 0px;
}
.lovepink { 
background-image: url('media/images/sprite.png');
background-repeat: no-repeat; 
background-position: 60px -547px;
font-size: 22px;
font-weight: bold;
padding-right: 35px;
position: relative;
top: 17px;
color: #ee0088;
}

/* Other Widgets....mostly archives*/

.widgettitle {
font-size: 22px;
background-image: url('media/images/sprite.png');
background-repeat: no-repeat; 
background-position: 95px -539px;
padding: 10px 17px;
}
.widget {
border: 8px solid #efefef;
margin: 25px auto;
padding-bottom: 10px; 
color: #02052f;
}
.widget a {
color: #02052f;
text-decoration: none;
padding-left: 25px;
text-decoration: none; 
line-height: 25px;   
}
.widget a:hover {
color: #ffffff;
background-image: url('media/images/favicon.png');
background-repeat: no-repeat;
background-position: 5px center; 
text-shadow: 1px 1px 3px #2d2d2d;
}

/* Footer */

#footer {
clear: both;
padding: 75px 0px 20px 0px;  
width: 100%;
text-align: center; 
}
#footer p {
padding-bottom: 5px; }
#footer a {
text-decoration: none; 
}
#footer a:visited {
color: #000000;
}


/* Comments */
#commentheader {
font-size: 20px;
padding-top: 20px;
text-align: center;
}
.odd {
background: #ffffff;}
.even, .thread-even {
background: #ffffff;
}
.commentlist li:first-child {
border-top: 8px solid #efefef;
}
.comment {
border-bottom: 8px solid #efefef;
width: 100%;
padding: 5px 15px;
width: 570px;
}
.comment p {
padding-top: 10px;
margin-bottom: 3px;
}
.depth-2, .depth-3,.depth-4,.depth-5,.depth-6,.depth-7,.depth-8,.depth-9,.depth-10{
margin: 12px;
border: 8px solid #efefef;
}
.comment-body {
padding: 10px;
}
.comment-body img {
max-width: 500px;
padding: 15px 0px;
}
.url, .comment-meta a{
color: #000000;
text-decoration: none;
}
.comment-meta a {
color: #ee0088;
float: right;
margin-top: -97px;
}
.avatar {
margin-top: -10px;
}
.fn {
padding-left: 20px;
margin-left: -100px;
font-size: 18px;
color: #ee0088;
}
.says { 
font-size: 18px;
}
.fn,.says {
position: relative; 
top: 5px;
}
.comment-edit-link {
padding-top: 25px;
}
.comment-reply-link{
text-decoration: none; 
float: right;
margin-top: -10px;
font-weight: bold;
color: #000000;
}
.comment-reply-link:hover, 
.fn:hover, comment-edit-link:hover, #respond a:hover {
text-decoration: underline;
color: #0000ff;
}
#respond {
font-weight: bold;
padding: 8px;
}
#respond a {
color: #ee0088;
text-decoration: none;
}
#commentform,#submit {
padding: 3px;
}
.navigation {
padding: 10px 0px;
margin: 0px 5px;}
.navigation a{
font-weight: bold;
text-decoration: none; 
}

/* Pagination */

.wp-pagenavi {
text-align: center;
padding: 12px 0px;}

.wp-pagenavi a, .wp-pagenavi a:link {
padding: 2px 4px; 
margin: 2px;
text-decoration: none;
color: #000000;	
border: 1px solid #ffffff; 
}
.wp-pagenavi a:visited {
padding: 2px 4px; 
margin: 2px;
text-decoration: none;
border: 1px solid #efefef;
color: #2d2d2d;	
}
.wp-pagenavi a:hover {	
border: 1px solid #efefef;
color: #0000ff;
}
.wp-pagenavi a:active {
padding: 2px 4px 2px 4px; 
margin: 2px;
text-decoration: none;
border: 1px solid #ee0088;
color: #2d2d2d;	
}
.wp-pagenavi span.pages {
padding: 2px 10px; 
margin: 2px;
color: #ee0088;
font-size: 18px;
}
.wp-pagenavi span.current {
padding: 2px 4px; 
margin: 2px;
font-weight: bold;
border: 1px solid #ee0088;
color: #000000;
}
.wp-pagenavi span.extend {
padding: 2px 4px; 
margin: 2px;	
color: #000000;
}


/* SMCF Styles */
/* Overlay */
#smcf-overlay {background-color:#000000; cursor:wait;}

/* Container */
#smcf-container {width:450px; font-family: Georgia,'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left; border: 2px solid #2d2d2d; background: #fff;}
#smcf-container .smcf-content {background-color:#fff; color:#000; height:40px; border: 2px solid #2d2d2d; border-top: none; width: 450.1px; margin-left: -2.5px; }
#smcf-container .smcf-cc {font-size:16px; cursor:default;}
#smcf-container h1 {color:#ee0088; margin:0; padding: 6px 10px; font-size: 20px; text-align:center;}
#smcf-container .smcf-loading {position:absolute; background:url(../img/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#smcf-container .smcf-message {text-align:center;}
#smcf-container .smcf-error {width:92%; height: 20px; font-size:.8em; background:#fff; border:2px dotted #f00; font-size:0.8em; font-weight:bold; padding-top: 4px;margin:0 auto;}
#smcf-container br {clear:both;}
#smcf-container form {padding:0; margin:0;}
#smcf-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#smcf-container .smcf-input {float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; width:300px; font-size:.9em;}
#smcf-container textarea {height:114px; font-size:.9em;}
/* #smcf-container div.smcf-top {height:13px; background:url(../img/form_top.gif) no-repeat; padding:0; margin:0;} */
#smcf-container div.smcf-bottom {display: none; }
#smcf-container div.smcf-bottom a:hover {color:#000;}
#smcf-container .smcf-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:1px solid #2d2d2d; font-size:1em; font-weight:bold; color:#000; text-align:center; vertical-align:middle;}
#smcf-container .smcf-send {width:50px;}
#smcf-container .smcf-cancel {width:65px;}
#smcf-container a.modalCloseX,
#smcf-container a.modalCloseX:link,
#smcf-container a.modalCloseX:active,
#smcf-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; right:8px; color:#000;}
#smcf-container a.modalCloseX:hover {color:#9bb3b3;}

/* Footer modal contact window */
  
.jqmWindow {
display: none;
position: fixed;
top: 25%;
left: 50%;
margin-left: -150px;
width: 300px;
background: #ffffff;
color: #000000;
border: 2px solid black;
padding: 18px 18px 5px 18px;
text-align: left;
}
.jqmWindow h3, .jqmWindow p {
}
#dialog {
width: 250px;
}
#dialog h3 {
color: #ee0088;
font-size: 20px;
}
#dialog p {
padding: 10px 0 0 15px;
}
.jqmClose {
float: right;
position: relative; 
top: -10px;
left: 8px;
padding: 3px;
font-family: georgia; 
font-size: 18px;
}
.jqmClose:hover {
background: #dbdbdb;
color: #ffffff;
}
.jqmOverlay { 
background-color: #000;
}