/*
Theme Name: JoelMora
Theme URI: http://www.joelcmora.com
Description: Light version of JoelMora.
Version: 1.0
Author: Joel Mora
Author URI: http://www.joelcmora.com/
*/

body, h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
								margin: 0;
								padding: 0;
}

body{
	background-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
	

table{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	
}

h1, h2, h3, h4, h5, h6{
			font-family: georgia, arial, helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover {
		text-decoration:none;
}

a img{
	border: 0;
}

p {
	padding: 10px 0 5px;
}

blockquote{
		margin: 10px 0 0;
		border-top: 2px solid #ddd;
		background: #f5f5f5;
}

blockquote p{ padding: 10px;

}

blockquote blockquote {
			float: none;
			width: auto;
			margin: 0 10px;
			background: #fff;
}

dd{
	padding: 0 0 0 20px;
}

form, input, textarea{
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 12 px;
	}

p img{
	max-width: 100%;
}

img.centered {
		display: block;
		margin-left: auto;
		margin-right;
}

img.alignright {
			margin: 3px 0 2px 10px;
			padding: 4px;
			border: 1px solid #ededed;
			display: inline;
}

.alignleft {
		float: left;
}

.alignright {
		float: right;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

small {
	font-size: 11px;
}

#wrapper {
		width: 1024px;
		text-align: left;
		margin-left: 10px;
}

#header{
		background-image: url(images/header.png);
		background-repeat:repeat-x;
		float: left;
		height: 150px;
		width: 1024px;
		
}

#logo{
		background-image: url(images/logo.png);
		float: left;
		height: 103px;
		width: 286px;
		margin-top: 17px;
		margin-left: 10px;
}

#blogtitle{
		float: right;
		text-decoration: none;
		margin-top: 134px;
		
		

}

#blogtitle a{ 	font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
}

#blogtitle a:hover{
			background: #666666;
}
		

#menu{
		background-color: #fff;
		float: left;
		width: 1024px;
	
		
}

#menu ul {
		list-style:none;
		margin:();
		padding:();
}

#menu ul li {
		float: right;
}

#menu ul li a{
		display:block;
		padding: 4px;
		border-right: 1px solid #ededed;
		text-decoration: none;
		color: #777;
}

#menu ul li a:hover{
			background: #f9f9f9;

}

#about{
	float: left;
	width: 1024px;
	border-top: 1px solid #5f0000;
	padding: 0 0 14px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#fff;
}

#about p{
		padding: 10px 10px 5px 10px;
}

#content{
		float: left;
		width: 1024px;
		padding: 0 0 10px 0;
}





.navigation{
		margin:  10px 0;
		border-top: 1px solid #ffffff;
		
		line-height: 24px;
		
		
}

.navigation a{
		color: #fff;
}


.post{
	
	background-color: #fff;
	width: 985px;
	
	
}

.post h2{
	font-size: 24px;
	font-weight: normal;
	
}

.post h2 a{
		color: #000;
		text-decoration: underline;
}

.entry-date{
		
		color: #666;
		background-color: #fff;
		line-height: 24px;
		font-size: 12px;
		float: right;
		border-top: 1px solid;
		border-bottom: 1px solid;
		margin-top: 5px;
		width: 985px;
}

.entry-content{
		line-height: 24px;
		font-size: 14px;
		color: #000;
		background-color: #fff;
		width: 985px;
		
		
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
		padding: 10px 0 5px;
}

.entry-content h2 a{
			color: #83f3939;
}

.entry-content h3{
			font-size: 18px;
			font-weight: normal;
}

.entry-content h5{
			font-size: 14px;
}

.entry-content h6{
			font-size: 12px;
}

.entry-meta{
		
		line-height: 24px;
		color: #000;
		font-size: 12px;
		border-top: 1px solid;
		border-bottom: 1px solid;
		margin-top: 5px;
		width: 985px;

}

.entry-meta a:hover {
			background: #f9f9f9;
}






#footer {
		background-image: url(images/footer.png);
		background-repeat: repeat-x;
		float: left;
		width: 1024px;
		height: 20px;
		padding: 10px 0 10px 0;
		text-align: center;
		line-height: 24px;
		
}

#copyright  {
		background-image: url(images/copyright.png);
		float:left;
		height: 11px;
		width: 281px;
		margin-left: 5px;

}




