/* SitoDinamico WordPress Theme Bot *SpinaRosario* */
@font-face {
	font-family: "BebasNeueRegular";
	src: url('/fonts/BebasNeue-webfont.eot');
	src: local('☺'), url('/fonts/BebasNeue-webfont.woff') format('woff'), url('/fonts/BebasNeue-webfont.ttf') format('truetype'), url('/fonts/BebasNeue-webfont.svg#webfontf0WP9KEe') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, div, span, applet, object, iframe, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, 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{ padding:0; margin:0; font:normal 13px/1 Arial,Helvetica,Garuda,sans-serif;}
h1, h2, h3, h4, h5, h6, ul, li, p, em, strong, pre, code {
	padding:0; margin:0; line-height: inherit; font-size:100%; font-weight:normal; font-style: normal;}
ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {	border-collapse: collapse; 	border-spacing: 0; font-size:inherit;}

/* starter styles */

form {display:block;}
pre, blockquote, ul, ol, dl, address {margin:0 0 1em;}
p {margin:0 0 1em;}
xmp {padding:15px;}
cite, em, dfn {font-style:italic;}
strong, b {font-weight: bold;}
sup {
	bottom:0.3em;
	position:relative;
	vertical-align:baseline;}
sub {
	bottom:-0.2em;
	position:relative;
	vertical-align:baseline;}
li, dd, blockquote {margin-left:1em;}
code, kbd, samp, pre, tt, var, textarea {
	font-family: Consolas, "Lucida Console", "Courier New", Courier, mono-space;
	font-size:100%;}
del {text-decoration:line-through;}
ins, dfn {border-bottom:1px solid #ccc;}
small, sup, sub {font-size:85%;}
abbr, acronym {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	}
a abbr, a acronym {border:medium none;}
sup {vertical-align:super;}
sub {vertical-align:sub;}
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img {
	border: 0;
	text-decoration:none;}
img {
	border: 0;
	text-decoration:none;}
label, button {cursor:pointer;}
fieldset {border:medium none;}

/* common shortcuts */

.center {text-align: center; }
.clear {clear: both;}
.hidden { display: none !important; visibility: hidden; }
.rounded { /*-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;*/ }

body {
	margin: 0;
	padding: 0;
	background: #141C2F url("images/bg_header_core.png") repeat-y 30% 0;
	font: normal 13px/1.5 Arial, Helvetica, Garuda, sans-serif;
	color: #000;
}

/**** Link Styles ****/

a {
	color: #2A6FA8;
	text-decoration: underline;}
a:hover {
	color: #444;}
	
	
/* main menu */

#header .main-menu a:link, #header .main-menu a:visited {
	color: #000;
	text-decoration: none;}
#header .main-menu li li a:link, #header .main-menu li li a:visited {
	color: #999;
	text-decoration: none;}

#loginaccount, #rssfeed {
	float:left;
	width: 102px;
	}
#loginaccount a {
	display:block;
	text-indent: -999999px;
	width: 92px;
	height:35px;
	background:url(images/icon-login.gif) top center no-repeat;
	float:left;
	}
#rssfeed a {
	display:block;
	text-indent: -999999px;
	width: 102px;
	height:35px;
	background: url(images/orangerss.png) top center no-repeat;
	float:left;
	}	
	
/* scroll to top ^ */

a.scroll-top {
	float: right;
	margin-top:2px;
	padding:5px 4px 4px 8px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 70% Verdana, Arial, Helvetica, Garuda, sans-serif;
	border: 1px dotted #D6D6D6;
	background-color: #f6f6f6;
	border-bottom: 0;}



/**** Text Styles ****/

/* blockquote, code and pre */

blockquote {
	margin: 0 0 18px 4px;
	padding: 0 16px;
	font-style: italic;
	border-left: 5px solid #C6C6C6;}	

code, pre {
	font: normal 13px/18px Consolas, "Courier New", Courier, monospace;
	background: #F0EEF9 url("images/pre-bg.gif") repeat 0 0;
	padding: 18px 5px;
	border: 1px dotted #C6C6C6;
	color: #333;}

code {
	padding: 1px 3px;
	background-image: none;}
	
/* UL and OL lists */

#page-content ul, #page-content ol {margin: 0 0 20px 5px;}
#page-content ol {padding-left: 2em;}
#page-content ul ul, #page-content ol ol,
#page-content ul ol, #page-content ol ul {
	margin-top: 8px;}
#page-content ul li, 
#page-content ol li {
	line-height: 1.3em;
	padding: 3px 5px;}
