/* ----------------------------------------------
	Template Name : VectorLover
	Template Code : S-0026
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/    
	Last Date Modified : July 31, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC url(bg2.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
#body-film{
	background: #9CADBD url(bg-film.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
#body-rental{
	background: #B1CFE9 url(bg-rental.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
#body-production{
	background: #CDC1C1 url(bg-production.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
#body-duplication{
	background: #99C0E4 url(bg-duplication.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
#body-digital{
	background: #D3E5B3 url(bg-digital.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
#body-legal{
	background: #783433 url(bg-legal.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
#body-contact{
	background: #0076a0 url(bg-contact.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
/* links */
a, a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold;
	padding: 10px;
	color: #FFFFFF;
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
		color: #88AC0B;
	padding: 16px 10px 4px 10px;	
}


/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

#filmlist ul, ol {
margin-left:85px;
padding-left:85px;
}

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

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
.clear {clear:both;}

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 #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(wrap.gif) repeat-y center top;
	margin: 40px auto 30px auto;
	text-align: left;	
}
body#blog #wrap {
	position: relative;
	width: 952px;
	background: #FFF url("../wrap.gif") repeat-y center top;
	margin: 40px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0; 	
}
#content-blog {
	background: #FFF url(wrap.gif) repeat-y center top;
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0; 	
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header-blog {
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(header-blog.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header-blog h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: 0px;
	text-decoration: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the logo*/
	top: 63px;
	left: 340px;
}
#header-blog p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 15px 'Helvetica Neue', Arial, Sans-serif;
	color:#000;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 83px;
	left: 402px;
	width: 520px;
}
#header-duplication {
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(duplication-header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header-duplication h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 45px 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the logo*/
	top: 189px;
	left: 434px;
	width:700px;
}
#header-duplication p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px 'Helvetica Neue', Arial, Sans-serif;
	color:#CBDCEA;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 121px;
	left: 402px;
	width: 237px;
}
#header-duplication p#slogan1 {
	position: absolute;
	margin: 0;
	padding: 0;
	color:#253545;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 154px;
	left: 430px;
	width: 244px;
	font-family: 'Helvetica Neue', Arial, Sans-serif;
	font-size: 25px;
	font-weight: bold;
}

#header-production{
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(production-header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header-production h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 40px 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #5B4C46;
	/* change the values of top and left to adjust the position of the logo*/
	top: 63px;
	left: 422px;
}
#header-production p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 30px 'Helvetica Neue', Arial, Sans-serif;
	color:#000000;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 124px;
	left: 651px;
}

#header-production p#slogan1 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 30px  'Helvetica Neue', Arial, Sans-serif;
	color: #FFB2A7;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 162px;
	left: 615px;
	height: 60px;
}
#header-film{
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(film-header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header-film h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 45px 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the logo*/
	top: 63px;
	left: 374px;
}
#header-film p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px 'Helvetica Neue', Arial, Sans-serif;
	color:#ECF7FF;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 131px;
	left: 422px;
}
#header-film p#slogan1 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px  'Helvetica Neue', Arial, Sans-serif;
	color: #D0E7FC;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 168px;
	left: 441px;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 45px 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the logo*/
	top: 74px;
	left: 191px;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px 'Helvetica Neue', Arial, Sans-serif;
	color: #264172;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 130px;
	left: 470px;
}

#header p#slogan1 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px  'Helvetica Neue', Arial, Sans-serif;
	color: #88B2FF;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 155px;	left: 470px;
}

#header p#slogan2 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px  'Helvetica Neue', Arial, Sans-serif;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 183px;	left: 470px;
}

#header-rentals{
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(rentals-header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header-rentals h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 45px 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the logo*/
	top: 63px;
	left: 344px;
}
#header-rentals p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px  'Helvetica Neue', Arial, Sans-serif;
	color: #2E76B6;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 137px;
	left: 430px;
}

#header-rentals p#slogan1 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px  'Helvetica Neue', Arial, Sans-serif;
	color: #EAF2F9;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 169px;
	left: 557px;
}
#header-digital{
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(digital-header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header-digital h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 45px 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #B5C4B2;
	/* change the values of top and left to adjust the position of the logo*/
	top: 63px;
	left: 344px;
}
#header-digital p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px  'Helvetica Neue', Arial, Sans-serif;
	color: #6ba4cc;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 133px;
	left: 483px;
}
#header-legal{
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(legal-header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header-legal h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 45px 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #ffffff;
	/* change the values of top and left to adjust the position of the logo*/
	top: 63px;
	left: 344px;
}
#header-legal p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px  'Helvetica Neue', Arial, Sans-serif;
	color: #752F2F;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 133px;
	left: 483px;
}
#header-contact{
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(contact-header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header-contact h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 45px 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #ffffff;
	/* change the values of top and left to adjust the position of the logo*/
	top: 63px;
	left: 344px;
}
#header-contact p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px  'Helvetica Neue', Arial, Sans-serif;
	color: #0076a0;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 133px;
	left: 483px;
}
#header-contact p#slogan1 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 25px  'Helvetica Neue', Arial, Sans-serif;
	color: #00acec;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 163px;
	left: 493px;
}
/* top-menu */
 #top-menu {
	position: absolute;
	margin: 0;
	padding: 20px 15px 8px 15px;
	background: #74A838 url(top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	top: 0px;
	right: 70px;
	height: 30px;
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 50px;
	background: #75A838 no-repeat;		
}

#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 35px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 14px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;	
}
#nav ul li#current {
	background: transparent url(left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 535px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

#sidebar h3.smaller  {
color: #51432F; 
	font: bold 1.7em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}
/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url(footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}

#footer-duplication{
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #99C0E4 url(footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer-digital{
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #D3E5B3 url(footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer-digital p{
color:#000000;
}
#footer-duplication a{
color:#FFFFFF;
}
#footer-duplication p {
	padding:10px 0;
	color:#000000;
}
#footer-film{
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #9CADBD url(footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer-film a{
color:#FFFFFF;
}
#footer-film p {
	padding:10px 0;
	color:#000000;
}
#footer-rental{
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #B1CFE9 url(footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #51432F;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer-rental a{
color:#51432F;
}
#footer-rental p {
	padding:10px 0;
	color:#51432F;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}
#footer-legal{
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #783433 url(footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer-legal a{
color:#ffffff;
}
#footer-contact{
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #0076A0 url(footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer-contact a{
color:#ffffff;
}
/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 10px 10px 10px 10px;
	color: #977C57;
	border: 1px solid #EEE8E1;
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


.multi ul
{
  width: 30em;  /* room for 3 columns */
}
.multi li
{
  float: left;
  width: 12em;  /* accommodate the widest item */
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper-multilist
{
  margin-bottom: 1em;
}

.img-left {float:left;}