/*
Theme Name: Adrian Rodriguez
Theme URI: http://adrian-rodriguez.net
Author: Adrian Rodriguez
Author URI: http://adrian-rodriguez.net
Description: Theme for personal site
Version: 0.1

*/

body {
	background: url(images/background.jpg) center top #f9f9f9 no-repeat;
	color: #585658;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

	a {
		color: #a30b0b;
		text-decoration: none;
	}
	
	h2 {
		font-weight: normal;
		font-size: 25px;
		color: #a30b0b;
		line-height: 1.2em;
		padding-bottom: 10px;
		text-shadow: 0 0 2px #c7c7c7;
	}
	
	h3, h3 a {
		font-size: 20px;
		margin-bottom: 10px;
		color: #585658;
	}
	
	img {
		padding: 5px;
		background-color: rgba(239,239,239,0.5);
		-webkit-box-shadow: 0 1px 2px #c1c1c1;
		-moz-box-shadow: 0px 1px 2px #c1c1c1;
		
	}
		
	.wordpress_cat a {
		font-size: 12px;
		font-style: italic;
		color: #7c7c7c;
		font-weight: normal;
	}
	
	p {
		margin-bottom: 10px;
	}

/*** Header ***/
header {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #989898;
}
	header .contact_header {
		float: right;
		font-size: 11px;
		margin-top: 15px;
	}
		.phone_number, .contact_email {
			padding-left: 20px;
		}
	
	header h1 {
		font-weight: normal;
		font-size: 29px;
		margin-top: 50px;
		text-shadow: 0 0 2px #c7c7c7;
		clear: right;
		line-height: 1.2em;
	}

/*** Latest Project ***/

section#latest_project {
	padding-bottom: 25px;
	border-bottom: 1px dotted #989898;
	margin-bottom: 25px;

}

/*** Content ***/

	aside nav ul li a {
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		text-shadow: 0 0 2px #c7c7c7;
	}
	
	aside nav {
		font-size: 10px;
		font-weight: bold;
		text-shadow: 0 0 2px #c7c7c7;
		line-height: 3px;
	}
	
	aside nav ul li {
		padding-bottom: 10px;
		border-bottom: 1px dotted #989898;		
	}
	
	.post-content {
		margin-bottom: 25px;
		border-bottom: 1px dotted #989898;
		padding-bottom: 15px;	
	}
	
	.post-content li {
		list-style: none;
	}
/*** Blog RSS ***/

#blog_rss {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px dotted #989898;

}

/*** Footer ***/

footer {
	margin-top: 50px;
	padding-top: 15px;
	border-top: 1px dotted #989898;
	padding-bottom: 25px;
	font-size: 11px;

}
		footer img {
			float: left;
			margin: -5px 5px 0;
			background: #f9f9f9;
			-webkit-box-shadow: 0 0 0 #f9f9f9;
			-moz-box-shadow: 0 0 0 #f9f9f9;
		}
		
		footer .right_align {
			float: right;
		}
		
		footer .left_align {
			float: left;
		}