/*
Theme Name: Botanic
Theme URI: http://www.cssigniter.com/ignite/themes/botanic/
Description: A Tumblr like theme for WordPress
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Version: 1.0.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/

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;
}
ol, 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;
}

body{
	background: #dcd9d0 url(img/global/bg.png) repeat;
	color: #4b4644;
	font-family: Courier, "Courier New", monospace;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased; 
	text-rendering: optimizeLegibility; /* Improve default text rendering, handling of kerning pairs and ligatures */
}

*{
	word-wrap:break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto; 
}

/* =plants
--------------------------------------------------------------------------------------------------------*/
#plants_container{
	max-width: 1030px;
	height: 100%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	z-index: 1;
}

#plant_1{
	width: 289px;
	height: 389px;
	position: absolute;
	top: 0;
	background: url(img/global/plant_1.jpg) no-repeat;
	z-index: 4;
}

#plant_2{
	width: 454px;
	height: 420px;
	position: absolute;
	top: 115px;
	right: 0;
	background: url(img/global/plant_2.jpg) no-repeat;
}

#plant_3{
	width: 453px;
	height: 461px;
	position: absolute;
	top: 1080px;
	right: 40px;
	background: url(img/global/plant_3.jpg) no-repeat;
}

#plant_4{
	width: 471px;
	height: 305px;
	position: absolute;
	bottom: -5px;
	right: 0;
	background: url(img/global/plant_4.jpg) no-repeat;
}

/* =top
--------------------------------------------------------------------------------------------------------*/
.top{
	width: 100%;
	height: 41px;
	background: url(img/global/top_bg.png) repeat-x; 
	position: relative;
	top: 0;
	z-index: 1000
}

.menu select { display: none; margin: 10px auto 0; width: 90%;}

nav{
	display: block;
	margin: 5px auto 0 auto;
	max-width: 800px;
	text-align: center;
}

nav ul li{
	display: inline;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #636f61;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0px 22px 5px 0px;
	background: url(img/global/dot.png) no-repeat right 6px;
	position: relative;
}

nav ul ul {
	position: absolute;
	z-index: 30;
	left: 0;
	background: #96A392;
	text-align: left;
	margin: 0;
	padding: 10px;

	top: -9999em;
}

nav a {
	white-space: nowrap;
}

nav ul ul li {
	display: block;
}

nav ul li:hover > ul {
	top: auto;
}

nav ul ul li a {
	display: block;
}

nav ul ul li {
	background: none;
}

nav ul li:last-child{
	background: none;
}

nav ul li a{
	color: #f0ede7;
	margin: 0;
	padding: 0;
}

nav .nav_select{
	display: none;
}

.transparency{
	clear: both;
	width: 100%;
	height: 128px;
	position: absolute;
	left: 0;
	top: 37px;
	background: url(img/global/shadow_bg.png) repeat-x;
	z-index: 5;
}

#masthead{
	position: absolute;
	top: 41px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
	text-align: center;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 40px;
	max-width: 1050px;
}

#masthead h1{
	float: left;
	width: 70%;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}

#masthead h1 a{
	display: block;
	margin: 25px 0 0 0;
	color: #756f6d;
}

#masthead span{
	float: left;
	width: 15%;
	height: 5px;
	background: url(img/global/dot.png) repeat-x;
	margin: 55px 0 0 0;
}

/* =entry
--------------------------------------------------------------------------------------------------------*/
.content{
	margin: 115px auto 30px auto;
	position: relative;
	z-index: 100;
}

.hentry blockquote {
	margin: 0 25px 25px 25px;
	padding-left: 20px;
}

article{
	float: left;
	width: 100%;
	border: 1px solid #a69c96;
	background-color: #edece8;
	background-color: rgba(246, 245, 242, .7);
	position: relative;
	z-index: 1000;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	-webkit-box-shadow: 0px 30px 30px -30px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 30px 30px -30px rgba(0,0,0,.25);
	o-box-shadow: 0px 30px 30px -30px rgba(0,0,0,.25);
	box-shadow: 0px 30px 30px -30px rgba(0,0,0,.25);
	text-shadow: 0 1px 0 #fff;
}

article.quoting{
	background: rgba(246, 245, 242, .7) url(img/global/plant_5.jpg) bottom right no-repeat;
}

