/* Social Style 
********************* */

html {
	height: 100%;
	margin-bottom: 0.1em;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
p {
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0.5em;
	padding: 0;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right, img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.left, img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */


hr {
	display: none;
}
body {
	background: #fff url(images/body_bg.jpg) repeat-x 0 0;
	color: #333;
	font: 74%/1.6em "Trebuchet MS";
	margin: 0;
	padding: 0;
	text-align: center;
}
#content .entry a {
	color:#dc3a8d!important;
	text-decoration:none
}
#content .entry a:hover {
	text-decoration:underline
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #666;
}
a:hover, a:active {
}
h1 {
	font-family: trebuchet ms;
	font-size: 18px;
	color: #CC3399;
}

h2, h3, h4, h5, h6 {
	font-family: trebuchet ms;
	font-size: 17px;
	color: #CC3399;
}


/* Etc
******************** */
br.clear {
	clear: both;
}
/* Design 
******************** */
#top {
	margin: 0 auto;
	width: 950px;
	position: relative;
}
#page {
	text-align: left;
	width: 950px;
	margin: 20px auto 10px;
}
#header {
	border-bottom: 1px solid #B98718;
}
.header_container {
	float:left;
	width:930px;
	border: 1px solid #ccc;
	height:212px;
	background:url(images/header_banner.jpg) no-repeat right top;
	margin:10px 0 10px 0;
	padding:10px
}
#headr {
	width: 950px;
	margin: 0 auto;
	color: #C3EAFB;
	text-align: left;
}
#headr h1 {
	margin: 0;
	font-size: 3em;
	font-family: trebuchet ms;
	float:left;
}
#headr h1 a {
	color: #333;
}
#headr h1 a:hover {
	color: #333;
}
#headr .description {
	padding: 10px 0 0 600px;
	color: #efefef;
}
.rss2 {
	position: absolute;
	right:0;
	bottom: 0;
}
#right {
	float: left;
	width: 740px;
}
#left {
	float: left;
	width: 200px;
}
#content {
	width: 460px;
	float: left;
	padding-left:20px;
	padding-right:10px;
	overflow:hidden
}
#content-wide {
	width: 950px;
}
.post {
	margin-bottom: 40px;
}
.entry {
	margin-bottom: 10px;
	text-align: justify;
}
.entry a {
	color: #AF8C00;
}
.side1 {
	width: 200px;
	float: left;
	color: #000;
}
.side2 {
	width: 235px;
	float: right;
	color: #000;
}
.gap {
/*	padding: 10px; */
}
#out-foot {
	background: #8b8d8e;
}
#footer {
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	width: 950px;
	position: relative;
}
#footer {
	color: #333;
	font-size: 0.9em;
}
#footer a {
	color: #333;
	text-decoration: underline
}
#footer a:hover {
	color: #06c;
	text-decoration: none;
}
#footer .right {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
}
/* Design 
******************** */
.side1 ul, .side2 ul {
	list-style: none;
}
.side1 ul.children, .side2 ul.children {
	margin-left: 16px;
}
.boxy, .side1 .categories, .side2 .categories, .widget, .side1 .linkcat, .side2 .linkcat {
	margin-bottom: 7px;
}
input#s {
	width: 185px;
	padding: 5px;
	margin-bottom: 10px;
	background: #F7F0D4;
	border: 2px solid #E2B400;
	color: #A73228;
}
input#s:focus {
	background: #fff;
	color: #A73228;
}
input#searchsubmit {
	margin: 0;
}
/* Design  Typo
********************* */

