/*

Theme Name:Calypso
Theme URL: http://www.web2feel.com/calypso/
Description: Free WordPress theme released by web2feel.com
Author: Jinsona
Author URI: www.web2feel.com
Version: 1.0.0
Tags: white, blue ,two-columns, jQuery slider,thumbnail, right-sidebar, twitter, fixed-width, theme-options, threaded-comments, banner ads, adsense.



*/
*{
	margin: 0px;
	padding: 0px;
}


body {
	margin:0 auto;
	padding:0px;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
	
img {
	border:0;
	margin: 0 0;
	}
	
a {
	color: #c70505;
	text-decoration: none;
	}

a:visited {
	color: #c70505;
	}

a:hover, a:active {
	color: #b40101;
	text-decoration: none;
	}

 table {
	border: 1px solid #8bb4e1;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

 tr th,
 thead th {
	color: #032251;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	background-color: #90bbfd;
}
 tr td {
	border-top: 1px solid #8bb4e1;
	padding: 6px 24px;
}
 tr.odd td {
	background: #f2f7fc;
}


ul {
	list-style: square;
	}


blockquote {
	font-style: italic;
	color: #555;
	padding:10px;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}


pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

.clear {
	clear:both;
	}
	
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#ddd;
	border: 1px solid #ccc;
	}

img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
	background:#ddd;
    border: 1px solid #ccc;
	}

img.alignleft {
	padding: 5px 5px;
	margin: 5px 10px 10px 0px;
	display: inline;
	background:#ddd;
    border: 1px solid #ccc;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background:#ddd;
    border: 1px solid #ccc;
	text-align: center;
	padding: 4px 0px 5px 0px;
	color:#777;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
.rounded{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* WRAPPER */

#wrapper {
	width:951px;
	position:relative;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#casing {
	padding:0px 0px 50px 0px;
	float:left;
	width:951px;
	margin:0px;
	}		

/* HEADER */

#masthead{
	height:185px;
	background-image: url(images/header_w_shadow.png);
	background-repeat: repeat-x;
	padding-bottom: 15px;
}


#top {
	height:140px;
	width:951px;
	position:relative;
	padding-top: 10px;
	margin:auto;
	}
	

/*NAVIGATION MENU*/

#foxmenucontainer{
	height:35px;
	display:block;
	margin:0px auto;
	font-weight:bold;
	text-transform:uppercase;
	width:951px;
	font-size: 17px;
	font-family: "Courier New", Courier, monospace;
	}
#menu{
	margin:0px 10px;
	padding: 0px;
	height:35px;
	overflow:hidden;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	color:#c70505;
	display: block;
	line-height:35px;
	background-image: url(images/menu_splitter.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

#menu li a:hover, #menu li a:active {
	text-decoration: none;
	background-color: #6fa9ff;
	font-size: 18px;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	color:#FFF;
	width: 150px;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 0px 10px;
	line-height:35px;
	font-size: 17px;
	font-weight: normal;
	background-image: url(images/alpha_dot.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0457d1;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #0457d1;
	}
	
#menu li li a:hover, #menu li li a:active {
	padding: 0px 10px;
	line-height:35px;
	font-size: 18px;
	font-weight: bold;
	background-color: #036;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 2px;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 140px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -38px 0 0 170px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, 
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, 
#menu li li li:hover ul, #menu li.sfhover ul, 
#menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}
	
	
/* CONTENT */	

#content {
	float:left;
	width: 625px;
	height:100%;
	padding: 0px;
	margin:10px 0px 0px 5px;
	display:inline;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;	
	}	
	

#content p {
	font-size: 14px;	
	
	}

#content h1 {
	font-size: 24px;
	color: #c70505;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	}
	
#content h2 {
	font-size: 20px;
	color: #2a62b8;	
	}
	
#content h3 {
	font-size: 18px;
	color: #032251;	
	}	
	
#content h4 {
	font-size: 16px;
	color: #940000;	
	}
	