#page-content ul li {padding-left: 15px;}
#page-content ol li {
	list-style-type:decimal;
	list-style-position: outside;}

	
/* styled lists */

#page-content ul li {background: transparent url("images/bullets/dot_gray.gif") no-repeat 0 .6em;}	/* default list style */
#page-content ul.bullet-black li {background: transparent url("images/bullets/dot_black.gif") no-repeat 0 .6em;}
#page-content ul.bullet-gray li {background: transparent url("images/bullets/dot_gray.gif") no-repeat 0 .6em;}
#page-content ul.bullet-silver li {background: transparent url("images/bullets/dot_gray_light.gif") no-repeat 0 .6em;}
#page-content ul.bullet-blue li {background: transparent url("images/bullets/dot_blue.gif") no-repeat 0 .6em;}
#page-content ul.bullet-green li {background: transparent url("images/bullets/dot_green.gif") no-repeat 0 .6em;}
#page-content ul.bullet-orange li {background: transparent url("images/bullets/dot_orange.gif") no-repeat 0 .6em;}
#page-content ul.bullet-red li {background: transparent url("images/bullets/dot_red.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-black li {background: transparent url("images/bullets/circle_black.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-gray li {background: transparent url("images/bullets/circle_gray.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-silver li {background: transparent url("images/bullets/circle_gray_light.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-blue li {background: transparent url("images/bullets/circle_blue.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-green li {background: transparent url("images/bullets/circle_green.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-orange li {background: transparent url("images/bullets/circle_orange.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-red li {background: transparent url("images/bullets/circle_red.gif") no-repeat 0 .6em;}
#page-content ul.bullet-check li {
	background: transparent url("images/bullets/check.gif") no-repeat 0 .2em; 
	padding-left: 20px;}
	

/* numbered list with styling */	
	
#page-content ol.number-pad {
	padding: 3px 5px 5px 22px;
	border-left: 1px solid #E9E9E9;
	background: transparent url("images/bullets/ordered-background.gif") repeat-y 0 0;}
#page-content ol.number-pad ol, 
#page-content ol.number-pad ul {
	background: none; margin-left:18px;}
#page-content ol.number-pad  li {
	padding-left: 10px;
	border-bottom:1px dotted #D6D6D6;}


/* list with image, title and description */

#page-content ul.post-list {
	margin-left:0;}
#page-content ul.post-list li {
	margin: 0 0 1em;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #D6D6D6;
	font-size: 85%;}
#page-content ul.post-list li img {
	float: left;
	margin: 0 8px 1em 0;
	border: 1px solid #C6C6C6;}
#page-content ul.post-list li a {
	display: block;
	font-weight:bold;
	margin-bottom: .3em;}
	
/* style-less list */

#page-content ul.no-list {margin: 0 0 1em;}
#page-content ul.no-list li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;}



/* headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	line-height: 1;
	margin: 0 0 0.5em;
	padding: 0 0 0.25em;
	color: #000;
	border-bottom: 1px solid #C6C6C6;}
h1 {font-size: 3em; font-weight: normal; letter-spacing: -1px;}
h2 {font-size: 22px;}
h3 {font-size: 16px; margin-bottom: 0.75em;}
h4 {font-size: 1.25em; margin-bottom: 0.75em; border-bottom: none;}
h5 {font-size: 1em; font-weight: bold; margin-bottom: 1em; border-bottom: none;}
h6 {font-size: 1em; font-weight: lighter; text-transform:uppercase; margin-bottom: 1em; border-bottom: none;}

h2.star {
	background: transparent url("images/icons/star.png") no-repeat 0 50%;
	padding: 0 0 0 54px;
	line-height:48px;
	height:40px;}
h2.colors {
	background: transparent url("images/icons/colors.png") no-repeat 0 48%;
	padding: 0 0 0 54px;
	line-height:48px;
	height:40px;}
h2.layout {
	background: transparent url("images/icons/layout.png") no-repeat 0 48%;
	padding: 0 0 0 54px;
	line-height:48px;
	height:40px;}




/**** Page Layout and Design Styles ****/

/* layouts styles */

.one-third {
	float: left;
	width: 170px;
	margin: 0px;}
.three-third {
	float: left;
	width: 250px;
	margin: 0 0 0 10px;} 
	
.two-thirds {
	float: left;
	width: 490px;
	margin: 0 0 0 15px;}

.half-page {
	float: left;
	width: 450px;
	margin: 0 0 0 22px;}
	
