/*  
Theme Name: Taurine
Theme URI: http://www.foxeysbakeshop.com/
Description: A Wordpress theme for Foxey's Bake Shop, designed and coded by <a href="http://www.whalesalad.com">Michael Whalen</a>.
Version: 1.0
Author: Michael Whalen
Author URI: http://www.whalesalad.com/

	May your new bakery business prosper.

*/

* { margin: 0; padding: 0; list-style-type: none; }

body {
	background: #483116 ;
	font-family: Arial, Helvetica, Sans-serif;
}

#container {
	background: #FFF url(/wp-content/themes/taurine/img/bg.jpg) 0 0 repeat-x;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

#header {
	height: 201px;
}

	#header .logo {
		float: left;
		margin-right: 20px;
	}
	
	#header .right {
		float: left;
	}
	
		#header .right .title {
			height: 127px;
		}
		
			#header .right .title h1 {
				padding-top: 30px;
			}
			
				#header .right .title h1 a {
					color: #530023;
					text-decoration: none;
				}
				
				#header .right .title h2 {
					color: #f0cfdd;
					font: 1em Arial, Helvetica, Sans-serif;
					margin-top: 5px;
				}
		
		#header .right .nav {
			height: 74px;
		}
			
			#header .right .nav ul {
				margin-left: -10px;
				padding-top: 22px;
			}
			
				#header .right .nav ul li {
					float: left;
					font-family: Georgia, "Times New Roman", Serif;
					padding: 0 10px;
				}
			
					#header .right .nav ul li a {
						display: block;
						color: #c5a47a;
						text-decoration: none;
						text-transform: uppercase;
					}
					
					#header .right .nav ul li a:hover {
						border-bottom: 1px solid #c5a47a;
					}
					
					body#home #header .right .nav ul li#ho a,
					body#blog #header .right .nav ul li#bl a,
					body#about #header .right .nav ul li#ab a,
					body#brownies #header .right .nav ul li#br a,
					body#contact #header .right .nav ul li#co a {
						color: #f1d2ad;
						border-bottom: 1px solid #f1d2ad;
					}