/* single */			
.title_single  h2 {
	text-align: left;
	overflow:hidden;
	font-size: 26px;
	font-family: "Courier New", Courier, monospace;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(images/title_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-left: 20px;
	background-color: #b4cefa;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 3px;
	}

.title_single  h2 a, .title_single  h2 a:link, .title_single  h2 a:visited  {
	color:#c70505;
	background-color: transparent;
	}
	
.title_single  h2 a:hover  {
	color: #EE0606;
	background-color: transparent;
	}	
	
	
	

/* portada */	
	
.box{
	padding-left:240px;
	padding-right:5px;
}

.postimg{
	float:left;
	margin:0px 10px 10px 15px;
	border: 3px solid #8d1111;
}

.last{
	float:right;
	clear:right;
}
.boxtitle h1 {
	text-align: left;
	overflow:hidden;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(images/title_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-left: 10px;
	background-color: #b4cefa;
		}

.boxtitle  h1 a, .boxtitle  h1 a:link, .boxtitle  h1 a:visited  {
	color: #c70505;
	background-color: transparent;
	}
	
.boxtitle  h1 a:hover  {
	color: #EE0606;
	background-color: transparent;
	}	
	
.boxtitle{
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin: 0px;
	height:100%;
	border-bottom:1px solid #ddd;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	}

.posteven{
	background-image: url(images/alpha2.png);
	background-repeat: repeat;
}	
	
.datebox{
	width:54px;
	height:48px;
	background:url(images/datebox.png);
	float:left;
	text-align:center;
	margin:0px 5px 0px 0px;
}

span.date{
	font-size:18px;
	line-height:18px;
	width:56px;
	color:#000;

}
span.month{
	font-size:10px;
	text-transform:uppercase;
	color:#333;
	line-height:24px;

}

.title  h2 {
	margin: 0px 0 0px 0;
	padding: 0px 0px 10px 0px;
	color:#c70505;
	overflow:hidden;
	font-size: 32px;
	}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited  {
	color:#c70505;
	background-color: transparent;
	}
	
.title  h2 a:hover  {
	color: #EE0606;
	background-color: transparent;
	}	
	
.title{
	
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 10px;
}	

	
.author{
	color:#fff;
	padding:2px 5px 2px 5px;
	font-size:10px;
	background:#5f8319;
	text-transform:uppercase;
	
}

.clock{
	color:#fff;
	padding:2px 5px 2px 5px;
	font-size:10px;
	background:#5f8319;
	text-transform:uppercase;
}	

.comm{
	color:#fff;
	padding:2px 5px 2px 5px;
	font-size:10px;
	background:#5f8319;
		text-transform:uppercase;
}

.comm a:link,
.comm a:visited {
	color:#fff;
	
}
.comm a:hover{
	color:#fff;

}

a.read{
	width:100px;
	height:24px;
	text-align:center;
	line-height:24px;
	display:block;
	color:#FFF!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(images/slider_text_bg.png);
	background-repeat: repeat;
}



.singleinfo {
	text-transform:uppercase;
	color:#333;
	padding:5px 0px;
	font-size: 10px;
			}

.category{
	padding:5px 0 5px 10px;
	color:#333;
}

.category a:link,.category a:visited{
	color:#333;
	}
	
.category a:hover{
	color:#333;
	font-weight: bold;
	}
.cover {
	margin:0 0;
	padding: 0px 10px ;
	
	}	
.entry {
	margin:0 0;
	padding: 5px 0px ;
	
	}	
	
.entry a:link,
.entry a:visited {
	color:#333;
	background-color: transparent;
}
.entry a:hover {
	color:#333;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.entry ul, .entry ol{
	margin: .4em 0 1em;
	line-height: 150%;
	font-size: 14px;
}


.entry ul li, .entry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.entry p{
	margin:5px 0px;
	padding:5px 0px;
	line-height:24px;
	font-size: 13px

}

.entry  h2 {
	overflow:hidden;
}

/* right column */
.right{
	float:right;
	width:305px;
	display:inline;
	overflow:hidden;
	margin-right: 5px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.blokbox,.twitbox{
	float:left;
	width:325px;
	background:#fff;
	margin-bottom:10px;
	border:1px solid #ddd;
	}
.blok{
	padding:5px 0px 0px 0px;
	float:left;

}
.fentry img{
	max-width:100px;

	padding-left:6px;
	padding-bottom:5px;
	float:left;
	
}
	
h2.bloktitl {
	width:325px;
	color:#eee;
	font-size:18px;
	background:#523211;
	height:25px;
	padding-top:10px;
	padding-left:10px;
	}
p.twitter-message{
	color:#666;
	padding:10px;
	border-bottom:1px solid #eee;
}

a.twitter-link{
	color:#D53E13;
}

a.twitter-user{
 	color:#0c7391;
}


h3.sidetitlx{
	height:30px;
	color:#c70505;
	font-size:20px;
	padding-left:10px;
	text-transform:uppercase;
	font-family: "Courier New", Courier, monospace;
}
/* The Sidebar */


.sidebar{
	float:left;
	
}

.sidebox{
	width:277px;
	padding:10px;
	background:#8bb7fe;
	margin:0px 0px 10px 0px;
	border:1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}

.sidebox ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 5px 0px ;

	}
.sidebox li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.sidebox ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.sidebox ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebox ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebox ul li {
	height:100%;
	line-height:18px;
	clear:left;	
	width: 267px;
	margin:0px 0px;
	list-style-type: none;
	}

	
.sidebox ul li a:link, .sidebox ul li a:visited {
	color:#1D1D1D;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #366bc0;
	}

.sidebox ul li a:hover {
	color: #900;
	}

.sidebox p {
	padding: 7px 10px;
	margin:0;
	font-size: 12px;
	}

.sidebox table{
	width:100%;
	text-align:center;
	color:#787d7f;
	}	

#searchsubmit {
	border:1px solid #CADFFF;
	color:#fff;
	text-decoration:none;
	width:60px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/alpha_dot.png);
}

	
	
li.recentcomments{
	padding:5px 10px;
	
}

.oddli{
	background:#7ca8ee;
}

.squarebanner {
	padding:10px;
	background:#fff;
	margin:0px 0px 10px 0px;
	border:1px solid #ddd;

	}

.squarebanner ul{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	width:250px;
	overflow:hidden;
		}
		
.squarebanner ul li{
		list-style-type:none;
	    margin: 15px 7px 0px 7px;
		float:left;
		padding:5px;
		display:inline;
		background:#ddd;
		}
	
/*calendar*/

#wp-calendar{
	width: 100%;
	padding: 0px 5px;

}
#calendar_wrap{

	margin:0px auto;
}