article h1{
	font-family: 'Cedarville Cursive', cursive;
	margin: 10px 0 0 25px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	line-height: 1;
	
}

article h1 a{
	font-weight: normal;
}

article a{
	font-weight: bold;
	color: #c0836d;
}

.post_meta{
	float: left;
	width: 100%;
	border-top: 1px solid #bcb4af;
	border-bottom: 1px solid #bcb4af;
	position: relative;
	color: #7a7370;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0 25px 0;
}

.post_meta_inner{
	float: left;
	width: 100%;
	border-top: 1px solid #bcb4af;
	border-bottom: 1px solid #bcb4af;
	margin: 2px 0;
}


.post_meta a{
	color: #768771
}

.post_type{
	position: absolute;
	width: 40px;
	height: 44px;
	top: -3px;
	left: -7px;
	background: url(img/post_types/post_type_bg.png) no-repeat;
}

.post_type a{
	float: left;
	margin: 7px 0 0 7px;
}

.post_type.photo a{
	float: left;
	margin: 8px 0 0 6px;
}

.post_date{
	float: left;
	width: auto;
	margin: 0 0 0 50px;
	padding: 3px 25px 3px 0;
	background: url(img/global/dot.png) center right no-repeat;
}

.post_comments{
	float: left;
	width: auto;
	margin: 0 0 0 5px;
	padding: 3px 0 3px 0;
}

body.page .post_comments {
	margin-left: 45px;
}

article h2{
	font-family: 'Stint Ultra Expanded', cursive;	
	color: #4b4644;
	font-size: 22px;
	line-height: 1;
	margin: 0 25px 25px 25px;
}

article h3{
	font-family: 'Stint Ultra Expanded', cursive;	
	color: #4b4644;
	font-size: 20px;
	line-height: 1;
	margin: 0 25px 25px 25px;
}

article h4{
	font-family: 'Stint Ultra Expanded', cursive;	
	color: #4b4644;
	font-size: 18px;
	line-height: 1;
	margin: 0 25px 25px 25px;
}

article h5{
	font-family: 'Stint Ultra Expanded', cursive;	
	color: #4b4644;
	font-size: 16px;
	line-height: 1;
	margin: 0 25px 25px 25px;
}

article h6{
	font-family: 'Stint Ultra Expanded', cursive;	
	color: #4b4644;
	font-size: 14px;
	line-height: 1;
	margin: 0 25px 25px 25px;
}

article p{
	font-size: 14px;
	color: #8a8a8a;
	margin: 0 25px 25px 25px;
}

article ul{
	list-style-type: disc;
	margin: 0 25px 25px 75px;
	padding: 0;
}

article .archive {
	list-style: none;
	margin: 0 0 25px 25px;
}

h3.hdr {
	margin-bottom: 10px;
}

article .archive p {
	margin-bottom: 10px;
}

article .archive li {
	margin-bottom: 5px;
}

article ol{
	list-style-type: decimal;
	margin: 0 25px 25px 86px;
	padding: 0;
}

article ul li,
article ol li{
	font-size: 14px;
	color: #58524f;
}

.post_share{
	float: left;
	width: 101.6%;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(249, 247, 242)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(249, 247, 242));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(249, 247, 242));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(249, 247, 242));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(249, 247, 242));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(249, 247, 242));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f7f2');
	border: 1px solid #bcb4af;
	position: relative;
	left: -5px;
	right: -5px;
	z-index: 0;
}

.post_share:before{
	content:" ";
    background: url(img/misc/shadow_left.png) no-repeat;
    display: block;
    width: 5px;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: -1px;
    z-index: -1;
}

.post_share:after{
	content:" ";
    background: url(img/misc/shadow_right.png) no-repeat;
    display: block;
    width: 5px;
    height: 4px;
    position: absolute;
    bottom: -5px;
    right: -1px;
    z-index: -1;
}

