@charset utf-8;

/*

Theme Name: Minimalia

Theme URI: http://smashingwpthemes.com/wp-minimalia

Author: Smashing WP Themes

Author URI: http://smashingwpthemes.com/

Description: Minimalia is a elegant and minimal WordPress theme with admin panel, two styles and tons of shortcodes.

Version: 1.0



*/

* {

	padding: 0;

	margin: 0;

}

/*-[ Framework ]-------------------------------*/

.page {

	width: 996px;

	margin: 0 auto;

	padding-right: 0em;

	padding-left: 0em;

}

a,

a:hover {

	text-decoration: none;

}

a {

	color: #D15F38;

}

/*-[ Header Area ]-----------------------------*/

#header, #footer {

	padding-right: 11px;

}

#header { 

	margin-bottom: 0.5em;

	float: left;

}

.landing #header {

	margin-bottom: 0;

}

#header_area {

	padding: 2em 0 0.3em 0;

}

.widget-header {

	float: right;

}

#logo a {

	font-size: 28px;

}

.text-logo {

	margin-bottom: 25px;

}

/*-[ Navigation Menu ]-------------------------*/

.menu ul,

.menu ul li {

	width: 150px;

	background: white;

}

.menu ul ul,

.menu :hover ul :hover ul {

	left: 150px;

}

.menu li:hover ul,

.menu a:hover ul {

	left: 0;

}

.menu {

	border-width: 0 0 0 0;

	position: relative;

	list-style: none;

	z-index: 50;

}

.menu::after,

#content_box::after,

#sidebars::after,

.format_text::after,

ul.sidebar_list::after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.menu ul {

	position: absolute;

	visibility: hidden;

	list-style: none;

	z-index: 110; 

}

.menu li {

	float: left;

	position: relative;

}

.menu ul li {

	clear: both;

}

.menu a {

	display: block;

	-webkit-transition: all 0.2s ease-out;

	-moz-transition: all 0.2s ease-out;

	-o-transition: all 0.2s ease-out;

	-ms-transition: all 0.2s ease-out;

	transition: all 0.2s ease-out;

}

.menu .children {

	border-left: none;

}

.menu ul ul {

	position: absolute;

	top: 0;

}

.menu li:hover ul,

.menu a:hover ul,

.menu :hover ul :hover ul,

.menu :hover ul :hover ul :hover ul {

	visibility: visible;

}

.menu :hover ul ul,

.menu :hover ul :hover ul ul {

	visibility: hidden;

}

/*.home-tab, .menu-item-home {

	margin-left: 15px;

	padding-left: 1.6em!important;

	background: url('images/home.png') 0 12px no-repeat!important;

} 

.home-tab a:hover, .menu-item-home a:hover {

	background:none!important;

	color:#D15F38!important;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

} */

.sub-menu li{

	padding-top:0;

}

/*-[ Content ]---------------------------------*/

.headline_area {

	margin-bottom: 1.5em;

	padding-bottom: 20px;

	background: url('images/divider.png') bottom repeat-x;

}

.format_text a {

	text-decoration:none;

}

.format_text a:hover {

	text-decoration:none;

}

.format_text p.alert {

	background: none repeat scroll 0 0 #FFFFC7;

	border: 1px solid #E5E597;

}

.format_text ol {

	margin: 0 0 1.571em 1.571em;

}

#content_box {

	width: 100%;

}

#content {

	width: 654px;

	float: left;

}

.post_box,

#content_box .page {

	margin: 0 23px 0 11px;

	width: auto;

}

#content_box {

	background-color: transparent;

}

.post_box {

	padding: 30px 25px 25px 25px;

	margin: 10px 0 10px 0;

	-moz-box-shadow: 0px 1px 3px #000;

	-webkit-box-shadow: 0px 1px 3px #000;

	box-shadow: 0px 1px 3px #000;

	-webkit-transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	-ms-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;

}

h1, h2, h3, h4, h5, h6 {

	font-family: "Yanone Kaffeesatz", sans-serif;

}

.format_text {

	font-size: 14px;

	line-height: 21px;

}

