/* Reset*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, #nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, #nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
 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;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

/* Main Styles */

body{
	 background: #fff;
	 color: #383637;
	 font-family: Tahoma, Arial, sans-serif;
	 font-size: 1em;
	 overflow-x: hidden; 
}

p{
	font-size:0.75em;
	line-height:1.5em;
}

a{
	color:#9f7463;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

strong{
	font-weight:bold;
}

h1,h2,h3{
	font-family: Arial, sans-serif;
	font-weight:bold;
}

h1{
	font-size:1.8em;
	font-weight:bold;
}

h3{
	font-size:1.125em;
	font-weight:bold;
}

#header{
	background:#000;
	height:34px;
	width:100%;
}

.wrapper{
	width:920px;
	margin:0 auto;
}

#nav{
	float:right;
	margin-top:10px;
}

#nav li{
	display:inline;
	margin-left:40px;
}

#nav li a{
	color:#fff;
	font-size:0.75em;
	text-decoration:none;
}

#logo{
	width:920px;
	margin:0 auto;
	margin-top:20px;
}

#homelogo{
	position:absolute;
	z-index:10;
	margin-top:20px;
}

#main_image{
	background:url(../images/bg.jpg) repeat-x;
	width:100%;
}

#slider{
	width:920px;
	margin:0 auto;
}

#quote{
	background:#F3F3F3;
	width:100%;
	padding:30px 0;
	border-top:3px solid #fff;
	border-bottom:1px solid #DFDFDF;
}

#quote blockquote{
	position:relative;
	width:625px;
	float:left;
	margin-right:70px;
	font-style:italic;
}

#quote blockquote p{
	margin-left:50px;
}

.quote_left{
	position:absolute;
	top:0;
}

.quote_right{
	position:absolute;
	bottom:0;
	right:0;
}

#quote cite{
	font-size:0.75em;
	line-height:1.5em;
}

#quote cite strong{
	font-size:1.1em;
	font-family: Arial, sans-serif;
}

#features{
	background:#EBEBEB url(../images/features_bg.jpg) repeat-x;
	border-top:2px solid #EBEBEB;
	border-bottom:2px solid #EBEBEB;
	float:left;
	width:100%;
}

.column{
	width:280px;
	float:left;
	margin-right:40px;
	margin-top:35px;
	margin-bottom:35px;
}

.column p{
	margin-left:8px;
	margin-top:10px;
}

.column h2{
	margin-left:8px;
	font-weight:bold;
	font-size:1.125em;
	background: url(../images/flower.png) no-repeat left;
	padding-left:35px;
	height:26px;
	line-height:26px;
	position:relative;
}


.column h2 a{
	color:#383637;	
}

.column .border{
	border-bottom: 1px solid #ccc;
	width:52%;
	position:absolute;
	right:8px;
	bottom:7px;
}


.frame{
	background: url(../images/frame.png) no-repeat;
	widht:280px;
	height:166px;
}

.frame img{
	margin:4px 0 0 12px;
}

.frame_col{
	background: url(../images/frame_col.png) no-repeat;
	widht:280px;
	height:166px;
}

.frame_col img{
	margin:4px 0 0 12px;
}

.last{
	margin-right:0;
	
}


/* CONTENT PAGE */

#content_image{
	background:url(../images/bg.jpg) repeat-x;
	width:100%;
	margin-bottom:40px;
}

#page_image{
	background:url(../images/bg_page.jpg) repeat-x;
	width:100%;
	margin-bottom:40px;
}

#main_content{
	width:920px;
	float:left;
	padding-bottom:60px;
	background:url(../images/main_bg.gif) repeat-y center;
}

#main_content p{
	margin-top:10px;
}

#left_column{
	width:604px;
	padding-right:20px;
	float:left;
}


#left_column h1{
	margin-bottom:10px;
}

#left_column h2{
	font-size:1.6em;
	font-family: 'Muli', Arial, sans-serif;
	font-weight:300;
	margin-bottom:10px;
}

#left_column ul{
	margin-top:10px;
	list-style:disc;
	margin-left:30px;
}

#left_column li{
	font-size:0.75em;
	line-height:1.5em;
}

#right_column{
	width:296px;
	float:right;
}

#right_column h2 a{
	color:#383637
}

#top{
	background:#EBEBEB url(../images/column_r_bg.jpg) no-repeat top;
	padding-left:8px;
}

#top h2{
	position:relative;
}

#top .border{
	border-bottom: 1px solid #ccc;
	width:45%;
	position:absolute;
	right:8px;
	bottom:3px;
}

#bottom{
	padding-left:8px;
}

#bottom .frame{
	margin-top:50px;
}

#bottom h2{
	position:relative;
}

#bottom .border{
	border-bottom: 1px solid #ccc;
	width:57%;
	position:absolute;
	right:8px;
	bottom:3px;
}

#right_column h2,#right_column p, #right_column ul{
	margin-left:8px;
	width:263px;
}

