/*
Theme Name:		madiani
Author:			Foliovision
*/

/* Additional style for common css */

@import url("http://www.foliovision.com/shared.css");





/* /// Usability Stuff /// */

hr {display: none}
hr.cleaner { display: block; margin: -2px; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0 }
.hider { font-size: 0; line-height: 0; position: absolute; left: -9999px }
.clearer {clear: both;}



/* /// Layout /// */

html {
	min-height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 0.8125em/1.6em Verdana, "Geneva CE", lucida, sans-serif;
	color: #666666;
	background: white URL("images/body-bg.png") top center repeat-x;
	padding-bottom: 45px;
}

#site-body {
	width: 1000px;
	/*height: 400px;*/
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}

#header {
	height: 110px;
	position: relative;
}

#logo {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin:0; padding:0;
    position: relative;
    width: 131px; height: 21px;
	overflow:hidden;
	top: 40px;
	left: 20px;
}

#logo a {
	color: #666666;
	text-decoration: none;
}

#logo span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width: 131px; height: 21px;
      margin:0; padding:0;
      background:url("images/logo.png") top left no-repeat;
      cursor: pointer;
      }

#navigation {
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	position: absolute;
	top: 46px;
	left: 160px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

#navigation ul li {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

#navigation a {
	color: #970f00;
	text-decoration: none;
	padding: 0 0px 0 0px;
	margin: 0 30px;
}

#navigation a:hover {
	color: #000000;
}

#breadcrumbs {
	padding: 5px 0 0 60px;
	height: 15px;
	font-size: 10px;
}

#breadcrumbs ul {
	float: lefft;
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	background: URL("images/breadcrumbs-start.png") left 5px no-repeat;
}

#breadcrumbs ul li {
	display: inline;
	background: none;
	padding: 0 0 0 10px;;
	margin: 0;
}

#breadcrumbs a {
	padding: 0 20px 0 0;
	background: URL("images/breadcrumb-arrow.png") right 5px no-repeat;
}


#sidebar-navigation {
	margin: 0 0 0px 0px;
	padding: 0;
}

#sidebar-navigation li {
	padding-right: 0;
	margin-right: 0;
	margin: 0;
	padding: 0;
	background: none;
}

#sidebar-navigation li ul {
	margin: 0 0 5px 0;
	padding: 0;
}

#sidebar-navigation li ul li {
	padding: 0 0px 0 15px;
	margin: 0;
	margin-left: 5px;
	background: URL("images/breadcrumbs-start.png") left 5px no-repeat;
}

.navigation .alignleft {
	float: left; width: 40%;
}

.navigation .alignright{
	float: right; width: 40%;
	text-align: right;
}

.postmetadata {clear: both;}


#content {
	padding: 10px 20px/* 40px 0 40px*/;
	border: 2px solid #d2d0c6;
	background-color: white;
	float: right;
	width: 590px;
}

.wysiwyg {margin: 0; padding: 0; background: none; text-align: left;}

#content {
	height: 300px;		/* Min Height for IE6 */
}

html > body #content {
	height: auto;
	min-height: 300px;		/* Min Height for Other browsers */
}

.sidebar {
	padding: 10px 20px /* 40px 0 40px*/;
	padding-bottom: 20px;
	border: 2px solid #d2d0c6;
	background-color: white;
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}


#footer {
	clear: both;
	padding-top: 30px;
	width: 1000px;
	font-size: 12px;
	position: relative;
	text-align: left;
}

#footer div.footer-in {
	line-height: 24px;
	margin-bottom: 10px;
	padding: bottom: 10px;
	border: 2px solid white;
	text-align: center;
}

a {
	color: #970f00;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #970f00;
	text-decoration: none;
}
a.copyright-link {
	color: #999;
	text-decoration: none;
}
h1 {
	margin: 10px 0 0px 0;
	color: #970f00;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
}

h2 {
	padding: 0px;
	margin: 10px 0 0px 0;
	/*height: 18px;*/
	color: #970f00;
	font-weight: bold;
	font-size: 100%;
	line-height: 16px;
	text-transform: uppercase;
}

h2 a {
	color: #970f00;
	text-decoration: none;
}

h3 {
	margin: 20px 0 0 0;
	/*color: #970f00;*/
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}



/*blockquote {
	padding: 10px;
	border-left: 10px solid silver;
	margin: 10px 40px;
	margin-left: 25px;
	background-color: #e5e5e5;
}*/

ul {
	margin: 10px 0;
	list-style: none;
}

ul li {
	_padding: 0 0 0 15px;
	_margin: 0 10px ;
	_background: URL("images/list-bullet.png") left 6px no-repeat;
}

ul > li {
	padding: 0 0 0 15px;
	margin: 0 10px ;
	background: URL("images/list-bullet.png") left 6px no-repeat;
}

ol {
	margin: 10px 0;
	list-style-type: decimal;
}

ol li {
	_padding: 0 0 0 0px;
	_margin: 0 25px ;
	_background: none;

}

ol > li {
	padding: 0 0 0 0px;
	margin: 0 25px ;
	background: none;

}

table {
	padding: 0 0 0 0;
	margin: 10px 0 10px 0px;
}

table .label {
	font-weight: bold;
	/*width:  200px;*/
}

h5 {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.8em;
}

h5 a {
	color: #666666;
}

h5 img {
	padding: 0;
	border: 1px solid #971001;
	margin: 0 0 3px 0;
	}

.sidebar h5 {
	margin-top: 10px;
	}
	
.sidebar h2 {
	margin-top: 10px;
	}

strong {
	font-weight: bold; color:  black;}
	
.comment-author {margin: 10px 0 5px 0; border-top: 1px dotted silver;}

#newsletter-signup {
	clear: both;
	text-align: center;
	margin: 10px 0;
	padding: 5px;
	/*border: 2px solid #d2d0c6;*/
	position: relative;
	bottom: -7px;
	margin: 0 auto;
	width: 986px;
	/*background-color: white;*/
	color: white;
	_color: gray;
}

#newsletter-signup-wrap {
	background: url("images/news-letter.png") bottom left repeat-x;
	height: 40px;
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	_background: none;
}



#navigation .page-item-281 a { background: #970F00; color: white; padding: 0px 5px; }
#navigation .page-item-281 a:hover { background: white; color: #970F00; }
