/*
Theme Name: Mydotcomistaken
Theme URI: http://www.mydotcomistaken.com/
Description: Based off of Cordobo theme, this theme was written for Mydotcomistaken.com.
Version: 0.9.501
Author: Carnage Asada
Author URI: http://www.mydotcomistaken.com/
Tags: burritos
*/



/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------ */

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 { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }



/* GENERAL
------------------------------------------------------------------- */

*::-moz-selection { background: #51a201 none repeat scroll 0 0; color: #fff; }

html, body {
  min-height: 100%;
  // height: 100%;
}

#main {
     background: url(images/gr_sidebar_pattern1.gif) repeat-y top;
     background-position: 0px 0px;
}

body {
    font-family: georgia, times, serif;   
    background-color: #414141; /* Neut Grey */
    background-image: url(images/gr_bgPattern1.gif);
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0;
    padding: 0;
    color: #EBC100; /* Text: Dark Yellow */
    text-align: center;
}

a { text-decoration: none; }
a:link, a:visited { color: #EBC100; /* Text: Dark Yellow */  }
a:focus, a:hover, a:active { color: #FCF3BD; /* Text: White */  }



#sidebar a, #sidebar a:link, #sidebar a:visited { }
#sidebar a:focus, #sidebar a:hover, #sidebar a:active { padding: 0; margin: 0; border-bottom-color: #C54E0B;}
#sidebar .sb-tools a, #sidebar .sb-tools a:link, #sidebar .sb-tools a:visited { padding: 0; margin: 0; border: 0 none; color: #C54E0B; }
#sidebar .sb-tools a:active, #sidebar .sb-tools a:focus, #sidebar .sb-tools a:hover { padding: 0; margin: 0; }
#sidebar .textwidget a img, #sidebar .textwidget a:hover img { padding: 0; margin: 0; }

abbr, acronym { border-bottom: 1px dashed #999; cursor: help; }

blockquote {
  background-color: #f8f8f8;
  border-left: 2px solid #eaeaea;
  color: #111;
  font-style: italic;
  margin: 0 0 9px;
  padding: 7px;
}

cite { font-style: italic; }

code {
  background: #eaeaea;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.9em;
  padding: 1px 3px;
}

del { color: #8b0000; text-decoration: line-through; }

em { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  color: #FCF3BD; /* Text: Light Yellow */
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
  font-weight: normal;
}

h1 { font-size: 34px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }

h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color: #FCF3BD; /* Text: Light Yellow */ }
h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { text-decoration: underline; }

hr { display: none; }
input { vertical-align: middle; }
ins { color: #006400; text-decoration: none; }
small { font-size: 0.8em; }
sub, sup { font-size: 0.7em; }



/* Generic classes
------------------------------------------------------------------- */

/* Beautified ampersands */
.amp { font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman"; font-style: italic; }
/* Emphasize your name in the About-Box */
.smaller-caps { font-size: 110%; font-variant: small-caps; }
.hidden { display: none; }
.top-link { }
.top-link:hover { text-decoration: underline;  }



/* Wordpress specific CSS
------------------------------------------------------------------- */

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

/* Resizes the image to the maximum width of the content area */
.entry img {
  max-width: 576px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  font-size: 11px;
  padding: 5px 6px 3px;
  text-shadow: 0 1px 0 #fff;
}

.more-link:hover { background-color: #E6F0F2; border-bottom-color: #B3CDD8; color: #000; }

/* Tables and #wp-calendar */
table { color: #3E5867; width: 100%; }
caption { background-color: #E6F0F2; border-top: 1px solid #E6F0F2; text-align: center; }
thead { background-color: #F4F8F9; text-align: center; }
tbody { background-color: #f7f7f7; text-align: center; }
tfoot { background-color: #fff; text-align: left; }
td#next { text-align: right; }



/* STRUCTURE
------------------------------------------------------------------- */

#maincontainer {
     width: 775px;
     min-height: 100%;
     // height: 100%;
     // background-color: #33FF00;
     margin: 0 auto 0px;
     bottom: 0;
}

#header,
#main,
#footer {
  text-align: left;
  margin: 0 auto 0px;
  width: 775px;
}

#header,
#sidebar,
#footer { font-size: 0.7em; }

#header {
    background-image: url(images/gr_main_header.gif);
    background-repeat: no-repeat;
    background-color: #AA0904; /* Mydotcomistaken red */
    height: 146px;
    margin-top: 0px;
    position: relative;
}

#container {
   float: left;
   width: 530px;
   height: 100%;
   margin: 0;
   padding: 0;
}

#content {
  width: 100%;
  min-height: 100%;
  margin: 0 0 0 40px;
  padding: 0;
  overflow: hidden;
}

#content a:hover {
  text-decoration: underline;
}

#sidebar {
  float: right;
  width: 150px;
  height: 100%;
  margin: 10px 40px 0 0;
  padding: 0;
  background-image: url(images/gr_sidebar_bg.gif);
  background-repeat: no-repeat;
}

#footer {
    margin: 0 auto;
    padding: 0;
    background-color: #770603; /* Mydotcomistaken red */
    height: 40px;
    /*
    width: 715px;
    height: 152px;
    background-image: url(images/gr_bottom_texture.gif);
    background-repeat: no-repeat;
    */
}

#footer p {
    padding: 10px 10px 0 10px;
    margin: 0;
    font-family: arial, sans-serif;
    color: #EBC100;
    font-size: 9px;
}

#footer .alignright,
#footer .alignright a {
    left: 160px;
}

/*
#footercontainer {
     margin: 0 auto;
     width: 775px;
     background: url(images/gr_sidebar_pattern1.gif) repeat-y top;
     background-position: 0px 3px;
     background-color: #ff0033;
}
*/

/* HEADER
------------------------------------------------------------------- */


/* Start EXAMPLE CODE image logo */
/*
#logo, #logo a { display: block; height: 19px; width: 87px; }
#logo { position: absolute; top: 28px; left: 27px; }
#logo a { text-indent: -9999em; }
.description { color: #868F98; display: block; left: 124px; position: absolute; top: 44px; }
*/
/* End EXAMPLE CODE image logo */



/* Start EXAMPLE CODE text logo */

#branding { display: none; }
h1#logo { font-size: 30px; line-height: 1.2; margin: 0; }
#logo, .description { color: #868F98; float: left; margin: 17px 0 0 10px; }

/* End EXAMPLE CODE text logo */



/* MENUS */
#accessibility {
  display: block;
  position: absolute;
  right: 40px;
  top: 5px;
  font-size: 9px;
}

#accessibility li,
#accessibility a { display: block; float: left; }
#accessibility a { padding: 0 7px 0 4px; }
#accessibility .last-item a { background: none; padding-right: 0; }

#nav { position: absolute; top: 75px; left: 0; width: 775px; }


#menu {
     position: absolute;
     left: 35px;
     top: 38px;
}