article .post_share ul{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

article .post_share ul li{
	float: left;
	margin: 0 0 5px 0;
	padding: 0 20px 0 0;
	background: url(img/global/dot.png) center right no-repeat;
}

article .post_share ul li:last-child{
	background: none;
}

.post_share ul li a{
	color: #768771;
}

.post_tags{
	clear: both;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #7a7370;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	padding: 15px 0 10px 0;
}

.post_tags span{
	float: left;
	margin: 0 0 5px 25px;
}

.post_tags a{
	display: block;
	float: left;
	background: url(img/misc/tag.png) center left no-repeat;
	margin: 0 0 0 15px;
	padding: 0 0 0 20px;
}

.main_photo,
.main_video{
	margin: 0 25px 25px 25px;
	padding: 20px;
	overflow: hidden;
	background: url(img/misc/photo_bg.jpg) repeat;
	border: 1px solid #aaa596;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 3px 5px 0px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 3px 5px 0px rgba(0,0,0,.1);
	-o-box-shadow: inset 0 3px 5px 0px rgba(0,0,0,.1);
	box-shadow: inset 0 3px 5px 0px rgba(0,0,0,.1);
}

.main_photo img{
	display: block;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	max-width: 100%!important;
	height: auto;
	border: 1px solid #505c4d;
}

.main_video iframe{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border: 1px solid #505c4d;
}

article blockquote{
	float: left;
	margin: 0 25px 0 25px;
	background: url(img/misc/quotes.png) left 5px no-repeat;
}

article blockquote p{
	font-size: 22px;
	color: #768771;
	font-family: 'Stint Ultra Expanded', cursive;
}

article .bookmark_container{
	background: url("img/misc/bookmark_container.png") no-repeat scroll left top transparent;
	height: 93px;
	left: -5px;
	margin-bottom: 30px;
	margin-left: -5px;
	margin-top: 87px;
	padding-top: 6px;
	top: 97px;
	width: 100%;
}

article .bookmark_container h1{
	margin: 20px 25px 10px 25px;
}

article .bookmark_container h1 a{
	color: #5b5756;
}

article .bookmark_container p a{
	color: #fff;
	text-shadow: none;
}

article .bookmark_container+p{
	margin: 25px 25px 25px 25px;
} 

/* =next =previous
--------------------------------------------------------------------------------------------------------*/
.next_previous{
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}

.next,
.previous{
	display: block;
	width: 170px;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	background-color: #c4a295;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(196, 162, 149)), to(rgb(178, 133, 116)));
	background-image: -webkit-linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	background-image: -moz-linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	background-image: -o-linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	background-image: -ms-linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	background-image: linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c4a295', EndColorStr='#b28574');
	border: 1px solid #8C5146;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	line-height: 2;
}

.previous{
	float: left;
}

.next{
	float: right;
}

.next:hover,
.previous:hover{
	color: #fff;
	background-color: #d1ad9f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 173, 159)), to(rgb(178, 133, 116)));
	background-image: -webkit-linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	background-image: -moz-linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	background-image: -o-linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	background-image: -ms-linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	background-image: linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d1ad9f', EndColorStr='#b28574');

}

.next:active,
.previous:active{
	color: #fff;
	background-color: #b28574;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(178, 133, 116)), to(rgb(209, 173, 159)));
	background-image: -webkit-linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	background-image: -moz-linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	background-image: -o-linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	background-image: -ms-linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	background-image: linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b28574', EndColorStr='#d1ad9f');
}

/* =reply
--------------------------------------------------------------------------------------------------------*/
.reply{
	float: left;
	width: 100%;
	padding: 25px 25px 0 25px;
}

.reply_inner{
	float: left;
	width: 100%;
}

#reply-title {
	float: left;
	width: 100%;
	background-color: #b0bcad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(176, 188, 173)), to(rgb(157, 171, 153)));
	background-image: -webkit-linear-gradient(top, rgb(176, 188, 173), rgb(157, 171, 153));
	background-image: -moz-linear-gradient(top, rgb(176, 188, 173), rgb(157, 171, 153));
	background-image: -o-linear-gradient(top, rgb(176, 188, 173), rgb(157, 171, 153));
	background-image: -ms-linear-gradient(top, rgb(176, 188, 173), rgb(157, 171, 153));
	background-image: linear-gradient(top, rgb(176, 188, 173), rgb(157, 171, 153));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b0bcad', EndColorStr='#9dab99');
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #636f61;
	border: 1px solid #647470;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 10px 30px 10px 30px;
	margin: 0;
}

