/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */


	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }

	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 932px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 932px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current {background: url(../images/slider_tab_current.png) left top no-repeat;}
	
	/* Panel padding */

	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; margin-top: 20px; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: url(../images/slider_tab.png) left top no-repeat;color: #fff; display: block; float: left; margin-left: 13px; width: 18px; height: 18px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stylesheets/fancy_shadow_nw.png', sizingMethod='scale'); }

/*LAYOUT AND COMMON STYLE*************************************/

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  color: #3399dd;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  background: url(../images/bg.jpg);
}

#header {
  background: url(../images/header_bg.jpg) left top repeat-x;
  height: 87px;
  position: relative;
}

#header_content, #wrapper {
  width: 960px;
  margin: 0 auto;
}

#wrapper {
  background: url(../images/light_bg.png) center top no-repeat;
  padding: 35px 0 50px;
  line-height: 1.5em;
  margin-top: -1px;
  position: relative;
}

.content_wrapper {
  padding-top: 15px;
  margin-bottom: 10px;
  background: url(../images/content_top.png) left top no-repeat;
}

.content_inner {
  padding-bottom: 15px;
  background: url(../images/content_bottom.png) center bottom no-repeat;
}

.content {
  background: url(../images/content_center.png) center top repeat-y;
  padding: 15px 30px;
}

.content h2 {
  background: url(../images/h2_bottomline.png) left bottom repeat-x;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 24px;
}

.content h2 span {
  color: #999;
  font-weight: normal;
}

.content h2 span.slash {
  padding: 0 10px;
}

p.read_more_button a {
  padding: 6px 13px;
  font-size: 12px;
  text-decoration: none;
  color: #e8e8e8;
  background: #3d3d3d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

p.read_more_button a:hover {
  color: #e8e8e8;
  background: #3399dd;
}

.null {
  clear: both;
}

.main {
  width: 580px;
  float: left;
}

.main h3 {
  font-size: 20px;
}

.sidebar {
  width: 244px;
  padding: 25px 23px;
  margin-top: 5px;
  float: right;
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}



/*STYLE FOR HEADER*************************************/

#header h1 {
  text-indent: -99999em;
  width: 200px;
  padding-top: 35px;
}

#header h1 a {
  background: url(../images/logo.png) left top no-repeat;
  display: block;
  width: 200px;
  height: 53px;
}

#header ul{
  width: 497px;
  float: right;
  height: 40px;
  margin-top: -58px;
}

#header ul li {
  display: inline;
}

#header ul li a {
  display: block;
  float: left;
  margin-right: 5px;
  height: 40px;
  text-indent: -99999em;
}

#header ul li.home a {
  width: 87px;
  background: url(../images/navigation.png) left top;
}

#header ul li.home a:hover {
  background: url(../images/navigation.png) left -40px;
}

body#homepage #header ul li.home a {
  background: url(../images/navigation.png) left -80px;
}

#header ul li.portfolio a {
  width: 99px;
  background: url(../images/navigation.png) -91px top;
}

#header ul li.portfolio a:hover {
  background: url(../images/navigation.png) -91px -40px;
}

body#portfolio #header ul li.portfolio a {
  background: url(../images/navigation.png) -91px -80px;
}

#header ul li.about_us a {
  width: 113px;
  background: url(../images/navigation.png) -194px top;
}

#header ul li.about_us a:hover {
  background: url(../images/navigation.png) -194px -40px;
}

body#about_us #header ul li.about_us a {
  background: url(../images/navigation.png) -194px -80px;  
}

#header ul li.contact a {
  width: 98px;
  background: url(../images/navigation.png) -311px top;
}

#header ul li.contact a:hover {
  background: url(../images/navigation.png) -311px -40px;
}

body#contact #header ul li.contact a {
  background: url(../images/navigation.png) -311px -80px;
}

#header ul li.blog a {
  width: 80px;
  margin-right: 0;
  background: url(../images/navigation.png) -413px top;
}

#header ul li.blog a:hover {
  background: url(../images/navigation.png) -413px -40px;
}

body#blog #header ul li.blog a {
  background: url(../images/navigation.png) -413px -80px;
}