#wp-calendar caption{
	padding: 10px 5px 5px 5px;
	font-size:16px;
	color:#036;
	font-weight:bold;
	text-transform:uppercase;
}


#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	color:#fff;
	background-color: #4e80d0;
}

#wp-calendar td a{
	padding: 0px;
	border:none;
	color:#006;
}
#wp-calendar td{
	background:transparent;
	border:none;
	color:#444;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	

	
/* --- FOOTER --- */
#footer_sup {
	background-image: url(images/footer_content_top_bg.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 951px;
		margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;	
}

#footer {
	color:#FFF;
	font-size:12px;
	font-family:Arial;
	background-image: url(images/footer_bg.png);
	height: 116px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	}

#footer a:link , #footer a:visited{
	color:#9ab5dc;
	}

#footer a:hover {
	color:#D5DFF0;
	}

.fcred{
	text-align:center;
	line-height:16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.fcred h2{
	font-size: 14px;
	line-height: 20px;	
}


.fcred h3{
	font-size: 13px;
	
}


/* The Navigation */

#navigation{	
	margin:0px 0px 0px 0px;
	padding:5px;
	width:650px;
	height:27px;
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:10px 0px 20px 20px;
	font-size:28px;
	text-align:left;
	color:#333;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	}
 h2.pagetitle a {
	color:#333;
 }
/* Comments */

#commentsbox {

	margin:0;

}

