/*
Theme Name: Ares
Theme URI: http://codemonkey.nu
Description: *
Author: Marco Hyyryl&auml;inen
Author URI: http://codemonkey.nu
Version: 1.0
.
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 2.5 Sweden. If you want it then mail me at marco@codemonkey.nu and i send you the files :)
.
*/

body {color:#777; margin: 0 0 30px 0; font-family: Helvetica, Arial, Verdana, sans-serif;}
h1,h2 {margin: 0 0 0.2em 0; padding:0;} 
h3 {margin: 10px 0 0.2em 0; padding:0; }
h1,h2,h3,h4,h5,h6 {color: #c13f27; font-family: Helvetica, Arial, Verdana, sans-serif;}
h3 {margin-bottom: 0.4em;}
a {color: #c13f27; text-decoration:none;}
ul {list-style-type: none;}

body {
	background: url(img/bg.jpg) #fdfdf4;
	border-top: 6px solid #c13f27;
}

#main {
	margin: 30px auto 0 auto;
	width: 700px;
}

#header {
	height: 80px;
}

	#header ul {
		margin-top: 5px;
		float: right;
		list-style: none;
	}
	
	#header h1, #header h3 {
		text-transform: lowercase;
	}
	
#twitter {
	height: 40px;
	clear: both;
}	

	#twitter img {
		margin-top: 5px;
		float: left;
	}
	
	#message {
		background: #ffffff;
		color: #777;
		float: right;
		padding: 5px;
		width: 660px;
		
		box-shadow: 1px 5px 25px #ccc;
		-webkit-box-shadow: 1px 5px 25px #ccc;
		-moz-box-shadow: 1px 5px 25px #ccc;
	}
	
	#message span {
		color: #000000;
	}
	
	
.title {
	background-color: #ffffff; 
	position: absolute;
	margin: -150px 0 0 -5px;
	padding: 15px;
	max-width: 600px;
	
	box-shadow: 1px 5px 25px #333;
	-moz-box-shadow: 1px 5px 25px #333;
    -webkit-box-shadow: 5px 5px 25px #333;
}
	
.post {
	background: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	
	box-shadow: 1px 5px 25px #ccc;
	-webkit-box-shadow: 1px 5px 25px #ccc;
	-moz-box-shadow: 1px 5px 25px #ccc;
}

	.post img {
		margin: -6px 0 0 -5px;
		max-width: 700px;
		max-height: 422px;
	}
	
