body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font: normal 12px helvetica,arial,sans-serif,tahoma,verdana;
	color: #000;
	}

#body { background: #222221; }

/* General style definitions */
:focus { outline: none; }

table {
	padding: 0;
	border: none;
	border-collapse: collapse;
	}

img { border: none; }

a {
	color: #000;
	text-decoration: none;
	}

a:hover { text-decoration: underline; }

.clear {
	float: left;
	width: 100%;
	clear: both;
	}


/* Wrapper */
#wrap { min-width: 990px; }


/* Header block */
#header {
	height: 59px;
	background: url(images/header-bg.gif) 50% 0 #030000 repeat-y;
	}

.header-wrap {
	width: 990px;
	margin: 0 auto;
	height: 59px;
	}

.header-inner {
	float: left;
	height: 59px;
	background: url(images/curve1.gif) #030000 0 0 no-repeat;
	border-left: 28px solid #f05204;
	padding-left: 20px;
	width: 938px;
	}

#header #logo {
	float: left;
	background: url(images/logo.png) 0 50% no-repeat;
	width: 190px;
	}

#header #logo h1 {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-indent: -9000px;
	height: 59px;
	}

#header #logo h1 a {
	float: left;
	width: 190px;
	height: 59px;
	}

#header form {
	float: right;
	width: 161px;
	padding-top: 23px;
	}

#header form p {
	padding: 0;
	margin: 0;
	}

#header form input.text {
	float: left;
	width: 115px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #9a9999;
	background: #fff;
	font-size: 11px;
	padding: 1px 5px 0 5px !important;
	margin: 0;
	color: #a6a5a3;
	}

#header form input.submit {
	float: right;
	background: #f05204;
	border: 1px solid #913102;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 2px;
	padding: 0 0 2px 0;
	width: 30px;
	height: 21px;
	line-height: 19px;
	}
/* Top menu in header */
#header ul {
	font-family: helvetica,arial,tahoma;
	float: right;
	list-style: none;
	text-transform: uppercase;
	padding: 6px 12px 0 0;
	margin: 0;
	font-size: 10px;
	line-height: 53px;
	}

#header ul li {
	float: left;
	padding-right: 8px;
	color: #7b8e98;
	height: 53px;
	}

#header ul li a { color: #7b8e98; }


/* Top navigation (below header) */
#topnav {
	height: 61px;
	border-top: 1px solid #1f1f1d;
	background: #2c2c2a;
	overflow: hidden;
	}

.topnav-inner {
	width: 950px;
	padding-left: 50px;
	height: 61px;
	margin: 0 auto;
	}

#topnav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 61px;
	}

#topnav ul li {
	float: left;
	text-align: right;
	background: url(images/topnav-curves.png) 0 0 no-repeat;
	height: 53px;
	padding: 8px 10px 0 20px;
	}

#topnav ul li.active { background: url(images/topnav-curves.png) #111 0 -61px no-repeat; }
#topnav ul li.afteractive { background: url(images/topnav-curves.png) 0 -122px no-repeat; }

#topnav ul li.first {
	background: none !important;
	padding-left: 0;
	}

#topnav li a {
	display: block;
	color: #ececd2;
	text-transform: uppercase;
	text-decoration: none !important;
	height: 53px;
	font: bold 34px helvetica,arial,tahoma,verdana;
	overflow: hidden;
	}

#topnav a:hover { color: #f05204; }
#topnav ul li.active a { color: #f05204; }

#topnav li div {
	position: relative;
	top: -17px;
	color: #7b8e98;
	font: italic normal 10px georgia,times, 'times new roman';
	}


/* Main content blocks */
#content-container {
	float: left;
	width: 100%;
	background: url(images/bg.jpg) 0 0 no-repeat;
	padding-bottom: 60px;
	clear: both;
	}

#main-area {
	/*float:left;*/
	padding-left: 50px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	}

/* for creating columns in text layout */
/*.column {
	display: block;
	width: 250px;
	height: 100%;
	padding-right:30px;
	float: left;
}*/

/* Main story */


#mainstory {
	padding: 9px 8px 11px 8px;
	background: #111;
	color: #fff;
	font: normal 14px georgia, times, 'times new roman';
	line-height: 150%;
	}

.tquote {
	padding-left: 20px; 
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #ececd2;
	line-height: 30px;
	font-family: georgia, times, 'times new roman';
	font-style: italic;
	font-weight: bold;
	}
	