#content {
	padding: 20px 0;
}

	#content .sidebar {
		width: 250px;
		float: left;
	}
	
		
		#content .sidebar h2 {
			color: #004a6e;
			margin-bottom: 10px;
		}
		
		#content .sidebar img {
			display: block;
			margin: 0 0 15px 0;
			border: 1px solid #CCC;
		}
		
		#content .sidebar p {
			font-size: .8em;
			line-height: 1.5em;
		}
		
		#content .more {
			display: block;
			margin: 10px 0;
			font-size: .9em;
			font-weight: bold;
		}
		
			#content .more a {
				color: #e9309a;
				padding: 2px;
				text-decoration: none;
				border-bottom: 1px solid #e9309a;
				background: #fee2f2;
			}
			
			#content .more a:hover {
				background: #ffcbe9;
			}
		
		#content .sidebar .module {
			margin: 0 0 20px 0;
		}
		
		#content .sidebar .module ul.postList {
			padding: 10px 0 1px 0;
			display: block;
		}
		
		#content .sidebar .module ul.postList li {
			margin-bottom: 10px;
			padding: 10px 0 0 0;
			border-top: 1px solid #CCC;
		}

			#content .sidebar .module ul.postList li h2 a {
				color: #333;
				font: normal normal bold .7em/.6em Arial, sans-serif;
				display: block;
				margin-bottom: -5px;
			}
			
			#content .sidebar .module ul.postList li span.info {
				color: #666;
				font-size: .7em;
				margin-top: 5px;
			}
			
			#content .sidebar .module ul.postList li span.info a {
				color: #666;
			}
			
			#content .sidebar .module ul.postList li span.info a:hover {
				color: #333;
			}
	
	#content .main {
		width: 480px;
		float: right;
	}
	
	#content .main .homeBrownieLinks {
		border: 1px solid #f545ad;
		background: #ffddf1;
		padding: 10px 5px;
		text-align: center;
		margin: 0 0 15px 0;
	}
	
		#content .main .homeBrownieLinks ul li {
			display: inline;
			padding: 10px 2px;
		}
		
		#content .main .homeBrownieLinks ul li a {
			color: #530023;
		}
	
	#content .main hr {
		border: none;
		height: 3px;
		background: #CCC;
		margin-bottom: 15px;
	}
	
	#content .main .homeImg {
		margin: 0 0 20px 0;
	}
	
	#content .main h1 {
		margin: 0 0 15px 0;
	}
	
	#content .main h1.home {
		color: #666;
		font-size: 1.6em;
		line-height: 1.4em;
		margin: 0 0 15px 0;
	}
		#content .main h1.home span {
			color: #000;
		}
	
	#content .main h2 {
		color: #555;
		margin-bottom: 10px;
	}
	
	#content .main h3 {
		margin-bottom: 5px;
	}
	
	#content .main p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin-bottom: 20px;
	}
	
	#content .main .post h2 a {
		color: #530023;
		height: 25px;
		display: block;
	}
	
	#content .main .post small {
		color: #666;
		display: block;
		margin: 0 0 10px 0;
	}
	
		#content .main .post small a {
			color: #333;
		}
	
	#content .main .post p {
		font-size: 1em;
		line-height: 1.8em;
	}
	
	#content .main p a {
		color: #004a6e;
		text-decoration: none;
		padding: 2px 0;
		border-bottom: 1px solid #004a6e;
		background: #e2f6ff;
	}
	
		#content .main p a:hover {
			background: #d7f2ff;
		}
	
		ol.commentlist li {
			border-top: 1px solid #999;
			margin: 10px 0;
		}
	
		ol.commentlist li.authorcomment {
			border-top: 1px solid #ff0084;
			margin-bottom: 20px;
			}

		ol.commentlist li .commentinfo {
			float: left;
			width: 120px;
			padding: 10px 0;
			color: #333;
			font-size: .9em;
			}

		ol.commentlist li .commentinfo a {
			text-decoration: none;
			}

		ol.commentlist li .commentinfo .author {
			font-size: 1.2em;
			}

		ol.commentlist li .commentinfo .author a,
		ol.commentlist li .commentinfo .author a:visited {
			color: #333;
			text-decoration: none;
			}

		ol.commentlist li .commentinfo .author a:hover {
			color: #000;
			background: transparent;
			}

		ol.commentlist li .commentinfo small {
			display: block;
			padding: 2px 0;
			}

		ol.commentlist li .commentinfo small a,
		ol.commentlist li .commentinfo small a:visited {
			color: #666;
			}

		ol.commentlist li .commentinfo small a:hover {
			color: #333;
			background: transparent;
			}

		ol.commentlist li .thecomment {
			float: right;
			width: 320px;
			background-color: #EEE;
			}

		ol.commentlist li .thecomment {
			font: .8em/2em Verdana, sans-serif;
			padding: 10px;
			}
		
		ol.commentlist li .thecomment p {
			margin-bottom: 10px;
		}
		
		#content .main #commentform p {
			font-size: .7em;
			color: #666;
		}
		
		#content .main #commentform input {
			border: 1px solid #999;
			padding: 3px;
			color: #999;
		}

			#content .main #commentform input:focus {
				border: 1px solid #333;
				color: #000;
			}
		
		#content .main #commentform textarea#comment {
			width: 460px;
			border: 1px solid #999;
			padding: 10px;
			color: #999;
		}
		
			#content .main #commentform textarea#comment:focus {
				border: 1px solid #333;
				color: #000;
			}
	
	#content ul.brownieList li {
		padding: 10px 0 30px 0;
	}
	
		#content ul.brownieList li .left {
			float: left;
			width: 250px;
		}
		
			#content ul.brownieList li .left a img {
				border: 1px solid #CCC;
			}
			
				#content ul.brownieList li .left a:hover img {
					border: 1px solid #666;
				}
		
		#content ul.brownieList li .right {
			width: 220px;
			float: right;
		}
		
			#content ul.brownieList li .right h2 a {
				color: #483116;
				border-bottom: 1px solid #483116;
				display: inline;
				text-decoration: none;
				padding: 2px 0;
				background: #ffefdc;
				font-family: Arial, sans-serif;
			}
			
				#content ul.brownieList li .right h2 a:hover {
					background: #f7ddbf;
				}
						
			#content ul.brownieList li .right h3 {
				font: normal normal normal .9em/1.5em Arial, sans-serif;
				color: #666;
				display: block;
				margin-top: 10px;
			}

#footer {
	width: 760px;
	margin: 20px auto;
}
	
	#footer .left {
		float: left;
	}
	
	#footer .right {
		float: right;
	}

	#footer span {
		color: #9c7e5b;
		font: 11px Verdana, Sans-serif;
	}
	
		#footer span a {
			color: #9c7e5b;
		}

.clearfix {
	clear: both;
}