#readmore {
	height: 15px;
	width: 680px;
	margin-top: -15px;
	margin-left: -5px;
	margin-bottom: -25px;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F6FA), to(#E3EEF5));
   	background: -moz-linear-gradient(top, #F1F6FA, #E3EEF5);
}

.post-head {
	color: black;
  	background: -webkit-gradient(linear, left top, left bottom, from(#F1F6FA), to(#E3EEF5));
   	background: -moz-linear-gradient(top, #F1F6FA, #E3EEF5);
	height: 100px;
	margin: -5px -5px 0px -5px;
}

	.post-head h2 {
		//color: black;
		font-size: 40px;
		padding: 10px 10px 0 10px;
	}
	
	.post-head h3 {
		//color: black;
		font-size: 16px;
		margin: -30px 0 0 10px;
	}
	
	.archive {
		width: 700px;
		margin-left: -45px;
		margin-bottom: -5px;
	}

		.archive li {
			height: 15px;
			padding: 10px;
			background: #F1F6FA;
			border-bottom: solid white 1px;
		}
		
		.even {
			background: #E3EEF5 !important;
		}
		
		#archive-search {
			background: #E3EEF5;
			border-top: solid white 1px;
			width: 700px;
			height: 50px;
			margin-left: -5px;
		}
		

.comment {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-left: -30px;
}

	.commentTop {
		height: 35px;
		padding: 0 15px 7px 50px;
		background: url(img/comment-top.png) no-repeat bottom left;
	}
	.commentTop .meta * {
		display: inline;
	}
	.commentTop .meta h3 {
		color: #555;
		font-weight: bold;	
	}
	.commentTop .meta .date, .commentTop .meta .date a {
		font-size: 12px;
		font-weight: bold;
		margin-left: 4px;
		color: rgba(0,0,0,.3);
	}
	
	.commentTop .meta .date a:hover {
		color: #4967b3;
	}
	
	.commentMiddle {
		background: url(img/comment-middle.png) repeat-y !important;
		padding: 0 25px;
		margin-top: -20px;
		margin-bottom: -20px;
	}
	.commentBottom {
		height: 22px;
		background: url(img/comment-bottom.png) no-repeat;
	}
	
.post_comment {
	float: left;
	clear: both;
	width: 700px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	background: #ffffff;
	
	box-shadow: 1px 5px 25px #ccc;
	-webkit-box-shadow: 1px 5px 25px #ccc;
	-moz-box-shadow: 1px 5px 25px #ccc;
}

	.post_comment .inner {
		float: left;
		clear: both;
		width: 700px;
		padding: 20px 21px 10px 21px;
	}
	
	.post_comment p {
		float: left;
		clear: both;
		width: 655px;
		margin: 0 0 2px 0;
		padding: 14px 0 12px 0;
		background: #F1F6FA;
		font-weight: bold;
		font-size: .75em;
		color: #66685b;
	}
	.post_comment p.h { background: #E3EEF5; }
	
	.post_comment p label {
		display: block;
		float: left;
		margin: 5px 10px 0 0;
		width: 105px;
		text-align: right;
	}
	.post_comment p input {
		width: 505px;
		padding: 5px;
		border: solid 1px #D9E0E7;
		font-size: 12px;
		color: #666;
	}
	
	.post_comment p.h input { border: solid 1px #C0D2DD; }
	
	.post_comment p textarea {
		width: 505px;
		padding: 5px;
		border: solid 1px #C0D2DD;
		font-size: 12px;
		color: #666;
	}
	
	.post_comment p input.required {
		width: 446px;
		padding-right: 63px;
		background: #fff url(img/required.png) no-repeat 454px 6px;
	}
	


.button {
   border: 0px;
   background: #5ba827;
   background: -webkit-gradient(linear, left top, left bottom, from(#74e03a), to(#5ba827));
   background: -moz-linear-gradient(top, #74e03a, #5ba827);
   padding: 6px 12px;
   
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;

   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
.button:hover {
   border-top-color: #6dc437;
   background: #6dc437;
   color: #ffffff;
   }


#recent_posts {
	margin-left: -40px;
	width: 900px;
}

	#recent_posts ul {
		display: inline;
		list-style: none;
	}
	
	#recent_posts li {
		float: left;
	}
	
	#recent_posts li img {
		background-color: #fff;
		display: block; 
		margin: 0 20px 10px 0px; 
		padding: 5px 5px 5px; 
		width: 210px;
		height: 115px;
	
		box-shadow: 1px 5px 25px #ccc;
		-webkit-box-shadow: 1px 5px 25px #ccc;
		-moz-box-shadow: 1px 5px 25px #ccc;
	}	
	
	#recent_posts_caption {
		background-color: #ffffff; 
		position: absolute;
		margin-top: -60px;
		padding: 10px;
		max-width: 210px;
		
	}
	
#footer {
	background: url(img/marcohyyrylainen.png) top center no-repeat;
	height: 20px;
	padding-top: 40px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0,0,0,.3);
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

.about {
	background: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	
	box-shadow: 1px 5px 25px #ccc;
	-webkit-box-shadow: 1px 5px 25px #ccc;
	-moz-box-shadow: 1px 5px 25px #ccc;
}

.profile {
	background-color: #fff;
	display: block; 
	margin: 10px 10px 27px 10px; 
	padding: 10px 10px 10px; 
	height: 170px;
	width: 190px;
	float: right;
	
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); 
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); 
	-webkit-transform: rotate(2deg); 
	-moz-transform: rotate(2deg);
}

#portfolio {
	margin-left: -40px;
	width: 900px;
}

	#portfolio ul {
		display: inline;
		list-style: none;
	}
	
	#portfolio li {
		float: left;
	}
	
	#portfolio li img {
		background-color: #fff;
		display: block; 
		margin: 0 20px 10px 0px; 
		padding: 5px 5px 5px; 
		width: 210px;
	
		box-shadow: 1px 5px 25px #ccc;
		-webkit-box-shadow: 1px 5px 25px #ccc;
		-moz-box-shadow: 1px 5px 25px #ccc;
	}