
/* Top Elements */

html {
     overflow: -moz-scrollbars-vertical;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

.main{margin-left: auto;margin-right: auto;width: 746px;}.g121, .g242, .g363, .g484, .g605, .g726 {display: inline;float: left;margin-left: 20px;}.g121{width:101px;}.g242{width:222px;}.g363{width:343px;}.g484{width:464px;}.g605{width:585px;}.g726{width:706px;}.ml121{margin-left:141px;}.ml242{margin-left:262px;}.ml363{margin-left:383px;}.ml484{margin-left:504px;}.ml605{margin-left:625px;}.ml726{margin-left:746px;}.inside{margin-left:0;}.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}.clearfix:after {clear: both;content:' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}.clearfix {display: inline-block;}* html .clearfix {height: 1%;}.clearfix {display: block;}

body {
	background: #fff url(images/bg.png) repeat-x 0 0;
	font: 12px/1.75em Tahoma, arial, sans-serif;
	color: #666666;
	padding-top:10px; 	
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 1px solid #dbd5c5;
}

a img, #header a:hover {
	border:none;
}

a.arrow{
	background:#fff url(images/stripe.png) no-repeat 0 1px;
	padding-left:15px;
	font-size:11px;
}

a.rss{
	background:#fff url(images/stripe.png) no-repeat 0 -39px;
	padding-left:12px;
}

.gallery a:hover {
	border-bottom:none;
}

/* headers */
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;	
	color: #333;		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, h4{
	padding:20px 0 0 0;		
	margin: 0;
}

p {
	padding: 10px 0 0 0;		
	margin: 0;
	line-height:1.7em;
}
ul, ol {

}

/* images */
#main img {
	/*background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;*/
	margin-top:10px;
	margin-bottom:10px
}
img.float-right, img.alignright {
  	margin: 5px 0px 10px 10px;
	float:right;  
}
img.float-left, img.alignleft {
  	margin: 5px 10px 10px 0px;
	float:left;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px; 
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
/*input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	width:150px;
}*/
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

/* search form */
#searchform {
	border: none;	
	margin-top:20px;

}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 160px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}


/********************************************
   LAYOUT
********************************************/ 
#wrapper {
	position: relative;
	
}
#content{

}
#header {
	position: relative;
	border-bottom:double 4px #e5e5e5;
	margin-bottom:15px;
}

#main{
	padding-left:5px;
}

#header-img{
	margin-bottom:20px;
}

/* Navigation */
#menu{
	position:absolute;
	left:280px;
	top:81px;
}

#menu li{
	float:left;
	margin-right:18px;
	font-size:13px;	
}

#menu a:hover{
	border-bottom: 2px solid #dbd5c5;
}

.current_page_item a, ul.sidemenu .current_page_item a, .current_page_ancestor a{
	color:#f7b113;
}

#main {
	margin-top:5px;
}

#main h1 {
	margin: 0 10px 0 0;	
	color: #444;
	padding: 0 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}
	

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 0 0 15px 0; padding: 0;			
	border-bottom: 4px double #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0;
	margin: 0 2px;
	font-size:13px;		
}
ul.sidemenu li li{
	padding-left:8px;
}
ul.sidemenu li li li{
	padding-left:8px;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a, ul.sidemenu .current_page_item li a  {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover{	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	font-size: 95%;
	text-align: left;		
	border-top: 1px solid #e5e5e5;
	margin-top:15px;
}
#footer-wrap a {
	text-decoration: none;
	color: #666;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:7px 0;
}

/* footer */
#footer {
padding:0 5px;
		
	
}

#main ul{
	padding:10px 0 0 15px;
}

#main ul li{
	background:#fff url(images/stripe.png) no-repeat 0 -74px;
	padding-left:14px;
	line-height:1.5em;
	margin-bottom:0.3em;
}

#main ul li a{
	background:none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

#news-list{
	list-style-type:none;
	margin:0;
	padding:0;
}

#news-list p{
	margin:0;
	padding:0;
	font-size:11px;
}

#news-list h4{
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#news-list li{
	border-bottom:1px solid #e5e5e5;
	padding:0 0 5px 0;
	margin-bottom:10px;
}


#news-list span{
	display:block;
	font-size:11px;
}

/* Sidebar */	

#sidebar{
	border-left:1px solid #e5e5e5;
	padding:5px 0 15px 15px;
	position:relative;
	margin-top:5px;
}

.home #sidebar{
	left:-5px;
}

#sidebar h3{
	font-weight:normal;
	padding:0 0 5px 0;
}


#sidebar p{
	margin:0;
	padding:0;
}

p.date{
	margin:0;
	padding:0;
	font-size:10px;
}

.archive-title{
	padding:0;
	margin-top:20px;
}

.archive-post{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:5px;
}

.post{
	
}

.gallery dt.gallery-icon a{
	margin-bottom:0;
	padding-bottom:0;
}
	
.gallery .gallery-icon a img{
	padding:5px;
	border:0px solid #cfcfcf;
}

.gallery dd.gallery-caption{
	font-size:11px;
	width:150px;
	text-align:left;
	padding-left:39px;
	margin-top:0;
	padding-top:0;
	margin-bottom:20px;
	line-height:1.2em;
}

#first_p{
margin-right:20px;
}

.puff{
	margin-top:20px;
	position:relative;
	border:1px solid #e5e5e5;
	background-color:#f1f1f1;
	padding:5px 2px 25px 10px;
	height:120px;
	width:205px;
	float:left;
}

.puff h3{
	margin:0 0 5px 0;
	padding:0;
	border-bottom:1px solid #dadada;
	width:195px;
}
	
.puff p{
	padding:0;}
	
.puff p.bottom-link{
	position:absolute;
	bottom:2px;
	right:15px;
}

#social-list{
	margin:20px 20px 0 0;
	float:right;}

#main #social-list li{
	float:left;
	margin-right:10px;
	background:none;
	padding:0;
}

#social-list a{
	display:block;
	width:18px;
	height:18px;
	text-indent:-9000px;
}

#social-list a:hover{
	border:none;
}

#social-list .facebook{
	background:url(images/facebook.png) no-repeat;
}

#social-list .twitter{
	background:url(images/twitter.png) no-repeat;
}

#social-list #show-tip{
	background:url(images/email.png) no-repeat;
	padding-left:20px;
}

.navigation{
	margin-top:20px;
	padding:0 10px;
}

#info-list{
	margin-top:25px;
}

.information{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
}

#tipafriend{
	display:none;
	border:2px solid #ededed;
	padding:10px;
	margin-top:20px;}

#tipafriend .frm-text, #tipafriend textarea{
	width:300px;
	border:1px solid #ccc;
}


#show-tip:hover{
	cursor:pointer;
}

p.confirmation{
	border:2px solid #11be0d;
	background-color:#cff2ce;
	padding:5px;
	color:#000;
}

p.disconfirmation{
	border:2px solid #f90909;
	background-color:#fbe2e2;
	padding:5px;
	color:#000;
}

legend{
	font-weight:bold;
}

p.wp-caption-text{
	padding:0 0 30px 0;
	margin:0;
	font-size:11px;
}

#main .wp-caption img{
	margin:0;
	padding:30px 0 0 0;
}