#menu li,
#menu a { display: block; float: left; }

#menu a {
  color: #EBC100; /* Text: Dark Yellow */ 
  font-family: arial, sans-serif;
  text-transform: lowercase;
  font-size: 1.2em;
  padding: 0 10px;
}

/* Removes the background separator in Opera 9+, Firefox 2+, Safari 3+ */
#menu .page-item-home a,
#submenu li:first-child a { background-image: none; }

#menu .current_page_item a {
  margin: -.2em 0 0 0;
  font-size: 1.8em;
  color:#FDE55C;
}

#menu a:hover,
#menu a:focus {
  text-decoration: underline;
}

#submenu-bg {
     position: absolute;
     left: 55px;
     top: 55px;
}

ul#submenu {
     display: block;
     padding: 0;
}
#submenu li,
#submenu a { display: block; float: left; }
#submenu li { position: relative; }
#submenu a {
  color: #EBC100; /* Text: Dark Yellow */
  font-family: arial, sans-serif;
  text-transform: uppercase;
  font-size: .8em;
  padding: 0 2px;
}
#submenu a:before,
#submenu .current_page_item a:before {
  color: #4F0601;
  font-size: 14;
  content: "\00BB \0020";
}

#submenu .current_page_item a {
  font-size: 1.2em;
  margin: .1em 0 0 0;
  color:#FDE55C;
}
#submenu a:hover { color: #FF3300; }


