/* 
Theme Name: Antique
Version: 1.2.1
Description: A High Quality theme from <a href="http://v.lviv.ua">Lviv</a>.
Original Author: Dmitry Svarytsevych <antique@design.lviv.ua>
Original Author URI: http://v.lviv.ua/
Tags: fixed width, valid CSS, valid XHTML, widgets, Unique design, two columns, right sidebar, SEO friendly, red, Gravatar
Customized by: Melissa Padilla http://myancestors-mylegacy.com
*/

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", sans-serif;
	font-size: 0.9em;
	text-align: center;
	color:#431108;
	line-height:1.3em;
	scrollbar-face-color:#3C2510;
	scrollbar-highlight-color:#7A5531;
	scrollbar-3dlight-color:#3C2510;
	scrollbar-darkshadow-color:#3C2510;
	scrollbar-shadow-color:#7A5531;
	scrollbar-arrow-color:#F5E9C4;
	scrollbar-track-color:#3C2510;
	background: url(img/body_bg.jpg);
}


#main 
{
	margin:0 auto;
	padding:0;
	width:1024px; /*740px;*/

}


#header {
	background:#F5E9C4 url(img/top.jpg) no-repeat bottom;
 	height: 200px;
	margin: 0 auto;
	width:1024px;
	padding:0;

}

#rap 
{
	background:#F5E9C4 url(img/rap.jpg) top repeat-y;
	width:1024px; /*760px*/
	margin: 0 5px 5px;
	padding:	padding: 0px 8px 8px;
	font-family: Trebuchet MS,Georgia, Arial, serif;
	font-size: 0.9em;
}



#sidebar {
	width:186px;
	float:right;
	padding: 0px 22px 10px 0;
	margin: 0 0 0;
	font-size:1em;
	display:inline;
} 


#sidetop {
   font-family: Georgia;
   font-style: oblique;
   font-size: 14px;
   font-weight:bold;
   text-align:left;
	background:url(img/sidenav_top.jpg) no-repeat top;
   padding: 5px 5px 3px;
   margin: 0;
}

#sidebottom {
  font-size: 15px;
   text-align: left;
	background:url(img/sidenav_bottom.jpg) no-repeat bottom;
	padding: 0 5px 5px;
	margin: 0 0 10px;	
}


#content {
	width:775px;
	float:left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display:inline;
	color:#431108;
}

iframe {
	width: 760px;
	height: 825px;
    overflow:auto;
    margin-left: 30px;
	scrollbar-face-color:#3C2510;
	scrollbar-highlight-color:#7A5531;
	scrollbar-3dlight-color:#3C2510;
	scrollbar-darkshadow-color:#3C2510;
	scrollbar-shadow-color:#7A5531;
	scrollbar-arrow-color:#F5E9C4;
	scrollbar-track-color:#3C2510;
}

#footer {
	background:url(img/footer.jpg) no-repeat bottom;
	text-align:center;
	height: 75px;
}

hr {
color: #431108;
border-style : double 3px #431108;
border-width: 75%;
}

.hr {
align: center;
text-align: center;
}
a {
	color: #000000;	
	text-decoration:none;
}

a:visited {
	color: #825B37;
}

a:hover {
	color: #785b17;
	text-decoration: underline overline;
}

li {
	list-style-image: url('img/bullet.gif');
	list-style-position: inside;
}


input
{
	background: #FFFFFF; /*#F5E9C4;*/
	color: #441207;
	border: #441207 1px solid;
}
textarea 
{
	background: #FFFFFF;
	border: #441207 1px solid;
}


a img {
	border: none;
}

code {
	font-size: 1em;
	font-style: italic;
}
blockquote {
	margin: 0px;
	color: #666666;
	padding: 0 0 0 50px;
	font-style:italic;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}
h3 {
	margin: 0;
	padding: 0;
	font-size:1.3em;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}
#header h1 
{
	margin: 0;	
	font-size: 1.6em;	
	padding: 60px 20px 0 150px;
	text-align: left;
}
#header h1 a 
{
	color: #441207;
	text-decoration:none;
}
#header h1 a:hover 
{
	color: #785b17;
}
#header #desc
{
	font-weight:normal;
	font-style:italic;
	font-size:1em;
	color: #441207;
	text-align: left;
	margin:0;
	padding:0 20px 0 150px;
}