h3#comments{
	font-size:14px;
	color:#fff;
	background:url(images/title_bg.jpg) repeat-x;
	font-weight:bold;
	padding:10px 10px;
	margin-top:10px;
}


ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;


}
ol.commentlist li {
	margin:5px 0;
	line-height:18px;
	padding:10px;
	border-bottom:1px solid #ddd;


}
ol.commentlist li .comment-author {
	color:#000;

}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

	color:#000;
	font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
	color:#000;
}
cite.fn{
	color:#000;
	font-style:normal;
}
ol.commentlist li .comment-author .avatar{
	float:right;
	border:1px solid #ddd;
	background:#fff;
	padding:3px;
}
ol.commentlist li .comment-meta{
	font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

	color:#000;
}

ol.commentlist li .comment-meta a {
	color:#069;
	text-decoration:none !important;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	color:#666;
	font-size:12px;

}
ol.commentlist li .reply{
	margin-top:10px;
	font-size:10px;

}
ol.commentlist li .reply a{
	background:url(images/title_bg.jpg) repeat-x;
	border:2px solid #4F9BD9;
	color:#036;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:3px 10px;
	font-weight: bold;
}

ol.commentlist li.odd {

}
ol.commentlist li.even {

}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

	margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#f96e02;
}

#respond{
	border:1px solid #ddd;
	padding:0px 0px ;
	margin:10px 10px;
	background:#f4f4f4;

}
 #respond h3 {
	font-size:14px;
	color:#fff;
	background:#FFAB06;
	font-weight:bold;
	padding:10px 10px ;

}
#commentform {
	padding:10px 20px;


}
#commentform p{
	margin:5px 0px ;
	color:#444;
}
 #respond label{
	display:block;
	padding:5px 0;
	color:#444;
	
}
 #respond  label small {
	font-size:10px;

}
 #respond input {
	margin-bottom:10px;
	padding:5px 5px;
	margin:0 10px 10px 0;
	background:#fff;
	border:2px solid #65B5C2;
	color:#555;
}
#commentform  input{
	width:50%;
	border:2px solid #65B5C2;

}

.wpcf7-text {
	
	border:2px solid #65B5C2;

}


#respond  input#commentSubmit {
	background-repeat: repeat;
	background-image: url(images/alpha_dot.png);
	border:1px solid #588fd3;
	color:#fff;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:3px 10px;
	width:100px;
	margin:10px 0px;
	cursor:pointer;
}
textarea#comment{
	border:none;
background:#fff;
	border:1px solid #ddd;
	width:70%;
	margin:10px 0px 0px 0px;
	padding:5px 5px;
	color:#555;
}


.widebanner{

	height:60px;
	margin-top:10px;
	padding:10px 0px;
	background:url(images/ad1.jpg) repeat-x;
	text-align:center;
}


.wp-pagenavi{

	font-size:12px;
	text-align: center !important;


}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {

	text-decoration: none;
	background:#F2F2F2!important;
	border: 1px solid #ddd !important;
	color:#555 !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}


.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {

display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#1D94F1 !important;
	border: 1px solid #33580d!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}

.wp-pagenavi span.extend {

	text-decoration: none;
	background:#1D94F1 !important;
	border: 1px solid #33580d!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}	



#entry-author-info{
	padding:5px;
	background:#f8f8f8;
	border:1px solid #ddd;
	margin:10px 10px ;
}

#author-avatar{
	float:left;
	padding:5px;
	background:#fff;
}
#author-avatar{
	float:left;
}

#author-description{
	float:left;
	margin:0px 0px 0px 10px;

	width:550px;
}
#author-description h3{
	line-height:20px;
	color:#333;
	text-shadow:1px 1px 0px #fff;
}
#author-description p{
	line-height:20px;
	color:#555;
}


.featbox_sup {
	background-image: url(images/sidebar_tab_bg_top.png);
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 297px;
}


.featbox{
	padding:10px;
	margin-right: 10px;
	background-image: url(images/sidebar_tab_bg.png);
	width: 277px;
}

