/* ----------------------------------------
Theme Name: Vintage is new
Theme URI: http://www.devanear.com
Description: A vintage theme
Version: 2.0
Author: Derya Turksever
Author URI: http://www.devanear.com
Last Modified: 2010
Provides: Theme definition file for WordPress 1.5
---------------------------------------- */

@import 						url("design/styles/default/screen.css");
@import 						url("design/styles/default/print.css");

body {
	background: #efe8d4 url(images/bg.jpg) fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
 	color: #000000; 
 	font-size:11px; 
	line-height: 13px;
	margin: 0;
	padding: 0;
}	

a, a:active, a:visited {
  color : #000000; 
  text-decoration : none; 
}
 
a:hover { 
  color : #000000; 
  text-decoration : none; 
  border: 0;
}  

a img {	  
  background: tranparent;
  text-decoration: none; 
} 

p, td {
  font-size : 11px; 
  line-height : 13px; 
  text-align : justify; 
} 	   

strong {
	color: #251144;
}

em {
	color: #a44e4d;
}

.title {
  background: #62b9e2; 
  color: #000000; 
  font-size: .95em; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  text-transform: uppercase;
}  	  

h2 {
  color: #4aab8e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  padding: 0 0 0 50px;
  margin-bottom: 5px;
} 

hr {
  border: 2px solid #4aab8e;
}

input, textarea, .select, .input {
  font-family : Courier New, Verdana, sans-serif; 
  font-size : 11px; 
  line-height : 13px; 
  color : #000000; 
  background : transparent; 
  border: 1px solid #4aab8e;
  padding-left : 3px; 
}	

#damask {
z-index: -1;
position: fixed; 
float: left;	   
left: 0;
top: 0;
background: url(images/damask.jpg) left top no-repeat; 
width: 509px; 
height: 675px; 
}

#balloons {	  
z-index: -1;
position: fixed; 
float: right;	   
right: 0;
top: 0;
background: url(images/balloons.jpg) right top no-repeat; 
width: 509px; 
height: 750px; 
}  

#wrapper {
	margin:0;
	padding: 0;	
	min-height: 600px;
}

#header {	 
	z-index: 100; 	
	background: url(images/header.jpg) repeat-x;
	height: 125px; 
	width: 100%;
	margin: 0;
	padding: 0;	   
} 

#headerimg {

}

#headerimg a img, #headerimg a:hover img, #headerimg a:active img, #headerimg a:visited img {
	border: 0;
	border-bottom: 0;
	text-decoration: none;
} 	

.menu ul { 
text-align: right; 
margin: 0 325px 0 0; 
font: bold 12px Georgia, "Times New Roman", Times, serif; 
border: 0;
list-style-type: none;
padding: 3px 10px 3px 10px; 
}

.menu ul li { /* do not change */
display: inline;   
padding: 0 5px 0 5px; 
}

li.current_page_item, li.current_page_item-2, li.current_page_item-3, li.current_page_item-4 { /* settings for selected tab */

}

li.current_page_item a, li.current_page_item-2 a, li.current_page_item-3 a, li.current_page_item-4 a { /* settings for selected tab link */
position: relative;
}

.menu ul li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #250361; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background: url(images/bg.jpg); /* set unselected tab background color as desired */
color: #000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
}

.menu ul a:hover { 
background: #250361;   	
color: #999;
border: 1px solid #250361;
}	

#wrapper #content { 
	width: 775px;
	padding: 0 0 0 75px; 
	margin: 50px 0; 
}	

.index, .index p { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;  
	line-height: 1.4em;
}  

.index img{
	margin: 0;
}

.bio p { 
	font-size: 1.2em;  
	line-height: 1.4em;
}

.gallery {
	width: 100%;   
	padding: 0 0 25px 50px;
}	 
.gallery img{
	width: 75px;	
	margin: 5px 8px;
}

.gallery a img{
	border: 2px solid #4aab8e;
}

#footer {   
	clear: both;
	background: url(images/footer.jpg) 0 100% repeat-x;  
	height: 105px;
}	

#footer p {
	text-align: right;
	padding: 25px 35px 0 0;
}

#footer p a {
	background: #fab634;
}	  

/* IMAGES */
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}
.alignright {float: right;}
.alignleft {float: left;}