.body-blog #mainstory {
	padding: 55px 30px;
	font: normal 1em helvetica,arial,tahoma;
	}

.body-blog-tag #mainstory { padding-top: 9px; }

.body-work #mainstory {
	padding: 6px 7px;
	float: left;
	font: normal 11px helvetica,arial,tahoma;
	}

	
.work-testimonial {
	font: italic 1.2em georgia, times, 'times new roman';
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 5px;
	line-height: 18px;
	}

.work-clientname {
	font: normal 11px helvetica,arial,tahoma;
	color: #F05204;
	text-align: right;
	margin-top: 0;
	margin-bottom: .1em;
	}

.work-clienttitle {
	font: normal 11px helvetica,arial,tahoma;
	text-align: right;
	color: #FFF;
	margin-top: .1em;
	}

.work-prev-next a {
	font: bold 18px helvetica,arial,tahoma;
	text-transform: uppercase;
	}
	
.work-prev-next {
	font: bold 18px helvetica,arial,tahoma;
	text-transform: uppercase;
	}

.mainstory-inner { border: 1px solid #707070; }

.work-pic {
	height: 417px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: url(images/loading.gif) 50% 50% no-repeat;
	}

.work-pic ul {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	list-style: none !important;
	position: relative;
	}

.work-pic ul li {
	text-align: center;
	height: 417px;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

.body-work .mainstory-inner {
	padding: 6px 10px 5px 10px;
	float: left;
	width: 721px;
	min-height: 527px;
	}

.body-work-detail .mainstory-inner2 {
	float: left;
	width: 100%;
	height: auto !important;
	background: url(images/work-sidebar.gif) 515px 0 repeat-y;
	}

.about-column-1 {
	width: 44%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	display: inline;
	}

.about-column-2 {
	width: 42%;
	float: left;
	padding-right: 0%;
	display: inline;
	}

.about-name {
	color: #f05204;
	font-weight: bold;
	font-size: 15px;
	}

.about-nickname {
	color: #f05204;
	font-style: italic;
	font-size: 15px;
	}

.about-pic {
	border-color: #222221;
	border-style: solid;
	border-width: 0px;
	}

.mainstory-pic {
	background: #020202;
	padding-top: 3px;
	height: 408px;
	width: 736px;
	margin: 0 auto;
	overflow: hidden;
	}

.mainstory-text {
	padding: 13px 11px;
	color: #444548;
	}

.mainstory-text p { margin: 0; }

/* Columns For The About Us Page */
/*
.gridTwoEven {background:#666666; padding-right:50%;}  
.gridTwoEven .wrapper {background:#EEEEEE;} 
.gridTwoEven .bordered {border-right:1px solid red;}
.gridTwoEven .wrapper .col1 {width:100%; float:left;}  
.gridTwoEven .wrapper .col2 {margin-right:-50%; width:50%; float:left;}  
.gridTwoEven .wrapper .col1 .paddingBox {padding:1.5em 2em;}  
.gridTwoEven .wrapper .col2 .paddingBox {padding:1.5em 2em;} */



#mainstory h2 {
	color: #f05204;
	padding: 0;
	margin: 0 0 5px 0;
	font: italic normal 44px georgia, times, 'times new roman';
	}

.mainstory-text h2 {
	color: #616264 !important;
	padding: 0;
	margin: 0 0 3px 0 !important;
	font: italic normal 18px georgia, times, 'times new roman' !important;
	}

.body-blog-tag h2 { margin-bottom: 1em !important; }
.mainstory-text h2 a { color: #616264 !important; }

#mainstory h3 {
	color: #f05204;
	padding: 0;
	margin: 0;
	font: italic normal 30px georgia, times, 'times new roman';
	}

#mainstory h4 {
	color: #f05204;
	padding: 0;
	margin: 0;
	font: small-caps 20px georgia, times, 'times new roman';
	}

#mainstory em {
	font-size: 1.2em;
	color: #ececd2;
	}

#mainstory blockquote {
	padding: 10px;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F05204;
	border-bottom-color: #F05204;
	font-size: 1.2em;
	color: #ececd2;
	text-align: left;
	line-height: 30px;
	font-family: georgia, times, 'times new roman';
	font-style: italic;
	font-weight: bold;
	}


