/*
Theme Name: Massage
Theme URI: http://cloverthemes.com
Description:  This is a CMS WordPress Theme designed for beauty related websites by <a href="http://cloverthemes.com">Clover Themes</a>
Author: Clover Themes
Version: 1.2
Tags: business,cms,spa,massage,beauty,two-columns, fixed-width, custom-header, custom-background, threaded-comments
*/

/* =Reset default browser CSS. 
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;

}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.fix{
	display:block; 
	content:"clear"; 
	height:0; 
	clear:both; 
	overflow:hidden; 
	visibility:hidden; 
}
* html .fix             {
	 zoom: 1; 
	} /* IE6 */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix			 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* =Global Elements
-------------------------------------------------------------- */
body {
	color: #666;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
	line-height: 22px;
	}
	
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	border-left:6px solid;
	font-style:italic;
	padding:0 2em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
hr{
	color:#ccc;}
pre {
	background: #85506e;
	border:1px double #563247;
	color: #fff;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
 
abbr,
acronym {
	border-bottom: 1px solid #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	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);
}
a:link {
	color:#774863;
}
a:visited {
	color:#774863;
}
a:active,
a:hover {
	color:#bd066f;
}


/* =Main
-------------------------------------------------------------- */
	
#wrap{background: url(images/bg_pattern.png) repeat;}
	
/* =Nav
-------------------------------------------------------------- */
#nav{
	background:url("images/navbg.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height:36px;
	margin: 0 auto 0;
	padding: 0 0 0 18px;
	overflow: hidden;}
	
#nav li a .sf-sub-indicator{
	display: block;
	width: 10px;
	height: 10px;
	top: 18px;
	right: 0px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
#nav li a:hover .sf-sub-indicator{

	}
#nav li li a .sf-sub-indicator {
	top: 12px;
	}	
#nav ul {	
	font-weight:bold;
	float: left;
	list-style: none;
	margin: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size:13px;
    margin: 0;
	padding:7px 18px 7px 18px;
	text-decoration: none;
	position: relative;
	background:url("images/menu-sep.png") no-repeat scroll right center transparent;
	}

#nav li a:hover, #nav li a:active {
	background:url(images/menuhover.png) #58434F;
	color: #FFFFFF;
	}


#nav li.current-menu-item a {
	background:url(images/menuhover.png) #70435d;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #70435d;
	width: 128px; 
	color: #FFFFFF;
	margin: 0;
	padding:6px 20px 7px 14px;
	border-left: 1px solid #6a4308;
	border-right: 1px solid #6a4308;
	border-bottom: 1px solid #6a4308;
	text-transform: none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {         
	background:#9c507c;
	color: #FFFFFF;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	}

#nav li ul ul {
	margin: -36px 0 0 163px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
	
/* =Search
-------------------------------------------------------------- */	
#search{
	float:right;
	padding:6px 10px 0 0;
	}
	
.s{
	-moz-border-radius:6px 0 0 6px;
	background:#F9F9F9;
	border:1px solid #B2B2B2;
	color:#333333;
	float:left;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	margin:0;
	padding:5px 0 5px 10px;
	width:160px;
	}

.searchsubmit{
	-moz-border-radius:0 6px 6px 0;
	background:url("images/search.png") no-repeat scroll 50% 50% #F9F9F9;
	border:1px solid #F1F1F1;
	cursor: pointer;
	color:#FFFFFF;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	height:26px;
	padding:0;
	text-decoration:none;
	text-indent:-9999px;
	text-transform:uppercase;
	width:30px;
	}

	
/* =Header
-------------------------------------------------------------- */

#main{
	background:url("images/shadow.png") repeat-y scroll 0 0 transparent;
	margin:0 auto;
	overflow:hidden;
	padding:0 26px;
	width:940px;
}

#header{
	margin:0 auto;
	padding:0;
}

#header .wrap{padding:0 0 15px 0;}