/* 3rd level navigation - only visible if you have grandchild pages */
#submenu li ul { display: none; }

#submenu li:hover ul  {
  background-color: #fff;
  border: 1px solid #eaeaea;
  clear: both;
  display: block;
  float: none;
  left: auto;
  line-height: 1;
  padding: 6px 6px 4px;
  position: absolute;
  top: 18px;
  overflow: auto;
  width: 200px;
  z-index: 1000;
}

#submenu li li,
#submenu li li a {
  clear: both;
  display: block;
  float: none;
  padding: 0;
}

#submenu li li a {
  background-color: #f7f7f7;
  background-image: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 1px;
  padding: 9px 10px;
  width: 180px;
}

#submenu li li a:hover { background-color: #FF3300; border-bottom: 1px solid #c2c2c2; color: #125687; }

/* Top search */
#nav-search {
  display: block;
  height: 30px;
  line-height: 16px;
  position: absolute;
  right: 45px;
  top: -30px;
}

#nav-search label { display: none; }

#s {
  border: 1px solid #777;
  font-size: 11px;
  padding: 4px 5px 2px;
  width: 130px;
}

/* Fixes Firefox 2 and 3 */
#searchsubmit, x:-moz-any-link { padding: 0 5px 3px; *padding: 0 5px; }


/* POSTs and PAGEs
------------------------------------------------------------------- */

.page, .post, .pagetitle, .nocomments {}
.post, .nocomments { padding-bottom: 20px; }
.post { margin-bottom: 5px; }
.entry {
  margin: 5px 0 0 0;
  font-size: 11px;
  line-height:14px;
}
/*
.post {
  background-image: url(images/gr_post_bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}
*/
.meta {
  border-top: 1px solid #770603;
  color: #DA8100;
  display: block;
  font-family: arial, sans-serif;
  font-size: 9px;
  height: 20px;
  line-height: 13px;
}

.meta a {
  color: #DA8100;
}

* html .meta { height: 1%; }
.meta:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

a.button-style {

}

a.button-style:hover {

}

p strong, li strong {
    color: #EBC100;
    font-weight: bold;
}

.entry p, .entry ol, .entry ul, .entry dl { margin: 0 0 9px; color: #FCF3BD; }
.entry blockquote p { margin: 0; }

.entry ol { margin-left: 0.75em; padding-left: 12px; }
.entry ul { margin-left: 0.5em; padding-left: 12px; }
.entry ol li { list-style-type: decimal; }
.entry ul li { list-style-type: disc; }

.entry dl { }
.entry dt { font-weight: bold; }
.entry dd { background: transparent url(img/dl-arrow.gif) 0 4px no-repeat; padding: 0 0 4px 1em; }

#ptitle {
    margin: 0;
    padding: 0 0 2px 0;
}

#ptitle,
#ptitle a,
.post h2 a {
    color: #FCF3BD; /* Text: Light Yellow */
    text-transform: lowercase;
    font-size: 22px;
    font-weight: bold;
}

.pagetitle,
.pagetitle a {
    text-transform: lowercase;
    color: #770603;
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    padding: 0;
    margin: 0;
}

.entry a {
    text-decoration: underline;
}

.entry a:hover {
    color: #FFFFFF;
}

/* PAGINATION on single.php */

.previousnext, .pagination { }

.page-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 20px;
  padding: 5px 8px;
}

.page-link span, .page-link a {
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 16px;
}