/* In progress block at home page */
#inprogress {
	height: 157px;
	background: #f05204;
	clear: both;
	overflow: hidden;
	}

.inprogress-left {
	background: url(images/curve4.png) #1e1e1d 100% 0 no-repeat;
	height: 145px;
	width: 146px;
	float: left;
	color: #fff;
	padding: 12px 30px 0 20px;
	}

.inprogress-left h2 {
	font: italic normal 20px georgia, times, 'times new roman';
	margin: 0;
	}

.inprogress-left p {
	font-size: 1.2em;
	font-style: italic;
	font: italic normal 12px georgia, times, 'times new roman';
	margin: 9px 0 0 0;
	}

#inprogress .blog {
	float: left;
	padding: 13px 0 0 10px;
	height: 144px;
	width: 530px;
	overflow: hidden;
	}

#inprogress .blog .blog-entry-title a {
	margin: 0 5px 0 0;
	color: #fff;
	font-size: 1.9em;
	}

#inprogress .blog .blog-entry-date { background: #1e1e1d; }
#inprogress .blog p { margin: 0 !important; }

#inprogress .blog .blog-entry-title {
	height: 30px;
	overflow: hidden;
	}

#inprogress .blog .blog-entry-text { font: italic normal 12px georgia, times, 'times new roman'; }
#inprogress .blog a { color: #fff; }


/* Intro block, active section header */
#intro {
	position: relative;
	z-index: 30;
	height: 108px;
	overflow: hidden;
	}

#intro h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 129px;
	font-size: 106px;
	text-transform: uppercase;
	clear: both;
	}

.body-blog #intro h1,
.body-work #intro h1 { padding: 0; }

#intro .quote {
	width: 685px;
	height: 95px;
	padding: 25px 27px 10px 45px;
	margin: 0;
	color: #fff;
	display: block;
	line-height: 28px;
	font: italic normal 16px georgia,times, 'times new roman';
	background: url(images/quote.png) 14px 8px no-repeat;
	}

#intro .quote em {
	color: #f05204;
	font-size: 30px;
	line-height: 14px;
	}

#intro .quote strong {
	color: #ececd2;
	font-size: 18px;
	}

#intro .quote span {
	line-height: 24px;
	font-size: 46px;
	color: #f05204;
	}


/* Text content area */
#content {
	float: left;
	border-right: 180px solid #111;
	padding-right: 10px;
	width: 760px;
	}

#content a { color: #f05204; }

#content ul {
	padding-left: 1em;
	list-style: none /*added style-JL*/;
	}

/* Sidebar block (right column) */
#sidebar {
	float: right;
	margin-left: -180px;
	width: 180px;
	background: #111;
	overflow: hidden;
	}

#sidebar h3 {
	padding: 8px 0 0 15px;
	margin: 0;
	height: 50px;
	font: italic normal 24px georgia, times, 'times new roman';
	background: url(images/right-title-bg.png) #1e1e1d 50% 100% no-repeat;
	color: #f05204;
	clear: both;
	}
	
#sidebar h3 a {
	color: #f05204;
	}

#sidebar h3.twoline {
	height: 70px;
	line-height: 90%;
	}

#sidebar h4 {
	text-transform: uppercase;
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #f05204;
	}

#sidebar .block {
	padding: 0 6px 0 12px;
	color: #fff;
	clear: both;
	}

.body-blog #sidebar .block,
.body-work #sidebar .block { padding-bottom: 15px; }

/* Sidebar contents: Recent blog entries */
.blog-latest {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-style: normal;
	line-height: 150%;
	}

.blog-latest li {
	padding-bottom: 25px;
	overflow: hidden;
	font-family: helvetica,arial,tahoma;
	clear: both;
	}