#phone {
	background:url("images/phone.png") no-repeat scroll 0 33px transparent;
	color:#58434F;
	float:right;
	font:bold 16px/34px 'Trebuchet MS',Georgia,serif;
	padding:30px 0 0 36px;
}

#logo h1{
	font-size: 40px;
}	
#logo {
	float:left;padding:20px 0 0 0;
}
#logo .site-title{
	font-family: 'Oswald',arial,serif;
	color: #fff;
}
#logo .site-title a {
	color: #311F1A;
	font-family: "Matura MT Script Capitals";
	display: block;
	float: left;
	font-size: 48px;
	margin: 0;
	overflow: hidden;
	text-decoration: none; 
	line-height: 50px;
	max-width: 380px;
}
}
#logo .site-title a:hover  {
	text-decoration:none;
}

#description {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}


	
/* =Homepage
-------------------------------------------------------------- */
#inner{
	padding:20px 0 20px;
	margin:0 auto;
	overflow:hidden;
	width:940px;
	min-height:500px;
}

#features{
	margin:0;
	padding:25px 0 0 0;
	}
#features p{
	font-size:14px;}
.about{
	float:left;
	width:360px;
}
#features h2{
	background:url("images/about.png") no-repeat scroll 0 0 transparent;
	color:#5f394f;
	font-family:'Trebuchet MS',Arial,Tahoma,Verdana;
	font-size:32px;
	line-height:24px;
	padding:5px 0 20px 50px;
	text-shadow:1px 1px 0 #DBDBDB;
	}
.readmore{
	padding:20px 0 0 0;
	}
#features .featured-readmore a{
	background:url(images/readmore.png) no-repeat;
	color:#58434f;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 20px;
	}
#features a:hover{
	color:#BD066F;
	}
.featurespost {
	float:left;
	}

#features .features {
	margin: 0 0 0 40px;
	background:url("images/features.png") no-repeat scroll 0 0 transparent;
	padding:5px 0 20px 45px;
	}
	
.featurespost ul li {
	float:left;
	margin:0;
	padding:3px 0 0 40px;
	width:250px;
	}
.line{
	background:url("images/phline.png") no-repeat scroll center center transparent;
	padding:10px 0;
	}

/* SLIDER
---------------------------------------*/
#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 40% ;
	height:375px; 
	width:940px;

}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:1;
}

/* =Bottom
-------------------------------------------------------------- */	
#bottom{
	clear:both;
	margin:0 -20px;
	overflow:hidden;
	padding:0 20px 20px;
}
#bottom a {
	color:#5F394F;
}
#bottom a:hover{
	color:#BD066F;
	}
#bottom h3{
	color:#58434f;
	font-size:14px;
	font-weight:bold;
	padding:0 0 6px;
	}
.home-bottom-1{
	float:left;
	margin:0;
	padding:0 20px 0 0;
	width:300px;
}
.home-bottom-2{
	float:left;
	margin:0;
	width:300px;
}
.home-bottom-3{
	float:right;
	margin:0;
	width:300px;
}
#bottom li{
	background:url("images/dot_02.gif") no-repeat scroll 0 9px transparent;
	padding:0 0 0 12px;
	word-wrap:break-word;
	}
#bottom img{
	border:1px double #CCCCCC;
	padding:5px;
	}

#footer{
	border-top:1px double #CCCCCC;
	color:#999;
	margin:0 auto;
	overflow:hidden;
	padding:8px 0 0;
	width:940px;
	}

#footer li a{
	color:#999;
	float:left;
	padding:0 10px 0 0;
	text-decoration:none;
	}
#footer a {
	color:#999;
	text-decoration:none;
	}	
#footer li a:hover{
	color:#333;
	text-decoration:underline;
	}	
.left{
	float:left;
	width:60%;
	}
.right{
	float:right;
	}
