/*  
Theme Name: antoni5_wp
Theme URI: http://antoniotahhan.com/
Description: Custom theme for antoniotahhan.com.
Version: 1.0
Author: Jiun Wei Chia
Author URI: http://people.cornell.edu/pages/jc483/
*/

/* Global Styles */

body {
	background: rgb(134, 0, 0) url(images/body-background.gif) center repeat-y;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

body.admin {
	background: rgb(40, 40, 40) url(images/admin-body-background.gif) center top repeat-y;
}

a {
	color: rgb(134, 0, 0);
}

a img {
	border: 0;
}

/* Section Styles */

#all {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
}

#header {
	background: url(images/header-background.gif) repeat-x;
	height: 61px;
}

	#header h1 {
		margin: 0;
	}

#navigation {
	font-size: 12px;
	height: 61px;
	margin-top: -61px;
}

	#navigation ul {
		float: right;
		list-style: none;
		margin: 0;
		padding: 20px 30px;
	}
	
	#navigation li {
		border-right: 1px solid silver;
		float: left;
		padding: 0 6px;
	}
	
	#navigation a {
		color: gray;
		text-decoration: none;
	}
	
	#navigation a:hover {
		color: black;
		text-decoration: underline;
	}
	
	#navigation .selected {
		color: rgb(134, 0, 0);
	}

#sentence {
	background: url(images/sentence-background.gif) no-repeat;
	color: silver;
	height: 180px;
}

	#sentence p {
		font-size: 24px;
		margin: 0;
		padding: 40px 75px;
	}
	
	#sentence a {
		color: gray;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#sentence a:hover {
		color: rgb(134, 0, 0);
	}
	
	#sentence .selected {
		color: rgb(134, 0, 0);
		text-decoration: underline;
	}
	