.blog-latest li a { color: #fff; }

.blog-latest h5 {
	text-transform: uppercase;
	padding: 0 0 1px 0;
	margin: 0;
	font-size: 1.25em;
	font-style: normal;
	font-family: helvetica,arial,tahoma;
	}

.blog-latest h5 a { color: #f05204; }

.blog-latest li p {
	padding: 0;
	margin: 0;
	}

.blog-latest .post-author {
	padding: 8px 0 4px 0;
	font-size: 0.95em;
	color: #5b6e79;
	}

.blog-latest .post-author a,
.blog-latest .post-author span { color: #fff; }

.blog-latest .post-info {
	float: left;
	font-size: 0.95em;
	padding: 1px 8px 1px 2px;
	color: #fff;
	background: #f05204;
	}

.blog-latest .post-info a { color: #fff; }

/* Sidebar contents: Twits */
.twitter {
	padding: 0;
	margin: 0 0 25px 0;
	list-style: none;
	font-size: 0.8em;
	}

.twitter a {
	font-style: italic;
	color: #f05204;
	}

.twitter .src {
	padding-top: 8px;
	font-style: italic;
	font-size: 0.95em;
	}

/* Sidebar contents: List of networks */
.networks {
	position: relative;
	z-index: 30;
	width: 156px;
	height: 44px;
	padding: 0;
	margin: 4px 0 25px 0;
	list-style: none;
	background: url(images/networks.png) 0 0 no-repeat;
	}

.networks li {
	width: 65px;
	float: left;
	}

.networks li.myspace, .networks li.flickr {
	width: 68px;
	float: right;
	}

.networks li a {
	height: 18px;
	text-indent: -5000px;
	display: block;
	}

.networks li.facebook a,
.networks li.myspace a {
	height: 14px;
	margin-bottom: 12px;
	}

/* Sidebar contents: tag cloud */
.tag-cloud a { color: #4d4d4d; }

/* Sidebar contents: simple unordered list  */
ul.simple {
	font-size: 14px;
	list-style: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}

ul.simple li {
	padding: 2px 0;
	color: #4d4d4d;
	}

ul.simple li a { color: #4d4d4d; }


/* Footer blocks */
#footer {
	clear: both;
	width: 100%;
	height: 128px;
	background: url(images/footer-bg.gif) #111 50% 0 repeat-y;
	}

.footer-inner {
	position: relative;
	margin: 0 auto;
	height: 128px;
	width: 990px;
	}

#twitter {
	float: left;
	width: 640px;
	padding: 0 0 0 110px;
	background: url(images/curve3.png) #2c2c2a 100% 0 no-repeat;
	color: #fff;
	font: normal 1em helvetica,arial,sans-serif,tahoma,verdana;
	}

.twitter-inner {
	padding-top: 45px;
	padding-right: 100px;
	height: 83px;
	background: url(images/twitter.jpg) 92% 47% no-repeat;
	}

#twitter a { color: #f05204; }

#twitter .date {
	padding-top: 1px;
	color: #768791;
	font-size: 0.9em;
	}

/* Contact block with address */
#contact {
	float: left;
	padding: 28px 0 0 10px;
	color: #fff;
	font-size: 0.9em;
	width: 230px;
	}

#contact em a {
	font-style: normal;
	background: #f05204;
	padding: 0 4px;
	text-decoration: none;
	color: #111;
	}

#contact em a:hover { color: #fff; }

#contact h5 {
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #f05204;
	}

#contact address {
	font-style: normal;
	padding-top: 9px;
	}


/* Creatures & Robots */
#teacup {
	position: absolute;
	z-index: 40;
	height: 162px;
	width: 155px;
	right: 0;
	top: -10px;
	background: url(images/teacup.png) 0 0 no-repeat;
	}

#birdie {
	position: absolute;
	z-index: 20;
	width: 111px;
	height: 122px;
	top: -2px;
	right: 42px;
	background: url(images/birdie.png) 0 0 no-repeat;
	}

#toasty-left {
	position: absolute;
	z-index: 40;
	width: 111px;
	height: 122px;
	top: 30px;
	left: 8px;
	background: url() 0 0 no-repeat;
	}

#vacc {
	position: absolute;
	z-index: 40;
	height: 114px;
	width: 150px;
	left: 0;
	top: 41px;
	background: url(images/vacc.png) 0 0 no-repeat;
	}

#webcam {
	position: absolute;
	z-index: 40;
	height: 168px;
	width: 116px;
	left: 1px;
	top: 51px;
	background: url(images/webcam.png) 0 0 no-repeat;
	}

#cellie {
	background: url(images/cellie.png) 0 0 no-repeat;
	position: absolute;
	top: -120px;
	width: 221px;
	height: 140px;
	left: -25px;
	z-index: 20;
	}

#sluggo {
	background: url(images/sluggo.png) 0 0 no-repeat;
	position: absolute;
	top: -100px;
	left: -20px;
	width: 253px;
	height: 140px;
	z-index: 20;
	}