.reply form{
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #c2beba;
	-moz-border-radius: 0 0 5px 10px;
	-webkit-border-radius: 0 0 5px 10px;
	-o-border-radius: 0 0 5px 10px;
	border-radius: 0 0 5px 10px;
	-webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0 3px rgba(0, 0, 0, .1);
	-o-box-shadow: 0px 0 3px rgba(0, 0, 0, .1);
	box-shadow: 0px 0 3px rgba(0, 0, 0, .1);
}

.reply form .couple{
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}

.reply form .couple:nth-child(2n){
	margin: 0;
}

.reply form label{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #7a7370;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff
}

.reply form input,
.reply form textarea{
	border: 1px solid #CECBC6;
	background-color: #ECEAE6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
	-o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2)
}

.reply form input:focus,
.reply form textarea:focus{
	background-color: #EDECE7;
	outline: none
}

.reply form input.button{
	float: left;
	display: block;
	width: 170px;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	background-color: #c4a295;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(196, 162, 149)), to(rgb(178, 133, 116)));
	background-image: -webkit-linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	background-image: -moz-linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	background-image: -o-linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	background-image: -ms-linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	background-image: linear-gradient(top, rgb(196, 162, 149), rgb(178, 133, 116));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c4a295', EndColorStr='#b28574');
	border: 1px solid #8C5146;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
	line-height: 2;
	padding: 7px 0;
	cursor: pointer;
}

.reply form input.button:hover{
	float: left;
	color: #fff;
	background-color: #d1ad9f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 173, 159)), to(rgb(178, 133, 116)));
	background-image: -webkit-linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	background-image: -moz-linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	background-image: -o-linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	background-image: -ms-linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	background-image: linear-gradient(top, rgb(209, 173, 159), rgb(178, 133, 116));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d1ad9f', EndColorStr='#b28574');

}

.reply form.button:active{
	color: #fff;
	background-color: #b28574;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(178, 133, 116)), to(rgb(209, 173, 159)));
	background-image: -webkit-linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	background-image: -moz-linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	background-image: -o-linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	background-image: -ms-linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	background-image: linear-gradient(top, rgb(178, 133, 116), rgb(209, 173, 159));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b28574', EndColorStr='#d1ad9f');
}

#cancel-comment-reply-link { margin-left: 10px; }

/* =comments
--------------------------------------------------------------------------------------------------------*/
.comments{
	float: left;
	width: 100%;
}

.comments h4{
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 22px;
	color: #4b4644;
	text-shadow: 0 1px 0 #fff;	
	line-height: 1;
	margin:  30px 30px 25px 30px;
}

.comment{
	float: left;
	width: 100%;
	
}

.comment_meta{
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #bcb4af;
	border-bottom: 1px solid #bcb4af;
	margin: 0 0 25px 0;	
}

.comment_meta_inner{
	float: left;
	width: 100%;
	border-top: 1px solid #bcb4af;
	border-bottom: 1px solid #bcb4af;
	margin: 2px 0;
}

.comment img.avatar{
	background: transparent url(img/misc/avatar_bg.png) center center no-repeat;
	padding: 7px 5px 12px 5px;
	position: absolute;
	top: -7px;
	left: -6px;
}

.comment span{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment span a{
	color: #768771;
}

.comment span.name{
	float: left;
	margin: 0 0 0 50px;
	padding: 3px 0;
}

.comment span.date{
	float: left;
	margin: 0 0 0 10px;
	padding: 3px 0;
}

.comment span.reply{
	float: right;
	max-width: 100px;
	text-align: right;
	margin: 0 30px 0 0;
	padding: 3px 0;
}

.comment span.reply a{
	color: #c0836d;
}

.logged-in-as { margin: 5px 0 25px;}
#commentform { margin-bottom: 25px; }
.reply_inner h4 { margin: 0; }

/* =aside
--------------------------------------------------------------------------------------------------------*/
aside.widget{
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	font-style: normal;
}

aside.widget h3{
	margin-bottom: 5px;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 22px;
	color: #756f6d;
	text-shadow: 0 1px 0 #fff;	
}

.widget {
	font-size: 14px;
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: bold;
}

.widget ul li {
	margin-bottom: 2px;
}

.widget a,
.widget a:visited,
.post_tags a:hover {
	color: #768771;
}

.widget a:hover,
.post_meta a:hover,
.post_share a:hover {
	color: #C0836D;
}

.widget .widget_ci_twitter_widget li {
	margin-bottom: 10px;
}

.twitter-time {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin: 0 25px 10px 0;
}

.alignright {
	float: right;
	margin: 0 10px 10px 25px;
}

/*------------- =search -------------*/
.searchform input#s{
	float: left;
	width: 90%;
	background-color: #EEEBE7;
	color: #7a7370;
	font-size: 12px;
	border: 1px solid #958c88;
	border-right: none;
	padding: 9px 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
	-o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
	line-height: normal;
	height: 30px;
}