.full-page {
	margin: 0 0 0 22px;}
	

/* logo */

#logo {
	float: left;}
#logo img {
	margin: 18px 20px 0 0;}
#logo-footer {
	float: right;
	margin-top: -20px;
	margin-bottom: -20px;}


/* design width and position */

#top-content, #main-content, #footer-content {
	margin: 0 auto;
	width: 967px;
	padding: 0 12px 0 11px;}
#slideshow, #page, .home #header-graphic {
	width: 990px;
	margin: 0 -12px 0 -11px;}
	

/* top */

#top {
	height: 35px;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;}
#top a:link, #top a:visited {
	color: #b2b1b1;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 15px;}
#top a:hover, #top a:active {
	color: #fff;}
#top-content {
	padding-top: 10px;}
#top-content-icons {
	float: right;
	margin-top: -10px;}
#top-content-icons a:link, #top-content-icons a:visited {
	margin-right: 0;}


/* main page structure  */

#main {
	background:#1D2329 url(images/page2-bg.png) repeat-x scroll center top; }
	
#main-content {padding-bottom: 15px;}

.PostHead {
padding-left:40px;
}
.post {
clear:left;
position:relative;
width:490px;
padding-bottom: 50px;
}
.post h2 {
display:block;
font-family:'Arial';
font-size:18px;
font-weight:normal;
letter-spacing:-1px;
line-height:18px;
margin:0;
padding:0;
}
.post h2 a { 
color:#2A6FA8;
font: 1.2em "hooligan-1","hooligan-2","BebasNeueRegular",Arial,sans-serif;
letter-spacing: 0px;
text-decoration:none;
font-weight: normal !important;
text-shadow: #141C2F 0px 0px 1px;

}
.post h3 { font-size:13px; border:none !important; margin-bottom:0px; margin-top:5px;text-shadow: 0px 1px 0 #eee; color:#fff; background:#2A6FA8; padding:4px;}

.PostDate {
border-right:1px solid #CCCCCC;
left:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:2px 10px 2px 0;
position:absolute;
text-align:center;
top:0;
}
.PostDate .day {
color:#212121;
display:block;
font-family:'Arial';
font-size:21px;
font-weight:bold;
letter-spacing:-1px;
line-height:19px;
}
.PostDate .month {
color:#666666;
display:block;
font-size:9px;
line-height:9px;
text-transform:uppercase;
}
.PostInfo {
color:#828282;
font-size:11px;
margin:0;
padding:0;
}
PostInfo em {
font-style:normal;
}
.PostInfo em a {
color:#828282;
text-decoration:underline;
}
.PostContent blockquote { padding: 3px 15px; background: #f7f7f7; margin: 5px 0px; color:#000000; border: solid 1px #efefef; border-left-width:0px; border-right-width:0px; }
.PostContent blockquote p { font-size: 11px; padding: 5px 0px; margin: 5px 0px; line-height: 15px;}
.PostContent ul { font-size: 11px; padding-left: 12px; padding-bottom: 10px;}
.PostContent li { padding-bottom: 10px;}

.PostContent {
border-top:1px solid #CCCCCC;
font-size:12px;
line-height:16px;
margin-top:5px;
padding:0;
}
.PostContent p {
	margin:0px;
font-size:12px;
line-height:18px;
padding-bottom:7px;
padding-top:7px;
}
.PostDet {
	border-top:1px solid #CCCCCC;
background-color:#F5F4F4;
font-size:10px;
line-height:15px;
padding:5px;
}
.PostDet li {
margin:0;
}
.rightWrap {
float:right;
top:10px;
width:430px;
}
.rightWrap {
float:right;
top:10px;
width:430px;
}
.Banners {
width:430px;
height:135px;
margin-top:15px;
}
.adv125 {
	float: left;
	padding-top:5px;
	padding-left:15px;
}

.widget{
	width:260px;
	float:left;
	margin-bottom:10px;
	padding:0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	background:#f4f4f4 url(images/bg_widget_ul.jpg) no-repeat 0 100%;
	}
.widget ul {
	list-style: none;
	padding:5px 0 0 0;
	margin:0 !important;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	}
.widget ul li{
	padding:5px 0 5px 10px !important;
	margin:0 !important;
	background:url(images/bg_sidebar_li_border.jpg) repeat-x 0 100% !important;
	line-height:1em !important;
	}
.widget ul li a:link, .widget ul li a:visited{
	padding:2px 0 2px 27px;
	margin:0;
	background: url(images/bg_sidebar_link_bullet.jpg) no-repeat 0 2px;
	color:#1f1e1e;
	display:block;
	}
.widget ul li a:hover {
	padding:2px 0 2px 27px;
	margin:0;
	color:#12749e;
	background: url(images/bg_sidebar_hover_bullet.jpg) no-repeat 0 2px;
	text-decoration:none;
	}

h2.sidebartitle {
	margin: 0;
	padding: 9px 0 20px 15px;
	color: #5d5d5d;
	font-size:12px;
	font-family: arial, Verdana,'times new romans',georgia, san-serif;
	background: url(images/bg_sidebartitle.jpg) no-repeat;
	font-weight:bold;
	text-transform:uppercase;
	}

.widget2{
	width:170px;
	float:left;
	margin-bottom:10px;
	padding:0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	background:#f4f4f4 url(images/bg_widget_ul2.jpg) no-repeat 0 100%;
	}
.widget2 ul {
	list-style: none;
	padding:5px 0 0 3px !important;
	margin:0 !important;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	}
.widget2 ul ul {
	list-style: none;
	padding:5px 0 0 0 !important;
	margin:0;
	border-left: none;
	border-right: none;
	}
.widget2 ul li{
	padding:5px 0 5px 5px !important;
	margin:0 !important;
	background:url(images/bg_sidebar_li_border.jpg) repeat-x 0 100% !important;
	line-height:1em !important;
	}
.widget2 ul ul li{
	padding:2px 0 4px 5px !important;
	line-height:1em !important;
	}

.widget2 ul li a:link, .widget2 ul li a:visited{
	padding:2px 0 2px 27px !important;
	margin:0 !important;
	background: url(images/bg_sidebar_link_bullet.jpg) no-repeat 0 3px;
	color:#1f1e1e;
	display:block;
	}
.widget2 ul ul li a:link, .widget2 ul ul li a:visited{
	padding:2px 0 2px 18px;
	background: none;
	}

.widget2 ul li a:hover {
	padding:2px 0 2px 27px;
	margin:0;
	color:#12749e;
	background: url(images/bg_sidebar_hover_bullet.jpg) no-repeat 0 3px;
	text-decoration:none;
	}

h2.sidebartitle2 {
	margin: 0;
	padding: 9px 0 20px 15px;
	color: #5d5d5d;
	font-size:12px;
	font-family: arial, Verdana,'times new romans',georgia, san-serif;
	background: url(images/bg_sidebartitle2.jpg) no-repeat;
	font-weight:bold;
	text-transform:uppercase;
	}
/* recent posts */

.home_recent_post { padding: 0.1em 0 1.2em 0; margin: 0 0 0.8em 0; background: url(images/bg/dot.png) repeat-x bottom left; }
.home_recent_thumb { padding: 0 5px 0 0; margin: 0 0 0.25em 0; float: left;  }
.home_recent_thumb img { float: left; margin: 0; }
.home_recent_thumb a img { background: #fff; padding: 2px; margin: 0; border: 0; }
.home_recent_thumb a:hover img { background: #333; padding: 2px; margin: 0; border: 0; }
.home_recent_title a { font-weight: bold; }
.home_recent_title a:hover { color: #fff; background: #000; }
.home_recent_date, .home_recent_auth { padding: 0; margin: 0; color: #666; font-size: 0.9em; }
.home_recent_exc p { color: #666; text-align: left; }

.CatTitles {
color:#2A6FA8;
font-family:Georgia;
font-size:14px;
font-weight:bold;
padding-bottom:5px;
padding-top:15px;
text-align:left;
}
#post_div {
border-bottom:1px solid #CCCCCC;
height:78px;
margin-bottom:7px;
overflow:hidden;
}
.img_related_post {
float:left;
margin-right:4px;
min-height:61px;
width:96px;
}
.related_post img {
border:1px solid #CCCCCC;
float:left;
height:62px;
padding:2px;
width:90px;
}
.text_related_post {
float:left;
text-align:left;
width:380px;
font-size:11px !important
}
.text_related_post a {
color:#014FBC !important;

}



.widget0{
	width:430px;
	margin-bottom:10px;
	padding:0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	background:#f4f4f4 url(images/bg_widget_ul0.jpg) no-repeat 0 100%;
	}
.widget0 ul {
	list-style: none;
	padding:5px 0 0 0;
	margin:0;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	}
.widget0 ul li{
	padding:5px 0 5px 10px;
	margin:0;
	background:url(images/bg_sidebar_li_border.jpg) repeat-x 0 100%;
	}
.widget0 ul li a:link, .widget ul li a:visited{
	padding:2px 0 2px 27px;
	margin:0;
	background: url(images/bg_sidebar_link_bullet.jpg) no-repeat 0 6px;
	color:#1f1e1e;
	display:block;
	}
.widget0 ul li a:hover {
	padding:2px 0 2px 27px;
	margin:0;
	color:#12749e;
	background: url(images/bg_sidebar_hover_bullet.jpg) no-repeat 0 6px;
	text-decoration:none;
	}

h2.sidebartitle0 {
	margin: 0;
	padding: 9px 0 20px 15px;
	color: #5d5d5d;
	font-size:12px;
	font-family: arial, Verdana,'times new romans',georgia, san-serif;
	background: url(images/bg_sidebartitle0.jpg) no-repeat;
	font-weight:bold;
	text-transform:uppercase;
	}

.none {
display:none;
}
.cercadiv { padding: 10px 10px 10px 10px;
}
input.search_input { width: 292px; border: 0; background: #fff url(images/input.png) no-repeat; padding: 5px; color: #014fbc; font-weight: bold; margin: 0; float: left; }
input.submit_input { background: /*#E0691A*/ url(images/submit.png) no-repeat; border: 0; height: 24px; padding: 0; width: 65px; margin: 0 0 0 5px; color: #FFF; font: bold 0.9em arial, sans-serif; float: left; }



/* header */
#contheather {
margin:0 auto;
padding:0 12px 0 11px;
width:967px;height: 85px;}
#header {height: 85px; background: url(images/bg-header.png) top repeat-x;border-top:1px solid #455680;border-bottom:1px solid #455680; }

#header-graphic {
	clear: both;
	display: none;
	border-top:1px solid #455680;}

#adstop {
	float:right;
	width:468px;
	height:60px;
	padding:2px;
	border: 1px solid #455680;
	margin-right:5px;
	margin-top:9px;
	background:#FFF;overflow:hidden;
	}
#header h1 {
	margin:0px;
	padding:0px;
	width: 362px;
	height: 65px;
	float:left;
	border: none !important;}
#header h1 a {
	margin:0px;
	padding:0px;
	}
/* main menu - edit menu styles using MENU.CSS file */	

.main-menu {
	float: right;
	padding: 60px 0 0 0;}


/* content area */

#page{
	margin-top: 0px;}
.home #page{
	position: relative;
	z-index: 99;}
#page-top-gap {height: 11px;}
#page-content {
	min-height: 400px;
	margin: 0 12px 0 11px;
	padding: 15px 15px 0 0;
	border-top: 14px solid #E3E3E3;
	background: #fff url("images/page-bg-repeat.gif") repeat-x 0 1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	}


/* slideshow */

#slideshow {
	height: 337px;
	margin-top: -4px;
	overflow: hidden;}


/* footer */

#footer {
	padding: 10px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #b2b1b1;
	border-top:1px solid #3C4D6A;
	background: #000;}
#footer-content {
	padding-top: 21px;
	padding-bottom: 21px;	}