.format_text h1 {

	margin: 0.2em 0 0.2em 0;

}

.format_text h2 {

	font-size:1.6em;

	margin: 0.4em 0 0.4em 0;

}

.format_text h3 {

	font-size:1.4em;

	margin: 0.4em 0 0.4em 0;

}

.format_text h4 {

	font-size:1.2em;

	margin: 0.3em 0 0.3em 0;

}

.format_text h5 {

	font-size:1em;

	margin: 0.3em 0 0.3em 0;

}

.format_text h6 {

	font-size:1em;

	margin: 0.3em 0 0.2em 0;

}

.format_text p {

	margin-bottom: 1em;

	display:block;

}

.format_text img.left,

.format_text img.alignleft,

.wp-caption.alignleft {

	margin: 0 1.571em 1.571em 0.9em;

}

.format_text img.right,

.format_text img.alignright,

.wp-caption.alignright {

	margin: 0 0.5em 1.571em 1.571em;

}

.format_text img.center,

.format_text img.aligncenter,

.wp-caption.aligncenter {

	margin: 0 auto 1em auto;

}

.format_text ul {

	margin: 0 0 1.571em 0;

	list-style-type: circle;

}

.format_text blockquote {

	margin: 0 0 1.571em 0;

	font-style: italic;

}

span.author {

	color: #777;

}

/*-[ Archive ]---------------------------------*/

.postsby {

margin: 15px 0;

}

/*-[ Read more link]---------------------------*/

a.more {

	float:right;

	cursor: pointer;

	padding: 0.4em 0.7em;

	text-decoration: none;

}

a.more:hover {

	text-decoration: none;

}

/*-[Comment Bubble]----------------------------*/

.bubble {

	float:right;

	padding-right:4em;

	padding-top: 0.5em;

}

/*-[ Thumbnail ]-------------------------------*/

.wp-post-image {

	float: left;

	margin: 0 15px 10px 0;

}

/*-[ Search Form ]-----------------------------*/

#searchform {

	margin-top: 15px;

	margin-bottom: 15px;

}

#searchsubmit:hover {

	cursor:pointer;

}

.screen-reader-text {

	display: none;

}

#s {

	width: 190px;

}

/*-[ Sidebar ]---------------------------------*/

#sidebars {

	width: 342px;

	border: 0;

	float: right;

	margin-bottom: 10px;

	margin-top: 10px;

	margin-bottom: 1em;

}

#sidebars ul.sidebar_list {

	padding: 30px 16px;

	list-style: none;

}

.sidebar h3{

	padding: 0.5em 0 1.5em 0;

	font-size: 14px;

	text-transform: none!important;

	margin-bottom: 12px;

	text-transform: uppercase;

	font-weight: bold;

	font-family: "Droid Sans", "Lucida Grande", Tahoma, sans-serif;

	background: url('images/divider.png') bottom repeat-x;

}

li.widget ul {

	padding-right: 1.2em;

	list-style:circle;

}

li.widget ul li,

#footer_setup .footer_items ul li,

.format_text ul li {

	margin-left: 1.2em;

}

.sidebar input[type="text"],

.sidebar input[type="submit"] {

	padding: 0.6em;

	color:#777;

}

.textwidget a {

	color: #D15F38!important;

}

li.widget {

	margin-bottom: 1em;

	list-style:none;

	font-size: 13px;

	line-height: 20px;

	overflow: hidden;

}

li.widget ul li {

	margin-bottom: 4px;

}

li.widget li ul {

	margin: 7px 0 0 5px;

}

/*-[ RSS and Twitter Counter ]-----------------*/

.rsstwitter {

	overflow: hidden;

}

.rsscount {

	width: 48px;

	float: left;

	text-align: left;

	padding-left: 40px;

	background: url('images/rss.png') no-repeat;

	margin-right: 18px;

}

.twittercount {

	width: 48px;

	float: left;

	text-align: left;

	padding-left: 40px;

	background: url('images/twitter.png') no-repeat;

	margin-right: 18px;

}

.fbcount {

	width: 48px;

	float: left;

	text-align: left;

	padding-left: 40px;

	background: url('images/facebook.png') no-repeat;

}