.page-link span { background-color: #fff; color: #111;}
.page-link a span { margin: 0; }
.page-link a:link span, .page-link a:visited span { background-color: #5B8EAD; color: #fff; }
.page-link a:hover span, .page-link a:active span, .page-link a:focus span { background-color: #285776; color: #fff; }
.page-link strong { display: block; float: left; margin-right: 5px; }

.postmetadata {
  // border-bottom: 1px dotted #DA8100;
  border-top: 1px solid #770603;
  font-size: 11px;
  margin-top: 15px;
  padding: 5px 0px;
  background-image: url(images/gr_post_bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}
.postmetadata p,
.postmetadata p a {
    height: 10px;
    font-family: arial, sans-serif;
    font-size: 9px;
    color: #DA8100;
}

.postmetadata p {
    font-weight: bold;
    color: #DA8100;
}

.postmetadata p a {
    font-weight: normal;    
}

.postmetadata a:hover {
    text-decoration: underline;
}

/* Advertisement space - see Admin Settings */
.something { display:none; }
.somethingspecial { display:none; }


/* COMMENTS
------------------------------------------------------------------- */

#respond {
  background-color: #770603;
  margin-top: 1px;
  overflow: hidden;
  padding: 0 0 18px;
  width: 100%;
  font-family: arial, sans-serif;
}

h3#comments, h4#pings { float: left; }
h3#comments, #respond h3 {
  color: #FDE55C;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#respond h3 {
    padding: 0;
    margin: 10px 10px 0;
}

#respond p,
#respond p a {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 10px;
    color: #EBC100; /* Text: Dark Yellow */
}

h4#pings { line-height: 1.2; margin: 10px 0; width: 150px; }

.comments-header,
.navigation { }

.navigation {
  background-color: #E6F0F2;
  font-size: 11px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  padding: 0 28px;
}

.comments-header {
  background-image: url(images/gr_post_bottom.gif);
  background-repeat: no-repeat;
  background-position: top;
  padding: 5px;
}
.comments-header-meta {
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 44px;
  padding: 4px 0 0 ;
}

.commentlist {
  // border: 1px solid #f9fbfc;
  font-size: 12px;
  // background-color: #ff3300;
  margin-bottom: 10px;
}
.pinglist { margin-top: 10px; width: 420px; float: right; }

li.pings {
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 4px 10px;
  width: 400px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; }

.comment {
  // background: transparent url(img/bg-comment.png) 10px 19px no-repeat;
  // border-top: 28px solid #f9fbfc;
  // border-left: 40px solid #f9fbfc;
}

.comment-body {
  margin-left: 5px;  
  position: relative;
}

.comment-body img.avatar {
  display: none;
  position: absolute;
}

ul.children { }
.comment ul.children li { border-top: 15px solid #f9fbfc; }

.comment-meta,
.comment-meta a {
  color:#770603;
  font-size: 9px;
  font-weight: bold;
}

.comment-meta {
  padding-bottom: 2px;
}

.comment-author-admin { background-image: url(img/bg-comment-admin.png); }
.comment-author-admin > .comment-body { background-color: #E6F0F2; }
.comment p, .comment blockquote { }
.comment blockquote p, .comment blockquote blockquote, .comment blockquote blockquote p { margin: 5px; padding: 7px; }
.commentlist cite, .commentlist cite a { }
.commentlist cite a { }

.comment p {
  font-size: 11px;
  font-style: italic;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dotted #770603;
  border-top: 1px dotted #770603;
}

/* Not used */
li.thread-alt { }
.comment-author { }
.commentlist .thread-even { }
.commentlist .depth-1 { }
.commentlist .odd { }
.commentlist .even,
.commentlist .alt { }
.comment-author cite {
  color: #FCF3BD;
  display: block;
  font-style: italic;
  font-weight: bold;
  line-height: 18px;

}
.comment-author-admin .comment-author cite { background-color: #F4F8F9; border-bottom-color: #ccc; }

.says { display: none; }
.comment div em { } /* comments awaiting moderation. */

.reply { font-size: 10px; font-weight: bold; overflow: hidden; }

a.comment-reply-link { 
  color: #666;
  display: block;
  float: right;
  padding: 2px 6px;
}
.comment-reply-link:hover { background-color: #fff; color: #333; }

#commentform {
    padding: 10px 10px 0;
    width: 500px;
}

.cancel-comment-reply,
.you-must-be-logged-in { padding: 0 0 0 28px; }

.respond-left { float: left; width: 42%; }
.respond-right { float: left; width: 58%; }

#respond label { display: block; font-size: 11px; height: 20px; margin: 3px 0 9px; width: 85%; }

input#author, input#email, input#url {
  border: 1px solid #ddd;
  color: #999;
  display: block;
  height: 15px;
  line-height: 15px;
  padding: 5px 3px;
  width: 85%;
}

textarea#comment {
  border: 1px solid #ddd;
  font-family: inherit;
  height: 150px;
  margin: 0 0 9px;
  padding: 5px 3px;
  width: 100%;
}

#respond input:focus,
textarea#comment:focus {
  color: #000;
  border-color: #aaa;
  -moz-box-shadow: 3px 3px 0px rgba(238,238,238,1);
  -webkit-box-shadow: 3px 3px #eee;
}

input#submit {
}