#cammy {
	z-index: 40;
	width: 148px;
	height: 136px;
	position: absolute;
	top: -93px;
	left: 631px;
	background: url(images/cammy.png) 0 0 no-repeat;
	}


/* Blog section */
.share {
	float: left;
	margin-top: 1em;
	line-height: 16px;
	text-transform: uppercase;
	background: url(images/share.png) 100% 0 no-repeat;
	padding-right: 42px;
	}

.share a {
	font-size: 10px;
	line-height: 16px;
	color: #f05204 !important;
	}

a.rss {
	position: absolute;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 30px 0 0;
	height: 16px;
	left: 674px;
	top: 80px;
	font-size: 15px;
	background: url(images/rss.gif) 100% 0 no-repeat;
	}

a.rss:hover { color: #f05204; }

.blog-entry {
	padding-bottom: 1em;
	line-height: 1.5em;
	color: #FFF;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 15px solid #222221;
	}

.blog-entry p {
	font: normal 14px/21px georgia, times, 'times new roman';
	text-align: left;
	}


.blog-entry-date {
	float: left;
	width: 32px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 5px;
	text-align: center;
	background: #f05204;
	color: #fff;
	border: 1px solid #6a2b0c;
	text-transform: uppercase;
	overflow: hidden;
	font: normal 14px georgia, times, 'times new roman';
	line-height: 10px;
	}

.blog-entry-date span {
	margin-top: -1px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}

.blog-left {
	border: 0px solid #222221;
	float: left;
	margin: 0px 10px 5px 0px;
	}

.blog-right {
	border: 0 solid #222221;
	float: right;
	margin: 0px 5px 5px 10px;
	}

.blog-center {
	display: block;
	background-color: #222221;
	padding: 15px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px; 
    margin-bottom: 10px; }

.blog-entry-title {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	clear: both;
	position: relative;
	}

.blog-entry-title a {
	display: block;
	text-align: left;
	padding-left: 40px;
	padding-bottom: 8px;
	line-height: 22px;
	color: #dfdfc7;
	font: italic normal 3em georgia, times, 'times new roman';
	border-bottom: 1px solid #FFF;
	}

.blog-entry-author { padding: 5px 0; }

.blog-entry-tags {
	float: left;
	width: 100%;
	clear: both;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	}

.blog-entry-tags a { color: #fff; }
.blog-entry-tags .trackback { padding: 0 16px; }
/* Brief blog entry (at homepage )*/
.blog-entry-brief {
	color: #fff;
	float: left;
	width: 100%;
	margin: 2px 0 3px 0;
	clear: both;
	}

.blog-entry-brief span {
	font-size: 0.9em;
	padding-left: 8px;
	color: #4a6570;
	}

.blog-entry-brief span a { color: #4a6570 !important; }

#blogbar {
	width: 240px;
	height: auto;
	margin: 10px;
	float: right;
	background-color: #eeead1;
	font-family: arial;
	font-size:12px;
	line-height: 16px;
}


#blogbartitle {
	width: 100%;
	height: auto;
	padding: 10px 0 10px 0;
	background-color: #2c2c2a;
	background-image:url(images/gear_icon.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

#blogbarlightbrown {
	background-color: #eeead1;
	padding:10px;
}

#blogbarbrown {
	background-color:#fdfcee;
	padding:10px;
	background-image:url(images/gear_bkgrd.png);
	background-repeat:no-repeat;
	background-position:  100% 0%;
}

#blogbar h3 {
	color: #eeead1;
	font-family: arial;
	text-transform: uppercase;
	font-style:normal;
	font-size: 20px;
	padding-left: 50px;
	font-weight: bold;
}

#blogbar h4 {
	color:#f05204;
	font-style:italic;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
}

#blogbar strong {
	color:#f05204;
}

#blogbar a {
	color:#f05204;
	text-decoration: underline;
	font-weight: bold;
}

#blogbar a:hover {
	text-decoration: none;
	}

#blogbar p {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	line-height: 1.4em;
	margin-top:5px;
	margin-bottom:5px;
}


/* Rating indicator */
.stars {
	padding-right: 60px;
	background: url(images/stars.gif) 0 0 no-repeat;
	overflow: hidden;
	}

.star-5 span {
	background: url(images/stars.gif) 0 -15px no-repeat;
	padding-right: 60px;
	}

