/*
Theme Name:Theme 213
Theme URI:http://www.dreamtemplate.com/
Description:The original WordPress theme that graced versions 2.6.x and prior.
Version:1.0
Author:DreamTemplate
*/ 
/*=== Setup ===*/
* {
	border: 0;
	outline: none;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
body {
	padding:0;
	color:#333;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #BEBEBE;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.html_bg {/* background:#e9e9e9 url(images/header_ibg.gif) repeat-x left top;*/}
a {
	color:#C60;
	text-decoration:none;
}
a:hover { text-decoration:underline;}
p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
input, select, textarea {
	border:#cfcfcf 1px solid;
	color:#404040;
	font-size:12px;
	padding:3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p.bg, .bg { clear:both; padding:0; margin:10px 0; border-bottom:1px solid #bababa; height:2px;}
li { list-style:none;}

h2 {
	color: #383838;
	font-size: 14px;
	margin: 0 0 1em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
}
h3 { color:#333333; font-size:1.2em; margin:0 0 .8em;
	font-family: Arial, Helvetica, sans-serif;}
h4 { font-size:1em; margin:0 0 1em;}
p {
	/* [disabled]line-height: 1em; */
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1.3em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
/*=== Layout ===*/
#page { width:1000px; margin:0 auto; padding:0;}
/*=== Header ===*/
#header {
	margin:0 auto;
	padding:0 0 0 0;
	background-color: #efefef;
	/* background-image: url(../images/header_bg.gif); */
	background-repeat: repeat-x;
	background-position: left top;
}
/*- Logo -*/
.logo { margin:0; padding:0 0 0 30px ; float:left; width:auto;}
.logo h1 {
	margin:0;
	float:left;
	width:auto;
	font-size:36px;
	font-weight:normal;
	line-height:1em;
	color:#393939;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.logo h1 a { color:#393939; text-decoration:none;}
.logo h1 a:hover { text-decoration:none;}
.logo h1 small { display:block; margin:0; padding:0; color:#404040; font-size:12px; font-weight:normal; line-height:1em; letter-spacing:normal; background:url(../images/small_bg.gif) no-repeat left top;}
/* Search form */
.search { padding:23px 0 24px; float:right; width:auto;}
#search span { display:block; background:url(../images/search_bg.gif) no-repeat left top; height:32px; margin:0; padding:0; border:none;}
#search input#s { margin:0; padding:9px 10px 9px; float:left; width:205px; color:#a0a0a0; font-size:12px; line-height:15px; font-weight:normal; background:none; border:none;}
#search .btn { float:left; padding:0; margin:0; border:0; width:auto;}
/*=== All Columns ===*/
#columns { margin:0 auto; padding:0 ; width:1000px; /*background:url(images/shade.png) no-repeat center 75px;; */ background-color: #fff;}
/*=== Page Title ===*/
.pagetitle { margin:0; padding:0; height:140px; background:url(../images/pagename_bg.jpg) no-repeat center top;}
.pagetitle h2 { margin:0; padding:44px 30px; font-size:24px; color:#383838;}
.pagetitle p.socialicons { padding:24px 0; float:right;}
.pagetitle p.socialicons images { border:none;}
/*=== Center Column ===*/
.pages{ margin:10px 0 2 0; padding:0 0 0 25px; float:left; width:670px;
}
#centercol{ 
     margin:0 0 0 25px;
     padding:0 ; 
	 float:left; 
	 width:695px;
   /* -moz-column-count: 2;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 10px;
    column-fill: auto;
	*/
	

	}
/*=== Right Column ===*/
#rightcol { margin:0; padding:0; float:right; width:270px;}

.box {



	border: 2px solid #000;
	box-shadow: 0 2px 3px rgba(34, 25, 25, 0.4);
	margin: 10px 35px 15px 10px;
	/*-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid; */
	padding: 15px;
	padding-bottom: 5px;
	background: -webkit-linear-gradient(45deg, #dedede, #F9F9F9);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 7px;
	-moz-border-radius: 7px;
}
.box-right {
	display: inline-block;

	border: 2px solid #000;
	box-shadow: 0 2px 3px rgba(34, 25, 25, 0.4);
	margin: 10px 0 15px 0px;
	/*-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid; */
	padding: 15px;
	padding-bottom: 5px;
	background: -webkit-linear-gradient(45deg, #dedede, #F9F9F9);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 7px;
	-moz-border-radius: 7px;

	
}
.box .content {


}

#centercol-large{ margin:0 0 0px; padding:0 0 0 25px; float:left; width:695px;
 -moz-column-count: 1;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    column-count:1;
    column-gap: 10px;
    column-fill: auto;}
/*=== Right Column ===*/

.box-large{

	width:650px;
	border: 2px solid #000;
	box-shadow: 0 2px 3px rgba(34, 25, 25, 0.4);
	margin: 10px 0 15px 0px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 15px;
	padding-bottom: 5px;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 7px;
	-moz-border-radius: 7px;

	
}
.box_r {
	padding:0;
	background:none;
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.box_r .content { margin:0; padding:8px 24px 32px; background:#222 url(../images/shade_rc.jpg) no-repeat center bottom;}
.small_link { padding:10px 0; margin:0 auto; text-align:center;}
.small_link a { color:#6f6f6f; text-decoration:none;}
.small_link small { font-size:11px;}
/*=== Sub Columns ===*/
.subcols { background:url(../images/subcols-bgr.gif) repeat-y left; height:1%;}
.col1, .col2 { float:left; width:285px;}
.col2 { float:right;}
/*=== Post ===*/
.post-block { }
.post-margin { margin-left:236px;}
/*- Post Title -*/
.post-title {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.post-title h2 {
	margin:0;
	padding:10px 0 4px;
	font-size:20px;
	color:#383838;
	text-align:center;
}
.post-title h2 a { display:inline; padding:0; margin:0; color:#383838; text-decoration:none;}
/*- Post Excerpt -*/
.post-excerpt {
	padding:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 310px;
	float:left;
}
.post-excerpt-lg {
	padding:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;

}

.post-excerpt-lg img {
	margin: 10px 0 20px 0;
	border: 5px solid #eee; 
	box-shadow: 0 2px 3px rgba(34, 25, 25, 0.4);

}
.post-title img{
	margin: 10px 0 20px 0;
	border: 5px solid #eee; 
	box-shadow: 0 2px 3px rgba(34, 25, 25, 0.4);
}
.post-title h2 img{
	margin: 10px 0 10px 0;
	border: 0px solid #eee;
	box-shadow: none;
}
.post-excerpt p {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 0px;
	text-align: justify;
}
.post-excerpt p strong { letter-spacing:1px; color:#383838;}
.post-excerpt a {
	color:#842F0A;
	text-decoration:underline;
	font-weight:bold;
}
.post-excerpt a.comm { float:left;}
/* post-leav */
.post-leav { margin:0; padding:0; font-size:13px; line-height:1em; color:#32d9ed;}
.post-leav a { display:block; float:left; margin:0; padding:4px 16px 5px; color:#32d9ed; text-decoration:none; background:#060606 url(../images/leave_bg.gif) repeat-x left top; border:1px solid #1b1b1b;}
/* comments count */
.comm_count { margin:0 0 12px; padding:0; float:left; font-size:12px; color:#555;}
.comm_count a { font-weight:bold; color:#02abbf; text-decoration:none;}
.comm_count a:hover { text-decoration:underline;}
/*- Post Blockquote -*/
.post blockquote { border-left:3px solid #cfcfcf; font-size:13px; font-style:italic; margin:0 0 1.5em; padding:5px 0 0 10px;}
/*- Post Author -*/
.post-author { margin:0 0 1em;}
.author-details { font-size:11px;}
.author-descr { display:table; height:1%;}
/*- Social Links -*/
.social-links {  font-size:12px; color:#919191; padding:10px 0; margin:0 0 10px 0; line-height:1.8em;}
.social-links a { color:#b10118; font-weight:bold; text-decoration:none;}
.social-links a:hover { text-decoration:underline;}
/* post-commets */
.post-commets { float:right;}
/*- Related Posts -*/
/*- Post Date -*/
.post-date {
	padding:0;
	float:left;
	color:#333;
	font-size:12px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
}
.post-date a {
	color:#852D17;
	font-weight:bold;
	text-decoration:none;
}
.post-date a:hover { text-decoration:underline;}
/*- Post Comments -*/
.post-comments { }
.post-comments h2 { padding-top:10px;}
.post-comments .fl { width:80px;}
.post-comments .fr { width:460px;}
/*- Widget Title - */
.wtitle { padding:32px 24px 8px; margin:0; background:#222 url(../images/box_r_bg.gif) repeat-x left top;}
.wtitle h2 {
	margin:0 0 4px;
	padding:0 0 4px;
	font-size:24px;
	color:#852F0A;
	text-align:left;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box { }
/*- Box2 -*/
.box2 { background-color:#d9d9d9; border:1px solid #cfcfcf; height:1%; margin:0 0 20px; padding:15px; min-height:115px; width:430px;}
.box2.alt { background:#FFFFFF;}
.comm-name, .comm-date { line-height:20px;}
/*=== Styling Lists ===*/
/*=== Styling Forms ===*/
input.btn { background:none; border:0; margin:0; padding:0;}
select { padding:1px;}
/*- Message -*/
.message div { margin:0 0 18px;}
.message input { padding:9px 15px; width:430px;}
.message textarea { height:114px; overflow:auto; padding:9px 15px; width:430px; font-family:Verdana;}
.message .submit { float:left;}
.message .btn { padding:0; width:128px; height:32px; background:url(../images/button.gif);}
.message .notice { color:#a4a4a4; float:right; font-style:italic; padding:10px 0 0;}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img { display:block; margin:0 16px 10px 0; padding:6px; background-color:#fff; border:1px solid #ddd;}
.pic.fl img { }
.pic.fr img { }
.th { display:block; margin:0 0 .5em;}
.th.fl img { margin-right:10px; max-width:40px;}
.banner a img { margin:0 3px;}
.ads img { margin:0 5px 5px 0; padding:0; border:none;}
.widget_flickrRSS img { border:1px solid #cfcfcf; margin:3px;}
.box .ac img { border:0; margin:0;}
.banner {
	margin:15px auto 30px auto;

/*box-shadow: 0 5px 6px rgba(34, 25, 25, 0.4);*/
}
.banner img{
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-color: #333;		

}

/*=== Footer ===*/
#page_bottom {margin:0 auto; width:1000px;background-color:#0e0e0e; border-top:1px solid #2c2c2c; }
#footer { padding:0 30px 16px; }
#footer .text1, #footer .text2 {
	line-height:1.8em;
	color:#939393;
	
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}
#footer .text1 {
	margin: 0 auto;
}
#footer .text2 { float:right;}
#footer .text1 a, #footer .text2 a { font-weight:bold; text-decoration:none; color:#939393;}

/*=== Misc. ===*/
.fix { clear:both; height:1px; margin:-1px 0 0; overflow:hidden;}
.hl, .hl2 { background:url(../images/hl-dot.gif) repeat-x top; clear:both; height:2px; overflow:hidden; width:100%;}
.hl2 { background:none; border-top:1px solid #e7e7e7; height:1px; margin:0 0 .8em;}
.fl { float:left;}
.fr { float:right;}
.ac { text-align:center; padding:0;}
.ac img { border:none; margin:0; padding:0 8px 0 0;}
.ar { text-align:right;}
.noBorder { border:0;}
.font-sm { font-weight:normal;}
.white { color:#FFF;}

/* === other === */
/* RSS */
.rss {
	margin-top: 10px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	background-color: #FFCC33;
}
.rss p {
	font-size: 14px;
	color: #222;
	line-height: 0em;
}
.rss p a {
	color: #E85C00;
	text-decoration: none;
	font-weight: bold;
}
.rss p img { margin:-8px 12px 0 0; padding:0; float:left; border:none;}
/* footer2 */
.footer2 { width:1000px; background:#222;}
.footer2_resize {
	margin: 0 auto;
	color: #919191;
	font-size: 11px;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 30px;
	padding-right: 30px;
}
.footer2 p { margin-top:0; padding-top:0;}
.footer2 a {
	color:#FC0;
	text-decoration:none;
}
.footer2 a:hover { text-decoration:underline;}
.footer2 .col { margin:0; padding:0; float:left; padding:0;}
.footer2 .col1 {
	width:190px;
	margin-left: 60px;
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
}
.footer2 .col2 { width:190px; padding:32px 20px 32px;}
.footer2 .col3 { width:130px; padding:32px 20px 32px;}
.footer2 .col4 { width:270px; padding:32px 0 32px 20px;}
.footer2 .col4 span { float:left; width:72px;}
.footer2 .col ul { margin:0; padding:0; list-style:none;}
.footer2 .col ul li {
	margin:0;
	padding:2px 0 2px 12px;
	color:#FC0;
}
.footer2 .col ul li a {
	color:#CCC;
	text-decoration:none;
	margin-left:-12px;
	padding-left:12px;
	background:url(../images/li.gif) no-repeat left center;
}
.footer2 .col ul li a:hover {
	text-decoration:none;
	color:#F90;
	background:url(../images/li_a.gif) no-repeat left center;
}
.footer2 h2 { margin:0; padding:0 0 12px; font-size:18px; letter-spacing:normal; font-weight:normal; color:#fff;}

.slider {
	margin: 0 0 -15px;
	padding: 24px 0 0;
	background:url(../images/slider_bg.png) no-repeat center 352px;
}
.index-cols {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom:0px;
	padding-left: 0;
}
.index-cols .content {
	background: #fff;
	border: 0px solid #d9d9d9;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 22px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.index-col1, .index-col2, .index-col3 {
	padding: 0;
	float: left;
	width: 262px;
	border: none;
	background: none;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
}
.index-col2 { margin-left:63px; margin-right:63px;}
.index-cols h2, .index-cols h2 a, .index-cols h2 a:hover { font-weight:normal; color:#383838; text-decoration:none;}
.index-cols h2 {
	margin: 0 0 12px;
	padding: 12px 0;
	font-size: 24px;
	line-height: 1.2em;
	color: #333333;
	text-align: center;
}
.index-cols h2.h18 { font-size:18px; line-height:1em; letter-spacing:normal; border-bottom:1px dotted #acacac;}
.index-cols .underh2 { margin:0 0 12px; padding:0 0 8px; color:#919191; font-size:11px;}
.index-col1 img, .index-col2 img, .index-col3  img {
	margin: 0 16px 0 0;
	padding: 0;
	float: left;
}
.index-box { margin:0; padding:24px 30px;}
.index_rm {
	font-weight:bold;
	color:#C60;
	text-decoration:none;
	float:right;
}
.index_rm:hover { text-decoration:underline;}
.index_rmb {
	display:block;
	float:left;
	margin:0;
	padding:4px 16px 5px;
	line-height:1em;
	color:#C60;
	text-decoration:none;
	font-weight:bold;
	background:#060606 url(../images/leave_bg.gif) repeat-x left top;
	border:1px solid #1b1b1b;
}
.index-coll {
	margin: 0;
	padding: 0;
	width: 325px;
	float: left;
	background-color: #333333;
	border-radius: 10px 10px 0px 0px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}
.index-coll h2{
	color: #fff;
	text-align: center;
}
.index-coll img{
	display: block;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.index-news {
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	color: #FFFFFF;
}
.index-cols strong {
	color: #FFF;
	letter-spacing: 1px;
	font-size: 1.2em;
}
.index-colr {
	margin: 0;
	padding: 0;
	width: 580px;
	float: right;
}
.index-colr .img_l {
	padding: 6px;
	float: left;
	background: #fff;
	border: 1px solid #dcdbdb;
	margin-bottom: 15px;
	margin-right: 15px;
}
.index-colr .index-sub { margin:0; padding:0; float:right; width:380px;}
.index-colr .index-sub ul { margin:0 0 32px; padding:0; list-style:none;}
.index-colr .index-sub ul li { margin:0; padding:4px 0; list-style:none;}
.index-colr .index-sub ul li a {
	color:#C60;
	text-decoration:none;
}
.index-colr .index-sub ul li a:hover { text-decoration:underline;}
.index-colr .index_rmb { float:right;}

.underslider { padding:32px 0 0; height:82px; background:url(../images/shade.png) no-repeat center top;}
.underslider .learnmore { margin:4px 0 0; float:right; border:none;}
.underslider .largeslogan { font-size:18px; font-style:italic; line-height:1.5em; color:#404040;}

.html_bg #columns { background-position:top; padding-top:24px}.line {
	width: 75%;
	margin-bottom: 10px;
	border-bottom: 1px groove #FFF;
}
.top {
	float: right;
	height: 50px;
	margin-right: 30px;
}
.line {
	width: 75%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.menu-bg {
	background-repeat: no-repeat;
}
.menu-bg-2 {
	background-image: url(../images/lillians-bg.jpg);
}
.menu-bg-3 {
	background-image: url(../images/kens-bg.jpg);
	background-position: top;
}
.or-link {
	color: #F60;
}
.menu-bg-3 p {
	margin-left: 10px;
}
.menu-bg-2 p {
	margin-left: 10px;
}
.menu-bg p {
	margin-left: 10px;
}
.blurb {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000;
	font-weight: normal;

}
.side .blurb {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #000;
	font-weight: normal;

}
.html_bg #columns .index-cols .content .index-colr .blurb h3 {
}
.blurb h3 {
	font-family: Arial, "HelveticaNeueLT Std", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: large;
}
.blurb img {
	padding: 6px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #DF0D75;
}
.side .blurb img {
	padding: 6px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	border: 0px solid #CE280B;
	display:block;
	
}
blockquote h2 {
	font-style: normal;
	font-weight: 400;
	font-family: Arial, "HelveticaNeueLT Std", sans-serif;
	text-align: center;
	line-height: 10px;
}
.freshColor {
}
.fb {
	background-color: #FFFFFF;
	margin-left: 18px;
	margin-right: 18px;
}
.side .blurb h3 {
	text-align: center;
}
.index-coll .side {
	background-color: #FFFFFF;
	padding: 0 0 15px 0;
}