/* BLOG */

.blog{
	margin-top:60px;
}

.blog_post{
	margin-top:40px;
	float:left;	
}

.blog_post h3 a{
	color:#383637;
}

.blog_text{
	float:left;
	width:270px;
	margin-top:10px;
}

.blog_thumbnail{
	float:left;
	background:url(../images/blog_frame.png) no-repeat;
	width:278px;
	height:211px;
	margin-right:20px;
}

.blog_thumbnail img{
	margin:3px 0 0 6px;
	
}

#blog_content{
	width:100%;
	float:left;
	margin-top:20px;
}

.blog_left{
	width:553px !important;
	padding-right:71px !important;
}

.blog_text_long{
	float:left;
	width:550px;
	margin-top:10px;
}

.blog_right h2{
	font-size:1.5em;
	margin-bottom:25px;
}

.blog_right a{
	color:#2c2c2c;
}

.blog_right li{
	margin-bottom:5px;
	line-height:1.5em;	
	background:url(../images/blog_arrow.gif) no-repeat right;
	padding-right:10px;
	width:245px; 
}

.blog_right li.submitted{
	display:inline-block;
	background-image:none;
}

.blog_right ul{
	padding-bottom:75px;
}

.muli-thin{
	font-family: Arial, sans-serif;
	font-weight:100;
	color:#777;
}

.submitted, .category{
	font-size:0.875em;
	color:#9f7463;
}

.submitted a, .category a{
	color:#9f7463;
}
	
/* FOOTER */

#footer{
	background:#151515;
	padding:35px 0;
	float:left;
	width:100%;
	color:#dcdcdc;
}

#footer h2{
	color:#efeeef;
	font-size:1.125em;
	font-weight:bold;
	margin-bottom:10px;
}

#connect{
	float:left;
	width:220px;
}

#connect li a{
	color:#dcdcdc;
}

#connect li{
	font-size:0.7em;
	border-bottom:1px solid #595959;
	padding-bottom:5px;
	margin-bottom:10px;
	line-height:18px;
}

#signup{
	background:url(../images/signup_bg.png) repeat-x;
	float:right;
	width:650px;
	padding:10px 15px;
}

#signup h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
}

.left{
	float:left;
}

.right{
	float:right;
}

#flash{
	float:left;
	margin-left:20px;
	width:500px;
}

#subscribe{
	float:left;
	margin-left:20px;
}

#signup .left{
	line-height:50px;
}

#newsletter{
	margin-top:10px;
}

.txtfield{
	background:#0F0F0F;
	border:none;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#dcdcdc;
	border-radius:10px;
	margin-right:5px;
	padding:0 30px;
}

.submit{
	background:url(../images/arrow.png) no-repeat right;
	border:none;
	color:#9f7463;
	padding-right:20px;
	cursor:pointer
}

#footer_meta{
	float:left;
	width:900px;
	font-size:0.625em;
	color:#dcdcdc;
	margin-top:50px;
	background:#212121;
	padding:10px;
}

#footer_meta a{
	color:#dcdcdc;
}

#footer_meta li{
	display:inline;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #dcdcdc;
}

#footer_meta li.last{
	border:none;
}


#footer_nav {
	float:left
}

#privacy{
	float:left;
	margin-left:80px;
}

#design{
	float:right;
}

a#design{
	text-decoration:underline;
}

/* COMMENTS */

#share{
	float:left;
	margin-top:20px;
}

#share h3{
	width:400px;
}

#share_icons{
	background:#EBEBEB;
	padding:20px;
	margin-top:20px;
	width:513px;
}

#post_comments{
	margin-top:20px;
	float:left;
}

#comments-title{
	font-size:18px;
	margin-bottom:20px;
}

#comment-form {
	padding-top:20px;
}

.required{
	display:none;
}

.comment {
	width:513px;
}

#comment-form label { 
	font-size: .85em; 
	font-weight: bold;
	float:left;
	width:50px;
}
#comment-form input, #comment-form textarea {
	padding: 5px 5px;
}

#comment-form #submit {	
	width: auto; 
	border: none;
	padding: 4px 10px; 
	text-transform: uppercase; 
	cursor: pointer;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	font-size:0.8em;
}


.commentlist li {
	margin: 15px 0 20px 0; 
	padding: 5px 5px 10px 10px; 
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 5px 0 15px 5px; 
	display: block;
}

.commentlist p {
	display:block; 
	background:#EFEFEF; 
	padding:10px; 
	font-size:12px;

}
.thread-even {
	background-color: #fff;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}
.commentlist li .avatar { 
	float: left; 
	margin-right:10px;	
	border: 1px solid #eee;	
	padding: 2px !important; 
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold; 
	font-style: normal; 
	font-size: 1.1em;
}
#respond:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

#respond {
	color:#162F42;
}

.comment-meta a { 
	color:#162F42; 
	font-size:11px; 
	text-decoration:none;
}

