/*
Theme Name: Optima SEMA
Version: 1
Author: Jen Isaac

*/

@import "css/reset.css";


body
{
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #333333!important;
    font-family: helvetica,arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
   	background: url("images/footer_bg.jpg") no-repeat;
   	background-position: bottom left;


}



a:link,
a:active,
a:visited
{
	color: #9d0504;
	text-decoration: none;
	outline: none;
}

a:hover
{
	color: #9d0504;
	text-decoration: underline;
}


h1 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #9d0504;

}

h1.pages {
	font-size: 20px;
	margin-bottom: 15px;
	color: #9d0504;

}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
	border-bottom: #fff solid 1px;
	padding-bottom: 5px;
	

}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}




hr {
	margin-bottom: 20px;
	margin-top: 20px;
	border-color: #ddd;
}
ul {
	margin-bottom: 20px;
}
ul.page-titles {
	margin: 0 0 0 30px;
	height: 22px;
	padding-top: 3px;
	
}

ul.page-titles li {
	display: inline;
	margin-right: 28px;
	text-transform: uppercase;
}

ul.page-titles li a {
	color: #ffffff;
	font-size: 10px;
	
}

ol {
	margin-bottom: 20px;
}

ol li {
	padding: 10px;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}



p {
	margin-bottom: 10px;
}

#container {
    width: 670px;
    background: url("images/content_bg.jpg") repeat-y;
    height: 2700px;
    padding-top: 20px;
}

#wrapper {
	margin: 0 20px 0 30px;
	float: left;
	width: 475px;
	
}

#header {
	width: 670px;
}

#header-title {
	width: 670px;
	height: 30px;
	background: url("images/product_rounded_top.jpg");
	color: #ffffff;
	font-size: 15px;
	margin: 0;
}

#header-pages {
	width: 670px
	height: 25px;
	background: url("images/top_nav_gradient.jpg") repeat-x;
	margin: 1px 0 0 0;

}
#title {
	margin: 0 0 0 30px;
	padding: 6px 0 0 0;
}

#title a {
	color: #fff;
	text-decoration: none;
}

#sidebar {
	float: right;
	margin-right: 18px;
}

#sidebar a {
	font-size: 11px;
	color: #fff;
}

li.gallery {
	font-size: 16px;
	margin: 0 0 25px 0;
	padding: 3px 8px;
	font-weight: bold;
	color: #fff;
	background: #520400;
	text-align: center;
	text-transform: uppercase;

}

#image-gallery img {
	width: 90px;
	height: auto;
	margin-right: 23px;
	margin-top: 20px;
	display: inline;
}


#footer {
	width: 610px;
	margin: 0 0 0 0;
	clear: both;
	height: 150px;
}

#comment {
	width: 474px;
	margin-bottom: 20px;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}

.date {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.tags {
	margin-top: 15px;
	margin-bottom: 45px;
	font-weight: bold;
	padding: 2px 7px;
	background: #e9e9e9;
	border: 1px solid #999;
	font-size: 9px;
	text-transform: uppercase;
}

.right {
	padding-top: 20px;
	float: right;
}
.left {
	padding-top: 20px;
	float: left;
}

.small {
	font-size: 10px;
}

