/*
Theme Name: ElviraStein_Theme
Theme URI: http://wordpress.org/
Description: The ElviraStein-Theme was created for the viennese graphic designer Elvira Stein
Author: Markus Handl
Author URI: http://markushandl.com/
Tags: 

	ElviraStein 1.0

	This theme was designed by Elvira Stein
	and  built by Markus Handl

*/



/* Begin Typography & Colors */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height:18px;
	background-color:#000;
	color:#666;
	/*background:url(images/elvirastein_screendesign.png) top center;*/
}
body * { margin:0px; padding:0px; text-align:left; }
img { border:0px; }
a { color:#000; text-decoration:underline; }

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

/* a:hover { color:#989991;text-decoration:none; } */

input, select, textarea { font-family:Verdana,Arial,Sans-serif; color:#333333; font-size:1em; }
input.text, select, textarea { padding:1px; background:#ffffff; }

input.checkbox { margin:0px; padding:0px; }
* html input.checkbox { margin:-2px -2px -2px -2px; }

/* Float clearing workaround also working on Mozilla */
.clearer {
	clear:both;
	height:0px;
	overflow:hidden;
	margin-top:-1px;
	font-size:0em;
	line-height:0px; 
}
* html .clearer { margin-top:0px; }

/* ---------------------  */



#logo {
	width:800px;
	border-bottom:1px solid #333;
	padding-bottom:4px;
	padding-top:24px;
	margin:0 auto 0 auto;
}

#logo h1 {
	width:800px;
	text-align:center;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
	color:#666;
	font-style:italic;
	font-weight:normal;
	text-transform:uppercase;
	
}

#content {
	width:800px;
	margin:0 auto 0 auto;
	
}

#portfolio{
	float:left;
	width:530px;
	margin-right:10px;
	
}

#news {
	float:left;
	width:260px;
	padding-top:39px;
	text-align:center;
}

#news  h2 {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
	color:#666;
	font-style:italic;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	
}

#news h3 {
	font-family:Tahoma, Geneva, Trebuchet MS, sans-serif;
	font-size:10px;
	line-height:18px;
	letter-spacing:1px;
	color:#0099ff;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	padding-top:9px;
}

#news p {
	font-family:Tahoma, Geneva, Trebuchet MS, sans-serif;
	font-size:10px;
	line-height:18px;
	letter-spacing:1px;
	color:#666;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}
	
#news a {
	color:#ccc;
	text-decoration:none;
}

#news a:hover {
	color:#fff;
	text-decoration:none;
}
	
#news .date {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:10px;
	line-height:18px;
	letter-spacing:1px;
	color:#999;
	font-style:italic;
	font-weight:normal;
	text-transform:capitalize;
}

.seperator{
	margin-top:10px;
	height:1px;
	background-color:#333;
}
#footer {
	width:800px;
	margin:0 auto 54px auto;
	
}

#footer h2{
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
	color:#666;
	font-style:italic;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}

#footer p {
	text-align:center;
	font-family:Tahoma, Geneva, Trebuchet MS, sans-serif;
	font-size:10px;
	line-height:18px;
	letter-spacing:1px;
	color:#0099ff;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	
}

#footer .box{
	width:260px;
	float:left;	
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-right:10px;
	padding-top:9px;
	padding-bottom:9px;
	cursor:pointer;
}

#footer .box:hover{	
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

#footer .box:hover h2 {	
	color:#fff;
}