/* SIDEBAR
------------------------------------------------------------------- */

#sidebar {
  font-family: arial, sans-serif;
}

.currently-viewing,
#about,
#sidebar .categories,
#sidebar .archives,
.pagenav,
#meta,
.linkcat,
.widget { border-bottom: 3px solid #AA0904; margin: 0 0 8px; padding: 0 8px 9px; }

.categories li li, .pagenav li li { margin-left: 6px; }

ul.sb-list { margin-left: 0; }

/* h4 -> sb-title - less semantic, better for search engine positioning */
.sb-title, .sb-tools a span {
  color: #FDE55C;
  font-size: 11px;
  padding-bottom: 1px;
  font-weight: bold;
  text-transform: uppercase;
}

ul.sb-tools {
  border-bottom: 3px solid #AA0904;
  margin: 9px 0;
  padding: 0 8px 10px;
}

.sb-tools .rss-icon { display: block; min-height: 34px;  }

.sb-tools a:hover span,
.previous-post a:active, .previous-post a:focus, .previous-post a:hover,
.next-post a:active, .next-post a:focus, .next-post a:hover {
  text-decoration:underline;
}

.twitter-icon, .rss-icon {
  padding-left: 45px;
}

.twitter-icon { background: transparent url(img/twitter_48.png) 0 0 no-repeat; }
.rss-icon { background: transparent url(images/gr_rss-icon.png) center left no-repeat; }
.sb-icon-text { padding: 3px 0 0; }

.previous-post a, .next-post a {
  display: block;
  line-height: 1.1;
  margin: 8px 0 0;
  padding: 2px 65px 5px 0;
}

ul.group,
#sidebar .sb-tools a,
#sidebar .sb-tools a:link,
#sidebar .sb-tools a:visited {
  color: #EBC100;
  float: left;
  margin: 0;
  overflow: hidden; 
  padding: 2px 0;
  width: 100%;
  font-size: 10px;
}

.currently-viewing {
  font-size: 10px;
}

#about {
  font-size: 10px;
}

.pagenav {
  display: none;
}

.categories li a:hover {
  text-decoration: underline;
}

.tags {
  padding-bottom: 15px;
}

#respond {
  margin-bottom: 10px;
}

/* CLEARFIX
------------------------------------------------------------------ */

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

.pagination {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    background: none;
}

.pagination a {
    margin: 0;
    padding: 5px 5px 10px;
    background-color: #770603;
}

/* PRINT Styles
------------------------------------------------------------------ */

@media print
{
  body { color: #000; font: 100%/1.5 serif; }
  .entry { font-size: 12pt; line-height: 1.5; overflow: visible; }
  #header { border-bottom: 1px dotted #ccc; position: static; display: block; margin: 0 auto; }
  h1#logo,
  h1#logo a,
  h1#logo a span { color: #000; height: auto; margin: 0; padding: 0; position: static; width: auto; }
  
  #container { float: none; margin: 0; }
  #content { border: 0 none; margin: 0; overflow: visible; position: static; }
  /* Attaches the URI to each link so they are visible in the print version */
  #content .entry p a:after { content: "  [" attr(href) "] "; }
  #accessibility, hr, #nav, #sidebar, .something { display: none; }
}