.error404 article .searchform{
	padding: 0 25px;
	margin-bottom: 10px !important;
	display: block;
}

.searchform #button_bg{
	float: right;
	width: 10%;
	background-color: #cfb3a9;
	background-image: -moz-linear-gradient(center top, #CFB3A9, #C3A295);
	background-image: -webkit-linear-gradient(top, rgb(207, 179, 169), rgb(195, 162, 149));
	background-image: -moz-linear-gradient(top, rgb(207, 179, 169), rgb(195, 162, 149));
	background-image: -o-linear-gradient(top, rgb(207, 179, 169), rgb(195, 162, 149));
	background-image: -ms-linear-gradient(top, rgb(207, 179, 169), rgb(195, 162, 149));
	background-image: linear-gradient(top, rgb(207, 179, 169), rgb(195, 162, 149));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#cfb3a9', EndColorStr='#c3a295');
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	height: 30px;
}

.searchform #button_bg:hover{
	background-color: #c3a295;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 162, 149)), to(rgb(207, 179, 169)));
	background-image: -webkit-linear-gradient(top, rgb(195, 162, 149), rgb(207, 179, 169));
	background-image: -moz-linear-gradient(top, rgb(195, 162, 149), rgb(207, 179, 169));
	background-image: -o-linear-gradient(top, rgb(195, 162, 149), rgb(207, 179, 169));
	background-image: -ms-linear-gradient(top, rgb(195, 162, 149), rgb(207, 179, 169));
	background-image: linear-gradient(top, rgb(195, 162, 149), rgb(207, 179, 169));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c3a295', EndColorStr='#cfb3a9');
}

.searchform input.searchsubmit{
	float: right;
	width: 100%;
	text-indent: -3000px;
	font-size: 12px;
	background: url(img/aside/magnifier.png) center center no-repeat;
	color: #fff;
	border: 1px solid #A67564;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	margin: 0 0 0 -1px;
	padding: 4px 3px 7px;
	cursor: pointer;
	height: 30px;
}

/*------------- =text -------------*/

.widget_ci_about_widget{
	float: left;
	min-width: 310px;
	background: #cfb4a8;
	background: rgba(188, 131, 112, .4);
	padding: 20px 20px 15px 20px;
	border: 1px solid #785F56;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 3px 10px rgba(188, 131, 112, .4);
	-moz-box-shadow: inset 0 3px 10px rgba(188, 131, 112, .4);
	-o-box-shadow: inset 0 3px 10px rgba(188, 131, 112, .4);
	box-shadow: inset 0 3px 10px rgba(188, 131, 112, .4);
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}

aside.widget_ci_about_widget h3{
	color: #4b4644;
	margin: 0 0 5px 0;
}

.widget_ci_about_widget img.alignleft{
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #967766;
	-webkit-box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
	box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
}

.widget_ci_about_widget a{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #eeebe7;
	text-shadow: 1px -1px #785F56;
}

/*------------- =twitter -------------*/
.widget_ci_single_tweet_widget{
	float: left;
	width: 312px;
	height: 188px;
	background: url(img/aside/twitter_bg.png) top left no-repeat;
}

.widget_ci_single_tweet_widget p.tweet{
	font-size: 12px;
	color: #7a7370;
	font-style: normal;
	font-weight: bold;
	margin: 25px 40px 0 25px;
	text-shadow: 0 1px 0 #fff;
	line-height: 1.8;
}

.widget_ci_single_tweet_widget p.follow{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	margin: 15px 40px 0 25px;
}

