/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}


/*
	Global Layout
*/

body
{
	background: #f4f4f4;
	font-size: 13px;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #999;
}

a
{
	color: #2B95D3;
	text-decoration: none;
}

a:hover
{
	color: #60BBF0;
	text-decoration: none;
}

a:active
{
	color: #cccccc;
	text-decoration: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #ebebeb;
	background: transparent;
	margin: auto;
	margin-bottom: 20px;
	width: 900px;
}

#footer 
{
	background: #fff;
	padding: 15px 0 0 0;
}

#copyright
{
	width: 960px;
	margin: auto;
	text-align: center;
	padding: 20px;
	font-size: 11px;
}

pre, code, tt {font:13px 'andale mono', 'lucida console', monospace;line-height:1.5;padding: 20px;background: #f5f5f5;display: block }

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	background: transparent;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: transparent url('../images/bg_ip.png') repeat-x;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	color: #666;
}

input[type=text].blur
{
	color: #999;
	font-style: italic;
}

textarea
{
	background: transparent url('../images/bg_ip.png') repeat-x;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #666;
	margin: 0;
	border: 1px solid #ebebeb;
	height: 200px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

input[type=submit], input[type=button], a.button, a.button:hover, a.button:active
{
	background: transparent url('../images/skins/button_bg.png') no-repeat;
	width: 122px;
	height: 36px;
	display: block;
	color: #fff;
	border: 0;
	text-transform: uppercase;	
	font-weight: bold;
	text-shadow: -1px 0 1px #666;
	cursor: pointer;
	font-size: 12px;
}

a.button
{
	margin: auto;
}

a.button.left
{
	float: left;
}

a.button span
{
	position: relative;
	top: 8px;
	width: 100%;
	text-align: center;
	display: block;
}

input[type=submit]:active, input[type=button]:active
{
	position: relative;
	top: 1px;
	left: 1px;
}

#cancel-comment-reply-link
{
	float: left;
	display: block;
	margin: 7px 0 0 10px;	
}

h1, h2, h3, h4, h5
{
	color: #666;
	top: -8px;
	position:relative;
}

.sidebar_content h1, .sidebar_content h2, .sidebar_content h3, .sidebar_content h4, .sidebar_content h5, .sidebar_content h6
{
	color: #666;
}

label
{
	color: #999;
	letter-spacing: 0px;
	font-weight: bold;
}

label.error
{
	color: #ff0000;
	font-weight: bold;
}

h1
{
	font-size: 36px;
}

#roundabout_header h1
{
	font-size: 40px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 28px;
}

h4
{
	font-size: 24px;
}

h5
{
	font-size: 22px;
}

h6
{
	font-size: 14px;
}

.clear
{
	clear: both;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

img.frame
{
	padding: 5px;
	border: 1px solid #ebebeb;
}

.frame_left
{
	padding: 5px;
	border: 1px solid #ebebeb;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #999;
}

.frame_right
{
	padding: 5px;
	border: 1px solid #ebebeb;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
}

.frame_center
{
	padding: 5px;
	border: 1px solid #ebebeb;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 50px;
	line-height: 40px;
}

blockquote
{
	padding-left: 60px;
	width: 90%;
	background: transparent url("../images/quote_bg.png") no-repeat top left;
	min-height: 50px;
	margin: 0 0 10px 0;
}

blockquote h2
{
	font-weight: normal;
	font-size: 22px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 20px;
}

#respond
{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}

.space
{
	margin-bottom: 10px;
}

#header_wrapper
{
	background: #fff;
	width: 100%;
	height: 60px;
}

#top_bar
{
	background: #fff;
	width: 960px;
	margin:auto;
}

.logo
{
	float: left;
	margin: 14px 0 0 0;
}

#menu_wrapper
{
	width: 650px;
	padding: 16px 0 10px 50px;
	float: left;
}

#menu_wrapper .nav ul, #menu_wrapper .menu-main-menu-container .nav
{
	list-style: none;
	display: block;
}

#menu_wrapper .nav ul li, #menu_wrapper .menu-main-menu-container .nav li
{
	display: block;
	float :left;
	margin: 0 10px 0 0;
}

#menu_wrapper .nav ul li a, #menu_wrapper .menu-main-menu-container .nav li a
{
	display: block;
	padding: 5px 12px 7px 12px;
	color: #999;
	font-size: 13px;
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;
}

#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper .menu-main-menu-container .nav li a.hover, #menu_wrapper .menu-main-menu-container .nav li a:hover
{
	color: #2b95d3;
}

#menu_wrapper .menu-main-menu-container .nav li.current-menu-item a
{
	font-weight: bold;
	color: #2b95d3;
}

#menu_wrapper .nav ul li ul, #menu_wrapper .menu-main-menu-container .nav li ul
{
	display: none;
	list-style: none;
	background: #fff;
	position:absolute;
	top: 45px;
	float: none;
 	padding: 3px 5px 0 0px;
 	width: 200px;
 	z-index: 1000;
 	border-top: 1px solid #ebebeb;
 	border-bottom: 1px solid #ebebeb;
 	-moz-box-shadow: 0 1px 5px #ebebeb;
 	-webkit-box-shadow: 0 1px 5px #ebebeb;
 	box-shadow: 0px 1px 5px #ebebeb;
}

#menu_wrapper .nav ul li ul li, #menu_wrapper .menu-main-menu-container .nav li ul li
{
	clear: both;
	width: 181px;
}

#menu_wrapper .menu-main-menu-container .nav li ul li a, #menu_wrapper .menu-main-menu-container .nav li.current-menu-item ul li a, #menu_wrapper .menu-main-menu-container .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a
{
	color: #898989;
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	line-height: 2em;
}

#menu_wrapper .menu-main-menu-container .nav li ul li a.hover, #menu_wrapper .nav ul li ul li a.hover
{
	background: transparent url('../images/menu_hover.png') top repeat-x;
	color: #333;
}

#anything_slider, .slideshow
{
	width: 940px;
	height: 400px;
	margin: auto;
	position: relative;
	clear: both;
}

.slideshow
{
	margin: 0 0 15px 0;
}

#anything_slider .wrapper, .slideshow .wrapper{ 
	width: 939px; 
	overflow: hidden; 
	height: 400px; 
	margin: 0; 
	position: absolute; 
}

.slideshow .wrapper
{
	padding: 5px;
}

#anything_slider .wrapper ul, .slideshow .wrapper ul{ 
	width: 30000px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

#anything_slider ul li, .slideshow ul li { display: block; float: left; padding: 0; height: 391px; width: 959px; margin: 0; }

#anything_slider #start-stop, .slideshow #start-stop
{
	display: none;
}

#anything_slider .arrow, .slideshow .arrow
{
	position: relative;
	top: 450px;
	left: -813px;
	display:block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: right;
	margin-right: 7px;
}

#anything_slider .arrow.forward, .slideshow .arrow.forward
{
	background: transparent url('../images/right_slide_nav.png') no-repeat;
	text-indent: -9999px;
}

#anything_slider .arrow.back, .slideshow .arrow.back
{
	background: transparent url('../images/left_slide_nav.png') no-repeat;
	text-indent: -9999px;
}

#anything_slider a.arrow:hover, .slideshow a.arrow:hover
{
  /* CSS3 standard */
  opacity:0.6;
}

#thumbNav
{
	position:absolute;
	z-index: 99;
	left: 1%;
	margin-top: 275px;
	width: 160px;
	height: 35px;
	display: block;
}

.slideshow #thumbNav
{
	position: absolute;
	clear: both;
	margin-top: 105%;
	height: 100%;
}

@-moz-document url-prefix() { .slideshow #thumbNav { margin-top: 62% } } 

#thumbNav a{ 
	display:block;
	width: 14px;
	height: 14px;
	background: url(../images/slider_bullet_nav.png) no-repeat 0 -14px;
	border:0;
	margin-right: 3px;
	float: left;
	cursor: pointer;
	position: relative;
	top: 140px;
	left: 0;
	padding-right: 4px;
	cursor: pointer;
	color: transparent;
	text-indent: -9999px;
}

.slideshow #thumbNav a
{
	top: 0;
}

#thumbNav a:hover{ background-position: 0 0px; }
#thumbNav a.cur{ background-position: 0 0; }

.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #b11623;
	line-height: 0.9em;
	text-transform: uppercase;
	font-size: 40px;
	padding-top: 25px;
	letter-spacing: -2px;
	display: none;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #fff;
	margin: 10px 0 0 3px;
}

