/*
Theme Name: GoodAdvices
Theme URI: http://goodadvices.com/
Description: Custom Blog Design for GoodAdvices -- winner of the Boobie-Thon Giveaway
Version: 1.0
Author: Emtwo
Author URI: http://emtwowebstudios.com/

*/

/* Reset ----------------------- */
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;
}
ol, ul {
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:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* -------------------------------------------------------------- typography.css * Sets up some sensible default typography. * Based on the typography.css portion of Blueprint CSS @ http://blueprintcss.org/ -------------------------------------------------------------- */ /* Default font settings. The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */ 
body { font-size: 100%; color: #222; background: #fff; font-family: trebuchet ms, sans-serif; } /* Headings -------------------------------------------------------------- */ h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; } h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } h2 { font-size: 2em; margin-bottom: 0.75em; } h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; } h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; } h6 { font-size: 1em; font-weight: bold; } h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } /* Text elements -------------------------------------------------------------- */ p { margin: 0 0 1.5em; } p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; } a:focus, a:hover { color: #000; } a { color: #009; text-decoration: underline; } blockquote { margin: 1.5em; color: #666; font-style: italic; } strong { font-weight: bold; } em,dfn { font-style: italic; } dfn { font-weight: bold; } sup, sub { line-height: 0; } abbr, acronym { border-bottom: 1px dotted #666; } address { margin: 0 0 1.5em; font-style: italic; } del { color:#666; } pre { margin: 1.5em 0; white-space: pre; } pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } /* Lists -------------------------------------------------------------- */ li ul, li ol { margin:0 1.5em; } ul, ol { margin: 0 1.5em 1.5em 1.5em; } ul { list-style-type: disc; } ol { list-style-type: decimal; } dl { margin: 0 0 1.5em 0; } dl dt { font-weight: bold; } dd { margin-left: 1.5em;} /* Tables -------------------------------------------------------------- */ table { margin-bottom: 1.4em; width:100%; } th { font-weight: bold; } thead th { background: #c3d9ff; } th,td,caption { padding: 4px 10px 4px 5px; } tr.even td { background: #e5ecf9; } tfoot { font-style: italic; } caption { background: #eee; } /* Misc classes -------------------------------------------------------------- */ .small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; } .large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; } .hide { display: none; } .quiet { color: #666; } .loud { color: #000; } .highlight { background:#ff0; } .added { background:#060; color: #fff; } .removed { background:#900; color: #fff; } .first { margin-left:0; padding-left:0; } .last { margin-right:0; padding-right:0; } .top { margin-top:0; padding-top:0; } .bottom { margin-bottom:0; padding-bottom:0; }

/*main-------------------------------------------*/
body {
font-family: trebuchet ms, Sans-Serif;
background: #bedad8 url('http://goodadvices.com/themes/site_themes/goodadvices/images/bg.jpg') repeat-x;
color: #333333;
text-align: center;
}

@font-face {
    font-family: 'Museo500';
    src: url('http://goodadvices.com/themes/site_themes/goodadvices/fonts/museo500-regular-webfont.eot');
    src: url('http://goodadvices.com/themes/site_themes/goodadvices/fonts/museo500-regular-webfont.eot?iefix') format('eot'),
         url('http://goodadvices.com/themes/site_themes/goodadvices/fonts/museo500-regular-webfont.woff') format('woff'),
         url('http://goodadvices.com/themes/site_themes/goodadvices/fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('http://goodadvices.com/themes/site_themes/goodadvices/fonts/museo500-regular-webfont.svg#webfontTynKnEMg') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
color: #ef4036;
text-decoration: none;
border: none;
outline: none;
}
a:hover {
color: #3c5771;
text-decoration: underline;
}
small {
line-height: 1.5em;
}
h1 {
padding: 0 0 10px 0;
margin: 0;
text-align: left;
color: #99c8c5;
text-transform: uppercase;
}
h2 {
margin: 0;
padding: 0;
}
h2.pagetitle {
margin-top: 30px;
text-align: center;
}
h3 {
padding: 0;
margin: 30px 0 0;
}
small, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps{
letter-spacing: .07em;
}
.clear {
clear: both;
}
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
p.blockquote {
font-weight:bold;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.center {
text-align: center;
}
.hidden {
display: none;
}
.screen-reader-text {
position: absolute;
left: -1000em;
}
hr {
display: none;
}
a img {
border: none;
}

/*Structure----------------------------------------------------*/
body {
margin: 0;
padding: 0;
}
#wrapper{
margin: 0 auto;
padding: 0;
width: 960px;
}
#interiorwrapper{
width: 949px;
background: transparent url('http://goodadvices.com/themes/site_themes/goodadvices/images/contentwrapper-bg.png') repeat-y top right;
position: relative;
}
#home-link a{
width: 230px;
height: 500px;
display: block;
position: absolute;
top: 0;
left: 70px;
z-index: 9999;
}

#sidebar{
float: left;
width: 300px;
margin: 0;
padding:0;
line-height: 18px;
text-align: left;
position: relative;
z-index: 999;
}
#content{
float: left;
width: 640px;
margin: 0;
min-height: 400px;
padding: 120px 0 0 0;
background: transparent url('http://goodadvices.com/themes/site_themes/goodadvices/images/right.png') no-repeat;
}
#footer {
padding: 0;
margin: 0 auto;
background: transparent url('http://goodadvices.com/themes/site_themes/goodadvices/images/foot-bg.png') no-repeat 300px 0;
height: 173px;
}
/*footerstyle----------------------------------------------------*/
#footer .footercontent {
padding: 110px 0 0 300px;
width: 630px;
color: #3c5771;
font-size: 11px;
}
.footercontent .line1{
text-align: center;
margin: 0;
}
.footercontent .line2{
text-align: center;
padding: 10px 0 0 0;
margin: 0;
}

