/*  
Theme Name: Rusty
Theme URI: http://blog.mihalev.info/wordpress-themes/#Rusty_1
Description: The first WordPress theme created by <a href="http://blog.mihalev.info/">Martin Mihalev</a>.
Version: 1.03
Author: Martin Mihalev
Author URI: http://blog.mihalev.info/
*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #C5CDB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/body_background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
}

a {
	text-decoration: none;
}

#page {
	position: absolute;
	width: 735px;
	margin-left: 50%;
	left: -367.5px;
}

	#header {
		position: relative;
		width: 735px;
		height: 223px;
		color: #fff;
		background-color: #464D3D;
		background-image: url(images/header_background.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}
	
		#left_side_2 {
			position:absolute;
			top:0px;
			left:0px;
			width: 35px;
			height: 223px;
			background-image: url(images/left_side_background_2.jpg);
			background-position: top left;
			background-repeat: repeat-y;
		}
		
		#right_side_2 {
			position:absolute;
			top:0px;
			left:700px;
			width: 35px;
			height: 223px;
			background-image: url(images/right_side_background_2.jpg);
			background-position: top left;
			background-repeat: repeat-y;
		}
		
		#header_1 {
			position:absolute;
			top:0px;
			left:35px;
			width: 665px;
			height: 192px;
			overflow:hidden;
			background-image: url(images/header_1.jpg);
			background-position: top left;
			background-repeat: no-repeat;
		}
		
			#blog_title {
				padding-top: 78px;
				font-size: 3em;
				text-align: center;
				font-weight: bold;
			}
			
			#blog_title a, #blog_title a:visited, #blog_title a:hover {
				color: #fff;
			}
		
			#blog_moto {
				padding: 10px 35px 0px 35px;
				font-size: 1.2em;
				text-align: center;
			}
		
		#header_2 {
			position:absolute;
			top:192px;
			left:35px;
			width: 665px;
			height: 31px;
			overflow:hidden;
			background-image: url(images/v_menu.jpg);
			background-position: top left;
			background-repeat: no-repeat;
		}
		
			#header_2 form {
				float:left;
				padding: 5px 0px 0px 5px;
			}
			
			#header_2 input {
				padding: 3px 4px;
				width: 140px;
				height: auto;
				font-size: .9em;
				border: 1px solid #474D3D;
				background-color: #DCFF9E;
			}
			
			#rss_holder {
				float: right;
				padding:8px 5px 0px 0px;
				color:#34392D;
			}
			
			#rss_holder a {
				color: #674524;
				font-weight: bold;
				padding:3px;
			}
			
			#rss_holder a:visited {
				color: #674524;
			}
			
			#rss_holder a:hover {
				color:#FFDA76;
				background-color:#464D3D;
			}

			#h_menu_holder {
				position:absolute;
				left:170px;
				padding:8px 0px 0px 0px;
				color:#34392D;
			}
			
			#h_menu_holder a {
				color: #674524;
				font-weight: bold;
				padding:3px;
			}
			
			#h_menu_holder a:visited {
				color: #674524;
			}
			
			#h_menu_holder a:hover {
				color:#FFDA76;
				background-color:#464D3D;
			}
	
	#content, #content_2 {
		width: 735px;
		background-image: url(images/content_background.jpg);
		background-position: top left;
		background-repeat: repeat-y;
	}
	
	#content_2 .post_content {
		background-image: none;
	}	
	
	#content_2 .post_content ul {
		list-style-image: url(images/list_marker_4.jpg);
	}
	
		#left_side {
			float:left;
			width: 35px;
			height: 177px;
			background-image: url(images/left_side_background.jpg);
			background-position: top left;
			background-repeat: repeat-y;
		}
		
		#right_side {
			float: right;
			width: 35px;
			height: 177px;
			background-image: url(images/right_side_background.jpg);
			background-position: top left;
			background-repeat: repeat-y;
		}

		#sidebar {
			float: left;
			width: 166px;
			font-size: 0.83em;
			overflow: hidden;
		}
		
			#sidebar h2 {
				border: 1px solid #474D3D;
				border-width:1px 0 2px 0;
				font-size: 1.2em;
				color: #C5CDB6;
				padding: 8px 0 8px 8px;
				margin: 0;
				background-image: url(images/menu_item_title_background.jpg);
				background-position: top left;
				background-repeat: repeat-y;
			}
		
			#sidebar ul {
				list-style-image: none;
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
			
			#sidebar ul ul {
				margin-bottom: 20px;
			}
			
			#sidebar ul ul ul {
				margin-bottom: 0;
			}
			
			#sidebar ul ul li {
				color: #788169;
				padding: 2px 10px 2px 20px;
				background-image: none;
			}
			
			#sidebar ul ul li li {
				padding: 2px 12px;
				background-image:url(images/menu_item_children.jpg);
				background-position:top left;
				background-repeat:no-repeat;
			}
			
			#sidebar li a {
				color: #788169;
			}
			
			#sidebar li a:visited {
				color: #788169;
			}
			
			#sidebar li a:hover {
				color: #DCFF9E;
			}
		
			/* Calendar:START */
			#wp-calendar {
				color: #788169;
				width: 150px;
			}
			
			#wp-calendar caption {
				font-weight: bold;
				color: #3F4436;
			}
			
			#wp-calendar th {
				font-weight: bold;
				background-color: #474D3D;
				color: #666F5A;
			}
			
			#wp-calendar td {
				border: 1px solid #474D3D;
				text-align: center;
				color: #393F2F;
			}
			
			#wp-calendar tbody td a {
				font-weight: bold;
				color: #788169;
			}
			
			#wp-calendar tbody td a:visited {
				color: #788169;
			}
			
			#wp-calendar tbody td a:hover {
				color:#DCFF9E;
			}
			
			#wp-calendar tfoot td {
				text-align: center;
			}
			
			#wp-calendar tfoot td a {
				color: #788169;
				font-weight: bold;
				padding:3px;
			}
			
			#wp-calendar tfoot td a:visited {
				color: #788169;
			}
			
			#wp-calendar tfoot td a:hover {
				color:#DCFF9E;
			}
			
			#wp-calendar {
				margin-bottom: 20px;
			}
			/* Calendar:END */
	
		#text {
			float: right;
			padding: 1px 0 0 0;
			width: 499px;
			overflow: hidden;
		}
	
			div.pagetitle {
				font-size: 1.6em;
				color: #34392D;
				text-align: center;
				width: 499px;
				padding: 10px 0;
			}
			
			.navigation {
				width: 470px;
				margin-left: 15px;
				padding: 10px 0;
			}
			
			.navigation .alignleft {
				float:left;
			}
			
			.navigation .alignright {
				float:right;
			}
			
			.navigation a {
				color: #788169;
				font-weight: bold;
				padding:3px;
			}
			
			.navigation a:visited {
				color: #788169;
			}
			
			.navigation a:hover {
				color:#FFDA76;
			}
		
	#footer {
		color: #C5CDB6;
		text-align: center;
		padding: 10px 0;
		line-height:2em;
		font-size: .83em;
		background-image: url(images/content_background.jpg);
		background-position: top left;
		background-repeat: repeat-y;
	}
	
		#footer a {
			color: #BC7E41;
			font-weight: bold;
			padding-bottom: 2px;
		}

		#footer a:visited {
			color: #BC7E41;
		}

		#footer a:hover {
			background-image: url(images/link_underline.jpg);
			background-position: bottom left;
			background-repeat: repeat-x;
		}
		
	.post {
		background-color: #4F5644;
		width: 499px;
		min-width: 499px;
		max-width: 499px;
		margin-bottom: 10px;
		background-image: url(images/post_background.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	.post_2 {
		background-color: #4F5644;
		width: 499px;
		min-width: 499px;
		max-width: 499px;
		margin-bottom: 10px;
		background-image: url(images/post_background.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		margin-bottom: 3px;
	}
	
		.post_header {
			margin-left: 1px;
			padding: 10px 0 12px 18px;
			background-image: url(images/post_horizontal_line.jpg);
			background-position: bottom left;
			background-repeat: no-repeat;
		}
		
			.post_title {
				font-weight: bold;
				font-size: 1.4em;
				color: #FFDA76;
			}
			
			.post_title:visited {
				color: #FFDA76;
			}
			
			.post_title:hover {
				color: #FFDA76;
			}
			
			.post_date {
				margin-top: 5px;
				font-size: .83em;
				color: #CDAF5C;
				font-weight: bold;
			}
	
		.post_content {
			color: #C5CDB6;
			margin-left: 1px;
			padding: 18px 18px 22px 18px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .9em;
			line-height: 1.4em;
			background-image: url(images/post_horizontal_line.jpg);
			background-position: bottom left;
			background-repeat: no-repeat;
		}
	
			.post_content a, .comment_content a {
				color: #DCFF9E;
				padding: 0px 0px 2px 0px;
			}

			.post_content a:hover, .comment_content a:hover {
				background-image: url(images/link_underline_2.jpg);
				background-position: bottom left;
				background-repeat: repeat-x;
			}
			
			.post_content ul, .comment_content ul {
				list-style-image: url(images/list_marker_3.jpg);
				list-style-type: none;
				list-style-position: outside;
				color: #C5CDB6;
			}

			.post_content ul ul, .comment_content ul ul {
				padding-left:0px;
				margin-left:30px;
			}

			.post_content blockquote, .comment_content blockquote {
				border:0px solid #474D3D;
				border-left-width: 3px;
				background-image: url(images/block_horizontal_line.jpg);
				background-position: top left;
				background-repeat: no-repeat;
				margin: 5px 0 5px 10px;
				padding: 1px 10px 0px 10px;
				color: #C5CDB6;
			}

			.post_content blockquote blockquote, .comment_content blockquote blockquote {
				margin-left: 0px;
			}

			.post_content>blockquote, .comment_content>blockquote, .post_content>blockquote blockquote, .comment_content>blockquote blockquote {
				padding-bottom: 1px;
			}

			.post_content img, .comment_content img {
				margin: 3px;
			}
			
			.post_content input[type='password'] {
				padding: 3px 4px;
				width: 140px;
				height: auto;
				font-size: .9em;
				border: 1px solid #474D3D;
				background-color: #DCFF9E;
			}
			
			.post_content input[type='submit'] {
				color: #879376;
				font-size: .92em;
				font-weight: bold;
				text-transform: uppercase;
				width:auto;
				padding: 3px;
				border: 1px solid #879376;
				background-color: transparent;
			}
			
			.post_content h2 {
				font-size:1.4em;
			}
			
		.post_footer {
			padding: 7px 18px 47px 19px;
			font-size: .83em;
			color: #C5CDB6;
			background-image: url(images/post_footer_background.jpg);
			background-position: bottom left;
			background-repeat: repeat-x;
		}
	
		.post_footer_2 {
			padding: 7px 18px 47px 19px;
			font-size: .83em;
			color: #C5CDB6;
		}
			
			.post_category {
				float: left;
				padding-bottom: 3px;
			}
			
			.post_comments {
				float: right;
				padding-bottom: 3px;
			}

			.post_footer a, .post_footer_2 a {
				color: #BC7E41;
				font-weight: bold;
				padding: 0px 0px 3px 0px;
			}

			.post_footer a:hover, .post_footer_2 a:hover {
				background-image:url(images/link_underline.jpg);
				background-position:bottom left;
				background-repeat:repeat-x;
			}
	
	.comment {
		background-color: #4F5644;
		width: 499px;
		margin-bottom: 10px;
		background-image: url(images/comment_background.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		margin-bottom: 3px;
	}
	
		.comment_header {
			margin-left: 1px;
			padding: 10px 0 12px 18px;
		}
			
			.comment_title {
				font-weight: bold;
				font-size: 1.2em;
				color: #DCFF9E;
			}
			
			.comment_title a {
				color: #DCFF9E;
			}
			
			.comment_title a:visited {
				color: #DCFF9E;
			}
			
			.comment_title a:hover {
				color: #DCFF9E;
			}
			
			.comment_date {
				margin-top: 5px;
				font-size: .83em;
				color: #ADC77E;
				font-weight: bold;
			}
				
		.comment_content {
			color: #C5CDB6;
			margin-left: 1px;
			padding: 5px 18px 18px 18px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .9em;
			line-height: 1.4em;
		}

	.comment_input {
		color: #879376;
		margin-bottom: 10px;
	}
	
		.comment_input input {
			padding: 3px 4px 3px 4px;
			width: 205px;
			height: auto;
			font-size: 1em;
			border: 1px solid #474D3D;
			background-color: #DCFF9E;
		}
		
		.comment_input > input {
			padding: 4px;
			height: auto;
			width: 200px;
		}
		
		.comment_input textarea {
			padding: 3px 4px 3px 4px;
			width: 305px;
			height: 126px;
			font-size: 1em;
			border: 1px solid #474D3D;
			background-color: #DCFF9E;
		}
		
		.comment_input > textarea {
			padding: 4px;
			height: auto;
			width: 300px;
		}
		
		.comment_submit {
			float: left;
			color: #879376;
			font-size: .92em;
			font-weight: bold;
			width:auto;
			padding: 3px;
			border: 1px solid #879376;
			background-color: transparent;
		}
	
	.visual_clear {
		clear: both;
		height: 50px;
	}
	
	.visual_clear_2 {
		clear: both;
	}
	
	span.admin_edit_link {
		font-size: 11px;
		font-weight: normal;
		float: right;
		margin: 0px 18px 0px 0px;
	}
	
	span.admin_edit_link a {
		color: #DCFF9E;
		padding: 0px 0px 2px 0px;
	}
	
	span.admin_edit_link a:hover {
		background-image: url(images/link_underline_2.jpg);
		background-position: bottom left;
		background-repeat: repeat-x;
	}

	.comment_title span.admin_edit_link a {
		color: #FFDA76;
		padding: 0px 0px 2px 0px;
	}
	
	.comment_title span.admin_edit_link a:hover {
		background-image: url(images/link_underline.jpg);
		background-position: bottom left;
		background-repeat: repeat-x;
	}

	a img {
		border: none;
	}