/* ----------------------------------------------
	Template Name : Unbound
	Template Code : S-0023
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : April 17, 2008	
 ------------------------------------------------
 
 Alliance colors, OVC (RGB), recommendations
 204 0 102, #cc0066
 204 0 153, #cc0099 
 102 51 153, #663399 
 
 Alliance colors, default (RGB), suggestions
 0 133 66, #008542
 122 184 0, #7ab800 
 255 88 0, #ff5800 
 0 0 0, #000000
 153 204 153, #99cc99
 
 Font, suggestion
 Arial
 
 ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/165% Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #333333;
	margin: 0; padding: 0 0 50px 0; 
/*	background: #070707 url(../img/bg.jpg) repeat-x; */
	background: #ffffff url(../img/bg.jpg) repeat-x;
	text-align: center;
	position: relative;
}

/* Links */
a {
	text-decoration: none;
/*	color: #A56F38; */
/*	color: #188a00; */
	color: #663399; 	
}
a:hover {
/*	background: #F0f0f0; 
	color: #000;
	background: #99cc99; */
/*	color: #f60018; 	
	border-bottom: 1px dotted #f60018; */
	color: green; 	
	border-bottom: 1px dotted #CD0067;
}

/* Headers */
h1, h2, h3 {
/*
	font: bold 1em/1.5em Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
*/
	font: bold 1em/1.5em "Trebuchet MS",Tahoma,Arial,Sans-serif;

/*	color: #8c04a8; */
/*	color: #663333;	*/
	color: #cc0066;
	padding: 15px 10px 5px 10px;
	margin: 0;
}

h1 a {
	color: #cc0066;
}

h1 a:hover {
	color: #cc0066;
	border-bottom: none;
}

h1 {
	font-size: 245%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 170%;	
	font-weight: normal;	
}

p, dl, .likep { padding: 10px; margin: 0 0 0px 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #CD0067;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}

img.NoBorder {
  border: none;
  margin: 0px;
  padding: 0px;
}

table.NoBorder {
  border: none;
}

table.NoBorder td {
  border: none;
}

.float-right {
  	margin: 5px 0px 10px 10px;  
}
.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
/*samp {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  */
 /* 	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	white-space: pre; */
/*  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
	font: 12px/165% Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
}*/Ä
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
/*	margin: 15px 10px; */
	margin: 15px 0px;
/* 	padding: 10px 10px 10px 35px;  */
 	padding: 20px 20px 20px 45px;  
 	border: 1px solid #F0F0F0;
	background: #F0F0F0 url(../img/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
form {
/*	margin: 15px 10px; 
	padding: 5px 10px 20px 10px; 
	margin: 0 10px 15px 10px; 
	padding: 5px 10px 5px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	

	padding: 10px 0 10px 0; 
*/
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
	color: #CC0066;
}

label span {
	font-weight: normal;
	font-size: 90%;
}

input, select {
	padding: 4px;
	font: normal 1em Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}

input.checkbox, input.radio {
	border: none;
}

textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Arial, Helvetica, Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}

.oneline {
	width: 350px;
}

input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: #fff url(../img/wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
/*	height: 385px; */
	height: 485px;
	text-align: left;	
}
#header-photo {
	position: absolute;
/*	top: 90px; left: 24px;	*/
	top: 190px; left: 24px;	
	padding: 0;		
	height:290px; 
	width: 890px;
	clear: both;
	background-color: #cc0066;
	/* border: 1px solid #F0F0F0; */
}
#header-photo-caption {
	position: absolute;
	height: 16px;
	text-align: right;
	top: 354px;
	width: 842px;
	font-size: 90%;
}


#header-photo-caption .inner {
	background-image: url(../img/transparent.png);
	padding: 0 10px 2px 0;
	height: 16px;
}

#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#logo-text img {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 25px;	
	top: 100px;
}
#nav ul {
	list-style: none;
	margin: 0; padding: 0;	
	display: block;
	position: relative;	
	width: 100%;
}
#nav ul li {
	display: inline-block;
	margin: 0 3px 0 0;
	height: 50px;
	float: left;	
	border-top: 7px solid transparent;

}
#nav ul li a {
	float: left;
	margin: 0;
	font: bold 13px/35px Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
	text-decoration: none;	
	color: #070000;	
	padding-top: 5px;
}

