/*
Theme Name: Default
Description: A theme for under construction sites
Version: 1.0
Author: Alexander Traikov
Tags: under, construction
*/

html, body{
	width:100%;
	height:100%;
}

*{
	margin:0px;
	padding:0px;
}

img{
	border:0;
}

a, a:visited{
	text-decoration:none;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.clearboth{
	clear:both;
}

#wrapper{
	width:100%;
	height:100%;
	margin:0 auto;
}

.clearpng{}
*html .clearpng{
	 behavior: url('pngbehavior.htc');
}

#top{
	height:50%;
	/*background-color:#090506;*/
	background-image:url(images/lower_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
	#top_container{
		width:770px;
		margin:0 auto;
		position:relative;
	}
	
		#image_frame{
			padding:0px 3px 3px 3px;
			margin-right:17px;
			background-image:url(images/image_frame_bg.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			float:left;
		}
			#image_frame img{
				border:2px solid #5b5c4e;
				width:240px!important;
			}
		
		#top_right{
			float:left;
			margin:2px 0px 22px 0px;
			width:400px;
		}
		
			#big_title{
				position:relative;
				padding:13px;
				width:400px;
				border-bottom:3px solid #5b5c4e;
				margin-bottom:14px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:24px;
				/*color:#5b5c4e;
				background-color:#d0cab2;*/
			}
				#big_title #tail{
					position:absolute;
					display:block;
					bottom:-13px;
					left:9px;
					
				}
		
			#subtitle{
				font-family:Tahoma, Geneva, sans-serif;
				font-size:16px;
				/*color:#252928;*/
				position:absolute;
				line-height:28px;
				bottom:-7px;
				left:275px;
			}
		/* top_right */
	/* top_container */
/* top */
	
#bottom{
	height:50%;
	/*background-color:#fcfae1;*/
}
	#content{
		width:770px;
		margin:0 auto;
	}
		
		#left{
			float:left;
			width:348px;
			padding-bottom:5px;
		}
		
			#subscribe_box{
				border:3px solid #5b5c4e;
				height:35px;
				position:relative;
				margin-top:5px;
				/*background-color:#FFF;*/
			}
			
				#subscribe_box .input_text{
					width:286px;
					height:27px;
					padding:8px 0px 0px 8px;
					/*color:#5b5c4e;*/
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:16px;
					border:0;
					float:left;
				}
				
				*html #subscribe_box .input_text{
					width:283px;
				}
				
				#subscribe_box .input_submit{
					background-image:url(images/subscribe_btn.gif);
					width:48px;
					height:35px;
					border: 0;
					cursor:pointer;
				}
				
			/* subscribe_box */
			
		/* left */
		
		#right{
			/*background-color:#F00;*/
			float:right;
			width:348px;
			margin:54px 50px 0px 0px;
			padding-bottom:5px;
			display:none;
		}
		
		*html #right{
			margin:54px 25px 0px 0px;
		}
		
		.block{
			font-family:Verdana, Geneva, sans-serif;
			font-size:11px;
			/*color:#d0cab2;*/
		}
		
			.block h1{
				font-weight:100;
				font-size:16px;
				font-family:"Lucida Console", Monaco, monospace;
				/*color:#5b5c4e;*/
				margin:6px 0px 5px 0px;
				text-transform:uppercase;
			}
			
			.block .list{
				list-style:none;
				
			}
			
			.list li {
				margin-bottom:4px;
			}
				.block .list h3{
					font-weight:100;
					font-size:11px;
					/*color:#252928;*/
					text-decoration:underline;
				}
				
				.block .list a,
				.block .list a:visited{
					/*color:#252928;*/
					font-size:10px;
				}
			
		/* block */
/* bottom */

#footer{
	height:41px;
	/*background-color:#5b5c4e;*/	
}

	#footer td{
		border-top:4px solid #d0cab2;
		text-align:center;
		line-height:37px;
		/*color:#FFF;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
		
		#footer td a, 
		#footer td a:visited{
			/*color:#FFF;*/
		}
		
		#footer td a:hover{
			text-decoration:underline;
		}
/* footer */