.bottombg{
	background:url("images/footerbg.png") no-repeat scroll 0 0 transparent;
	height:50px;
	margin:0 auto;
	padding:0 26px;
	width:940px;
}

	
/* =Comments
-------------------------------------------------------------- */
#comments h3,#respond h4{
	background:url("images/comment.png") no-repeat scroll left center transparent;
	color:#333;
	font-size:22px; 
	font-weight:bold;
	font-style:italic;
	line-height:30px;
	margin:0 0 20px;
	padding:0 0 0 45px;
	}
#comments a{
	text-decoration:none;
	}
#comments a:hover{
	text-decoration:underline;
	}
#commentform input {
	-moz-border-radius:5px;
	width: 180px;
	padding: 5px;
	margin: 5px 5px 1px 0px;
	}
#comments input:hover, #commentstextarea:hover{
	background: #EEEEEE;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	-moz-border-radius:5px;
	width: 90%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 10px 0;
	}
	
#commentform #submit {
	-moz-border-radius:5px;
	margin: 0px;
	float: left;
	font-family:Georgia,"Times New Roman",Times,serif;
	background:none repeat scroll 0 0 #863865;
	border:1px solid #EEEEEE;
	color:#FFFFFF;
	cursor:pointer;
	width:160px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist a {
	color:#666;
}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0;
	padding:15px;
	list-style: none;

	}
.commentlist li ul li { 
	margin: 10px;
	}

.commentlist p {
	font-size:14px;
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: left;
	border:1px solid #CCCCCC;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	}

.commentlist cite, .commentlist cite a {
	color:#333;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	}

.commentlist p {
	color:#333;
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	padding:5px 0 0 0;
	}

.alt {
	margin: 0px;
	padding: 10px;
	}
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 11px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	-moz-border-radius:5px;
	border: 1px solid #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	-moz-border-radius:5px;
	border:1px solid #E6E6E6;
	}
em.date, .comment strong {
	font-weight:normal;
	color:#999;
	line-height:24px;
	display:block;
	font-style: normal;
}
.form {
	height:1%;
	overflow:hidden;
	padding:18px 0 0;
	margin:0 0 0 -2px;
	position:relative;
}
.form h2 {
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	margin:0 0 22px;
}
.form ul li {
	padding:0 0 18px;
}
.form ul li input {
	float:left;
	background:#f6f6f6;
	border:1px solid #9d9d9d;
	margin:0 11px 0 0;
	display:inline;
	width:210px;
	padding:5px 10px;
}
.form ul li label {
	font-size:12px;
	color:#666;
	line-height:26px;
}
.textarea {
	overflow:hidden;
	background:#f6f6f6;
	border:1px solid #9d9d9d;
	width:559px;
	height:169px;
	padding:3px 1px 3px 10px;
	margin:0 0 28px;
}
.textarea textarea {
	overflow:auto;
	width:559px;
	background:none;
	border:0;
	float:left;
	padding:0;
	margin:0;
	height:169px;
}
.form .button-submit {
	text-indent:-9999px;
	background: url(images/submit.jpg) no-repeat;
	width: 90px;
	height: 28px;
	font-size:0;
	float:left;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}

 
/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}


/* =Content
-------------------------------------------------------------- */
#content-wrap{
	margin:0;
	padding:0;
	}
#content{
	float:left;
	margin:0;
	padding:0 0 20px;
	width:630px;
	}	
.breadcrumb {
	-moz-border-radius:3px;
	background:none repeat scroll 0 0 #F9F9F9;
	border:1px solid #EEE;
	margin:0 0 25px;
	padding:5px 10px;
}
.post-info{
	font-size:11px;
	padding:0;
	}
.post-title{
	border-bottom:1px solid #EEEEEE;
	display:block;
	font-size:24px;
	line-height:26px;
	margin:0;
	padding:0 0 8px;
	text-shadow:1px 1px 0 #EEEEEE;
	text-transform:capitalize;
	}