.comment-meta a:hover {
	text-decoration:underline;
}
.comment-author cite {
	background:url(images/icons/autor-ico.png) no-repeat left center;
	
}
.comment-author cite, .comment-author cite a{ 
	font-size:13px; 
	font-weight:bold;
}

.reply { 
	padding-left:24px; 
	height:17px; 
	float:right;
}
.reply a {
	font-size:11px;
}
cite .note, cite .note a { 
	font-size:10px; 
	font-weight:bold; 
	color:#454547;
	
}

#respond {
	border-top: 1px solid #E7E7E7;
	margin: 24px 0; 
	overflow: hidden; 
	position: relative;
	width:553px;
}

#respond label {
	color: #888888; 
	font-size: 12px;
	margin-right:20px;
}
h3#reply-title {
	margin: 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #4D4D4F; 
	font-size: 22px; 
	font-weight: normal; 
	margin-bottom: 0;
}
#cancel-comment-reply-link {
	font-size: 12px; 
	font-weight: normal; 
	line-height: 18px;
}
#respond textarea {
	width: 400px;
}
#respond input[type="text"], #respond textarea {
	background: #F9F9F9; 
	border: 1px solid #CCCCCC; 
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);	
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);	
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

/* End Comments */

/* CONTACT */

#contact_form{
	background:#F1F1F1;
	padding:20px;
	margin-top:40px;
}

#contact_form ul{
	padding:0;
	margin:0;	
}

#contact_form li{
	list-style:none;
	display:inline;
	float:left;
	padding:0;
	margin:0 20px 10px 0;
}

#contact_form li.last{
	margin-right:0;
}

#contact_form textarea{
	width:550px;
	border:none;
	border-radius:5px;
	padding:10px 0 0 10px
}

.textinput{
	width:260px;
	border:none;
	height:26px;
	line-height:26px;
	border-radius:5px;
	padding-left:10px;
}

#contact_form li .submit{
	font-size:1.5em;
	padding-left:0;
	margin-left:432px;
}

#error_box{
	background:#FEEDEB;
	border:1px solid #FFBFBF;
	padding:10px;
	margin:20px 0;
}

#error_box p{
	margin-top:0;
	margin-bottom:10px;
}


#success_box{
	background:#DDFAD3;
	border:1px solid #71EA48;
	padding:10px;
	margin:20px 0;
	font-size:0.75em;
}

.blog_right .contact{
	padding-bottom:20px; !important;
}

.contact li{
	background-image:none;
	border-bottom:1px solid  #C4C4C4;
	padding-bottom:10px;
}

li.address{
	padding-bottom:30px !important;
}

.icon{
	float:left;
	margin-right:20px;
}

#youtube{
	margin-top:20px;
}

#files li{
	margin-bottom:5px;
	line-height:1.5em;	
	padding-right:10px;
	font-size:1em;
}

#files li a{
	color:#383637;
}

.slides_container{
	height:369px;
	position:relative;
	z-index:0;
	width:920px;
	margin:0 auto;
}

#page_image .slides_container{
	height:140px;
	position:relative;
	z-index:0;
	width:920px;
	margin:0 auto;
}

.caption{
	font-size:2.2em;
	font-family:'Arial Narrow', Arial;
	position:absolute;
	right:0;
	top:140px;
	width:400px;
}

.caption p{
	line-height:1em;
}

#quotes{
	margin-top:40px;
	background:#EBEBEB;
	border:1px solid #C4C4C4;
	width:520px;
	padding:20px;
	float:left;
}


#quotes p{
	width:430px;
	text-align:center;
}

#quotes .blockquote{
	/* position:relative;
	float:left;
	width:520px;
	font-style:italic; */
}

#quotes .blockquote p{
	margin-left:50px;
	
}

#quotes .cite p{
	width:520px;
	font-size:0.75em;
	line-height:1.5em;
}

#quotes .cite strong{
	font-size:1.1em;
	font-family: Arial, sans-serif;
}

#quotes .slides_container{
	height:100px;
	width:520px;
}

.blog_nav{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:0.875em;
}

.older{
	float:left;
}

.newer{
	float:right;
}

.clearfix{
	clear:both;
}

.content_bg{
	background:url(../images/bg.jpg) repeat-x;
	padding:60px 0;
}

#col_short{
	float:left;
	width:255px;
	padding-bottom:40px;
}

#col_short h3, #col_short p,#col_long h3, #col_long p{
	margin-bottom:20px;
}

#col_long{
	float:left;
	margin-left:65px;
	width:600px;
}

#col_long h3{
	position:relative;
}

#col_long .border{
	border-bottom: 1px solid #ccc;
	width:76%;
	position:absolute;
	right:8px;
	bottom:3px;
}

#col_long li{
	font-size:0.75em;
	line-height:1.5em;
	list-style:disc;
	margin-left:20px;
	margin-bottom:10px;
}