#content {
	padding: 0 30px;
}

	#content h1 {
		border-bottom: 1px dotted rgb(134, 0, 0);
		color: rgb(134, 0, 0);
		font-size: 24px;
		font-weight: normal;
		margin: 0 0 18px 0;
	}
	
	#content h1 a {
		text-decoration: none;
	}
	
	#content h1 a:hover {
		color: gray;
	}
	
	#content h2 {
		font-size: 24px;
		font-weight: normal;
		margin: 0 0 18px 0;
	}
	
		#content h2.navigation a {
			color: silver;
			text-decoration: none;
		}
		
		#content h2.navigation a:hover {
			color: gray;
		}
	
	#content h3 {
		font-size: 18px;
		font-style: italic;
		font-weight: normal;
		margin: 0 0 18px 0;
	}

	#content p {
		margin: 0 0 18px 0;
	}

	#content p, #content li {
		line-height: 2em;
	}
	
	/*BORDER & TITLE FOR BLOG PHOTOS*/
	
	#blog_photo{
		text-align:center;
	}
	
	#blog_photo img.photo{
		border: 3px solid black;
		margin-top:3px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:15px;
	}
	#blog_photo span.title{
		font-weight:bold;
		font-size:14px;
	}
	
	/*END BLOG PHOTO EDIT*/
	
	/*RECIPE THUMBNAILS AND TITLE*/
	/*
		.recipe_header{
			margin-bottom: 10px;
		}
		a.recipe_photo img{
			border: 2px solid black;
			vertical-align: middle;
		}
		a.recipe_photo:hover img{
				border: 2px solid #333;
		}
		
		.recipe_title{
			margin-left: 5px;
		}
	*/	
	/*END RECIPE THUMBNAIL AND TITLE*/
	
	
	
	/*SPECIAL CSS FOR TOOLTIP AND BLOGROLL*/
	
	img.blogroll_twitter{
		display: inline;
		margin-left: 7px;
	}
	
	#blogroll_content{
		width: 575px;
		float: left;
	}

	h2.blogroll{
		color:#333333;
		font-size: 3em;
	}
	
	.blogroll_block{
		display: block;
		float: left;
		width: 45%;
		border: 1px solid red;
	}
	
	h2.blogroll_header{
	
	}
	
	ul.blogroll_list{	
	
		padding: 0px;
		margin: 0px;
	}
	
	ul.blogroll_list li{
		list-style: none;
	
		padding: 0px;
		margin: 0px;
	}
	
	#demotip { 
	    display:none; 
	    background:transparent url(/images/tooltip/black_arrow.png); 
	    font-size:12px; 
	    height:70px; 
	    width:160px; 
	    padding:25px; 
	    color:#fff;     
	}
	
	/*END TOOLTIP AND BLOGROLL EDIT*/
	
	#content p.credit {
		color: gray;
	}
	
	#content p.credit a {
		color: gray;
	}
	
	#content ul, #content ol {
		margin-bottom: 18px;
		margin-top: 0;
	}

	#content img.framed {
		border: 5px solid rgb(229, 229, 229);
	}
	
	#content a:hover img.framed {
		border: 5px solid rgb(134, 0, 0);
	}
	
	#content img.alignleft {
		border: 5px solid rgb(229, 229, 229);
		float: left;
		margin: 0 12px 12px 0;
	}
	
	#content img.alignright {
		border: 5px solid rgb(229, 229, 229);
		float: right;
		margin: 0 0 12px 12px;
	}

	#content .gallery {
		background: url(images/gallery-background.gif) top right no-repeat;
		padding-right: 120px;
		width: 490px;
	}
	
	#content .gallery img {
		border: 5px solid rgb(229, 229, 229);
	}
	
	#content table {
		margin: 0 0 18px 0;
	}
	
	#content table.columns {
		border-spacing: 0;
		width: 100%;
	}
	
	#content table.columns td {
		padding: 0 1em 0 0;
		vertical-align: top;
	}

	#content hr {
		border: 0;
		border-top: 1px dotted rgb(134, 0, 0);
		height: 1px;
		margin: 0 0 18px 0;
		padding: 0;
	}

	#content div.notice {
		background: rgb(201, 255, 201);
		margin: 0 0 18px 0;
		padding: 14px 18px;
	}
	
	#content div.error {
		background: rgb(255, 201, 201);
		margin: 0 0 18px 0;
		padding: 14px 18px;
	}

	#breadcrumbs {
		color: silver;
		float: right;
		padding-top: 7px;
	}
	
		#breadcrumbs a {
			color: gray;
			text-decoration: none;
		}
		
	#text {
		padding-right: 230px;
	}
	
	#sidebar {
		float: right;
		margin-bottom: 12px;
		width: 200px;
	}
	
		#sidebar h1 {
			border: 0;
			color: gray;
			font-family: Georgia, serif;
			font-size: 18px;
			font-weight: bold;
			letter-spacing: -2px;
			margin: 0 0 12px 0;
			padding-left: 8px;
			text-transform: lowercase;
		}
	
		#sidebar hr {
			margin: 0 0 12px 0;
		}
	
		#sidebar form {
			margin: 0 0 12px 0;
		}
	
		#sidebar ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			
			#sidebar ul li {
				border-bottom: 1px solid white;
				margin: 0 0 12px 0;
			}
			
			#sidebar ul a {
				background: rgb(235, 235, 235) url(images/section-background.gif) top right no-repeat;
				display: block;
				padding: 6px 12px;
				text-decoration: none;
			}

			#sidebar ul a:hover {
				background: silver url(images/section-hover-background.gif) top right no-repeat;
				color: white;
			}
			
			#sidebar ul a.more {
				color: gray;
				font-style: italic;
			}
			
			#sidebar ul a.more:hover {
				color: white;
			}
			
			#sidebar ul ul {
				border-bottom: 1px dotted silver;
				border-left: 1px dotted silver;
				border-right: 1px dotted silver;
				padding-left: 12px;
				color: silver;
				list-style: disc;
			}
			
				#sidebar ul ul ul {
					border: 0;
				}
			
				#sidebar ul ul li {
					margin: 0;
					margin-left: 12px;
				}
				
				#sidebar ul ul a {
					background: none;
					display: inline;
					padding: 0;
				}
				
				#sidebar ul ul a:hover {
					background: none;
					color: gray;
				}
				
				
				
				
				
				
		//ADDED BY AJT -- duplicate sidebar code for recipes page
		
		
		// END ADDITION BY AJT

		#sidebar .section, #sidebar .textwidget {
			background: rgb(235, 235, 235) url(images/section-background.gif) top right no-repeat;
			line-height: 2em;
			margin: 0 0 12px 0;
			padding: 6px 12px;
		}

			#sidebar .section p {
				margin: 0;
			}
		
	#footer {
		background: url(images/footer-background.gif) top right no-repeat;
		border-top: 1px dotted silver;
		clear: both;
		color: gray;
		margin-top: 18px;
	}
	
		#footer p {
			margin: 0;
			padding: 12px 0 36px 0;
		}
		
		#footer a {
			color: gray;
		}
		