/*CALL TO ACTION BLOCK*************************************/

#call_to_action {
  height: 60px;
  padding: 13px 25px 15px 30px;
  margin-bottom: 16px;
  background: url(../images/call_to_action_bg.png) center top no-repeat;
}

#call_to_action p#call_to_action_words {
  font-size: 19px;
  color: #aaa;
  width: 680px;
  float: left;
  line-height: 1.5em;
}

#call_to_action p#call_to_action_button a {
  width:210px;
  height: 55px;
  float: right;
  text-indent: -99999em;
  background: url(../images/call_to_action_button.png) right top no-repeat;
  margin-top: 3px;
}

#call_to_action p#call_to_action_button a:hover {
  background: url(../images/call_to_action_button.png) right -55px no-repeat;
}

#call_to_action p#call_to_action_button a:active {
  background: url(../images/call_to_action_button.png) right -110px no-repeat;
}


/*FOOTER BLOCK*************************************/
#footer {
  border-top: 1px solid #666;
  padding-top: 10px;
  color: #999;
  margin: 15px 2px 0;
}

#footer ul#footer_nav {
  font-size: 13px;
} 

#footer ul#footer_nav  li {
  display: inline;
  margin-right: 2px;
}

#footer ul#footer_nav a {
  color: #e8e8e8;
  text-decoration: none;
  padding-right: 2px;
}

#footer ul#footer_nav a:hover {
  color: #e8e8e8;
  text-decoration: underline;
} 

#footer p#copyright {
  font-size: 11px;
}

#footer p#copyright a {
  color: #999;
  text-decoration: underline;
}

#footer p#copyright a:hover {
  color: #e8e8e8;
}


/*STYLE FOR SIDEBAR*************************************/
.sidebar h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.sidebar img {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.sidebar #ads img {
  border: none;
  margin: 0;
}

.sidebar a {
  text-decoration: none;
}

.sidebar ul li {
  padding: 5px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.sidebar ul li:hover {
  background: #f4f4f4;
}

.sidebar #sidebar_intro {
  color: #666;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.sidebar #sidebar_intro h3 {
  color: #333;
}

.sidebar #testimonial {
  color: #666;
  padding: 0 0 20px 30px;
  margin-bottom: 20px;
  background: url(../images/quote_top.jpg) left top no-repeat;
  border-bottom: 1px solid #eee;
  
}

.sidebar #testimonial p#testimonial_name {
  margin: 15px 0 0;
  padding: 0 30px 0 0;
  font-weight: bold;
  background: url(../images/quote_bottom.jpg) right bottom no-repeat;
  
}

.sidebar #recent_post ul, .sidebar #archive ul {
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}

.sidebar #recent_post ul li p {
  font-size: 12px;
  color: #666;
}

.sidebar #recent_post ul li p a {
  color: #666;
  font-weight: bold;
}

.sidebar #archive {
  padding-bottom: 10px;
}

.sidebar #archive ul li {
  padding: 0 5px;
}

.sidebar #archive ul li a {
  color: #333;
  padding: 8px 0 8px 15px;
  display: block;
  background: url(../images/arrow.png) left center no-repeat;
}

.sidebar #ads {
  padding-top: 10px;
}

/*STYLE FOR HOMEPAGE*************************************/
h2#tagline {
  text-indent: -99999em;
  height: 90px;
  width: 960px;
  background: url(../images/tagline.png) center top no-repeat;
}

#featured_projects {
  background: url(../images/slider_bg.png) center top no-repeat;
  height: 404px;
  margin-bottom: 12px;
}

#featured_projects #slider div.coda-slider {

  height: 321px !important;
}

#featured_projects #slider_bottom {
  height: 30px;
  padding: 5px 14px;
}

#featured_projects h3 {
  text-indent: -99999em;
  background: url(../images/featured_projects.png) 14px top no-repeat;
  width: 220px;
  float: left;
  height: 30px;
  margin: -19px 0 0;
}
#featured_projects #slider_bottom ul {
  text-indent: -99999em;
  background: url(../images/slider_nav.png) right top no-repeat;
  width: 200px;
  float: right;
  height: 20px;
}