.post input,
.post textarea {
-moz-border-radius:5px;
background:none repeat scroll 0 0 #F5F5F5;
border:1px solid #EEEEEE;
color:#58434F;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:15px;
letter-spacing:normal;
outline-style:none;
padding:6px;
}
.post p,
.post ul,
.post ol,
.post dd,
.post pre,
.post hr {
	margin-bottom: 15px;
}
.post ul ul,
.post ol ol,
.post ul ol,
.post ol ul {
	margin-bottom: 0;
}
.post pre,
.post kbd,
.post tt,
.post var {
	font-size: 13px;
	line-height: 21px;
}
.post code {
	font-size: 13px;
}
.post dt,
.post th {
	color: #000;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin: 0 0 12px 0;
	color:#863865;
	font-weight:bold;
}
.post table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.post tr th,
.post thead th {
	background:none repeat scroll 0 0 #863865;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.post tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px;
}
.post tr.odd td {
	background: #f2f7fc;
}
.entry-content,
.entry-summary {
	clear: both;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 10px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

.entry-content  ul li{	
	list-style:square;
	margin-left:30px;
	}

.entry-content  ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry-content  ol li ul li{	
	list-style:square;
	margin-left:20px;
	}

.post {
	border-bottom:1px solid #E6E6E6;
	margin:0 0 25px;
	overflow:hidden;
	padding:0 0 20px;
	}
.page{	
	border-bottom:0;
	margin:0;
	padding:0;
	}
.post-time{
	background:url("images/calendar.png") no-repeat scroll 0 0 #FFFFFF;
	line-height:13px;
	margin:0;
	padding:2px 0 2px 20px;
	}
.post-author{
	background:url("images/user.png") no-repeat scroll 0 0 #FFFFFF;
	line-height:13px;
	margin:0 0 0 10px;
	padding:2px 0 2px 20px;
	}
.post-comments {
	background:url("images/comments.png") no-repeat scroll 0 0 #FFFFFF;
	margin:0 0 0 10px;
	padding:2px 0 2px 20px;
	}
.post-meta{
	-moz-border-radius:5px;
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #EEE;
	clear:both;
	font-size:11px;
	margin:0;
	padding:5px 10px;
	}
.cat{
	background:url("images/folder.png") no-repeat scroll 0 0 #F7F7F7;
	margin:0;
	padding:2px 0 2px 20px;
	}
.tags {
	background:url("images/tags.png") no-repeat scroll 0 0 #F7F7F7;
	margin:0 0 0 10px;
	padding:2px 0 2px 20px;
	}
#content .author {
	-moz-border-radius:5px;
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #EEE;
	border-top:3px solid #863865;
	color:#333;
	margin:0 0 30px;
	overflow:hidden;
	padding:10px;
	}
#content .author img{
	-moz-border-radius:5px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #EEE;
	float:left;
	margin:0 10px 0 0;
	padding:4px;
	}
.archive-title a{
	color:#863865;
	border-bottom:1px solid #EEEEEE;
	display:block;
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:24px;
	line-height:26px;
	padding:0 0 8px;
	text-shadow:1px 1px 0 #EEEEEE;
	text-transform:capitalize;
	text-decoration:none;
}

#prevLink {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nextLink {
	float: right;
	margin: 0px;
	padding: 0px;
	}
#prevLink p {
	margin: 5px;
	padding: 0px;
	}
#nextLink p {
	margin: 5px;
	padding: 0px;
	}
	

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	display:inline;
	float:right;
	margin:0;
	padding:0;
	width:280px;
	}

.widget{
	-moz-border-radius:5px;
	background:none repeat scroll 0 0 #F9F9F9;
	border:1px solid #EEEEEE;
	margin:0 0 20px;
	padding:6px 10px;
	}
#sidebar h4{
	border-bottom:1px solid #EEEEEE;
	color:#58434F;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:6px 0px;
	text-shadow:1px 1px 0 #FFFFFF;
	text-transform:uppercase;
	}
	
