body { background: url('./default/bg.jpg'); color: #555; font-size: 11pt; font-family: 'PT Sans', Tahoma, sans-serif; }

/* Generic */
a { color: #8b8b8b; text-decoration: none; }
a:hover { color: #2d2d2b; }
h1, h2, h3 { font-weight: 700; }
h1 { margin-bottom: 10px; }
h2 { margin-bottom: 8px; }
h3 { margin-bottom: 6px; }
h1 a, h2 a, h3 a { color: #636363; }
h2 a { line-height: 1.4em !important; }
h3 a { line-height: 1.3em !important; }
p { margin-bottom: 15px; }

/* post metas */
.posttitle{font: bold 12pt 'PT Sans', Tahoma, sans-serif;}

/* post metas */
.postmeta { font-size:11px !important;  text-align: left !important; font-style:normal !important; font-family: Arial, Tahoma, sans-serif; display: block; margin-bottom: 12px !important; overflow: hidden; }
	.postmeta .meta_comment, .postmeta .meta_date, .postmeta .meta_permalink  { padding-left: 19px !important; }
	.postmeta .meta_date { background: url('../images/framework/icon-time.png') no-repeat center left !important; margin-left:0}
	.postmeta .meta_comment  { background: url('../images/framework/icon-comment.png') no-repeat center left !important; margin-left: 8px; }
	.postmeta .meta_permalink { background: url('../images/framework/icon-category.png') no-repeat 0 1px !important;margin-left: 8px;}
	.postmeta .post-edit-link { background: url('../images/framework/icon-edit.png') no-repeat -2px 2px; padding-left: 16px; }
	.postmeta span{ padding: 2px 0; display: inline; }
	.postmeta a:hover { text-decoration: none !important; }

.widgettitle {font: bold 12pt 'PT Sans', Tahoma, sans-serif;}

/* Featured posts on front page */
.featuredpost { margin:0 0 10px 0; border-bottom:1px dotted #ddd; padding-bottom:7px; overflow:hidden; }
	.featuredpost p{ margin:0 0 5px 0; }
	.featuredpost img { margin-top: 0 !important; }

/* Shadow effects */
.text-shadow-white {
	text-shadow: 1px 0px 3px #fff;
	filter: shadow(color=#ffffff,direction=135,strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=135,strength=2)";
	position:relative;
}
.text-shadow-black {
	text-shadow: 1px 0px 3px #281f2a;
	filter: shadow(color=#281f2a,direction=135,strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#281f2a,direction=135,strength=2)";
	position:relative;
}
.text-shadow-silver {
	text-shadow: 1px 0px 3px #d5d5d5;
	filter: shadow(color=#d5d5d5,direction=135,strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#d5d5d5,direction=135,strength=2)";
	position:relative;
}

/* If enabled on theme control panel, 728px top ad */
.ad728 {display:block;width:728px;margin:7px auto;text-align:center;}
.wrapper {width: 980px; background-color: #fff; margin: 0 auto; border-left:1px solid #ddd;border-right:1px solid #ddd;clear:both}

/* Masthead navigation */
#masthead { background: url('./default/masthead-bg.jpg') bottom left; height: 36px; font-family: 'PT Sans', Tahoma; font-size: 11px; text-transform: uppercase; color: #878787; }
	#masthead .mastheadnav { float: left; margin-left: 5px; overflow: hidden; width: 965px; }
	#masthead .mastheadnav li{ float: left; margin-top: 8px; margin: 10px 5px 0 10px; background: url('./default/bullet-gray.png') no-repeat left 3px; padding-left: 20px; }
	#masthead .mastheadnav li:first-child{ padding-left: 0; background: none; }
	#masthead .mastheadnav li ul  { position:absolute; z-index:9; width:180px !important; padding-top:13px; margin: 0 0 0 -16px !important; }
	#masthead .mastheadnav li ul li  { width: 180px; float: none; border-left: none; padding: 0; background: none; margin:0 !important; display: block; overflow: hidden; }
	#masthead .mastheadnav li ul li a { text-transform:none; background: #fff url('./default/masthead-bg.jpg') left bottom; display: block; padding: 10px 5px 10px 15px; margin: 0; width: 155px; border-left: 1px solid #ddd; border-right: 1px solid #dddddd; }
	#masthead .mastheadnav li ul li a.sf-with-ul { padding:5px 10px;}
	#masthead .mastheadnav li.current_page_item a, #masthead .mastheadnav li.current-menu-item a,  #masthead .mastheadnav li.current-cat a { color:#8b8b8b; background: url('../images/framework/transparent-gray.png') !important; border-bottom:1px solid #f2f2f2; border-top:1px solid #f2f2f2; }
	#masthead .mastheadnav li.current_page_item a:hover, #masthead .mastheadnav li.current-menu-item a:hover, #masthead .mastheadnav li.current-cat a:hover { color:#8b8b8b; }
	#masthead .mastheadnav li ul ul  {margin: -34px 0 0 176px !important; padding-top:0;border-top: 1px solid #e3e3e3; }
	#masthead .mastheadnav .sf-sub-indicator { position: absolute;display: block;right: 4px;top: 10px;width: 10px;height: 10px;text-indent: -999em;overflow: hidden;}
	#masthead .mastheadnav li ul .sf-sub-indicator { right: 5px;top: 8px;}	
	#masthead li.date{ float: right;background:none;padding-left:0}

#header { height: 136px; overflow:hidden;  font-family: 'PT Sans', Tahoma; font-size: 11px; text-transform: uppercase; color: #878787;}
	#header .logo { float: left; clear: left; width: auto; overflow: hidden; margin-bottom: 10px; text-align: left !important; }
	#header .slogan {  float: left; clear: left; width: auto; overflow: hidden; margin-bottom: 10px; }
	#header .logo img { float: left; }
	#header h1 { overflow: hidden; font-size: 280% !important; }
	#header h1 a { display: block; }
	#header a:hover { color: #606060; }
	#header #custom_button { float: left; overflow: hidden; margin-top: 50px; width: 400px; }
	#header #custom_button .advertise, #header #custom_button .sign { float: right !important; margin: 0 15px; }

	#header #search { float: right; margin:50px 30px 0 0; clear: right; }
	#header #search fieldset { border: 0; }
	#header #search form input#s { border: 1px solid #f2f2f2; color: #555; font-size: 9pt; font-family: 'PT Sans', Tahoma, sans-serif; line-height: 1.7em; width: 200px; height: 28px; float: right; background: url('./default/input-submit-focus.png') no-repeat 0 0; padding-left: 39px; }
	#header #search form input#s:focus { background: url('./default/input-submit-focus.png') no-repeat 0 -31px; border-color: #3d3d3d; }
	#header #search form input.submit_style1 { text-indent: -999em; border: 0; display: none; }

	/* Big buttons */
	.button-big  { text-align: center; line-height: 4em; width: 167px; height: 44px; }
	.button-big a { background: url('./default/button-big.png') no-repeat 0 1px !important; display: block; cursor:pointer}
	.button-big a:hover { background: url('./default/button-big.png') no-repeat left bottom !important; }

	#header_banner {display:block;margin-bottom:10px;}
	#header .banner {float:right;width:auto;padding-top:18px;padding-right:30px;}

#mainmenu { font-size: 10pt; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; height:40px; z-index:99; background: #fff url('./default/header-shadow.jpg') repeat-x 0 -1px; }
	#mainmenu li { display: inline; float: left; }
	#mainmenu li.menu-item-home a{ padding-left: 28px !important; }
	#mainmenu a { display: block; text-transform:uppercase; color:#666; }
	#mainmenu ul.mainnav{ float:left;list-style-type: none; list-style-position: outside; }
	#mainmenu ul.mainnav li{ position: relative;}
	#mainmenu ul.mainnav li a{ overflow: hidden; text-shadow:1px 1px 0 #e8e8e8;  line-height: 40px; padding: 0 14px; border-right: 1px dotted #ddd; }
	#mainmenu ul.mainnav li li a{ height: 32px; line-height: 32px; }
	#mainmenu ul.mainnav li a:hover, #mainmenu ul.mainnav li a.active, #mainmenu ul.mainnav li:hover a { text-shadow:1px 1px 0 #fff; color: #353535; }
	#mainmenu ul.mainnav li ul { position: absolute; left: -1px; display: block; visibility: hidden; z-index:100; text-align:left; padding:0; border-right: 1px solid #ddd; border-left: 1px solid #ddd; }
	#mainmenu ul.mainnav li ul li { display: list-item; float: none; }
	#mainmenu ul.mainnav li ul li a { width: 158px; margin: 0; background: #fff url('./default/masthead-bg.jpg') left bottom !important; text-transform:none; display:block; }
	#mainmenu ul.mainnav li.current_page_item a, #mainmenu ul.mainnav li.current-menu-item a, #mainmenu ul.mainnav li.current-cat a, #mainmenu ul.mainnav li.current-menu-ancestor a, #mainmenu ul.mainnav li.current-menu-parent a, #mainmenu ul.mainnav li.current_page_ancestor a { color:#414141; border-right: 1px dotted #ddd; background: url('./default/masthead-bg-active.jpg') repeat-x; }
	#mainmenu ul.mainnav li.current_page_item a:hover, #mainmenu ul.mainnav li.current-menu-item a:hover, #mainmenu ul.mainnav li.current-cat a:hover, #mainmenu ul.mainnav li.current-menu-ancestor a:hover, #mainmenu ul.mainnav li.current-menu-parent a:hover, #mainmenu ul.mainnav li.current_page_ancestor a:hover { color:#555; }
	* html #mainmenu ul.mainnav li a{ display: inline-block; }
	#mainmenu ul.mainnav li:hover ul li a, #mainmenu ul.mainnav li ul li a { color:#555; text-shadow:1px 1px 0 #e8e8e8; border-right:0; background: #fff; }
	#mainmenu ul.mainnav li ul li ul{ top: 0; left: 186px; }
	#mainmenu ul.sub-menu li.current-menu-item a, #mainmenu ul.sub-menu li.current_page_item a { color:#414141; border-bottom: 1px dotted #ddd; background: url('../images/framework/transparent-gray.png') !important; }
	#mainmenu ul.sub-menu li.current-menu-item a, #mainmenu ul.sub-menu li.current_page_item a { color:#555; }

	#sitebody { width: 930px; margin: 0 auto; overflow:hidden}
		/* FEATURED SLIDER */
		#featured-slider { width: 930px; z-index: 0; background: url('./default/featured-bg.jpg') no-repeat 0 0; margin-top: 26px; float: left; }
		#featured-slider div.slide_item { padding: 5px; position: relative; height: 353px; }
		#featured-slider div.postmeta { position: relative; top: -55px; width:919px; background: url('../images/framework/transparent-black.png'); height: 50px; color: #fff; line-height: 3.5em; text-indent: .8em; font-weight: normal; }
		#featured-slider div.postmeta .posttitle{ float: left; clear: left; width: 700px; }
		#featured-slider div.postmeta a { color: #fff; }
		#featured-slider div.slide_item { height: 333px; }
		#featured-slider div.slide_item img{ width: 919px; height: 338px; }
		#featured-slider .posttitle { margin-top: 15px; text-transform:uppercase}
		#featured-slider .postmeta .meta_comment { margin-right: 10px; }
		#featured-slider .postmeta .meta_comment, #featured-slider .postmeta .meta_date{ float: right; margin-top: 3px; }
		#featured-slider .featured-media { height: 338px; }

			#fea-nav { width: 129px; height: 24px; margin-top: 6px; margin-right: 30px; float: right; clear: both; }
			#fea-nav ul li, #fea-nav a.fea_prev, #fea-nav a.fea_next  { background: url('./default/slider-bullet.png') no-repeat; width:13px; height:24px; display: inline; float: left; text-indent: -999em; }
			#fea-nav a.fea_prev { background: url('./default/slider-bullet-left.png') no-repeat; width:23px; }
			#fea-nav a.fea_next { background: url('./default/slider-bullet-right.png') no-repeat; width:23px; }
			#fea-nav ul li.activeSlide { background: url('./default/slider-bullet-active.png') no-repeat; }
			#fea-nav ul li a { display: block; }

		/* POSTS */
		#sidebar{font-size:10pt; width: 300px; float: left; clear: left;margin-top: 35px;}
			#sidebar .widget {margin-bottom:20px}
			#sidebar .post { float: left; padding-bottom: 15px !important; padding-right: 25px; }		
			#sidebar.tpl-right { float: right; clear: right; }
			#sidebar.tpl-right .post { padding-right: 0; }
			#sidebar .featuredpost { width: 305px; }
			#sidebar .featuredpost img { margin-top: 0; }
		
		#main { font-size: 10pt;float: left; line-height: 1.4em; width: 595px; margin:35px 0 13px 14px;border-left:1px dotted #ddd;padding-left:15px; }

			#main.tpl-left { margin:35px 14px 13px 0 !important; clear: left; border-right:1px dotted #ddd; padding-left: 0; border-left: 0; padding-right:15px; }
			#main.tpl-right { float: right; padding-right: 0; padding-left: 35px; clear: right; border-right: 0; border-left: 1px dotted #ddd; }
			#main.fullwidth { width: 930px; padding: 0; border: 0; margin-left: 0; }

			.col-two .col {width:285px}
			.col-two { width: 595px; margin-top: 15px; border-top: 1px dotted #ddd; padding-top: 15px; }
			.col-two .col.left {border-right:1px dotted #ddd;padding-right:12px;margin-right:13px; width: 284px;}

			.attachment .postmeta { float: left; width: auto;clear:none; }

			.gab_attachmentpage #attachment-nav { background:#3d3d3d;overflow: hidden; width: auto; float: right; }
			.gab_attachmentpage #attachment-nav .attachment-nav { padding: 4px; display: block; overflow: hidden; float: right; color: #ebebeb; }
			.gab_attachmentpage #attachment-nav .attachment-nav a { color:#eee }
			.gab_attachmentpage #attachment-nav .attachment-nav a:hover { color:#fff }
			
			.gab_attachmentpage .attachment-full {margin-bottom:8px}
			.gab_attachmentpage .gab_attc_thumbwrap {float:left;display:block;line-height:0;width:150px;margin:0 6px 6px 0}
			.gab_attachmentpage .fb_ltr{ margin-top: 30px; overflow: hidden; height: 135px !important; }
			
			#main .gallery-icon {margin-bottom:15px }
			#main  dd.wp-caption-text {display:none  }
			#main .gallery-icon  img { width: 147px; float:none;margin:0 auto;}
			#main .media-wrapper { width: 220px; float: left; margin-right: 15px; margin-bottom: 15px; }
			#main .media-wrapper.lastpost { margin-right: 0 !important; }
			#main .media-wrapper .entry { }
			#main .media-wrapper .iframe { display: none; }
			#main .small-text { font-size:9pt; }

			#main .numbered-pagination a:hover.inactive, #main .numbered-pagination a:hover.pagi-next, #main .numbered-pagination a:hover.pagi-first, #main .numbered-pagination a:hover.pagi-prev, #main .numbered-pagination a:hover.pagi-last { background-color: #fff; }
			
			#main.archive .widget, #main.widgetized .widget  { width: 305px; border: 0; overflow: hidden; }
			#main.archive .widget ul, #main.widgetized .widget ul { list-style: none outside; text-indent: 0; padding: 0 !important; margin: 0 !important; }
			#main.widgetized .widget { }
			.page-template .s_title { margin-top: 15px; }
			
			#subpagelinks .page_item { float: left; margin: 4px; padding: 10px !important; font-size: 10pt; text-align: left; background-color: #e6e6e6; }
			#subpagelinks .page_item:hover { background-color: #f6f6f6; }
			
			.entry {}
			.entry a { }
			.entry a:hover { text-decoration: underline; }
			.entry.loop-default {border-bottom:1px dotted #ddd;margin-bottom:10px !important;padding-bottom:10px;overflow:hidden}
			.entry.loop-default,.entry.loop-2col p {margin:0;overflow:hidden}
			.two-column {overflow:hidden;}
			.two-column .entry.loop-2col  {width:287px;padding:0;border-bottom:1px dotted #ddd;margin-bottom:10px;padding-bottom:10px}
			
			.entry .posttitle a {color:#555}
			.entry .posttitle a:hover {color:#2b2b2b;}
			.entry .widgettitle {margin-bottom:0;}
			
				blockquote { background:url(../images/framework/blockquote_gray.gif) no-repeat 0 20px; padding: 10px 20px 10px 50px; color: #555;font-style:italic;margin-bottom:15px;}
				blockquote p {font-style:italic;margin:5px 0;}
				
				/* Headings in posts */
				.entry .entry_title {font-size:15pt}
				.entry .entry_title a{color:#555;font-size:14pt !important}
				.entry .entry_title a:hover{color:#000;}
				
				.entry .widget {float:none !important;border-bottom:none !important;}
				.entry h3 { font-size: 15px; margin-bottom: 15px; }
				
				.fullwidth.archive .widget, .fullwidth.widgetized .widget, .fullwidth.sitemap .widget.left { float: left !important; clear: none; }
				.fullwidth.archive .widget ul li, .fullwidth.widgetized .widget ul li{ width: 95%; }
				.fullwidth.sitemap .widget ul { margin: 5px 0; }
				
				.entry ul { margin-bottom: 15px; padding-left: 20px;}
				.entry .widget li {background:none;padding-left:0;}
				.entry ul ul { margin: 0; }
				.entry ul li { list-style-type: disc; }
				.entry ul ul li { list-style-type: circle; }

				.entry ol  { margin-bottom: 15px; padding-left: 20px; }
				.entry ol ol { margin: 0; }
				.entry  ol li  { list-style-type: decimal; }
				.entry  ol li ol li { list-style-type: lower-alpha; }
						
				/* innerpage slider */
				#fancyboxgal {overflow:hidden;}
				#fancyboxgal .inner_gallerythumb {padding:5px;border:1px solid #eee;background:#f9f9f9;float:left;margin:0 10px 20px;}	
				
				#slides {position:relative;padding-top:35px;}
				#slides .slides_container {margin-bottom:10px}
				#slides .slides_container div.slideitem {background:#111;padding:3px;margin-bottom:20px;}
				#slides .slides_container p.sliderCaption {margin:0;color:#fff;font:13px/18px georgia, serif;padding:5px 10px 5px;width:565px}
				#slides .slides_control { width: 585px; min-height: 380px !important; }
				
				#slides .prev, #slides .next { display: block; width: 22px; height: 23px; position:absolute; top:5px; text-indent: -999em; line-height:0; float: left; }
				#slides .next {right:0;background: url('./default/gallery-bullet-right.png') no-repeat;}
				#slides .prev {right:21px;background: url('./default/gallery-bullet-left.png') no-repeat;}
				
				#slides .pagination {position:absolute;top:10px;left:0;height:12px;margin:0 !important;padding:0 !important}
				#slides .pagination li {float:left;margin:0 1px;list-style-type: none !important;}
				#slides .pagination li a {display:block;width:12px;height:0;padding-top:12px;background-image:url(default/pagination.png);background-position:0 0;float:left;overflow:hidden;}
				#slides .pagination li.current a {background-position:0 -12px;}		

				/* Author meta box displayed on author pages */
				.gab_authorInfo  {background: #efefef;padding:5px;margin:5px 0 10px;border: 1px solid #ccc;font:11px/15px verdana, arial, sans-serif;}
				.gab_authorPic {	float:left;width:50px;display:inline;margin-right:7px;}				
			
/*----- ={ COMMENT FORM } -----*/

	#respond {background-color: #fafafa; padding:20px;overflow: hidden; border: 1px solid #e7e7e7; clear:both; margin-bottom: 20px; }
	.children #respond {margin-bottom:15px;width:90%}
	#respond  form { overflow: hidden; }
	#respond  form input, #respond  form textarea { font-size: 13px; color: #555; font-family: Tahoma, sans-serif !important;text-shadow:none;}
	#respond h3 { font-size: 14pt; margin: 0 0 10px;} 
	#respond .comment-notes { font-size: 9pt; margin-bottom: 10px; }
	#respond .comment-notes .required  { display:none}
	#respond p { margin: 5px 0; overflow:hidden;position:relative;}
	#respond p label { text-align: left; font-weight: bold; font-size: 10pt; width: 65px; display: block; float: left; margin: 13px 0 0; }
	#respond p .required { float: right; }
	#respond p input, #respond p textarea{float:left;border: 1px solid #e7e7e7;background:#fff;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius: 8px;width: 70%; height: 30px; padding: 0 10px; margin-left: 15px; overflow: hidden; }
	#respond p textarea{height:200px;padding:10px}
	#respond .comment-form-comment label{ padding-top: 7px; }
	#respond #comment-msg { font-size: 9pt; font-style: italic; }
	#respond .form-allowed-tags { float: left; clear: left; margin-top: 0; }
	#respond .form-submit { float: left; clear: left; }
	#respond .form-submit #submit { padding: 10px 0; margin-left:0; font-weight: bold; text-align: center; width: 167px; height: 43px; float: left; cursor:pointer}
	#respond .required {background: url('./default/reguired.png') no-repeat 0 0; width: 21px; height: 21px; text-indent: -999em; display: block;position:absolute;right:0;top:13px}
	#respond .comment-notes .required { background-position: 0 0; }
	li #respond {margin-bottom:15px}
	
	/* Comments list */
	#comments { margin: 23px 0; }
	#comments #comments-title { margin-bottom: 25px; }
	#comments .commentlist { clear: both; width: 585px; margin-left:10px; }
	#comments .children, #comments .comment-inner, #respond {-moz-border-radius:8px;-webkit-border-radius:8px;border-radius: 8px;}
	#comments .depth-1 {margin-bottom:15px}
	#comments .depth-1 .children {width:523px;margin-left:25px;margin-left:25px;padding: 15px 15px 1px; border: 1px solid #e6e6e6;}
	#comments .depth-2 .children {width:498px}
	#comments .depth-3 .children {width:473px}
	#comments .depth-4 .children {width:448px}
	#comments .depth-5 .children {width:423px}
	#comments .depth-6 .children {width:398px}
	#comments .depth-7 .children {width:273px}
	#comments .depth-8 .children {width:348px}
	#comments .depth-9 .children {width:313px}
	#comments .depth-10 .children {width:298px}
	#comments .children .children{ padding:0; border: none;}
	#comments .comment-inner { margin-bottom: 10px; border: 1px solid #ddd; padding: 15px 15px 10px 25px;position:relative }
	#comments .children .comment-inner {border-color:#f6f6f6;}
	
	#comments .comment-top {overflow:hidden;margin-bottom:10px}
	#comments .comment-avatar { float: left;width:auto;margin-right:10px }
	#comments .commentmeta { float: left;width:auto; }
	#comments .commentmeta p { margin: 0; }
	
	#comments .fn { font-weight: bold; display:block;margin:2px 0 3px}
	#comments .text p{margin:7px 0 }
	#comments .reply { position: absolute; left: -11px;bottom:7px; display: block; width: 237px; height: 20px; }
	#comments .reply a { display: block; width: 37px; height: 20px; text-indent: -999em; background: url('./default/reply.png') no-repeat 0 0;float:left }
	#comments .reply a:hover { background: url('./default/reply.png') no-repeat bottom left; }			

		/* Top Widgets - 3 col below featured */
		#widget-top{ clear: both; width: 930px;padding:15px 0; overflow: hidden; margin-top: 25px; background: url('./default/widget-top.jpg') 0 0; line-height: 1.3em; font-size: 10pt;border-top:1px dotted #ddd;border-bottom:1px dotted #ddd;}
		#widget-top .widgettitle { font-size:22px; line-height:22px; }
		#widget-top .col {width:300px;float:left;}
		#widget-top .col.mid {width:270px;padding:0 15px;margin:0 14px;border-right:1px dotted #ddd;border-left:1px dotted #ddd}
		#widget-top p,#widget-top .widget {margin:0}

		/* Widget Bottom - 2 col widgets */
		#widget-middle { clear: both; width: 930px;padding:15px 0; overflow: hidden; margin-top: 25px; background: url('./default/widget-top.jpg') 0 0; line-height: 1.3em; font-size: 10pt;border-top:1px dotted #ddd;border-bottom:1px dotted #ddd;}
		#widget-middle .col.left {width:300px;border-right:1px dotted #ddd;margin-right:14px;padding-right:15px;}
		#widget-middle .col.right {width:600px;}
		#widget-middle .widget {margin:0}

		/* Widget Bottom (bottom sliders) */
		#widget-bottom { clear: both; overflow: hidden; margin-top: 25px; line-height: 1.3em; font-size: 10pt; }
		#widget-bottom {display:block;overflow:hidden;margin-top:20px;padding-bottom:15px}
		#widget-bottom .left { width:300px; overflow:hidden; margin-right:15px; border-right:1px dotted #ddd; padding-right:14px; }
		#widget-bottom .left .slide_item { overflow:hidden;width:290px}
		#widget-bottom .left .subslide_1_top { overflow:hidden; width:100%; border-bottom:1px dotted #ddd; margin-bottom:5px; }
		#widget-bottom .left .widgettitle { float:left; width:auto; padding-top:3px;}
		#widget-bottom .left .subslide_1_nav { float:right; width:auto; }
		#widget-bottom .left .prev, #widget-bottom .left .next { display: block; width: 22px; height: 23px; text-indent: -999em;line-height:0; float: left; }
		#widget-bottom .left .prev { background: url('./default/gallery-bullet-left.png') no-repeat; }
		#widget-bottom .left .next { background: url('./default/gallery-bullet-right.png') no-repeat; }

		#widget-bottom .right {width:600px;overflow:hidden;}
		#widget-bottom .right .slide_item { overflow:hidden; width:600px; min-height: 180px !important; }
		#widget-bottom .right .slide_item img { margin: 3px; width: 69px; }
		#widget-bottom .right .subslide_2_top {overflow:hidden;width:100%;border-bottom:1px dotted #ddd;margin-bottom:5px; }
		#widget-bottom .right .widgettitle {float:left;width:auto;padding-top:3px}
		#widget-bottom .right .subslide_2_nav {float:right;width:auto}
		#widget-bottom .right .prev, #widget-bottom .right .next {display: block; width: 22px; height: 23px; text-indent: -999em;line-height:0; float: left; }
		#widget-bottom .right .prev { background: url('./default/gallery-bullet-left.png') no-repeat; }
		#widget-bottom .right .next { background: url('./default/gallery-bullet-right.png') no-repeat; }
		#widget-bottom .quote {font:italic 13px/17px georgia, serif}
		#subslide_2 img { float: left; }
		#widget-bottom .right .posttitle {float:left;width:auto;padding-top:5px; }
		#widget-bottom .right .postmeta {float:right;width:auto;clear:none}
		
/* Connect with us box */
#follow_box {overflow:hidden; border-top:1px dotted #ddd; background:#fff; padding:3px 0 11px; }
	#follow_box .follow-title { float: left; float:left; font-weight: bold; margin-left: 25px; margin-top: 7px; line-height: 3.1em !important;}
	#follow_box ul  { float: right; margin-top: 5px; }
	#follow_box li { padding:0; float:left; width:180px; }
	#follow_box li a{ padding:0 0 0 54px; display: block; height: 47px; }
	#follow_box li.ico-twitter a{ background: url('./default/ico_twitter.png') no-repeat bottom left; }
	#follow_box li.ico-facebook a{ background: url('./default/ico_facebook.png') no-repeat bottom left; }
	#follow_box li.ico-rss a{ background: url('./default/ico_rss.png') no-repeat bottom left; }
	#follow_box li.ico-newsletter a{ background: url('./default/ico_newsletter.png') no-repeat bottom left; }
	#follow_box li.ico-twitter a:hover, #follow_box li.ico-facebook a:hover, #follow_box li.ico-rss a:hover, #follow_box li.ico-newsletter a:hover{ background-position: left -1px; }

	#follow_box li .title { font-size:14px; font-weight:bold; display:block; margin:2px 0; padding-top:5px}
	#follow_box li .desc { margin:-2px 0 0; display:block; font-size: 12px; }

#footer { margin: 0 auto; overflow: hidden; border-top: 1px dotted #ddd; background-color: #f7f7f7; width:980px; }
	/* Footer 3 col widgets */
	#widget-footer { clear: both; overflow: hidden; margin-top: 25px; line-height: 1.3em; font-size: 10pt; margin-top: 0; background:#F4F4F4; padding:15px 15px 15px 23px; }
	#widget-footer .colleft {float:left;width:210px;}
	#widget-footer .colmid {float:left;width:290px;border-right:1px dotted #ddd;border-left:1px dotted #ddd;padding:0 15px; margin:0 15px;}
	#widget-footer .colright {float:left;width:380px;}
	#widget-footer .widget {margin:0}

	/* Footer navigation */
	#footernav { background: #fff url('./default/footer-bg.png') repeat-x 0 0; height: 48px; font-family: 'PT Sans', Tahoma; font-size: 11px; text-transform: uppercase; color: #878787; padding: 16px 0 0 0; }
	#footernav a:hover { color: #606060; }
	#footernav ul.footerpages { display:block; text-align:center; padding:10px; display:block; margin:0;}
	#footernav ul.footerpages li { display:inline; margin: 10px 5px 0 10px; padding-left: 20px; background: url('./default/bullet-gray.png') no-repeat left 3px; text-transform:uppercase; }
	#footernav ul.footerpages li ul { display:none; }
	#footernav ul.footerpages  li:first-child{ padding-left: 0; background: none; }

/*Footer meta data*/
#footer_meta{font-size:11px;color:#555;border-top:1px dotted #ddd;padding:10px 0;margin: 0 auto;width:980px;}
	#footer_meta p {margin:0;}
	#footer_meta .footer-left-text {float:left;width:35%;display:block;}
	#footer_meta .footer-right-text {float:right;width:65%;display:block;text-align:right !important;}

	/* ={ SIGN AND CONTRIBUTE BUTTON STYLE } */
	#register-login {width: 600px;padding:25px 0;display:block;overflow:hidden;background: #f9f9f9;font-size:12px;color:#6d6d6d;text-shadow:1px 1px 0px #fff;} 
	#register-login h3 {font: bold 19px/19px Arial, Helvetica,Sans-serif;margin-bottom:15px;padding-bottom:14px;display:block;color: #666;background:url(default/divider.png) repeat-x bottom;}
	#register-login h3 span {font-size:13px;font-weight:normal;display:block;padding-top:4px}
	#register-login .left .title {background: url(default/ico_register.png) no-repeat right top;}
	#register-login .right .title {background: url(default/ico_login.png) no-repeat right top;}
	#register-login .col {padding:7px 24px;width:250px;}
	#register-login .left {border-right:1px solid #ddd;}
	#register-login .right {border-left:1px solid #fff;}
	#register-login .button-primary,#register-login p {margin:0}
	#register-login #reg_passmail, #register-login .login-remember {margin-bottom:15px}
	#register-login input[type="text"],#user_pass {display: block;border: 1px solid #ccc;margin: 5px 20px 15px 0;padding: 9px 4px;-moz-border-radius: 4px;-webkit-border-radius:4px;width: 220px;} 
	#register-login input[type="text"]:hover {border-color: #b1b1b1;} 
	#register-login input[type="text"]:focus {-moz-box-shadow: 0 0 3px #ccc;-webkit-box-shadow: 0 0 3px #ccc;}

		.wp-caption { max-width: 590px; padding-bottom:5px}
		.size-full { max-width: 590px; }
		.aligncenter { margin-bottom: 15px; }
		
		#bcrum { margin-bottom: 25px; display: block; }

		.tabs { list-style:none; margin:0; height:33px; font-size:12px;}
		.flickr_widget img{width: 70px; height:70px; border:0; padding: 0; }
		.singlepostmeta img { float: left; margin-right: 10px; }
		
/* ={ GOOGLE FONTS } */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans'), local('PTSans-Regular'), url('http://themes.googleusercontent.com/static/fonts/ptsans/v3/LKf8nhXsWg5ybwEGXk8UBQ.woff') format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: bold;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('http://themes.googleusercontent.com/static/fonts/ptsans/v3/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff') format('woff');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: normal;
  src: local('PT Serif'), local('PTSerif-Regular'), url('http://themes.googleusercontent.com/static/fonts/ptserif/v4/sDRi4fY9bOiJUbgq53yZCfesZW2xOQ-xsNqO47m55DA.woff') format('woff');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: bold;
  src: local('PT Serif Bold'), local('PTSerif-Bold'), url('http://themes.googleusercontent.com/static/fonts/ptserif/v4/QABk9IxT-LFTJ_dQzv7xpIbN6UDyHWBl620a-IRfuBk.woff') format('woff');
}