#nav ul li a span {
	padding: 12px 11px 0 11px;
}

#nav ul li a:hover, 
#nav ul li a:active,
#nav ul li a.hover {
	color: #CD0099;
	border: none;
}

#nav ul li.current, #nav ul li.currentFade {
	border-top: 7px solid #4D4D4D;
}

#nav ul li.current li, #nav ul li.currentFade li {
	border-top: 7px solid transparent;
}

#nav ul li.current a {	
	color: #ffffff;	
	background-color: #CD0067;
}

#nav ul li.current a.hover {
	color: #CD0099;
}


#nav ul li.currentFade a {	
        color: #000000;
	background-color: #E6D9E1;
}

#nav ul li.currentFade li a {
	background-color: transparent;
}

#nav ul li.currentFade li a:hover {
	color: #CD0067;
}


#nav ul li a.over {
	background-image: url('../img/nav-fade.gif');
        background-repeat: repeat-x;	
}



#nav ul li ul {
	display: none;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 0px;
	float: left;
	height: 30px;
	background-image: url('../img/nav-fade.gif');
        background-repeat: repeat-x;
	background-position: 0 -30px;
	width: auto;
}

#nav ul li:over ul {
	display: block;
}

#nav ul li ul li {
	margin: 0 2px 0 2px;
	padding-top: 7px;
	border-top: none !important;
	padding-bottom: 0px;
	height: auto;
	
}

#nav ul li ul a {
	font-weight: normal;
	line-height: 15px;
	background-color: none;
	padding-top: 0px;
}


#nav ul li.current ul a  {
	border-top: none;
	border-bottom: none;
	background-color: transparent;
}

#nav ul li ul a:active span,
#nav ul li ul a:hover span,
#nav ul li.current ul a span {
	border-top: none;
/*
	padding: 50px 11px 0 11px;
*/
}

#header-wrap #logo-text-wrap {
	top: 135px; left: 48px;
	position: absolute;
}

#header-wrap div.wrap {
	position: relative;
	z-index: 10;
	padding: 0 15px 0 15px;
}

#header-wrap h1#logo-text {
	margin: 0 20px 0 5px; padding: 0;
	font: normal 16px "Trebuchet MS",Tahoma,Arial,Sans-serif;
	line-height: 1.6em;
	letter-spacing: -1.5px;
	color: #4D4D4D;
	text-decoration: none;	
	float: left;
	font-weight: bold;
}

#header-wrap h2#logo-text {
	margin: 0; padding: 0;
	font: normal 35px "Trebuchet MS",Tahoma,Arial,Sans-serif;
	letter-spacing: -1.5px;
	color: #4D4D4D;
	text-decoration: none;	
	clear: both;	
}

#logo-text-background {
	position: absolute;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
}

#header-wrap p#intro {
	float: left;
	margin: 2px 0 0 0; padding: 0;
	font-family: Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	text-transform: none;
	color: #000000;
}

#header-wrap p.breadcrumbs {
	padding-left: 2px;
	font-size: 90%;
}


#header-wrap p#intro a {
	color: #FFFFFF;  
}


/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 125px; right: 25px;
	padding: 0; margin: 0;
	width: 205px; height: auto;
	background: #fff;
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
	text-align: right;
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	padding: 0px;
	width: 147px; 
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label {
	display: none;	
}
#header-wrap form#quick-search .btn {
/*	display: none;	*/
	width: 50px;
	border: 0;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #E7E5E8;
}

#content-outer {
	background-color: #fff;
	width: 100%;
	min-height: 250px;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(../img/content-bg.jpg) no-repeat;		
}

.col-one {
	margin-right: 480px;
	padding-left: 25px;
}

.col-one.wide {
	padding-left: 25px;
	padding-right: 25px;
	width: 890px; 
        overflow: auto;
}


.HomeCol {
  width: 220px;
  float: left;
}

.HomeColWide {
  width: 440px;
  float: left;
}