@-moz-document url-prefix() { .caption-left p, .caption-right p, .caption-bottom p { margin-top: 30px } } 

.caption-left
{
	background: #000;
	width: 300px !important;
	position: relative;
	top: -200px;
	padding: 0 12px 20px 15px;
	z-index: 999;
	display: none;
}

.caption-right
{
	width: 300px;
	background: transparent;
	position: relative;
	left: 612px;
	padding: 0 12px 20px 15px;
	top: -200px;
	z-index: 999;
	display: none;
}

#content_wrapper
{
	width: 960px;
	margin: auto;
	background: #fff;
	padding: 10px 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
 	text-shadow: 0 1px 1px #fff;
}

/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	left:10px;
	width: 900px;
	height: 400px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:939px;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:450px;
	z-index:99;
	cursor:pointer;
	width: 40px;
	height: 40px;
	display: block;
}
.nivo-prevNav {
	left:33px;
	background: transparent url('../images/left_slide_nav.png') no-repeat;
	text-indent: -9999px;
}
.nivo-nextNav {
	left:80px;
	background: transparent url('../images/right_slide_nav.png') no-repeat;
	text-indent: -9999px;
}

.nivo-directionNav a:hover
{
  /* CSS3 standard */
  opacity:0.6;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#static_slider
{
	margin: 0 0 0 10px;
	height: 400px;
	overflow: hidden;
}

.roundabout-holder {
				list-style: none;
				width: 70%;
				height:220px;
				margin: 3em auto;
			}
.roundabout-moveable-item {
                background: #fff;
                border: 1px solid #ebebeb;
                padding:7px;
				height: 20em;
				width: 27em;
				cursor: pointer;
                display:block;
                -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
			}

.roundabout-moveable-item img {
				height: 100%;
				width: 100%;
                display:block;
			}

.roundabout-in-focus { 	cursor: auto; }

#filler {
				text-align: center;
				height: 1em;
                color:#ffffff;
                font-size:14px;
                padding-top:5px;
                padding-bottom:5px;
			}