/* Form Styles */

#text select {
	width: 100%;
}

table.form {
	border-left: 1px solid silver;
	border-top: 1px solid silver;
}

table.form td {
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	padding: 6px 12px;
	vertical-align: top;
}

table.form th {
	background: gray;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	color: white;
	font-weight: normal;
	padding: 6px 12px;
}

table.form input.text, table.form textarea {
	width: 480px;
}

/* Blog Styles */

p.post-footer {
	border-top: 1px dotted silver;
	font-size: 12px;
}

div.comment {
	background: rgb(235, 235, 235) url(images/section-background.gif) top right no-repeat;
	margin: 0 0 18px 0;
	padding: 6px 12px;
}

div.comment p.post-footer {
	margin: 0 !important;
}

p.summary {
	color: silver;
	font-size: 10px;
	line-height: 1.5em;
}

p.summary a {
	color: silver;
}

p.summary a:hover {
	color: gray;
}

#text div.navigation {
	background: rgb(235, 235, 235);
	border: 1px dotted gray;
	font-size: 10px;
	height: 10px;
	line-height: 1em;
	margin: 0 0 12px 0;
	padding: 4px 8px;
	text-align: right;
	text-transform: uppercase;
}

	#text div.navigation div.alignleft {
		float: left;
	}
	
	#text div.navigation a {
		text-decoration: none;
	}

#content div.recipe {
	background: url(images/recipe-body.jpg) repeat-y;
	font-family: Georgia, serif;
	margin: 1em 0;
}

	#content div.recipe h1 {
		background: url(images/recipe-header.jpg) no-repeat;
		border: 0;
		color: black;
		font-size: 16px;
		font-variant: small-caps;
		letter-spacing: 0.5em;
		margin: 0 -25px;
		min-height: 50px;
		padding: 30px 130px 0 130px;
		text-align: center;
	}

	#content div.recipe p.print {
		float: left;
	}
	
		#content div.recipe p.print a {
			background: rgb(235, 235, 235);
			border: 1px solid gray;
			display: block;
			padding: 0 6px;
			position: absolute;
			text-decoration: none;
		}
		
		#content div.recipe p.print a:hover {
			background: white;
		}

	#content div.recipe p.subtitle {
		color: gray;
		font-style: italic;
		text-align: center;
		margin: 0;
	}

	#content div.recipe h2 {
		border-bottom: 1px white dotted;
		color: gray;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 0.5em;
		margin: 1em 0;
		padding-bottom: 0.5em;
	}

	#content div.recipe div {
		background: url(images/recipe-footer.jpg) bottom no-repeat;
		padding: 0 25px 60px 25px;
	}

/* Event Calendar Styles */

div.card {
	background: rgb(235, 235, 235) url(images/section-background.gif) top right no-repeat;
	margin: 0 0 18px 0;
	padding: 6px 12px;
}

	div.card table {
		margin: 0 !important;
	}

	div.card th {
		text-align: right;
		padding: 6px 12px;
		vertical-align: top;
	}

	div.card td {
		background-image: none;
		padding: 6px 12px;
	}
	
iframe {
	height: 480px;
	width: 610px;
}

