/**
  Theme Name: The Good Stuff Guide
  Theme URI: http://wordprezzie.com
  Version: 1.0
  Author: Wordprezzie
  Author URI: http://www.wordprezzie.com
  Description: A custom theme for The Good Stuff Guide.

*/

/** Web fonts **/
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Georgia, Times, serif;
font-color:#333;
background: #F0EEF2 url('./images/bg.png') repeat;

}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
line-height: 1.1;
}
 
h1 {
font-family: Georgia, Times, serif;
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2.2em;
font-weight:normal;
}
 
h2 {
font-family: Georgia, Times, serif;
padding:0 0 0 0;
letter-spacing:-1px;
font-size:1.7em;
font-weight:normal;
color:#110152;
}

h2.script{
font-family: 'Dancing Script', Georgia, serif;
font-weight: 700;
font-size: 2.1em;
margin-top: 15px !important;
padding-bottom: 10px;
letter-spacing: 0;
}

h2.script.share{
margin: 25px 0 10px !important;
}
 
h3 {
font-family: Georgia, Times, serif;
font-size:1.3em;
font-weight:normal;
color:#110152;
}

h1 a, h2 a, h2 a:link, h3 a, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited{
	color:#110152;
}

h1.postTitle{
padding:0 0 10px 0;
line-height: 1.1;

}

span.date{
font-size:0.8em;
color:#666;
padding-bottom:10px;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a:link, a:visited {  
    text-decoration:none;  
    color: #369;  
}  
  
a:hover, a:active {  
    color:#2e81d4;  
    text-decoration:underline;  
}  
  
*:focus {  
    outline: none  
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:999px;
margin:10px auto 30px;
background-color:#fff;
height:100%;
}

/***** Logo Area *****/

#logo { 
	margin:0px 0px 0px 95px; 
    width: 329px;  
    background: url(./images/gsg-logo.png) no-repeat center;  
    height: 146px;  
    text-indent:-9000px;   
}

h1#logo a{
	display:block;
	height:151px;
	width:328px;
}

/***** Subscribe tree *****/

#subscribe-tree { 
	margin:-29px 0px 0px -36px; 
    width: 242px;  
    height: 154px;  
    background: url('./images/subscribe-tree.png') no-repeat top left;  
    display:block;
}

#rsslink{
	/*background-color:#ccc;*/
	width:130px;
	height:51px;
	margin-top:20px;
	margin-left:40px;
	position:absolute;
}

#rsslink a{
	display:block;
	width:130px;
	height:51px;
	text-indent:-9000px;
}

#emaillink{
	/*background-color:#cfc;*/
	width:120px;
	height:55px;
	margin-top:80px;
	margin-left:35px;
	position:absolute;

}

#emaillink a{
	display:block;
	width:120px;
	height:55px;
	text-indent:-9000px;
}

/***** Nav   *****/


#nav{
	background:#fff url('./images/nav-tree.png') no-repeat top;
	float:right;
	display:block;
	height:216px;
	width:473px;
	margin:-200px 0px 0px 0px;
}

/* Home */
#homelink{
	/* background-color:#ccc; */
	width:104px;
	height:51px;
	margin-top:110px;
	margin-left:14px;
}

#homelink a{
	display:block;
	width:104px;
	height:51px;
	text-indent:-9000px;
}

/* Contact */
#contactlink{
	/* background-color:#555; */
	width:104px;
	height:65px;
	margin-top:-125px;
	margin-left:0px;
}

#contactlink a{
	display:block;
	width:104px;
	height:65px;
	text-indent:-9000px;
}

/* About */
#aboutlink{
	/* background-color:#cfc; */
	width:104px;
	height:65px;
	margin-top:-80px;
	margin-left:125px;
}

#aboutlink a{
	display:block;
	width:104px;
	height:51px;
	text-indent:-9000px;
}


/* For Home */
#forhomelink{
	/* background-color:#dfd;*/
	width:104px;
	height:65px;
	margin-top:56px;
	margin-left:160px;
}

#forhomelink a{
	display:block;
	width:104px;
	height:65px;
	text-indent:-9000px;
}

/* For Moms */
#formomslink{
	/*background-color:#ebe;*/
	width:80px;
	height:85px;
	margin-top:-85px;
	margin-left:280px;
}

#formomslink a{
	display:block;
	width:80px;
	height:85px;
	text-indent:-9000px;
}

/* For kids */
#forkidslink{
	/*background-color:#ecb;*/
	width:80px;
	height:85px;
	margin-top:-85px;
	margin-left:370px;
}

#forkidslink a{
	display:block;
	width:80px;
	height:85px;
	text-indent:-9000px;
}
  
/*#nav li {  
    list-style:none;  
}  
  
#nav a {  
    display:block;  
    width: 122px;  
    height: 16px;  
    text-indent: -9000px;  
}*/