.side1 a {
	color:#343535!important;
	text-decoration:none;
	font-family:"Trebuchet MS"!important;
	font-size:12px!important
}
.side1 h2, .side2 h2 {
	font: 14px "Trebuchet MS";
	color: #343535;
	text-transform: uppercase;
	padding: 10px 20px 0px 20px;
	background:#f1f0ee;
	font-weight:bold
}
.side2 h2 {
	font: 14px "Trebuchet MS";
	color: #343535;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	background:#f1f0ee;
	font-weight:bold
}
.side1 ul li {
	margin-bottom:7px !important;
}
.side1 ul .textwidget {
	background:#f1f0ee!important;
	margin-top:0px!important;
	padding:5px 20px 10px 20px
}
.side1 ul .textwidget a {
	line-height:26px
}
.side1 ul li ul li a, .side2 ul li ul li a {
	color: #333;
	background: url(images/dot.jpg) 10px 5px no-repeat;
	padding-left: 18px;
}
.widget_get_recent_comments a:link, .widget_get_recent_comments a:visited, #recentcomments .recentcomments a:link, #recentcomments .recentcomments a:visited {
	background: none;
	padding-left: 0;
}
/*.side1 ul li ul li  a:hover,.side2 ul li ul li  a:hover {
	color: #822601;

}*/
.side1 ul li ul li.current_page_item a, .side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a {
	color: #474640;
	font-weight: bold;
}
.side2 ul ul {
	background:#f1f0ee!important;
	padding:5px 20px 20px 10px
}
h2.pagetitle {
	text-align: left;
	font: 1.5em;
	border-bottom: 1px solid #ccc;
}
.post h2 {
	font: 14px "Trebuchet MS";
	font-weight:bold;
}
.post h2 a {
	color: #474640;
	display: block;
}
.post h2 a:hover {
	color: #dc3a8d;
}
p.postmeta {
	margin-bottom: 10px;
	color: #A73228;
}
p.meta {
	font-size: 87%;
	/*	border-top: 2px solid #474640;*/
	margin-bottom: 10px;
	color: #474640;
}
p.meta a {
	color: #474640;
	text-decoration: none;
}
span.user {
	padding: 3px 5px;
}
span.timr {
	/*background: #822601;*/
	color: #474640;
	padding: 0px 5px 3px 0px;
}
span.catr {
	padding: 3px 5px;
}
span.editr {
	padding: 2px 2px 2px 18px;
}
span.commr {
	background: url(images/ico/comment.gif) 0 0 no-repeat;
	padding: 0 2px 0 18px;
}
.post ul.postspermonth {
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	text-decoration: underline;
}
.post p a:hover {
	text-decoration: none;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2 {
	border-bottom: 1px solid #ccc;
}
.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
.tags {
	margin-bottom: 10px;
	font-weight: bold;
}
.tags a {
	font-weight: normal;
}
/* Comment Etc
********************* */
.navigation {
	margin-bottom: 20px;
	width: 510px;
	float: left;
}
.navigation a {
	color: #666;
}
.navigation .alignleft {
	float: left;
	width: 50%;
}
.navigation .alignright {
	float: left;
	width: 50%;
}
.ileft {
	float: left;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #333;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote {
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr {
	background: url(images/ico/feed_add.png) no-repeat left center;
	padding: 3px 20px;
}
#content .trackbackr {
	background: url(images/ico/arrow_refresh.gif) no-repeat left center;
	padding: 3px 20px;
}
input.textbox, textarea {
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em "Trebuchet MS";
	padding: 2px;
}
input.textbox:focus, textarea:focus {
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit {
	padding: 3px 5px;
}
.comment {
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt {
	background: #FFF2C3;
}
.MyAvatars {
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}
.children {
	margin-left: 30px;
}
.trackbacklist {
	margin-left: 20px;
}
.trackbacklist span {
}
h3#respond, h3#comments {
 font: bold 1.2em "Trebuchet MS"  color: #333;
}
#comment {
	width: 98%;
}
/* Top Navigation Style 
********************* */
/*  Menuv
******************** */
#topy {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 40px;
	font-size: 1.2em;
}
div#menuv {
	font-size:18px;
	height:2.3em;
	margin-bottom:20px;
	position:relative;
	float:left;
	width:100%;
	font-weight:bold;
	font-family:"Trebuchet MS";
}
#menuv ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:right
}
#menuv ul li {
	float: left;
	font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0 40px;
}
#menuv ul li {
	    *padding: 20px 0 0 40px;
}
#menuv ul li.page_item {
	padding-left:0;
}
#menuv ul li a {
	color: #FFFFFF;
}   
#menuv li.page_item a, #menuv li.admintab a {
	padding: 3px 10px;
	display: block;
	color: #fff;
	margin-right: 0.5em;
}
#menuv li.current_page_item a {
	padding: 3px 10px;
	display: block;
	color: #fff;
	margin-right: 0.5em;
}
#menuv ul ul {
	display:none;
}
#menuv ul ul li {
	float:none;
}
#menuv ul ul ul {
	display:none;
}
#menuv ul ul li a {
	margin:0;
	padding:0;
}
#menuv ul li:hover ul {
	display:block;
	position:absolute;
	padding-top: 4px;
}
#menuv ul li:hover ul ul {
	display: none;
}
#menuv ul li:hover ul li a {
	border: 1px solid #fff;
	background:#333;
	color: #fff;
	display:block;
	padding: 3px 10px;
	width:10em;/*	margin-top: 2px;  */
}
#menuv ul li:hover ul li a:hover {
	background: #fff;
	border: 1px solid #333;
	color: #333;
}
#menuv li.rss2 a {
	right: 0;
	top: 0;
	position: absolute;
}
fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}
pre {
	width: 95%;
	overflow:auto;
 font: 13px "Trebuchet MS"  color: #A73228;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #A73228;
	padding: 5px;
	background: #F7E2D4;
}
code {
font: 13px "Trebuchet MS" color: #A73228;
	padding: 2px;
}
/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
 font: bold 1.3em "Trebuchet MS"  text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #B9A359;
	text-align: center;
	background-color: #FFE27C;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