/* Sidebar----------------------------------------------------*/
#sidebar ul, #sidebar ul ol {
margin: 0px 20px 30px 20px;
padding: 0;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 5px;
}
#sidebar ul p, #sidebar ul select {
margin: 5px 0;
}
.sidetitle{
font-family: 'Museo500', georgia, times, sans-serif;;
font-size: 20px;
color: #3c5771;
border-bottom:2px dotted #fff;
margin: 0 20px 15px 20px;
padding: 0 0 5px 0;
}
.ad_300 {
position: relative;
z-index: -1;
margin: -44px 0 20px 0;
}
.social li{
display: inline;
}
.archives select{
width: 200px;
}
#sidebar #keywords{
margin:  0 0 20px 20px;
border: 0;
padding: 3px 5px;
width: 150px;
}
#sidebar .submit{
background: #ef4036;
border: none;
color: #fff;
padding: 2px 5px;
}
/*blog-style----------------------------------------------------*/
.post {
margin: 0 30px 40px 30px;
text-align: left;
line-height: 18px;
}
.post p{
margin: 10px 0;
}
.date{
padding: 5px 0;
color: #3c5771;
font-weight: normal;
font-size: 13px;
}
.post h2{
color: #996699;
border: none;
font-family: 'Museo500', georgia, times, sans-serif;
line-height: 25px;
}
.post h2 a, .page h2 a{
color: #ef4036;
border: none;
}
.posted{
margin: 15px 0 0 -30px;
padding: 4px 0 4px 30px;
background: #99c8c5;
width: 610px;
}
.posted p{
margin:5px 0;
padding: 0;
color: #607088;
}
.navigation {
text-align: left;
margin: 0 0 0 20px;
font-size: 11px;
}
/* Begin Images----------------------------------------------------*/
p img {
padding: 0;
max-width: 100%;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* lists----------------------------------------------------*/
html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html>body .entry li {
margin: 7px 0 8px 10px;
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;

/*comments----------------------------------------------------*/
#commentform {
margin: 5px 10px 0 30px;
text-align: left;
}
#commentform textarea {
width: 80%;
padding: 2px;
background: #aedfe0;
border: 1px solid #00669b
}
#commentform #submit {
margin: 10px 0;
}
h3#comments, #respond h3{
text-align: left;
padding: 0 0 0 30px;
color: #996699;
}
.commentlist {
padding: 0;
text-align: left;
position: relative;
}
.commentlist li {
margin: 15px 0 10px 70px;
padding: 5px 5px 10px 10px;
list-style: none;
background: #ced7e4;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #ced7e4;
padding: 10px;
position: relative;
}
.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}
.commentlist p {
clear: both;
margin: 10px 5px 10px 0;
}