#sidebar ul, #sidebar ol {
	border-top:1px solid #FFFFFF;
	margin:0;

}

#sidebar li:first-child, #sidebar .featuredpage .widget-wrap div:first-child, #sidebar .featuredpost .widget-wrap div:first-child {
border-top:medium none;
}
#sidebar li:last-child, #sidebar .featuredpage .widget-wrap div:last-child, #sidebar .featuredpost .widget-wrap div:last-child {
border-bottom:medium none;
}
#sidebar li {
border-bottom:1px solid #E1E1E1;
border-top:1px solid #FFFFFF;
list-style:square inside url("images/dot_02.gif");
margin:0 5px;
padding:5px 0;
word-wrap:break-word;
}
#sidebar p{
	padding:5px 0px;
	}
#searchform{
	padding:10px 15px 15px 0;
	margin:0;
	overflow:hidden;
}

#s{
	-moz-border-radius:6px;
	background:#F9F9F9;
	border:1px solid #B2B2B2;
	color:#333333;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	margin:0;
	padding:5px 0 5px 5px;
	width:200px;
	}

#searchsubmit{
	-moz-border-radius:0 6px 6px 0;
	background:url("images/search.png") no-repeat scroll 50% 50% #F9F9F9;
	border:1px solid #F1F1F1;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	height:26px;
	padding:0;
	text-decoration:none;
	text-indent:-9999px;
	text-transform:uppercase;
	width:30px;
	}
	



#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	margin:-30px 0 6px 136px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 10px 0;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.twitter{
	background:url("images/twitter.png") no-repeat scroll right 0 transparent;
}





/* =Images
-------------------------------------------------------------- */

#inner .attachment img {
	max-width: 900px;
}
#inner .alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
#inner .alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
#inner .aligncenter,
 img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#inner img.alignleft,
#inner img.alignright,
#inner img.aligncenter {
	margin-bottom: 12px;
}
#inner .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#inner .wp-caption img {
	margin: 5px 5px 0;
}
#inner .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#inner .wp-smiley {
	margin: 0;
}
#inner .gallery {
	margin: 0 auto 18px;
}
#inner .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
}
#inner .gallery img {
	border: 2px solid #cfcfcf;
}
#inner .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#inner .gallery dl {
	margin: 0;
}
#inner .gallery img {
	border: 10px solid #f1f1f1;
}
#inner .gallery br+br {
	display: none;
}
#inner .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =gforms
-------------------------------------------------------------- */

#content .gform_wrapper input {
	-moz-border-radius:5px;
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #EEEEEE;
	color:#58434F;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	letter-spacing:normal;
	outline-style:none;
	padding:6px;
}
#content .gfield_label{
	color:#58434F;
	font-size:15px;
	}
#content .gform_wrapper input:hover, #content .gform_wrapper textarea:hover {
	background: #EEEEEE;
	color: #000;
	}

#content .gform_wrapper textarea {
	-moz-border-radius:5px;
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #EEEEEE;
	color:#000;
	font-size:14px;
	letter-spacing:normal;
	outline-style:none;
	padding:6px;
}
#content .gform_footer input.button {
	background:none repeat scroll 0 0 #863865;
	color:#FFFFFF;
	margin-left:30px;
	cursor:pointer;
}

/* Pagination
---------------------------------------------------------------- */
.ct-paginate {padding: 10px 0 20px 20px; overflow:hidden; clear:both; font-family: arial;}
.ct-paginate a {border:1px solid #ccc;  margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
.ct-paginate .ct-title {color:#555; margin-right:4px;}
.ct-paginate .ct-gap {color:#999; margin-right:4px;}
.ct-paginate a:hover, .ct-paginate a:active, .ct-paginate .ct-current {color:#fff; background:#5F394F;border:1px solid #ddd; margin-right:5px;padding:4px 8px;}