/* Widget Styles */

div.widget {
	margin: 0 0 12px 0;
}

#tag_cloud {
	background: rgb(235, 235, 235) url(images/section-background.gif) top right no-repeat;
	padding: 6px 12px 12px 12px;
}

	#tag_cloud h1 {
		display: none;
	}

	#tag_cloud a {
		color: silver;
		text-decoration: none;
	}

	#tag_cloud a:hover {
		color: rgb(134, 0, 0);
	}

#twitter_update_list li {
	background: rgb(235, 235, 235) url(images/section-background.gif) top right no-repeat;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
}

#twitter_update_list li a {
	background: none;
	display: block;
	padding: 0;
	text-decoration: underline;
}

#twitter_update_list li a:hover {
	background: none;
	color: rgb(134, 0, 0);
}

/* Archive Styles */

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	ul.menu li {
		border-bottom: 1px solid white;
		margin: 0 0 12px 0;
	}
	
	ul.menu a {
		background: rgb(235, 235, 235) url(images/section-background.gif) top right no-repeat;
		display: block;
		padding: 6px 12px;
		text-decoration: none;
	}

	ul.menu a:hover {
		background: silver url(images/section-hover-background.gif) top right no-repeat;
		color: white;
	}
	
	
/*TEST FOR UL CHILDREN*/

		ul.children{
			border-bottom: 1px dotted silver;
			border-left: 1px dotted silver;
			border-right: 1px dotted silver;
			padding-left: 12px;
			color: silver;
			list-style: disc;
		}

			ul ul ul {
				border: 0;
			}

			ul.children li {
				margin: 0;
				margin-left: 12px;
			}

			ul.children a {
				background: none;
				display: inline;
				padding: 0;
			}

			ul.children a:hover {
				background: none;
				color: gray;
			}
			
	div.recipe_blocks{
		 width: 265px;
		 margin-right: 15px;
		 margin-bottom: 0px;
		 float: left;	
	}
	
	.recipe_blocks .category_title{
		font-weight: bold;
		color: gray;
	}
	
	
	
/*RECIPE NAV BAR AJT*/

#recipe_filter_nav {
	font-size: 16px;
	background: rgb(235, 235, 235) url(images/section-background.gif) top right no-repeat;
	width: 795px;
	display: block;
	padding: 15px;
}

#recipe_filter_nav #filter_text{
	float: left;
	font-size: 16px;
	overflow: hidden;
	color: rgb(54, 54, 54);
}	
	
	#recipe_filter_nav a {
		color: gray;
		border-right: 1px solid silver;
		padding: 0px 8px;
		text-decoration: none;
	}
	
	#recipe_filter_nav a:hover {
		text-decoration: underline;
		color: rgb(134, 0, 0);
	}
	
	#recipe_filter_nav .selected{
		color: rgb(134, 0, 0);
		text-decoration: underline;
		//font-weight: bold;
	}



	
/*SIDEBAR SOCIAL MEDIA EDIT*/
ul.menu li a span.image{
	background: url(images/social_media_icons_transparent_sm.png);
	margin-right: 7px;
}

ul.menu li a#twitter span.image{
 	background: url(images/icons/color/twitter.png);
	margin-right: 7px;
	width: 24px;
	height: 20px;
	display: block;
	float: left;
}

ul.menu li a#facebook span.image{
	background: url(images/icons/color/facebook.png);
	margin-right: 7px;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}

ul.menu li a#instagram span.image{
	background: url(images/icons/color/instagram.png);
	margin-right: 7px;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}

ul.menu li a#youtube span.image{
	background: url(images/icons/color/youtube.png);
	margin-right: 7px;
	width: 24px;
	height: 17px;
	display: block;
	float: left;
}

/*END SIDEBAR SOCIAL MEDIA EDIT*/


/*ALERT FOR WHEN RECIPES ARE REPLACED*/
.recipe_void{
	display: block;
	background-color: silver;
	width: auto;
	padding: 7px;
	border: 1px solid black;
}