/*   
	Theme Name: Alex Older.com
	Theme URI: http://alexolder.com
	Description: Theme created for AlexOlder.com, by Alex Older
	Author: Alex Older
	Author URI: http://alexolder.com
	Version: 2
	.
	Look but don't steal, stealing is wrong. There are things to be learnt here!
	.
*/
html{
	background: #fce4a8;
}

body{
	font: 11px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: auto;
}

a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

	#content a:hover, #sidebar a:hover{
		border-bottom: none;
	}

	a img{
		opacity: 0.7;
		border-bottom: none;
	}
	
		a:hover img{
			opacity: 1;
		}

h1 a{
	font-size: 50px;
	z-index: 1;
	background-image: url(images/logo.png);
	border-bottom: none;
	width: 250px;
	height: 50px;
}

h2{
	color: #999;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 5px;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 12px;
}

p{
	margin-bottom: 10px;
font-size: 12px;
line-height: 1.5;
}

.container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.text-indent{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}


#header{
	margin-bottom: 20px;
	border-bottom: 2px solid #ffcc00;
}

.menu{
	font-size: 14px;
	display: inline-table;
	margin-bottom: 10px;
}

	.menu li{
		float: left;
		margin-right: 10px;
	}
	
		.menu a{
			border-bottom: none;
			color: #ffd439;
		}
	
		.menu li:hover a{
			border-bottom: 2px solid #ffcc00;
		}
		
		.menu .current_page_item{
		}
		
			.menu .current_page_item a{
				color: #7f756b;
				border-bottom: 2px solid #7f756b;
			}
			
			.menu .current_page_item a:hover{
				border-bottom: none;
			}
			

		
#sidebar, #content{
	float: left;
}

	#sidebar{
		width: 240px;
                margin-left: 20px;
	}
	
		#sidebar p{
			color: #000;
		}
	
		#sidebar > li{
			border-bottom: 1px dotted #000;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
		
		.tweet{
			background: url(images/tweet-bg.png) no-repeat bottom;
			padding-bottom: 100px !important;
		}
		
		.tweet div{
			background: #3082af;
			padding: 5px;
			color: #fff;
		}
		
			.tweet p{
				color: #fff !important;
			}
		
			.tweet a{
				color: #fff;
				border-bottom: 1px dotted #fff;
			}

	#content{
		width: 700px;
	}
	
		#content .author{
			float: right;
			width: 80px;
		}
		
		#content h3 span{
			padding-right: 5px;
			margin-right: 5px;
		}
		
		.post, .single, .navigation{
			color: #000;
			padding: 10px;
			border: 3px solid #bb2f2e;
			-webkit-border-radius: -10px;
		}
		
			.stars{
				background: url(images/star.png) repeat-x bottom left;
				width: 150px;
				height: 50px;
				display: block;
				margin: 10px auto;
			}
		
			.post-image{
				clear: both;
				width: 660px;
				height: 100px;
				margin: 10px 0;
			}
				.post-image img{
					width: 660px;
					height: 100px;
				}
	
			.post a .post-image{
				border: 2px solid #000;
				width: 150px;
				height: 150px;
				float: left;
				margin: 0 10px 10px 0;
				opacity: 1;
			}
		
			.post p, .single p{
				margin-bottom:10px;
			}
			
			.post ul li, .single ul li{
				list-style: disc;
				margin-left: 20px;
			}
			
			.meta, .meta ul{
				display: inline;
				font-size: 11px;
			}
			
			.meta li{
				list-style-type: none !important;
				margin: 0 !important;
				display: inline;
			 }
	
	.term{
			font-style: italic;
			font-weight: normal;
		}

#respond{
	margin-top: 10px;
	padding: 10px;
	background: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	#submit{
		background: #333;
		border: 1px solid #000;
		color: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
		
.navigation{
	overflow: auto;
	clear: both;
}
	
	.navigation .old{
		float: left;
	}
	
	.navigation .new{
		float: right;
	}

#footer{
	clear: both;
	padding: 10px 0;
	overflow: auto;
	margin-top: 10px;
}

	#searchsubmit{
	    display:none;
	}

	#footer .col{
		width: 215px;
		float: left;
		margin-right: 20px;
	}