#content_block {
  background: url(../images/content_block_top.png) center top no-repeat;
  padding-top: 12px;
  color: #e8e8e8;
  font-size: 13px;
  margin-bottom: 25px;
}

#content_block_wrapper {
  background: url(../images/content_block_bottom.png) center bottom no-repeat; 
  padding-bottom: 12px; 
}

#content_block_inner {
  background: url(../images/content_block_center.png) left top repeat-y;
  padding: 20px 30px;
}

#content_block .box {
  width: 280px;
  margin-right: 30px;
  float: left;
}

#content_block .box.last {
  margin: 0;
}

#content_block .box h3 {
  font-weight: normal;
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
}

#content_block .box img {
  margin-bottom: 5px;
}

#content_block .box p {
  margin-bottom: 20px;
}

#content_block .box a {
  text-decoration: underline;
}

#content_block .box p.read_more_button a {
  text-decoration: none;
}


/*STYLE FOR PORTFOLIO PAGE*************************************/

.content .box {
  float: left;
  margin-right: 33px;
  margin-bottom: 40px;
}

.content .box.last {
  margin-right: 0;
}

.content .box a {
  text-decoration: none;
  position: relative;
  display: block;
}

.content .box p.read_more_button a {
  display: inline;
}

.content .box img {
  background: url(../images/portfolio_bg.png) left top no-repeat;
  padding: 6px 6px 15px;
  border: none;
}

.content .box span.hover_overlay {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#111111 none repeat scroll 0 0;
  cursor:pointer;
  display:block;
  font-size:30px;
  height:95px;
  padding-top: 67px;
  left:0;
  opacity:0;
  position:absolute;
  text-align:center;
  top:0;
  width:277px;
  color: #fff;
}

.content .box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
}

.content .box h3 a {
  color: #333;
  text-decoration: none;
}


/*STYLE FOR ABOUT US PAGE*************************************/

.main p.intro {
  margin-bottom: 30px;
}

#team {
  padding-bottom: 10px;
}

#team h3 {
  color: #3399dd;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.member img {
  background: url(../images/member_bg.png) left top no-repeat;
  padding: 6px 6px 15px;
  float: left;
  margin-right: 20px;
}

.member {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}

.member h4 {
  font-size: 16px;
}

.member p {
  margin-left: 151px;
}

.member p.position {
  color: #666;
  margin: 0 0 5px;
}

.member p.other_info {
  margin-top: 20px;
  color: #666;
  line-height: 1em;
  height: 20px;
}

.member p.other_info a {
  text-decoration: underline;
}

.member p.other_info  span {
  float: left;
}

.member p.other_info a.twitter_me {
  background: #3399dd;
  color: #fff;
  font-size: 12px;
  padding: 2px 12px 1px;
  height: 15px;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  float: right;
}

#services, #link_list {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

#link_list {
  padding-bottom: 20px;
}

#services h3, #link_list h3 {
  color: #3399dd;
  margin-bottom: 15px;
}

#services h4 {
  margin: 15px 0 0;
}

#link_list ul {
  list-style: disc;
  padding-left: 15px;
  color: #3399dd;
}

#link_list ul li {
  padding-bottom: 5px;
}

#link_list ul li a {
  color: #3399dd;
  text-decoration: none;
}

#link_list ul li a:hover {
  text-decoration: underline;
}




/*STYLE FOR CONTACT PAGE*************************************/

body#contact .content_wrapper {
  margin-bottom: 25px;
}

body#contact .main p.intro {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#contact_details {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 25px;
  margin-bottom: 30px;
  height: 135px;
}

#contact_details #address {
  width: 300px;
  float: left;
}

#contact_details strong {
  padding-bottom: 10px;
  display: block;
}

#contact_form {
  margin-bottom: 20px;
}

#contact_form h3 {
  margin-bottom: 12px;
}

#contact_form p.failure {
  color:#CC0000;
  margin-bottom:10px;
}

/*STYLE FOR FORM*************************************/

.main form p {
  padding-bottom: 15px;
}

.main form p input {
  width: 230px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 2px;
  font-family:'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
}