.count {

	font-size: 18px;

	font-weight: bold;

	float: left;

}

.ctext {

	font-size: 10px;

}

.rsscount:hover {

	cursor: pointer;

}

.countlink {

	line-height: 15px;

}

/*-[ Ad Widgets ]------------------------------*/

.ad-125 ul {

    float: left;

    width: 300px;

	margin: 0;

	list-style: none;

}

.ad-125 li{

	float: left;

	padding: 0 0 12px 0;

	border: none;

	list-style: none;

	margin-left: 0!important;

	margin-right: 1.8em;

}

.ad-125 li a {

    width: 125px;

    height: 125px;

    display: block;

    border: none;

}

/*-[ Tweets Widget ]---------------------------*/

.tweets {

	padding-bottom: 1.2em;

}

.twitter-follow {

	background: url(images/small_twitter.png) no-repeat center left;

	padding: 5px 0 5px 20px;

	float: right;

	margin-top: -15px;

}

/*-[ Tag Widget ]------------------------------*/

.tagcloud a {

	float: left;

	text-shadow: none;

	font-size: 12px !important;

	line-height: 1em !important;

	display: block;

	color: #666;

	text-shadow: 1px 1px 1px white;

	margin-right: 5px;

	margin-bottom: 7px;

	padding: 6px 8px 6px 15px;

	line-height: 1.3em;

	background: #EEE url("images/tag.png") 5px center no-repeat;

	border: 1px solid #DDD;

	webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}

.tagcloud a:hover {

	background-color: #F9F9F9;

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition: all 0.1s ease-in-out;

	-o-transition: all 0.1s ease-in-out;

	-ms-transition: all 0.1s ease-in-out;

	transition: all 0.1s ease-in-out;

}

/*-[ Calender Widget ]-------------------------*/

#wp-calendar {

    width: 300px;

}

#wp-calendar td {

    text-align: center;

}

#wp-calendar caption {

    font-size: 16px;

    padding-bottom: 10px;

    font-weight: bold;

}

#wp-calendar #prev {

    text-align: left;

    padding-left: 12px;

}

/*-[ Author Box ]------------------------------*/

.postauthor img {

	float: right;

	margin: 5px 0 0 10px;

}

.postauthor h4 {

	color: #777;

	font-size: 20px;

	margin-bottom: 5px;

	font-weight: bold;

}

.postauthor p {

	font-size: 14px;

	line-height: 21px;

	margin-bottom: 12px;

	text-align:justify;

}

/*-[ commment intro ]--------------------------*/

.cnumber {

	font-size: 20px;

	font-weight: bold;

}

/*-[ Comments ]--------------------------------*/

.commentlist li {

	list-style:none;

	padding: 20px;

}

.commentlist p {

	margin-bottom: 1em;

	line-height: 21px;

}

.fn {

	font-size: 16px;

	line-height: 1.375em;

	font-weight: bold;

	font-style: normal;

}

.comment-meta {

	margin-bottom: 15px;

}

.reply {

	margin-top: 10px;

	padding-bottom: 5px;

}

.commentlist .children {

	margin-left: 10px;

	margin-top: 15px;

}

.avatar {

	float: right;

}

#respond h3{

	margin-top: 18px;

	font-family: "Droid Sans", "Lucida Grande", Tahoma, sans-serif!important;

}

.cancel-comment-reply a{

	float:right;

	margin-top: -25px;

}

/*-[ Comment Form ]----------------------------*/

#commentform textarea { 

	width:98%; 

}

#commentform p {

	margin-bottom: 15px;

}

/*-[ Page Navigation ]-------------------------*/

.pnavigation {

	margin: 2em 0;

}

.navigation {

	padding: 2em 1.5em;

}

.pages {

margin-right: 10px;

}

.page-numbers {

margin-right: 3px;

}

/*-[ Footer ]----------------------------------*/

#footer_area .page {

	padding-bottom: 0em;

}

#footer{ 

	background: #fff;

	font-size:13px;

	padding-bottom:1em!important;

	margin-bottom:2em!important;

	text-align:center; 

}