.HomeBox h3 {
  padding-bottom: 0px;
  padding-top: 5px;
  background-image:url("../img/fade.png");
  
}

.HomeBox p, .HomeBox li {
  font-size: 13px;
}

.HomeBox ul {
  margin: 0 0 0 10px;
  padding: 0 0 10px 0;
}

.HomeBox ul li {
  list-style-image: none !important;
}

.HomeCol .HomeBox, .HomeColWide .HomeBox {
  margin: 5px 5px 0 0;
  background-color: #F1F1F1; 
}


#content-wrapper .col-two {
	float: left;
	width: 210px;
	margin-left: -455px;
	margin-top: 12px;
}

#footer-wrapper .col-two {
	float: left; 
	width: 210px;
	margin-left: -455px;
	margin-top: 12px;
}

#footer-wrapper .col-two.hide {
	display: none;
}

.col-three {
	float: left;
	width: 210px;
	margin-left: -235px;
	margin-top: 12px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 1.6em Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
/*	color: #000; */
	color: #cc0066;
/*	letter-spacing: -2px; */
	letter-spacing: -1px;
	text-transform: none;
/*	border-bottom: 1px solid #ebebeb; */
/*	border-bottom: 1px solid #8c04a8; */
/*	border-bottom: 1px solid #cc0066; */
	margin-left: 5px;
	padding-left: 5px;
}

#content .col-one h2 a {
/*	color: #8c04a8; */
	color: #cc0066;
	text-decoration: none;	
	background: none; 
	border: none;
}

#content .col-one h2 a:hover {
	text-decoration: underline;
}

#content .col-one h4 {
	padding-bottom: 3px;
	font: normal 1.3em Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #cc0066;
	letter-spacing: -1px;
	text-transform: none;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 10px;
	font-weight: normal;
}


#content .col-one h4 a {
	color: #cc0066;
}

#content .col-one ul li {
	list-style-image: url(../img/bullet.gif);
}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
/*	color: #111; */
/*	color: #a65c00; */
	color: #cc0099;
	font: normal 1.8em Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

#content-wrapper .col-two h4, 
#content-wrapper .col-three h4 {
	color: #cc0099;
	font: normal 1.6em Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../img/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(../img/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
/* 	background-image: none;	*/
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span, ul.sidemenu li span {
	color: #989898;	
	font-family: Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
/*	background: none; */
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }
ul.sidemenu li.selected {
	background-color: #efefef;
}

/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;		
	color: #666666;	
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
/*	color: #fff; */
/*	background: transparent; */
}

#footer-bottom a {
	color: #fff;
}

#footer-wrapper .col-two a {
	color: #fff;
}

#footer-wrapper ul {
	margin: 0px;
	padding: 0px;
}

#footer-wrapper ul li {
	margin: 0px;
	padding: 0 0 3px 0;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #111;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
/*	color: #a65c00; */
	color: green;
/*	border-top: 1px solid #ff8e00; */
/*	border-bottom: 1px solid #ff8e00;
	border-left: 0px;
	border-right: 0px; */
/*	background: #F5F5F5; */
/*	background: #ffc173; */
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	background: #cce5cc;

}
.postmeta a { 
	background: transparent; 
/*	color: #a65c00;
	border-bottom: 1px dotted #a65c00; */
	color: green;
	border-bottom: 1px dotted green;
}
.postmeta a:hover {
/*	border-bottom: 1px solid #a65c00; */
	border-bottom: 1px solid green;
}
.postmeta .other{ margin: 0 10px 0 10px;	}
.postmeta a.comments { margin: 0 10px 0 10px;	}
.postmeta a.readmore { margin: 0 10px 0 10px;	}

.post-info { font-size: .95em; padding-top: 0px; margin-left: 5px; color: #3a3a3a; margin-bottom: 0px; padding-bottom: 0px; background-color:#F8F8F8;}
.post-info a { color: #000; }
.post-info b { color: #cc0066; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
	border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}



.TwoColLeftNav .col-one {
  margin-left:240px !important;
  margin-right:25px !important;
  padding-left:25px !important;
}

.TwoColLeftNav .col-two {
  margin-left:-905px !important;
}