.star-4 span {
	background: url(images/stars.gif) 0 -15px no-repeat;
	padding-right: 48px;
	}

.star-3 span {
	background: url(images/stars.gif) 0 -15px no-repeat;
	padding-right: 36px;
	}

.star-2 span {
	background: url(images/stars.gif) 0 -15px no-repeat;
	padding-right: 24px;
	}

.star-1 span {
	background: url(images/stars.gif) 0 -15px no-repeat;
	padding-right: 12px;
	}

.note {
	font-size: 10px;
	font-style: italic;
	color: #5b6e79;
	}

.work-desc {
	border-top: 5px solid #222221;
	padding: 8px 10px 12px 0;
	position: relative;
	z-index: 1000;
	overflow: hidden;
	font: 15px/21px Arial, Helvetica, sans-serif;
	}

.work-desc em {
	color: #ececd2;
	font-size: 1.2em;
	}

.work-desc h2 {
	font-size: 20px !important;
	color: #dfdfc7 !important;
	}

.work-desc .tags {
	text-transform: uppercase;
	margin-bottom: 1.5em;
	}

.workdone {
	margin: 0;
	font: italic normal 10px helvetica,arial,sans-serif,tahoma,verdana;
	text-transform: uppercase;
	color: #f05204;
	line-height: 150%;
	height: 132px;
	}

p.scroller {
	margin: 0;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	color: #5b6e79;
	}

p.scroller a { color: #ececd2 !important; }


/* Mainstory 2 column layout */
.mainstory-left {
	float: left;
	width: 515px;
	min-height: 551px;
	padding-bottom: 20px;
	overflow: hidden;
	}

.mainstory-sidebar {
	float: left;
	width: 185px;
	padding: 8px 9px 28px 8px;
	background: #222221;
	min-height: 535px;
	}

.work-info {
	clear: both;
	position: relative;
	z-index: 20;
	width: 100%;
	top: -20px;
	height: 20px;
	margin-bottom: -15px;
	overflow: hidden;
	}

.work-info .note { float: left; }

.work-info p {
	float: right;
	padding-right: 28px;
	}


/* Paragraph padding for Services, About, and Contact page */

.para_pad { padding: 15px !important; }



/* Work detail page - previews gallery */
.gallery {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	height: 413px;
	width: 100%;
	overflow: hidden;
	}

.gallery li {
	height: 97px;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
	clear: both;
	overflow: hidden;
	}


/* Works gallery */
.work-gallery {
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	width: 100%;
	}

.work-gallery li {
	width: 24.95%;
	height: 137px;
	float: left;
	text-align: center;
	}

.work-gallery li .pic {
	text-align: center;
	height: 105px;
	}

.work-gallery li .title {
	width: 169px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	color: #dfdfc7;
	font: italic normal 12px georgia,times, 'times new roman';
	}

.work-featured {
	float: left;
	padding: 0 !important;
	margin: 0 0 5px;
	list-style: none;
	height: 252px;
	width: 100%;
	border-bottom: 5px solid #222221;
	}

.work-featured li {
	float: left;
	width: 351px;
	height: 244px;
	overflow: hidden;
	}

.work-featured li.f2 { float: right; }

.work-featured li .pic {
	text-align: center;
	height: 130px;
	}

.work-featured li .title {
	text-align: left;
	color: #dfdfc7;
	margin-bottom: 2px;
	font: italic normal 20px georgia,times, 'times new roman';
	}


/* Blog comments form */
.blog-share {
	text-align: right;
	clear: both;
	}

#comment_form label {
	display: block;
	padding-left: 3px;
	}

#comment_form input.text {
	width: 400px;
	border: 3px solid #222221;
	padding: 4px 5px;
	font-size: 1em;
	}

#comment_form input.captcha {
	width: 130px;
	border: 3px solid #222221;
	padding: 4px 5px;
	font-size: 1em;
	}

#comment_form textarea {
	width: 400px;
	height: 80px;
	border: 3px solid #222221;
	padding: 4px;
	font-size: 1em;
	}

#comment_form p.captcha img { margin-left: 3px; }

ul.arrow-list {
	padding: 0;
	margin: 0;
	list-style: none;
	}

ul.arrow-list li {
	background: url(images/arrow.gif) 0 50% no-repeat;
	padding-left: 16px;
	}