img.wp-smiley {
	vertical-align: -25%;
}
.avatar {
	float: right;
}
.commentlist li {
	position: relative;
}
.numero {
	font-size: 35px;
	position: absolute;
	right: 10px;
	font-style: italic;
	font-weight: normal;
	bottom: 15px;
	color: #ccc;
}
.odd .numero {
	color: #C9BE99;
}
.chead .comment-author {
	font-weight: bold;
}
.chead .commentmetadata {
	font-size: 11px;
}
#bottom_box {
	width:730px;
	float:right;
	margin-bottom:30px;
	margin-top:20px
}
#bottom_box h3 {
	width:690px;
	float:left;
	background:#dc3a8d;
	font-weight:normal;
	padding:10px 20px 10px 20px;
	font-size:18px;
	margin-bottom:10px;
	color:#fff
}
#foot {
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background-color: #8a8e91;
}
#footer_container {
	float:left;
	background-color: #8a8e91!important;
	line-height:15px !important;
}
#footer_container ul {
	padding-left:15px;
	padding-top:5px
}
#footer_container a {
	color:#fff;
	text-decoration:none
}
#footer_container .sml_box, .sml_box2 {
	float: left;
	width: 220px;
	height: auto;
	padding: 10px 4px 0 10px;
	border-right: 1px solid #c0c0c0;
	margin-top: 20px;
	font-size: 11px;
	color: #fff;
}
#footer_container .sml_box a, .sml_box2 a {
	color: #fff !important;
	text-decoration: none;
}
#footer_container .sml_box2 {
	padding-left: 0;
}
#footer_container .sml_box .head, .sml_box2 .head {
	width: 194px;
	height: 21px;
	padding-left: 27px;
	background: url(images/footerarrow.jpg) no-repeat top left;
	padding-top: 4px;
	font-size:11px;
}
#footer_container h3 {
	font-size:12px;
}
#footer_container .sml_box .ft_txt, .sml_box2 .ft_txt {
	padding: 6px 0 0 0;
	height: 100px;
}
#footer_container #freequote {
	position: absolute;
	top: -26px;
	left:7px;
	background: #fff url(images/freequote.gif) no-repeat top left;
	width: 218px;
	height: 39px;
}
#footer_container #frm1 {
	padding-top: 26px;
	overflow:hidden
}
#footer_container #foot_lh {
	float: left;
	width: 700px;
	margin-left:0px;
}
#footer_container #foot_rh {
	position: relative;
	float: left;
	width: 240px;
	padding-left:10px;
}
#footer_container #copyright {
	float: right;
	margin-top: 20px;
	height: 46px;
	width: 700px;
	line-height: 46px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	border-top: 1px solid #c0c0c0;
}
#footer_container #copyright a {
	color: #fff;
	text-decoration: none;
}
/* ---------------------------------- */
#footer_container .lblA {
	float: left;
	padding-top: 4px;
	width: 70px!important;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
#footer_container #frm1 {
	padding: 40px 0 0 0;
	float:left;
	overflow:hidden!important;
}
#footer_container #frm1 input {
	float:left;
}
#footer_container input.frm1 {
	margin-bottom: 6px;
}
#footer_container #frm1 input {
	width: 155px;
	border: 0;
	border-top:2px solid #737373;
	border-left:2px solid #737373;
	border-right:2px solid #737373;
	border-top:2px inset #737373
}
#footer_container #frm1 #submit {
	width: 77px;
}
#footer_container #frm1 textarea {
	border: 0;
	width: 149px;
	border-top:2px solid #737373;
	border-left:2px solid #737373;
	border-right:2px solid #737373;
	border-top:2px inset #737373
}
#footer_container input.error, select.error {
	border: 1px red solid;
}
#footer_container label.error {
	color: #f00;
	font-size: 10px;
}
#footer_container .row {
	float:left;
	width:100%;
	padding-bottom:5px
}
#footer_container .row_btn {
	float:left;
	width:170px;
	padding-left:70px;
	padding-top:10px
}
#footer_container .row_btn a {
	float:left;
	margin-top:3px;
}
#footer_container .row_btn a img {
	float:left;
	margin:0px!important
}
#footer_container .row_btn input {
	float:left;
	border:none !important;
}