#footer_setup {

	margin: 0 1em 0.5em 1.5em;

	margin-bottom: 5px; 

	overflow: hidden;

}

#footer_setup .footer_items {

	padding-right: 0px;

	color: #777;

	font-size:13px;

	height: 100%;

	font-weight: normal;

	overflow: hidden;

	line-height: 18px;

}

.footer_items_1, .footer_items_2, .footer_items_3 {

	text-align: left;

	width: 300px;

	display: inline-block;

	float: left;

	margin-right:1em;

	padding-bottom: 20px;

	margin-left: 5px;

}

#footer_setup h3{

	padding: 1.5em 0 1.5em 0;

	font-size: 14px;

	text-transform: none!important;

	margin-bottom: 12px;

	text-transform: uppercase;

	font-weight: bold;

	font-family: "Droid Sans", "Lucida Grande", Tahoma, sans-serif;

	background: url('images/divider.png') bottom repeat-x;

}

#footer p {

	font-size: 13px!important;

	line-height: 22px!important;

}

#footer_setup .footer_items_1,

.footer_items_2,

.footer_items_3 {

	letter-spacing: 0px;

	padding-bottom: 3px;

	margin-bottom: 5px;

}

#footer_setup .footer_items ul {

	margin-right: 1.5em;

	padding: 0px;

}

/*-[ Top Link ]--------------------------------*/

.top a {

	float: right;

	text-indent: -9999px;

	background: url(images/up.png) no-repeat;

	height: 26px;

	width: 26px;

	opacity: 0.2;

	margin-top:-10px;

}

.top a:hover {

	opacity: 0.5;

}



/*-[ Copyrights ]------------------------------*/

.copyrights{

	padding-top: 40px; 

}

.landing .copyrights {

	padding-top: 20px;

	}

/*-[ No Sidebar Page ]-------------------------*/

.nosidebar {

	width: 100%!important;

}

/*-[ Content Ads ]-----------------------------*/

.topad {

	margin-bottom: 15px;

}

.bottomad {

	margin-top: 15px;

}

/*-[ Social Buttons ]--------------------------*/

.shareit {

	padding: 10px;

	margin-top: 15px;

	opacity: 0.5;

	min-height: 22px;

	-webkit-transition: opacity 0.5s ease-in-out;

	-moz-transition: opacity 0.5s ease-in-out;

	-o-transition: opacity 0.5s ease-in-out;

	-ms-transition: opacity 0.5s ease-in-out;

	transition: opacity 0.5s ease-in-out;

}

.share-item {

	float: left;

}

.shareit:hover{

	opacity: 1;

}

/*-[ Other Classes ]---------------------------*/

.clear {

	clear: both;

	display: block;

	font-size: 0;

	height: 0;

	line-height: 0;

	width:100%;

}

.left {

	float: left;

}

.right {

	float: right;

}

/*-----------------------------------------------

/* Shortcodes

/*---------------------------------------------*/



/*-[ Buttons ]---------------------------------*/

.buttons {

	font-size:12px;

    text-decoration:none;

	position:relative;

    padding:10px 20px 7px;

    border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	margin: 15px 25px 25px 0;

}

.btn_brown {

    background-color:#5D4E46;

    color: #090606!important;

    box-shadow: inset 0px 1px 0px #5D4E46, 0px 5px 0px 0px #322620, 0px 10px 5px #999;

    text-shadow: 0 1px 1px #7A665C;

}

.btn_brown:hover {

	color:#090606!important;

}

.btn_brown:active {

    top:3px;

    box-shadow: inset 0px 1px 0px #5D4E46, 0px 2px 0px 0px #322620, 0px 5px 3px #999;

}

.btn_blue {

    background-color:#2FA4CF;

    color:#175267!important;

    box-shadow: inset 0px 1px 0px #2FA4CF, 0px 5px 0px 0px #227796, 0px 10px 5px #999;

	text-shadow: 0 1px 1px #6EBFDD;

}

.btn_blue:hover {

	color:#175267!important;

}

.btn_blue:active {

    top:3px;

    box-shadow: inset 0px 1px 0px #2FA4CF, 0px 2px 0px 0px #227796, 0px 5px 3px #999;

}

