/*  
Theme Name: Octavia 
Theme URI: http://www.themespack.com/
Description: wordpress Themes  Octavia  by <a href="http://www.themespack.com/">Themes Pack</a> |<a href="http://www.wordpres.in/">Wordpres Seo Blog</a>
Author: Wonder
Author URI: http://www.wordpresssite.com/

	This theme was originally designed and built by Wonder themes and adapted by Exanza Marketing
                The CSS, XHTML and design is released under GPL
                http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
    background: #000000 url(img/bg.gif);
	margin: 0px;
	padding: 0px 0px 5px 0px;
                
}
a {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #888;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 0px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
}
h1 a, h1 a:visited{
	color: #000000;
	text-decoration: none;
}
h1 a:hover{
	color: #000000;
	text-decoration: none;
}
h2 {
	font:14px "Verdana", Geneva, Arial, sans-serif;
	color: #ff0000;
	text-transform:uppercase;
	background:#111;
	border: 1px solid #444;
	padding:3px;
	margin: 2px 0px 0px;
}

h2 a, h2 a:visited {
	color: #ff0000;
	text-decoration: none;
}
h2 a:hover {
	color: #888;
	text-decoration: none;
}
h3 {
	font: normal 110%/100% "Trebuchet MS", Tahoma, Arial;
	color: #c10002;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 100%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ff0000;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 1000px;
	background: #000000;
}
/* header area */
#header {
	background: #000000 url(img/header.jpg) no-repeat;
	height: 306px;
	border-top:  40px solid #000000;
	position: relative;
}
#headerlogo {
	position: relative;
	padding: 45px 0px 0px 315px;
	height: 60px;
}
#headerlogo h1{
	position: absolute;
	left: 470px;
}
#headerlogo .description{
	position: absolute;
	left: 470px;
	bottom: 3px;
	color: #000000;
	font-size: 16px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
    left: 0px;
	top:-35px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
 #nav .current_page_item a:visited{
	color: #ffffff;
	text-decoration: none;
}
#nav .page_item a{
	color: #ff0000;
	text-decoration: none;
	background:#111;
	border: 1px solid #444;
	padding: 5px 15px;
	font: 130% "Trebuchet MS", Tahoma, Arial;
	display: block;
}
 #nav .current_page_item a,#nav .page_item a:hover {
	color: #ff0000;
    text-decoration: none;
	background:#111;
	border: 1px solid #444;
	padding: 5px 15px;
	font: 130% "Trebuchet MS", Tahoma, Arial;
	display: block;
}
/* content  */
#content {
	padding: 0px 0px 25px 5px;
	float: left;
	width: 600px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 15px;
}

.post-date {
	width: 40px;
	height: 40px;
    color: #f0a8e3;
    float:left;
    border: 1px solid #333;
	
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #555;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 5px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #f0a8e3;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 2px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 550px;
	
}

.post-bottom {
	background:transparent;
	padding-left: 7px;
	padding-top: 5px;
	float:right;
	font-size: 95%;
	color: #f0a8e3;
	
	}
.post-content {
	clear: both;
	padding-top: 10px;
	border-bottom: 1px dotted #666666;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #ff0000;
	border: 1px solid #9c0001;
	background: #111111;
}
.previous-entries a {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.next-entries a {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

/* comments  */
#comments, #respond {
	border-bottom: 1px dotted #444444;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #111111;
}
.commentlist cite {
	font-weight: normal;
	font-style: normal;
	font-size: 110%;
	color: #f0a8e3;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #ff0000;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #f0a8e3;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#222222;
	border: 1px solid #011620;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 515px;
	height: 115px;
	background:#222222;
	border: 1px solid #011620;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #111111;
	font:14px Arial, Helvetica, sans-serif;
	color: #ff0000;
	border:1px solid #011620;	
    float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding:5px;
	padding-top: 13px;
	width: 360px;
	color: #f0a8e3;
	overflow: hidden;
}

#left {
	float: left;
	margin-right: 3px ;
	width: 160px;
}
#right {
	margin-right: 3px ;
	float: right;
	width: 160px;
}
/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	font:14px "Verdana", Geneva, Arial, sans-serif;
	color: #f0a8e3;
	text-transform:uppercase;
	background:#222;
	border: 1px solid #222;
	padding:3px;
	margin: 2px 0px 0px;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #ff0000;
    font-size: 13px;
	text-decoration: none;
}
#sidebar a:hover{
	color: #888888;
    font-size: 13px;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding:0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 5px 2px 5px 10px;
	border-bottom: 1px dotted #666666;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 0px;
	border: none;
}
/*blogroll widget */
ul.list-blogroll li{
	padding-left: 7px !important;
}
/*meta  widget*/
ul.list-meta li{
	padding-left: 7px !important;
}
/*rss widget */
ul.list-rss li{
	padding-left: 7px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
	padding-left: 7px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
	padding-left: 7px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
	padding-left: 7px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	padding-left: 7px !important;
}
/*sub-pages widget */
ul.list-page li ul li, li.bar_pages li ul li{
	padding-left: 7px !important;
}
/*calendar bar widget */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}
/*search form */
#searchform {
	margin: 0px ;
    right: 6px;
	float: right;
    position: absolute;
    top: -34px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 170px;
	height: 21px;
	padding: 4px 0px 0px 0px;
	background: #111111;
    border:1px solid #555;
	margin-right: 2px;
	color: #888888;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background:#111111;
	border:1px solid #555;
	width: 70px;
	height: 27px;
    font: 14px Arial, Helvetica, sans-serif;
	color: #888888;
	vertical-align: middle;
}

/* page close */
#close {
	clear: both;
	background: #000000;
	color: #000000;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 0px;
}
/* footer bar */
#footer {
	margin: 0px auto;
    width: 1000px;
    background: #111111;
    color: #f0a8e3;
    height: 30px;
    font-size: 12px;
	line-height: 100%;
    border: 1px solid #011620;
}
#footer a, #credit a:visited {
    margin-top: 8px;
	color: #c10002;
}
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

