/*
Theme Name: WCG
Theme URI: http://wordpress.org/
Description: Widescreen version for what's cooking grandma
Author: Chris Vanstone
Author URI: http://www.humanbeans.net
Tags: Really good

	

*/



a:visited, a:link {
	text-decoration: none;
	color:#999999;
}
a:hover, a:active {
	text-decoration: underline;
	color:#3886E6;
}


#post_top a:link, #post_top a:visited {
	text-decoration: none;
	color:#ffffff;
	}
	
	
	#post_top a:hover, #post_top a:active {
	text-decoration: none;
	background-color:#FFFFFF;
	color:#ff33cc;
}

 #frontpage a:link, #frontpage a:visited, #pagetop a:link, #pagetop a:visited, #post_mid a:link, #post_mid a:visited, #post_after a:link, #post_after a:visited  {
	color:#3886E6;
	text-decoration: none;
 }
#frontpage a:hover, #frontpage a:active, #pagetop a:hover, #pagetop a:active, #post_mid a:hover, #post_mid a:active, #post_after a:hover, #post_after a:active  {
color:#3886E6;
 text-decoration: underline;
 }
 
 .smallnav a:link, .smallnav a:visited {
	color:#333333;
	text-decoration: none;
 }

.smallnav a:hover, .smallnav a:active  {
	color:#3886E6;
	text-decoration: underline;
 }






body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #353535;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 1.35;
}


.wcg {
}

.wcg img {
border:none;
}

.wcg h1{
color:#ff33cc;
font-weight:normal;
font-size:24px;
}
.wcg h2{
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:14px;
}
.wcg h3{
color:#000000;
font-weight:normal;
margin-bottom:0px;
font-size:14px;
padding-bottom:0px;
font-weight:bold;
}
.wcg p {
margin-top:0;
}

.wcg #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(images/notepaperbackground.png);
}
.wcg #mainContent {
	padding-right: 0px;
	background-image: url(images/recipe_card/bottom-of-card.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.wcg .pagetitle {
	color:#ff33cc;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}


#post_top {
	background-image: url(images/recipe_card/pink_card_950_01.png);
	background-repeat: no-repeat;
	height: 54px;
	padding-top: 14px;
	padding-left:50px;
	padding-right:50px;
	text-align:left;
	border: 0;
	color: #FFFFFF;
}

#post_top .large {
	font-size: 24px;
	}
	
#post_top .small {
	font-size: 16px;
	}
	
#post_top .alignright {
float:right;
text-align:right;
}

#post_bottom .small {
	font-size: 18px;
	}
	

#post_after {
	padding-left:50px;
	width:375px;
	font-size: 14px;
	margin-bottom: 50px;
	color: #666666;
	padding-top: 25px;
}

#post_after p {
	margin-top: 3px;
	margin-bottom: 10px;
}
#post_after h1 {
	font-size:24px;
}
#post_after .author{
	font-weight:bold;
	font-size:14px;
}

	
	#post_mid h1 {
	font-size:18px;
	}

#post_mid {
	background-image: url(images/recipe_card/pink_card_950_02.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:50px;
	padding-right:50px;
}


#post_mid p {
	font-size: 16px;
	
}

#post_mid ul {
	line-height:1.5em;
	margin-left:475px;
	font-size: 14px;
	padding-left:0px;
	}
	
	
	#post_mid li {
	list-style-position: inside;
	padding: 0;
	}
	
	
	
	
	#post_mid object {
	padding-top:20px;
	padding-right:50px;
	float: left;
	}
.wcg #undernav {
	padding: 30px 0px 0px 0px;
	font-size: 12px;
	margin-top: 0px;
	color: #999999;
	line-height: 1.4em;
}

.wcg #undernav .wp-tag-cloud {
	list-style-type: none;
	color: #0066FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	text-indent: 0px;
}

#undernav ul, #mainnav ul{ 
padding:0; 
margin:0; 
} 
#undernav li, #mainnav li{ 
padding:0; 
} 

#undernav h1{
	font-weight:bold;
	font-size: 12px;
	margin-bottom:0px;
	margin-top:0;
	color: #666666;
}
#undernav .link{
text-decoration:underline;
}



#undernav .col1 {
	padding-right:20px;
	padding-left:25px;
	float:left;
	height:100%;
}
#undernav .col2 {
	padding-right: 20px;
	padding-left: 20px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	float:left;
}
#undernav .col3 {
	padding-right:20px;
	padding-left:20px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	float:left;
}
#undernav .col4 {
	padding-left:25px;
	padding-right:25px;
	float:right;
	text-align: right;
	margin-top: -30px;
}



#mainnav .joinus{
	font-size:12px;
	text-align:right;
	height: 24px;
	
} 

#mainrnav .joinus ul, #undernav .smallnav ul{
list-style-type: none;
}
#mainnav .joinus li, #undernav .smallnav li{
	padding-left:10px;
	display: inline;
}

#undernav img, .joinus img{
border:none;
margin-right:5px;
}

#undernav .smallnav{
	text-align: right;
	margin-top: -20px;
	padding-right: 38px;
	font-size: 11px;
	color: #000000;
	letter-spacing:0.09em;
}

#mainnav {
	list-style-type: none;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#mainnav .buttons{
	font-size: 16px;
	float: left;
	height: 24px;
} 
#mainnav .buttons ul{
list-style-type: none;
}
#mainnav .buttons li{
	padding-left:10px;
	display: inline;
}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */


#frontpage {
	height: 590px;
	width: 950px;
	background-image: url(images/fontpages/fp2_ruth_bevel.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 50px;
	margin-top: -18px;
}
#frontpage #news {
	width: 227px;
	float:left;
	margin-top:25px;
	margin-left:0px;
	font-size:12px;
}


#news ul{ 
margin:0; 
padding:0;
list-style-type:none;
	
} 
#news li{
	margin-bottom: 10px;
} 
#news p {
	padding:0;
	margin: 0;
}

#frontpage #add {
	border:0px;
	float:right;
	margin-top:25px;
	background-image: url(images/fontpages/fp2_adding.png);
	width: 266px;
	height: 67px;
	padding-bottom:5px;
	padding-top: 37px;
	font-size: 14px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#footer {
	font-size:12px;
	text-align:right;
	height: 24px;
	color: #999999;
	margin-bottom:50px;
	margin-top:50px;
} 

 #footer ul{
list-style-type: none;
margin:3px
}
#footer li{
	display: inline;
	padding-right: 5px;
}

.wcg #footer {

	text-align:center;
}
.wcg #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

}



.archives ul{ 
list-style-type: none;
padding:0; 
margin:0; 
} 

.archives{
	background-repeat: repeat-x;
	margin-top:0px;
	padding-top: 30px;
	color: #999999;
} 
.archives li, .archives .wp-tag-cloud li{ 
padding:0; 
font-size :14px;
line-height:1.5em;
} 

.archives .index_title {
	font-size: 14px;
	padding-bottom:0px;
	font-weight:bold;
	color: #666666;
}

.archives .col1 {
	padding-right:25px;
	padding-left:25px;
	width:188px;
	float:left;
	height:100%;
}
.archives .col2 {
	padding-right: 25px;
	padding-left: 25px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	width:186px;
	float:left;
}
.archives .col3 {
	padding-right:25px;
	padding-left:25px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	width:186px;
	float:left;
	height: 100%;
}
.archives .col4 {
	padding-left:25px;
	padding-right:25px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	width:187px;
	float:right;
	height: 100%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#news_top {
}
#news_mid {
	background-image: url(images/fontpages/fp2_welcome_02.png);
	background-repeat: repeat-y;
	min-height: 200px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
#news_bottom {
}


#pagetop {
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-left:25px;
	padding-right:25px;
	text-align:left;
	border: 0;
	color:#ff33cc;
}


#pagetop .large {
	font-size: 24px;
	}
	
#pagetop .small {
	font-size: 16px;
	}
#page_mid {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:50px;
	padding-right:50px;
	min-height: 200px;
}
#page_col1 {
	width: 425px;
	margin-bottom: 150px;
	font-size: 14px;
	float:left;
	line-height: 1.35;
	color: #353535;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 25px;
	margin-top: 20px;
}

#page_col2 {
	color: #353535;
	font-size: 14px;
	line-height: 1.35;
	margin-bottom: 150px;
	margin-left: 451px;
	padding-left: 25px;
	margin-top: 20px;
}