.featbox_inf {
	background-image: url(images/sidebar_tab_bg_bott.png);
	margin-bottom: 10px;
	padding: 0px;
	height: 7px;
	width: 297px;
}

.fblock{
	padding:10px 0px!important;
	height:60px;
	margin:0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #036;
}

.fblock:hover{
	background-color: #5486d8;
}



.phumb{
	margin:0px 10px 0px 0px;
	width:80px;
	height:60px;
	float:left;
	border: 2px solid #093d91;	
}

.fblock h3{
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color: #093d91;
}

.fblock h3 a:link,.fblock h3 a:visited{
	color: #093d91;
	font-weight:bold;
}

.fblock p{
	color:#1A1A1A;
	margin:0px !important;
	padding:5px 0px !important;
	font-size:10px;
}

/* SLIDDER */

#slidearea{
	height: 325px;
	overflow: hidden;
	position: relative;
	width:951px;
	margin-top: 0px;
	background-color:#4b82be;
}

#gallerycover{
	overflow: hidden;
	margin:0px;
	height: 313px;
	width:939px;
	padding-top: 6px;
	padding-left: 6px;
}

.mygallery{
	overflow: hidden;
	position:relative;

	margin:0px;
}

img.slidim{
	float:left;

}

.mytext{
	position:relative;
	margin:0px;
	width:951px;
	height: 325px;
	display:inline;
	color:#c4c4c4;

}

.inpost{
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	background-color: #F0F;


}

.mytext h2 {
	color:#fff;
	font-size: 22px;
	width:270px;
	font-weight:lighter;
	float:right;
	position: absolute;
	background-image: url(images/slider_text_bg.png);
	background-repeat: repeat;
	height: 220px;
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 30px;
	margin-left: 600px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.mytext h2 a:link,.mytext h2 a:visited{
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}

.prevb{
	float:left;
	width:15px;
	height:15px;
	z-index:200;
	position:absolute;
	left:7px;
	top:303px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(images/prevb.png);
	}
	
.nextb{
	float:right;
	width:15px;
	height:15px;
	z-index:200;
	background-color: #06C;
	position:absolute;
	right:7px;
	top:303px;
	display:block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(images/nextb.png);
	}
	
	
	
	
	
	
.feedlist{
	height:33px;
}
.feedlist ul {
	list-style:none;
}

.feedlist ul li{
	float:left;
	margin:0px 5px;

}
	
#bottom{
	margin:0px auto;
	width:951px;
	background-repeat: no-repeat;
	background-position: top;
}
.bottomcover{
	margin:0px auto;
	background-color: #33580d;
}	
h3.bothead{

	height:20px;
	font-size:16px;
	padding:10px 0px 10px 5px;
	color:#fff;
	border-bottom:1px solid #1D2D2F;
	text-shadow:1px 1px 0px #172C2F;
	
}
.botwid{
	float:left;
	width:230px;
	padding-bottom:30px;
	font-size:12px;
	margin:20px 0px 0px 15px;
	color:#ddd;
	}
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;
	border-bottom:1px solid #2c4447;

	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	width: 230px;
	list-style-type: none;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #C3DCDF;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	border-bottom:1px solid #1D2D2F;
	border-top:1px solid #2c4447;
	}

.botwid ul li a:hover{

	color: #fff;
	}

.botwid p{
	padding: 7px 10px;
	margin:0;
	}

.botwid table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}			

/* CONTENT FORM */


#content form {
	padding:10px 20px;


}
#content form p{
	color:#2C2C2C;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content label{
	display:block;
	color:#444;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;	
}
#content label small {
	font-size:10px;

}
#content input {
	margin-bottom:3px;
	padding:5px;
	font-size: 14px;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 0;
}

#content select {
	font-size:14px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 2px solid #9FBAC1;
}

#content input, #content textarea{
	border: 2px solid #9FBAC1;
}

.wpcf7-submit {
	border:2px solid #666;
	color:#fff;
	text-decoration:none;
	width:100px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/alpha_dot.png);

}