.main form p input.error, .main form p textarea.error {
  border: 1px solid #cc0000;
}

.main form p textarea {
  background: #fff;
  border: 1px solid #ccc;
  width: 496px;
  height: 160px;
  font-size: 1em;
  padding: 2px;
  font-family:'Lucida Grande','Helvetica Neue', Arial, sans-serif;
}

.main form p input#submit_button {
  width: 80px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;

}

.main form p input#submit_button:hover {
  background: #000;
  outline: none;
}
/*STYLE FOR BLOG*************************************/
.post {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5c5c5;
}

.post h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.post h3 a {
  text-decoration: none;
  color: #333;
}

.post h3 a:hover {
  color: #3399dd;
}

.post ul.postmetadata {
  height: 30px;
}

.post ul.postmetadata li {
  float: left;
  border-right: 1px solid #666;
  font-size: 12px;
  color: #666;
  line-height: 1em;
  padding: 0 8px;
}

.post ul.postmetadata li.date {
  padding-left: 0;
}

.post ul.postmetadata li.comments {
  border: none;
}

.post ul.postmetadata li.author a {
  color: #333;
  font-weight: bold;
}

.post img {
  padding: 6px 6px 20px;
  background: url(../images/blog_post_bg.png) left top no-repeat;
}

.post p {
  margin-bottom: 15px;
}

.post p.read_more_button {
  margin: 25px 0;
}

.post p a {
  text-decoration: underline;
  color: #333;
}

.post p a:hover {
  color: #3399dd;
}

.post p.read_more_button a {
  color: #e8e8e8;
  text-decoration: none;
}

#pagination {
  margin-bottom: 20px;
}


/*STYLE FOR BLOG SINGLE PAGE AND PORTFOLIO SINGLE PAGE*************************************/

.post.single_post {
  border: none;
  margin-bottom: 20px;
}

#comments {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #c5c5c5;
}

#comments h3 {
  padding: 0 0 8px;
  margin: 0 0 22px;
  border-bottom: 1px solid #c5c5c5;
}

.comment, .re_comment {
  margin-bottom: 35px;
}
.re_comment  {
  margin-left: 40px;
}

.comment_content {
  margin-left: 112px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px 15px 10px 0;
}

.comment_content img {
  position: relative;
  left: -16px;
  top: 0;
  float: left;
}

.comment_content P{
  margin-left: 20px;
  margin-bottom: 10px;
}
.comment_avatar {
  width: 100px;
  float: left;
  font-size: 11px;
  line-height: 1.5em;
  color: #666;
}

.comment_avatar img {
  padding: 4px;
  background: #f7f7f7;
  border: 1px solid #ccc;
}

.comment_avatar a {
  font-weight: bold;
  font-size: 12px;
  color: #666;
} 

#leave_comment {
  margin-bottom: 20px;
}

#leave_comment h4 {
  padding-bottom: 12px;
  font-size: 18px;
}

.main #leave_comment form p input#submit_button {
  width: 126px;
  font-size: 14px;
}


#slider {
  padding:14px 13px 14px 14px;
  height: 345px;
}

ul#styleswitcher {
  margin-top: 0;
  position: absolute;
  top: 130px;
  height: 180px;
  width: 20px;
  left:10px;
}

ul#styleswitcher li.current a {
  border: 1px solid #888;
}

ul#styleswitcher li a {
  text-indent: 0;  
  float: none;  
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: #272b30;
  margin-bottom: 3px;
}

ul#styleswitcher li a#black-grey {
  background: #161616;
}

ul#styleswitcher li a#blue {
  background: #02467a;
  background: #435269;
}

ul#styleswitcher li a#chocolate {
  background: #553e25;
}

ul#styleswitcher li a#coffee {
  background: #301a08;
}

ul#styleswitcher li a#cyan {
  background: #076160;
}

ul#styleswitcher li a#green {
  background: #1c6107;
}

ul#styleswitcher li a#lime {
  background: #5a6107;
}

ul#styleswitcher li a#pink {
  background: #4f0430;
}

ul#styleswitcher li a#red{
  background: #560c00;
}