.roundabout_header
{
	text-align:center;
	padding:25px;
	width: 700px;
	height: 100px;
	margin: auto;
}

.slider_nav
{
	float: left;
	width: 180px;
}

.slider_desc
{
	float: left;
	width: 650px;
	height: 90px;
	padding: 10px 0 30px 0;
}

.slider_desc p, .slider_desc_center p
{
	margin: -5px 0 0 2px;
}

.line_shadow
{
	background: transparent url('../images/line_shadow.png') center center no-repeat;
	width: 936px;
	height: 10px;
	margin: auto;
	margin-top: -2px;
}

.line_shadow_header
{
	background: transparent url('../images/line_shadow.png') center bottom no-repeat;
	width: 936px;
	height: 6px;
	margin: auto;
	margin-top: 1px;
}

.line_shadow_footer
{
	background: transparent url('../images/line_shadow_footer.png') center center no-repeat;
	width: 936px;
	height: 10px;
	margin: auto;
}

.nivo-controlNav
{
	display: none;
}

.slider_desc_center
{
	width: 650px;
	margin: auto;
	text-align: center;
}

.page_caption
{
	width: 100%;
	padding-bottom: 18px;
	margin: auto;
	text-align: center;
	background: transparent url('../images/caption_bg.png') top repeat-x;
}

#content_wrapper .inner .inner_wrapper
{
	width: 900px;
	margin: auto;
	padding: 30px 0 0 0;
	background: transparent;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 600px;
	float: left;
	padding: 10px 0 0 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 270px;
	float: right;
	border-left: 1px solid #ebebeb;
	margin-left: 15px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar
{
	width: 270px;
	float: right;
	min-height: 300px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content
{
	width: 85%;
	margin: 10px 10px 0 30px;
}

#content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-left: -7px;
	margin-top: 15px;
	font-size: 11px;
}

#content_wrapper .sidebar .content .posts.blog li, #content_wrapper .posts.blog li, #footer .sidebar_widget li ul.posts.blog li
{
	margin-bottom: 30px;
	line-height: 1.7em;
	clear: both;
	border:0;
}

#content_wrapper .sidebar a, #content_wrapper .posts li a , .one_third .blog_grid_desc a
{
	color: #999;
}

#content_wrapper .sidebar a:hover, #content_wrapper .posts li a:hover, .one_third .blog_grid_desc a:hover
{
	color: #666;
}

#content_wrapper .sidebar .content .posts.blog li a, #content_wrapper .posts li a, .one_third.related .blog_grid_desc a
{
	font-weight: bold;
}

#content_wrapper .sidebar .content .posts.blog li img, #content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px;
	background: transparent;
 	width: 50px;
	border: 1px solid #ebebeb;
}