.btn_green {

    background-color:#4A8F09;

    color:#254704!important;

    box-shadow: inset 0px 1px 0px #4A8F09, 0px 5px 0px 0px #316006, 0px 10px 5px #999;

	text-shadow: 0 1px 1px #5EB10B;

}

.btn_green:hover {

	color:#254704!important;

}

.btn_green:active {

    top:3px;

    box-shadow: inset 0px 1px 0px #4A8F09, 0px 2px 0px 0px #316006, 0px 5px 3px #999;

}

.btn_yellow {

	background-color: #FFD047;

	color: #8F6B00!important;

	box-shadow: inset 0px 1px 0px #FFD047, 0px 5px 0px 0px #E0A800, 0px 10px 5px #999;

	text-shadow: 0 1px 1px #FFEBAD;

}

.btn_yellow:hover {

	color:#8F6B00!important;

}

.btn_yellow:active {

    top:3px;

    box-shadow: inset 0px 1px 0px #FFD047, 0px 2px 0px 0px #E0A800, 0px 5px 3px #999;

}

.btn_red {

    background-color:#FF3333;

    color:#930000!important;

    box-shadow: inset 0px 1px 0px #FF3333, 0px 5px 0px 0px #B80000, 0px 10px 5px #999;

	text-shadow: 0 1px 1px #FF6565;

}

.btn_red:hover {

	color:#930000!important;

}

.btn_red:active {

    top:3px;

    box-shadow: inset 0px 1px 0px #FF3333, 0px 2px 0px 0px #B80000, 0px 5px 3px #999;

}

.btn_white {

    background-color:#E6E4E4;

    color:#847A7A!important;

    box-shadow: inset 0px 1px 0px #E6E4E4, 0px 5px 0px 0px #B1AAAA, 0px 10px 5px #ccc;

	text-shadow: 0 1px 1px #fff;

}

.btn_white:hover {

	color:#847A7A!important;

}

.btn_white:active {

    top:3px;

    box-shadow: inset 0px 1px 0px #E6E4E4, 0px 2px 0px 0px #8E8989, 0px 5px 3px #ccc;

}

/*-[ Video Shortcode ]-------------------------*/

.textwidget .youtube-video,

.textwidget .vimeo-video,

.textwidget .googlemaps {

	margin:0;

}

.youtube-video,

.vimeo-video {

	margin: 10px 15px 10px 0;

}

/*-[ Google Maps ]-----------------------------*/

.googlemaps {

	margin: 5px 15px 10px 0;

}

/*-[ Columns ]---------------------------------*/

.one_half {

	width: 48%;

}

.one_third {

	width: 30.66%;

}

.two_third {

	width: 65.33%;

}

.one_fourth {

	width: 22%;

}

.three_fourth {

	width: 74%;

}

.one_fifth {

	width: 16.8%;

}

.two_fifth {

	width: 37.6%;

}

.three_fifth {

	width: 58.4%;

}

.four_fifth {

	width: 67.2%;

}

.one_sixth {

	width: 13.33%;

}

.five_sixth {

	width: 82.67%;

}

.one_half,

.one_third,

.two_third,

.three_fourth,

.one_fourth,

.one_fifth,

.two_fifth,

.three_fifth,

.four_fifth,

.one_sixth,

.five_sixth {

	position: relative;

	margin-right: 4%;

	margin-bottom: 15px;

	float: left;

}

.column-last {

	margin-right: 0!important;

	clear: right;

}



/*-[ Tabs ]------------------------------------*/

.tabs-wrapper ul.tabs {

    width:100%;

    margin:20px 0 0;

    padding:0;

    float:left;

    height: 34px;

}

.tabs-wrapper ul.tabs li {

    display:block;

    float:left;

    margin:0 2px 0 0;

}

.tabs-wrapper ul.tabs li a {

    display:block;

    float:left;

    text-decoration:none;

}

.tabs-wrapper ul.tabs li a {

    display: block;

    text-decoration: none;

    border:0 none;

    cursor:pointer;

    overflow:hidden;

    outline:none;

}