/***** Left-column navigation *****/


div.execphpwidget ul{
	margin:0;
	padding:1px 0 4px 0;	
	font-family: Palatino, Georgia, Times, serif;
	font-size: 12px;
	list-style: none;
	display:block;
	width:206px;
	color:#fff;
	overflow:hidden;
	text-transform: uppercase;
}

div.execphpwidget ul a{
	color: #fff;
}

/* When no category is selected */

div.execphpwidget ul li a{
	margin:0 0 0 1px;
	padding:5px 0 5px 5px;
	background-color: #EEEEEE;
	width:220px;
	display:block;
	color: #333333;
}

div.execphpwidget ul li ul li a{
	margin:0 0 0 15px;
	padding:5px 0 5px 5px;
	background-color: #EEEEEE;
	width:220px;
	display:block;
	color: #333333;

}

div.execphpwidget ul li ul li ul li a{
	margin:0 0 0 31px;
	padding:5px 0 5px 5px;
	background-color: #EEEEEE;
	width:220px;
	display:block;
	color: #333333;

}


/* Category is selected, so highlight it in a dashing shade of purple */

div.execphpwidget ul li.current-cat a{
	margin:0 0 0 1px;
	padding:5px 0 5px 5px;
	background-color: #110352;
	width:220px;
	display:block;
	color: #fff;
}

div.execphpwidget ul li.current-cat ul li a{
	margin:0 0 0 15px;
	padding:5px 0 5px 5px;
	background-color: #6D6595;
	width:220px;
	display:block;
	color: #fff;

}

div.execphpwidget ul li.current-cat ul li ul li a{
	margin:0 0 0 31px;
	padding:5px 0 5px 5px;
	background-color: #C1C4DF;
	width:220px;
	display:block;
	color: #110252;

}




/***** Twitter *****/

div#tweet ul{
	list-style: none;
	margin:0;
	padding:0;
}

div#tweet ul li{
	margin:0;
}

div#twitter{
	padding:10px;
}

div#tweet{
	width:200px;
	overflow:hidden;
}


/* ---------- Columns -----------*/  

#leftcolumn{
	width:220px;
	float:left;
	margin-left:30px;
	/*border: #000 1px solid;*/
}

#maincolumn{
	width:540px;
	float:left;
	margin-left:20px;
	/*border: #000 1px solid;*/
}

#rightcolumn{
	width:145px;
	float:left;
	margin-left:20px;
	/*border: #000 1px solid;*/
}

div.textwidget, div.execphpwidget, div.widget, div#subnav, div#featured, div.ad, div.post, div.post-right, div.page{
	border: #A6D713 1px dashed;
	margin-bottom:15px;
	padding:5px;
	color:#333;
	font-size: 90%;
	line-height:140%;
}

div.page{
	padding-top:20px;
}

div#featured{
	padding-top: 15px;
}

a.ad img{
	padding:5px 0 5px 4px;	
}

div.post{
	width:240px;
	float:left;
	margin-right:15px;
	padding:10px;
}

div.post-right{
	width:240px;
	float:left;
	padding:10px;
	
}


#featured{
	padding:10px;
	
}

#footer{
	width:939px;
	height:40px;
	padding:20px 30px 5px 30px;
	color:#fff;
	background-color:#110352;
	
}

#footer a{
	color:#fff;
}

div.ad{
	padding:10px;
}

div.ad img{
	margin:0;
	padding:0;
}

.read-now{
	padding-top:8px;
}

.column{
	width:29%;
	border: #A6D713 1px dashed;
	margin-bottom:15px;
	margin-right:8px;
	padding:5px;
	float:left;
	height:385px;
}

.long{	
	height:440px;
}


.column p{
	font-size:13px;
}

.column h2{
    color: #7BA10C;
    font-size:38px;
    padding-bottom:4px;
    line-height:38px;
}

img.buy-now{
	margin-top:8px;
	margin-left:25px;
}


/***** Comment styling *****/

ol#commentlist{
	/*list-style:none;*/
	margin:0 0 40px 0;
	padding:10px 0 0 0;
}

img.avatar{
	float:left;
	padding-right:5px;
}


#commentlist li{
margin-top:20px;
}

/***** Colours *****/

.green{
 color: #7BA10C;
}

 
/***** Related Post Thumbnails *****/
ul.related-thumbnails {
  list-style:none;
  padding: 0;
  margin-bottom: 30px;
}

ul.related-thumbnails li{
width: 240px;
height: 225px;
float: left;
padding: 0 20px 20px 0;
}

ul.related-thumbnails li img{
padding-bottom: 10px;
}

/***** Header widget area *****/

.header-widget .textwidget {
    width: 970px;
    margin: 10px auto 0;
    border: none;
}


/***** Global Classes *****/
 
.clear         { clear:both; }
.clear2         { clear:both; height:0; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:999px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }