body {	
		font-family:century gothic;
		color:#3c3c3c;
                background:#fcfcfc url(http://dev.whatsgabycooking.com/wp-content/fotterbgborder.png);
                background-repeat:repeat-x;
                background-position:left bottom;
                
 
	  }
#footer_ad {width:720px;margin-left:auto;margin-right:auto;} 	  
#container {
		float:left;
		margin-left:5%;
                margin-bottom:380px;		
}
		
#page {
		float:left;
               
		}

.home .post_box.top {background:none;border:none;}
.post_box.top {
                background:#fff;
                padding:10px;
                border:1px solid #dadada;
                }

.entry-title {text-align:center;}

ul {
        list-style:none;}



/*========STATIC NAV MENU==========*/
.logo {
		float:left;
		margin-left:20px;
		margin-top:10px;
		margin-right:-10px;
		}

.logo {
		opacity:0;
		}
		
article > section .logo {
  	-webkit-transition:all 1.0s ease-in-out;
    	-moz-transition:all 1.0s ease-in-out;
    	-o-transition:all 1.0s ease-in-out;
    	-ms-transition:all 1.0s ease-in-out;   
    	transition:all 1.0s ease-in-out;
    	}
    	
article > section.section-active .logo {
		opacity:1;
		}


#nav_wrapper {
		z-index:999;
		height:60px;
		background:#fff;
		position:fixed;
		width:100%;
		border-bottom:1px solid #727272;
		margin-top:-15px;
		}


#static-nav li span {
		display: inline-block;
   		margin: 0 10px;
   		font: 500 16px/1.286 "Helvetica Neue",Helvetica,Arial,sans-serif;
   		}
   		
#static-nav a {
		float:left; 
		color:#000;
    	font: 500 16px/1.286 "Helvetica Neue",Helvetica,Arial,sans-serif;
    	white-space:nowrap;
    	}
    	
#static-nav ul {
		list-style:none;
		padding-top:30px;
		padding-left:40px;
		}
		
#static-nav ul li {
		float:left;
		}

#static-nav ul.pages {
		margin-left:auto;margin-right:auto;
		width:1000px;
		}
#static-nav ul.pages .esub {margin-top:5px;}
		
#static-nav ul.pages img {
		width:22px;
		margin-left:15px;
		}
		
#static-nav .widget {
		margin-top:-10px;
		margin-left:10px;
		}
		
.search_form {
    	background-image: url("http://whatsgabycooking.com/wp-content/uploads/search2.png");
    	background-position: right top;
    	background-repeat: no-repeat;
    	float: right;
    	height: 33px;
    	margin-top: 6px;
    	padding: 0;
    	width: 154px;
		}
		
#s.text_input {
    	background-color: transparent;
    	border: medium none;
    	color: #999999;
    	float: left;
    	font-size: 14px;
    	height: auto;
    	margin: 6px 5px 0 7px;
    	width: 100px;
		}
		
input#searchsubmit {
    	margin: 5px 0 0;
    	width: 25px;
    	background:transparent;
    	border:none;
    	color:transparent;
		}
		
.ajaxSearch_highlight {
    	background-color: #FFFAC8;
    	padding: 0 2px;
}

#slideout {             
			z-index:100;
            position: fixed;
            top: -130px;
            height:200px;
            left:80%;
            width: 100px;
            text-align: center;
            background: #e51d2d;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-border-radius: 0px 0px 5px 5px;
            -moz-border-radius: 0px 0px 5px 5px;
            border-radius: 0 0px 5px 5px;
            -moz-box-shadow: 0px 2px 5px #888;
            -webkit-box-shadow: 0px 2px 5px #888;
            box-shadow: 0px 2px 5px #888;
        }
        
#slideout:hover {
            top: 20px;
                      
        }

#slideout h2 {
			color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
            margin-top:175px;
        }
       
#slideout_inner {     
            position: relative;
            top: -305px;
            left: -296px;
            background: #e51d2d;
            width: 300px;
            padding: 0px;
            height: 280px;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
            text-align: left;
            -webkit-border-radius: 0px 0px 5px 5px;
            -moz-border-radius: 0px 0px 5px 5px;
            border-radius: 0 0px 5px 5px;
        }
        
#slideout_inner textarea {
            width: 190px;
            height: 100px;
            margin-bottom: 6px;
        }
       
#slideout:hover #slideout_inner {

			-moz-box-shadow: -5px 2px 5px #888;
			-webkit-box-shadow: -5px 2px 5px #888;
			box-shadow: -5px 2px 5px #888;
        }
        
#slidedownmenu {
    		position:absolute;
    		width:240px;
    		height:500px;
    		top:-4990px;
   	 		z-index:999;
    		background:#222;
}

@media only screen and (orientation:portrait) { 
   
#slideout {
    		visibility:hidden;
}

#slidedownmenu {
    		position:absolute;
    		width:300px;
    		height:200px;
    		margin-top:40px;
    		left:310px;
    		z-index:995;
    		background:#e51d2d;
			-webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
            text-align: left;
            -webkit-border-radius: 0px 0px 5px 5px;
            -moz-border-radius: 0px 0px 5px 5px;
            border-radius: 0 0px 5px 5px;
			-moz-box-shadow: -5px 2px 5px #888;
			-webkit-box-shadow: -5px 2px 5px #888;
			box-shadow: -5px 2px 5px #888;
		}

#slidedownmenu h2 {
			text-align:center;
			color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
            margin-top:205px;
            }

#slidedownmenu .handle {
    		-webkit-user-select:none;
    		display:block; /* reduce the damage in FF3.0 */
    		position:absolute;
    		top:0px;
    		left:298px;
    		width:100px;
    		height:230px;
    		background:#e51d2d;
        	-webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-border-radius: 0px 0px 5px 5px;
            -moz-border-radius: 0px 0px 5px 5px;
            border-radius: 0 0px 5px 5px;
            -moz-box-shadow: 0px 2px 5px #888;
            -webkit-box-shadow: 0px 2px 5px #888;
            box-shadow: 5px 2px 5px #888;
}

#slidedownmenu li {
			list-style:none;
			margin-left:10px;
			color:#fff;
			}
}


/*======Header========*/
#header {       background:transparent;
		margin-top:20px;margin-left:-150px;
		}
		
.header {
		margin-left:auto;
		margin-right:auto;
		margin-top:15px;
		width:900px;
                background:transparent;
		}
		
		
		
/*======SIDEBARS========*/
#sidebars {
    	width: 355px;
    	}
    	
#sidebar_1 {
  	  	background: none repeat scroll 0 0 #EFEFEF;
    	border: 1px solid #DADADA;
   	 	margin-top: -100px;
    	padding: 0;
    	width: 355px;
       
         -moz-border-radius: 0px 0px 5px 5px;
        -khtml-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
       
		}

#biobox {
    	margin-top: -10px;
    	width: 300px;
		}
		
#biobox img {
    	padding-right: 10px;
		}
		
#biobox p {
    	font-family: Century Gothic;
    	font-size: 14px;
		}
#boxadone {
        width:300px;
        height:250px;
        margin-left:auto;
        margin-right:auto;
                } 
#text-14 {
        width:300px;
        height:250px;
        margin-left:auto;
        margin-right:auto;
                }

#text-15 {
		width:160px;
		float:left;
		padding:0;
		}
		
#text-16 {
		width:160px;
		float:left;
		padding:0;
		margin-left:10px;
		}
		
#text-16 a {
		font-size:7pt;
		color:#5b5b5b;
		}
		
#text-16 li {
		padding:0px;
		margin:0px;
		}

#text-16 {
		font-size:7pt;
		color:#5b5b5b;
		}



/*======FOOTER========*/

		
#footer {       background:transparent;
		
		z-index:800;
		position:absolute;
		font-size:14px;
		text-align:left;
		width:1200px;
		}
		
#footer a {
		border:none;
		}
#footer_1 {
                margin-top:20px;
                }
		

#twitter-tools {
		float:left;
		width:300px;
		text-align:left;
		font-weight:bold;
		font-size:12px;
		}
		
#twitter-tools h3  { font-size:16px;
		font-weight:bold;
		color:#e91d25;
		}
		
#twitter-tools li {
		padding-top:10px;
		}
		

		
#twitter-tools .aktt_tweet_time {
		font-size:10px;
		}
		
#recent-posts-4 {
		float:left;
		margin-left:30px;
		width:300px;
		font-size:14px;
		font-weight:bold;
		}
		
#recent-posts-4 h3 {
		font-weight:bold;
		color:#e91d25;
		}
		
#recent-posts-4 li {
		padding-top:10px;
		}

#text-18 li {
		padding-top:10px;
		font-weight:bold;
		}
		
#text-18 {
		width:200px;
		float:left;
		}
		
#text-19 {
		float:left;
		width:200px;
		}
		
#footer a:hover {
		color:#e91d25;
		}
		
#text-19 li {
		padding-top:10px;
		font-weight:bold;
		}

#comments .form_submit:hover {color:#e91d25;}

.calendaricon {float:left;width: 60px;padding:2px;margin-left:-5px;margin-top:-5px; height: 60px; background:#e91d25; -moz-border-radius: 0px 50px 50px 50px; -webkit-border-radius: 0px 50px 50px 50px; border-radius: 0px 50px 50px 50px;}
.month {color:#fff;font-size:15px;}
.day {color:#fff;text-align:center;font-size:30px;margin-top:-4px;}


/*======Date========*/

.about-2 .calendaricon {display:none;}
.contact .calendaricon {display:none;}
.index .calendaricon {display:none;}
.wgc-in-the-news .calendaricon {display:none;}
.friends-of-wgc .calendaricon {display:none;}
.work-with-me .calendaricon {display:none;}


/*======Recipe Index========*/
.index .format_text h3 {margin-top:0px;color:#3f7f8a;}
.index .format_text ul {list-style:none;}
.index .format_text ul li {float:left;height:200px; width:160px;text-align:center;}
.index .format_text ul li img {margin-left:auto;margin-right:auto;}
.custom .teaser4 { width: 150px; padding-right:10px; border:none;}
.custom .teaser4 .format_teaser p { display: none }
h2#recent {display:none;}

.index .format_text .sociable li {float:left; width:auto;height:auto;}




.contact .headline_area {display:none;}
#contact {
	width: 430px; margin: 60px auto; padding: 10px 30px;
	background: #efefef; border: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}

.contact h1 {
	font-size: 35px; color: #e91d25; text-transform: uppercase;
	text-align: center; margin: 0 0 35px 0; text-shadow: 0px 1px 0px #f2f2f2;
}

.contact label {
	float: left; clear: left; margin: 11px 20px 0 0; width: 95px;
	text-align: right; font-size: 16px; color: #445668;
	text-transform: uppercase; text-shadow: 0px 1px 0px #f2f2f2;
}

.contact #content input {
	width: 260px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0;
	background: #fff;
	
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #dadada; text-transform: uppercase; 
}
	input::-webkit-input-placeholder  {
    	color: #dadada; 
	}
	input:-moz-placeholder {
	    color: #dadada; 
	}

.contact #content textarea {
	width: 260px; height: 170px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0;
	background: #fff;
	
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #dadada; text-transform: uppercase; 
}
	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; 
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; 	}

.contact #content input:focus, textarea:focus {
	background: #e91d25;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}

.contact #content input[type=submit] {
	width: 185px; height: 52px; float: left; padding: 10px 15px; margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #e91d25 0%, #e91d25 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e91d25), color-stop(100%,#e91d25)); /* webkit */
	cursor: pointer;
}

.wgc-in-the-news .post_box li {float:left; width:50%;}
.wgc-in-the-news li {list-style:none;}
.friends-of-wgc .post_box li {float:left; width:50%;}
.frineds-of-wgc li {list-style:none;}
.wgc-in-the-news .sociable li {float:left; width:auto;}
.friends-of-wgc .sociable li {float:left; width:auto;}



.home #text-21 {display:none;}
.home #text-22 {display:none;}
#text-21 {
		width:160px;
		float:left;
		padding:0;
		}
		
#text-22 {
		width:160px;
		float:left;
		padding:0;
		margin-left:10px;
		}
		
		
#text-22 li {
		padding:0px;
		margin:0px;
		}