#footer-content a:link, #footer-content a:visited {
	color: #fff;
	text-decoration: none;}
#footer-content a:hover, #footer-content a:active {
	text-decoration: underline;}
	
	
/* sub-navigation menu */

#page-content ul.sub-navigation {
	padding: 0;
	margin-left: 0;}
#page-content ul.sub-navigation li {
	background: none;
	padding: 0;
	margin: 0;}
.sub-navigation a {
	display: block;
	padding: 5px 4px 2px;
	border-bottom: 1px dotted #c6c6c6;
	font-size: 1.1em;
	text-decoration: none;}

	
/* portfolio */

.gallery {margin-left: -22px;}
.two-thirds .gallery {width:630px;} /* stupid IE (version 7 only)  */
.gallery-item {
	float: left;
	width: 293px;
	margin: 0 0 22px 22px;}
.gallery-item h5, .gallery-item p {
	margin: 0 0 .65em;
	padding: 0;}
.gallery-image {
	width: 291px;
	height: 163px;
	border: 1px solid #C6C6C6;}
.gallery-description {
	height: 110px;
	margin: 8px 0 0;
	overflow: hidden;}


/* blog */

.blog {}
.post-summary {
	margin: 0 0 2em;}
.post-date {
	float:right;
	color: #fff;
	font: 18px Arial, Helvetica, Garuda, sans-serif;
	line-height: 0.9;
	text-transform: uppercase;}
.post-date .month {}
.post-date .day {}
.post-title {
	margin-bottom: .3em;
	border-bottom: 0;}
.post-details {
	margin: 0 0 1px;
	padding: 4px 6px;
	font-family: Verdana, Arial, Helvetica, Garuda, sans-serif;
	font-size: 85%;
	color: #aaa;
	background: #333;}
.post-details a, 
.post-details a:link, .post-details a:visited,
.post-details a:hover, .post-details a:active {
	color: #C6C6C6;
	font-weight: bold;}
.post-image {
	width: 606px; 
	height: 115px;
	border: 1px solid #C6C6C6;
	margin: 0 0 .5em;}
.post-description {}


/* contact */

 fieldset legend {
	display: none;}
label {
	display: block;}
 input, textarea, select {
	background: #f6f6f6;
	border: 1px solid #C6C6C6;
	color: #333;
	height: 22px;
	padding: 4px 0 0 2px;
	width: 325px;}
input checkbox {
	width: 18px;}
textarea {
	height: 150px;
	font-family: Arial, Helvetica, Garuda, sans-serif;}
.input.error, #wpcf7-f1-p10-o1 textarea.error {
	background-color: #ffc;
	border-color: #EF7E58;}
label.error {
	color: #f33;
	font: bold 10px Verdana, Arial, Helvetica, Garuda, sans-serif;}


/* login */

.login-container {
	width: 400px;
	height: 200px;
	background: transparent url("images/login-bg.png") no-repeat 0 0;
	color: #C6C6C6;
	overflow: hidden;}
.login-container p {
	margin: 0 0 15px;}
.login-container fieldset legend {
	display: none;}
.login-container form {
	padding: 53px 0 0 30px;}
.login-container label {
	display:block;
	float:left;
	width:100px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;}
.login-container .login-input {
	color: #999;
	font-size: 16px;
	width: 230px;
	border: 0;
	margin: 2px 0;
	cursor: text;
	background: transparent none;}
#login-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 43px;
	width: 43px;
	text-indent: -999px;
	overflow: hidden;
	background: transparent url("images/spacer.gif") repeat 0 0;}
.login-submit {
	width: 105px;
	height: 30px;
	margin: 2px 0 0 95px;
	overflow: hidden;
	border: 0;
	background: transparent url("images/spacer.gif") repeat 0 0;
	cursor: pointer;}

/* Comment area styles
-------------------------------------------------------------- */

#comments { margin-top: 10px; }
#commenthead { margin-bottom: 1em; }
ol#commentlist { list-style-type: none; margin: 0; padding: 0 0 12px 0; }
ol#commentlist li { 
margin:0;
overflow:hidden;
padding:10px !important;;
font-size:12px !important;
margin-bottom:10px !important;
border:1px solid #EEEEEE !important;
}
ol#commentlist li.alternate { border-right: 3px solid #999; border-bottom: 1px solid #dadada; }
ol#commentlist cite { font-style: normal; text-align: left; display: block; color: #818181; }
ol#commentlist cite a { color: #224970; }
ol#commentlist cite a:hover { color: #000; text-decoration: underline; }
ol#commentlist li blockquote { float: none; width: auto; padding: 0 2em 0 0; margin: 0.5em 0; color: #818181; font: italic 1em arial, sans-serif; letter-spacing: 0; text-align: left; }
ol#commentlist li .commentauthor { font-weight: bold; color: #333; }
ol#commentlist li .commentauthor a, ol#commentlist li .commenttime a { font-weight: bold; color: #224970; }
ol#commentlist li .commentauthor a:hover, ol#commentlist li .commenttime a:hover { color: #000; text-decoration: underline; }
ol#commentlist li .commnumber { width: 30px; text-align: left; float: left; font-size: 3em; font-weight: bold; line-height: 1em; }
ol#commentlist li .commentcont p { margin: 0 0 0.5em 0; padding: 0; }
abbr, acronym {
border-bottom:1px dotted #666666;
}
/* comment form */

#comment-form form { margin-top: 1.5em; }
label.com { float: left; width: 100px; }
input.comtext, textarea.comtext { width: 300px; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; padding: 2px; }
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover { background: #f7f7f7; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; }
input.comsubmit { 
margin-left: 100px;
height:auto !important;
width:auto !important;
background: #2A6FA8 !important;
color:#FFF !important;
}
.social img {
	margin:0px;
	padding: 0 5px 0 0;
	float:left;
	border:none;
	text-decoration:none;
}
.navigation {
	padding: 0 0 20px 0;
}
