/*
Theme Name: Blank Theme
Theme URI: http://maqina.ro/
Description: Basic blank theme
Version: 0.1
Author: Emil Paun
Author URI: http://maqina.ro/
Tags: 

*/
* {margin:0; padding:0;}

body {
	background:#333;
	font-size:12px;
	line-height:15px;
	font-family: Georgia, Times, serif;
	font-style:italic;
	color:#666;
}

h1, h2, h3, h4 {font-size:24px; line-height:30px; letter-spacing:-1px; font-family: Georgia, Times, serif; font-weight:100;}
a img, fieldset {border:0 none;}

.illustration img {width:600px; height:600px; padding-bottom:20px; vertical-align:bottom;}

a {
	color:#cc2036;
	text-decoration:none;	
}
a:hover {
	color:#ccc;	
}
small {
	font-family:verdana, arial, helvetica sans-serif;
	font-size:10px;
	vertical-align:text-top;
}
#logo {
	font-size:24px;
	float:left;
line-height:30px;
	width:200px;	
}

#intro {
	margin-left:300px;
	text-align:right;	
}
#intro p {
	margin-bottom:5px;
	
}
#mastHead {
	height:100px;
	float:left;
	width:900px;	
	border-bottom:1px solid #333;
	margin-bottom:20px;

}
#description {
	float:left;
	clear:left;
	
}
#container {
	width:900px;
	padding:20px;
	margin:20px;
	background:#000;	
	position:relative;
float:left; 
}

.illustration {
	margin-top:20px;
	padding-bottom:20px;
	
}

.saidBy {
	float:left;
	width:260px;
	height:620px;
	border-bottom:1px solid #333;

}

.saidBy h3 {
	margin-top:30px;
	font-size:12px;
	font-style:italic;	
}
.translation {
	
	}
.display {
	margin-left:300px;
_margin-left:290px;
	border-bottom:1px solid #333;
	width:600px;	
}

#pageNav {
	margin-left:300px;
_margin-left:290px;
	border-bottom:1px solid #333;
padding-bottom:16px;
	width:600px;	
}

#footer {
	clear:left;
	width:900px;
 	margin:20px 0 0 0;	
float:left;
padding-bottom:20px;
}

#copyNotice {
float:left;
width:260px;

}
#disclaimer {float:left; padding-left:40px; width:560px; }

#overlay {/*divul magic*/
 	display: none;
	position:absolute;
	width:560px;
	padding:20px 20px 0 20px;
	background:#fff;
	z-index:500;
	min-height:720px;
	text-align:left;
	top:20px;
	right:20px;
}
#overlay div.description {
	float:left;
	width:160px;
	padding:20px 0 0 20px;
}

#overlay .hidden {
display:none;
}

#closeLink {
	position:absolute;
	z-index:501;
	right:10px;
	top:10px;
}
#zoomed {
	width:460px;
	padding:20px 0 0 0;
	margin:0 -20px;
	float:left;
}
#zoomed img {
	padding:0 0 20px 20px;
	}

#contactForm {
	margin-top:40px;	
}
	
#contactForm label {
	display:block;
	line-height:15px;
}	
#contactForm input, #contactForm textarea {
	background:#eee;
	border:1px solid #ccc;
	padding:3px;
	width:284px;
	margin-bottom:6px;
	}
	#contactForm input.submit {
	width:auto;
	background:#cc2036;
	color:#fff;
	border:none;
	display:block;
	margin-top:15px;
	padding:4px;
	font-size:12px;
	font-family: Georgia, Times, serif;
	font-style:italic;
	}

.warning {
	color:#cc2036;
	padding:10px 0 0 0;
	}
