/*
Theme Name: WordPress vs.YOU
Theme URI: 
Description: 
Version: 0.99
Author: Pixelsalon
Tags: 
*/



/* Begin Typography & Colors */

body {
	font-family:Arial, Verdana, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	line-height:15px;
	color:#ffffff;
	text-align:left;
	margin:0;
	padding:0;
	background:#000000 url('img/bg.jpg');
	}



/* Page Layout*/

#page {
	position:absolute;
	width:970px;
	height:660px;
	margin: -330px 0 0 -485px;
	top:50%;
	left:50%;
	}

#left {
	width:455px;
	height:615px;
	float:left;
	background:#000000;
	border:10px solid #000000
	}
	
#right {
	width:455px;
	min-height:615px;
	float:right;
	background:#000000;
	border:10px solid #000000;
	margin: 0 0 20px 0;
	}

#logo {
	width:455px;
	height:64px;
	}

#teaser {
	width:455px;
	height:548px;
	}
	
#navi {
	width:455px;
	height:64px;
	}
	
#content{
	margin:0;
	padding:10px 0 0 0;
	width:455px;
	min-height:487px;
	/*overflow:auto;*/
	}
	
#bottom{
	width:455px;
	height:60px;
	}

#sitelogos{
	width:400px;
	height:30px;
	float:left;
	margin-top:15px;
	}
	
#copyright{
	width:340px;
	height:50px;
	float:left;
	margin-top:8px;
	font-size:9px;
	text-align:left;
	color:#7b7a79;
	}


	
/* Link Elements */

a:link {
	text-decoration:none;
	color:#62605f;
	}
	
a:visited {
	text-decoration:none;
	color:#62605f;
	}

a:hover {
	text-decoration:none;
	color:#ffffff;
	}

a:active {
	text-decoration:none;
	color:#ffffff;
	}

a:focus {
	text-decoration:none;
	color:#ffffff;
	}



/* Page Elemets*/

hr {
	width:455px;
	height:1px;
	color:#444240;
	background-color:#444240;
    text-align:left;
    border:0;
    margin:0;
    padding:0;
	}

hr.big {
	height:2px;
	}
	
img {
	border:0px;
	}
#sitelogos img{
	/*margin-right:10px;*/
}

p {
	margin:0;
}


/* Form Elemets*/

textarea{ 
	font-family:Arial, Verdana, Helvetica;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color: #ffffff;
	background-color: #444240;
	border: 0;
	width:350px;
	padding: 1px 2px 0 2px;
	margin: 0 0 10px 0;
	height:50px;
	}
	
input {
	font-family:Arial, Verdana, Helvetica;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color: #ffffff;
	background-color: #444240;
	border: 0;
	width:350px;
	height:15px;
	padding: 1px 2px 0 2px;
	margin: 0 0 10px 0;
	}



/* Blog Elements */

#content h1{
	font-size:24px;
	line-height:30px;
	margin-top:5px;
	color: #d1b868;
}

#content h2{
	font-size:18px;
	margin-top:20px;
	color: #d1b868;
}

#content p {
	margin-top:10px;
	margin-bottom:5px;
}