.widget_ci_single_tweet_widget p.follow a{
	color: #c0836d;	
}

/*------------- =socials -------------*/
.ci-socials-ignited a{
	display: block;
	float: left;
	width: 50%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #768771;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 #fff;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}

.ci-socials-ignited a img{
	float: left;
	margin: -5px 10px 10px 0;
}

/*------------- =categories -------------*/
.widget_categories ul{
	float: left;
	width: 100%;
	/*border-top: 1px solid #fff;
	-webkit-box-shadow: 0px -1px 0px #A39C98;
	-moz-box-shadow: 0px -1px 0px #A39C98;
	-o-box-shadow: 0px -1px 0px #A39C98;
	box-shadow: 0px -1px 0px #A39C98;*/
	padding: 0;
}

.widget_categories ul li{
	clear: both;
	float: left;
	width: 45%;
	margin: 0 5% 10px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #A39C98;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	-o-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}

.widget_categories ul li:nth-child(2n){
	clear: none;
	margin: 0 0 10px 5%;
}

.widget_categories ul li a{
	color: #768771;
}

/*------------- =flickr -------------*/
.flickr_badge_image a{
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px 5px 0 5px;
	background-color: #fff;
	border: 1px solid #967766;
	-webkit-box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
	box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
}

/*------------- =sponsors -------------*/
.widget_ci_ads125_widget a{
	float: left;
	display: block;
	width: 125px;
	margin: 0 25px 20px 0;
	padding: 5px 5px 0 5px;
	background-color: #fff;
	border: 1px solid #967766;
	-webkit-box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
	box-shadow: 0 8px 3px -6px rgba(0, 0, 0, .5);
}

.widget_ci_ads125_widget a img{
	width: 125px;
}

/*------------- =tables -------------*/
article table{
	float: left;
	margin: 0 25px 25px 25px;
	text-align: left;
	font-size: 14px;
}

article table th{
	background-color: #DDDAD2;
	padding: 10px;
	font-size: 16px;
}

article table td,
article table caption{
	border: 1px solid #DDDAD2;
	padding: 10px;
}

article table caption,
article table tfoot{
	background-color: #EDECE7;
}



/*------------- =calendar -------------*/
.widget_calendar table{
	float: left;
	width: 100%;
}

.widget_calendar table td,
.widget_calendar table caption{
	border: 1px solid #EDECE7;
	text-align: center;
}

.widget_calendar table caption,
.widget_calendar table tfoot{
	background-color: #EDECE7;
}

.widget_calendar a{
	color: #c0836d;
}

/* =footer
--------------------------------------------------------------------------------------------------------*/
footer{
	float: left;
	width: 100%;
	background: url(img/global/footer_bg.png) repeat-x;
	position: relative;
	z-index: 1000;
	padding: 9px 0 7px;
}

footer ul{
	display: block;
	float: left;
	margin: 4px 0 0 0;
}

footer ul li{
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #636f61;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 25px 0 0;
	background: url(img/global/dot.png) no-repeat right 6px;
}

footer ul li:last-child{
	background: none;
}

footer ul li a,
footer ul li a:hover,
footer ul li a:active{
	color: #f0ede7;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

footer span{
	float: right;
	font-size: 12px;
	text-transform: uppercase;	
	text-shadow: 0 -1px 0 #636f61;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 4px 0 0 0;
}

footer span a,
footer span a:hover,
footer span a:active{
	color: #f0ede7;
}

/* =slider
--------------------------------------------------------------------------------------------------------*/
.flexslider ol{
	display: none;
}

article .flexslider ul{
	list-style-type: none;
	margin: 0 auto;
}

.flexslider{
	margin: 0 25px 25px 25px!important;
	padding: 20px 30px!important;
	overflow: hidden;
	background: url(img/misc/photo_bg.jpg) repeat;
	border: 1px solid #aaa596;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 3px 5px 0px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 3px 5px 0px rgba(0,0,0,.1);
	-o-box-shadow: inset 0 3px 5px 0px rgba(0,0,0,.1);
	box-shadow: inset 0 3px 5px 0px rgba(0,0,0,.1);
}

.flexslider img{
	display: block;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	max-width: 100%!important;
	height: auto;
	border: 1px solid #505c4d;
}




















































































































































































































































































































































































































