.tabs-wrapper .tab-content {

    clear:both;

    float:left;

	margin-top: 15px;

}

/*-[ Dividers ]--------------------------------*/

.divider {

    background: transparent url(images/divider.png) repeat-x scroll 0 100%;

    clear: both;

    display: block;

    margin-bottom: 20px;

    padding-top: 20px;

    width: 100%;

}

.top-of-page {

	background: url('images/divider.png') bottom repeat-x;

	font-size: 10px;

	line-height: 10px;

	text-align: right;

	margin-bottom: 25px;

	position: relative;

	clear: both;

	padding-top: 20px;

	display: block;

	padding-bottom: 10px;

}

.top-of-page a {

    height: 20px;

    position: absolute;

    right: 0;

    top: 6px;

    border:0 none;

    outline:none;

    cursor:pointer;

	color: #666;

	opacity: 0.8;

}

.top-of-page a:hover {

	opacity: 1;

}




@media (min-width: 768px) and (max-width: 996px) {
.page {
    width: 750px;
	
}

#menu-basic.menu a {
    padding: 15px 13.5px !important;
}
#content {
    float: left;
    width: 500px;
}
#sidebars {
 
    width: 250px;
}
.footer_items_1, .footer_items_2, .footer_items_3 {
    width: 221px;
}
.aligncenter{ width:100%; height:auto;}
.wp-caption  {width:100%!important; height:auto!important;}
.wp-caption img{width:100%!important; height:auto!important;}
}


@media (min-width: 481px) and (max-width: 767px) {
.page {
    width: 96%;
	overflow:hidden;
}

#menu-basic.menu a {
    padding: 15px 13.5px !important;
}
#content {
    float: left;
    width: 100%;
}
#sidebars {
 
    width: 100%;
}
.footer_items_1, .footer_items_2, .footer_items_3 {
    width: 100%;
}
.sidebar_list {
    margin-left: 0 !important;
}
 
.widget-header {
    clear: both;
    float: none;
    margin: 0 auto;
    width: 344px;
}
.aligncenter, .size-full{ width:100%; height:auto;}
.aligncenter{ width:100%!important;}
.wp-caption  {width:100%!important; height:auto!important;}

.wp-caption img{width:100%!important; height:auto!important;}
.menu{ display:none!important;}

#click-menu {
    top: 43px !important;
    z-index: 9999;
	right: 15px !important;
}
#click-menu {
    background: #d15f38 none repeat scroll 0 0!important;
}
#responsive-menu #responsiveSearch{ display:none!important;}
}


@media (min-width: 290px) and (max-width: 480px) {
.page {
    width: 96%;
	overflow:hidden;
}

#menu-basic.menu a {
    padding: 15px 13.5px !important;
}
#content {
    float: left;
    width: 100%;
}
#sidebars {
 
    width: 100%;
}
.footer_items_1, .footer_items_2, .footer_items_3 {
    width: 100%;
}
.sidebar_list {
    margin-left: 0 !important;
}
 
.widget-header {
    float: none;
    margin: 0 auto;
    width: 248px;
	 
}
#s {
 
    width: 150px!important;
}
.wp-post-image {
    float: left;
    height: auto;
    margin: 0 0 15px;
    width: 100%;
}
.page-numbers {
    display: inline-block;
    margin: 0 0 15px;
    padding: 5px 10px;
}
.aligncenter, .size-full{ width:100%; height:auto;}
.aligncenter{ width:100%!important;}
.wp-caption  {width:100%!important; height:auto!important;}
.wp-caption img{width:100%!important; height:auto!important;}
.menu{ display:none!important;}

#click-menu {
    top: 43px !important;
    z-index: 9999;
	right: 15px !important;
}
#click-menu {
    background: #d15f38 none repeat scroll 0 0!important;
}
#responsive-menu #responsiveSearch{ display:none!important;}

}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
.text-logo a{display:none!important;}
#header .text-logo h1#logo a{display:block!important;}
#header .text-logo h2#logo a{display:block!important;}
}

.comments_intro, .commentlist, #respond{
	display: none !important;
}