#content_wrapper .sidebar .content .sidebar_widget
{
	list-style: none;
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li
{
	padding: 10px 0 10px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li:first-child
{
	padding-top: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul
{
	margin: 15px 0 0 0;
	margin-left: 20px;
	list-style-image:url("../images/arrow_li.png");
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	padding: 0 0 0 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter, #footer .sidebar_widget li ul.twitter
{
	margin: 0;
	margin-top: 5px;
	list-style:none;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, #footer .sidebar_widget li ul.twitter li
{
	padding-left:32px;
	background-image:url(../images/icon_twitter.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media, #footer .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 5px 0 15px -9px;
	float: left;
	display: block;
	clear: both;
}

#footer .sidebar_widget li ul.social_media
{
	margin: 5px 0 15px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
	display: block;
	float: left;
	margin: 0;
}

#footer .sidebar_widget li ul.social_media li
{
	margin: 0 5px 0 0;
	display: block;
	float: left;
}

#content_wrapper ul.posts.blog
{
	list-style: none;
	margin: 15px 0 0 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	margin: 0 0 15px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	margin: 0 0 15px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li .widgettitle
{
	font-size: 22px;
}

div.textwidget
{
	margin: 10px 0 0 0;
}

.widget_tag_cloud div
{
	margin: 20px 0 0 0;	
}

.post_wrapper
{
	width: 100%;
	margin: 0 0 70px 0;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_header
{
	width: 100%;
	float: left;
	margin: -3px 0 10px 0;
}

.post_header a
{
	color: #999;
}

.post_header h3 a
{
	color: #666;
}

.post_header a:hover
{
	color: #666;
}

.post_header .post_detail, .recent_post_detail
{
	font-size: 11px;
	word-spacing: 1px;
	font-style: italic;
	width: 90%;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.post_img
{
	width: 610px;
	height: 220px;
	overflow: hidden;
}

.post_img img
{
	padding: 5px;
	border: 1px solid #ebebeb;
}

.post_img_date
{
	padding: 5px;
	background: #fff;
	position: relative;
	top: -35px;
	left: 4px;
	width: 150px;
	text-transform: uppercase;
	color: #666;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	background: #cccccc url("../images/bt_g.png") repeat-x top;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #ccc;
}

#about_the_author
{
	width: 98%;
	float: left;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 15px 0;
}

#about_the_author .header
{
	font-weight: bold;
}

#about_the_author .header span
{
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

#about_the_author .thumb
{
	width: 80px;
	float: left;
	margin: 20px 0 0 0;
}

#about_the_author .thumb img
{
	padding: 5px;
	border: 1px solid #ebebeb;
	width: 50px;
}

#about_the_author .description
{
	width: 430px;
	float: left;
	padding: 20px 0 20px 0;	
}

.comment .left img.avatar
{
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
}

.comment
{
	width: 545px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-bottom: 20px;
	float: left;
}

.comment .left
{
	width: 80px;
	float: left;
}

.comment .right
{
	width: 65%;
	float: left;
}

.comment .right p
{
	margin: 0;
	padding: 0;
}

ul.children
{
	list-style: none;
}

ul.children .comment
{
	width: 70%;
	margin: -20px 0 40px 80px;
	padding: 10px 0 10px 15px;
	float: left;
	border-top: 1px solid #ebebeb;
}

.cufon.space
{
	margin-bottom: 15px;
}

.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 3%;
}

.one_third.last
{
	margin-right: 0;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.two_third.portfolio1
{
	height: 300px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.portfolio1_hover
{
	width: 561px;
	height: 251px;
	text-align: center;
	display: block;
	position: relative;
	top: -261px;
	left: 5px;
	z-index: 999;
	background: #fff;
  	cursor: pointer;
}

.portfolio1_hover img
{
	margin: 83px 0 0 0;
}

.one_half
{
	float: left;
	width: 47%;
}

.one_half.last
{
	position: relative;
	left: 5%;
}

.one_half .portfolio_image
{
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.one_half .portfolio_desc
{
	width: 94%;
	margin: auto;
}

.one_half .portfolio_desc h2
{
	font-size: 22px;
}

.portfolio2_hover
{
	width: 400px;
	height: 295px;
	text-align: center;
	display: block;
	position: relative;
	top: -305px;
	left: 6px;
	z-index: 999;
	background: #fff;
  	cursor: pointer;
}

.portfolio2_hover img
{
	margin: 105px 0 0 0;
}

.one_third .portfolio_image
{
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.one_third .portfolio_desc
{
	width: 90%;
	margin: auto;
}

.one_third .portfolio_desc h2
{
	font-size: 20px;
}

.portfolio3_hover
{
	width: 250px;
	height: 183px;
	text-align: center;
	display: block;
	position: relative;
	top: -193px;
	left: 6px;
	z-index: 999;
	background: #fff;
  	cursor: pointer;
}

.portfolio3_hover img
{
	width: 60px;
	margin: 60px 0 0 0;
}

.one_fourth
{
	width: 22.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.last
{
	margin-right: 0;
}

.one_fourth .portfolio_image
{
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.one_fourth .portfolio_desc
{
	width: 88%;
	margin: auto;
}

.one_fourth .portfolio_desc h2
{
	font-size: 18px;
}

.one_fifth
{
	width: 14%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_fifth.last
{
	margin-right: 0;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_sixth.last
{
	margin-right: 0;
}

.portfolio4_hover
{
	width: 180px;
	height: 133px;
	text-align: center;
	display: block;
	position: relative;
	top: -143px;
	left: 6px;
	z-index: 999;
	background: #fff;
  	cursor: pointer;
}

.portfolio4_hover img
{
	width: 60px;
	margin: 35px 0 0 0;
}

.blog_grid_desc
{
	padding: 15px 0 15px 5px;
}

#searchform label
{
	clear: both;
	font-size: 22px;
	font-weight: normal;
	color: #666;
}

#searchform
{
	margin: 0 0 60px 0;
}

#searchform input[type=text]
{
	width: 90%;
	margin: 0 0 5px 0;
}

.portfolio_image
{
	display: block;
}

.related_posts
{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	float: left;
}

#content_wrapper table
{
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content_wrapper table tr
{
	background: #ffffff;
}

#content_wrapper table tr td, #content_wrapper table tr th
{
	border-bottom: 1px solid #ebebeb;
}

#content_wrapper table tr th
{
	font-weight: bold;
	background: #f0f0f0 url('../images/caption_bg.png') top repeat-x;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
}

#content_wrapper table tr th, #content_wrapper table tr td
{
	padding: 7px 15px 7px 15px;
}

#content_wrapper #wp-calendar tr th, #content_wrapper #wp-calendar tr td
{
	padding: 3px 8px 3px 8px;
}

#wp-calendar caption
{
	display:none;
}

#content_wrapper #wp-calendar
{
	margin: 0 0 20px 0;
}

.pagination {
	margin: 25px 0 30px 10px;
	text-align: left;
}

.pagination a {
	padding: 5px 7px 5px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	margin: 0 3px 0 3px;
 	background: #f0f0f0;
	border: 1px solid #ccc;
	color: #999;
	text-shadow: 0 1px 1px #fff;
}

.pagination a:hover {
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	border: 1px solid #999;
	background: #f0f0f0 url('../images/caption_bg.png') top repeat-x;
}

.pagination a:active, .pagination a.active {
	color: #888;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
	background: #f0f0f0 url('../images/caption_bg.png') top repeat-x;
	text-shadow: 0px 0px 0px transparent;
}

.arrow_list, .check_list, .star_list
{
	margin-top: 15px;
}

.arrow_list li
{
	margin: 5px 0 0 20px;
	list-style-image: url("../images/arrow_li.png");
}

.check_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url("../images/tick_button.png");
}

.star_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url("../images/icon_star.png");
}

.accordion
{
 	border: 1px solid #ebebeb;
 	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

.accordion h3, .accordion div
{
	border: 0;
	background: transparent;
}

.ui-accordion .ui-accordion-header
{
	font-weight: bold;
	display: block;
	background: #f0f0f0 url('../images/caption_bg.png') top repeat-x;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	top: -1px;
}

.ui-accordion .ui-accordion-header a
{
	color: #444;
	font-size: 16px;
	font-weight: normal;
}

.accordion div
{
	border-top: 1px solid #ebebeb;	
}

.accordion h3
{
	padding: 5px 0 5px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 10px;
}

.ui-tabs-panel
{
	margin-top: 10px;
}

.ui-widget-header
{
	border-bottom: 1px solid #ebebeb;
}

.tabs .ui-state-default
{
	background: transparent;
}

.tabs .ui-state-default a
{
	color: #999;
}

.ui-tabs .ui-tabs-nav li a 
{
	padding: 5px 20px 5px 20px;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: #fff;
	text-shadow: 0 1px 1px #fff;
	display: block;	
}

.tabs .ui-widget-header
{
	border: 0;	
}

.tabs .ui-tabs-panel
{
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
	margin:0;
	padding-top: 0em;
	background: #fff url('../images/caption_bg.png') top repeat-x;
}

.tabs .ui-state-active a
{
	color: #666;
	font-weight: bold;
}

.ui-tabs li:first-child
{
	margin-left: 10px;
}

.pricing_box
{
	border: 1px solid #ebebeb;
	float: left;
	text-align: center;
	padding: 0 0 20px 0;
}

.pricing_box .header
{
	color: #666;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ebebeb;
	background: #f0f0f0 url('../images/caption_bg.png') top repeat-x;
}

.pricing_box .header
{
	width: 100%;
	height: 40px;
	text-align: center;
}

.pricing_box .header span
{
	position: relative;
	top: 7px;
	font-size: 16px;
	font-weight: bold;
}

.pricing_box h2
{
	font-weight: bold;
	font-size: 28px;
}

#content_wrapper .pricing_box ul
{
	list-style: none;
	margin: 5px 0 15px 0;
}

.pricing_box.large
{
	margin-top: -3%;
	background: #fff;
	-moz-box-shadow: 0 1px 10px #ebebeb;
 	-webkit-box-shadow: 0 1px 10px #ebebeb;
 	box-shadow: 0px 1px 10px #ebebeb;
 	padding: 0 0 40px 0;
 	font-size: 1.2em;
}

.pricing_box.three
{
	width: 33%;
}

.pricing_box.four
{
	width: 24.5%;
	font-size: 1em;
}

.pricing_box.four h2
{
	font-size: 2em;
}

.pricing_box.four.large
{
	margin-top: -1.5%;
}

.pricing_box.five
{
	width: 19.5%;
	font-size: 0.9em;
}

.pricing_box.five h2
{
	font-size: 1.7em;
}

.pricing_box.five.large
{
	margin-top: -1.5%;
}

.pricing_box.five .header span
{
	font-size: 1.2em;
	top: 9px;
}

.one_third .service_thumb
{
	width: 50px;
	margin: 0 20px 0 0;
	float: left;
}

.one_third .service_thumb img
{
	width: 50px;
}

.one_third .service_box
{
	width: 180px;
	float: left;
}

.one_third .service_box p
{
	margin-top: 15px;
}

.portfolio_desc, .portfolio_grid
{
	margin-top: 15px;
}

#footer ul
{
	display: block;
	width: 900px;
	margin: auto;
	list-style: none;
	padding: 20px 0 30px 0;
	text-align: left;
	font-weight: normal;
	color: #ccc;
	font-size: 11px;
}

#footer h6
{
	font-size: 11px;
}

#footer ul li.widget
{
	float: left;
	width: 30%;
	margin-right: 3%;
}

#footer ul li.widget .widgettitle
{
	margin: 0;
	font-size: 20px;
}

#footer ul li.widget ul
{
	width: 100%;
	float: left;
}

#footer ul li.widget ul li
{
	margin: 0 0 10px 0;
}

#footer .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px;
	background: transparent;
 	width: 70px;
	border: 1px solid #ebebeb;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 5px 0 30px -7px;
	float: left;
	display: block;
	clear: both;
}

#footer .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 5px 0 30px 0;
	float: left;
	display: block;
	clear: both;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
}

#footer .sidebar_widget li ul.flickr li, #footer .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, #footer .sidebar_widget li ul.flickr li img
{
	padding: 5px;
	border: 1px solid #ebebeb;
	width: 55px;
}