/**************************************************
	RESET
**************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
/**************************************************
	CLEARFIX
**************************************************/

.clearfix:after {
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/**************************************************
	GENERAL
**************************************************/

html, body {
	overflow-x:hidden;
}
body {
	font: 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #909090;
	background: #FFFFFF;
	padding-top: 5px;
}
.page-wrapper {
	width:100%;

}
h1, h2, h3 {
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #303030;
	margin-bottom: 15px;
}
h1 {
	font-size: 36px;
	margin-bottom: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-family:georgia;
	font-size:14px;
	font-style:italic;
	padding-top:10px;
}
h1 a, h2 a, h3 a {
	color: #303030;
}
h5 {
	border-bottom:1px solid #D1D1D1;
	color:#333333;
	font-family:helvetica,arial,sans-serif;
	font-size:22px;
	margin-bottom:6px;
	padding-bottom:5px;
	padding-top:10px;
}
h6 {
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color: #ffffff;
	padding-top:10px;
	padding-bottom:10px;
	
}
h6 a {
	font-family:georgia;
	font-style:italic;
	font-size:12px;
	color: #ffffff;
	padding-top:10px;
	padding-bottom:10px;
	
}
p {
	line-height: 18px;
	margin-bottom: 10px;
}
a {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style: none;
}
/**************************************************
	HEADER
**************************************************/

.header {
	padding: 20px 0px 30px 0px;
	position: relative;
	height:80px;
}
/**************************************************
	LOGO
**************************************************/
	
.header h1, .header h1 a {
height:70px;
width:175px;
margin-top:6px;
}
.header h1 {
	margin-bottom: 0px;
	float: left;
}
.header h1 a {
	background: url('../images/001/logo.gif') no-repeat;
	display: block;
}
.header h1 a span {
	display: none;
}
/**************************************************
	NAVIGATION
**************************************************/
.nav-right {
	float: right;
}
ul#nav {
	width: 445px; margin: 30px auto;
	list-style: none;
}

ul#nav li { display: inline; }
	
ul#nav li a {
	display: block; float: left; height: 25px;
	background-image: url(../images/001/menu-sprite.png); text-indent: -9999px;
}

	ul#nav li a.home {
		width: 75px; background-position: 0 0;	
	}
	
	ul#nav li a.about {
		width: 85px; background-position: -75px 0;	
	}
	
	ul#nav li a.blog {
		width: 74px; background-position: -154px 0;	
	}
	
	ul#nav li a.the-work {
		width: 115px; background-position: -223px 0;	
	}
	
	ul#nav li a.contact {
		width: 95px; background-position: -765px 0;	
	}
	
	
	ul#nav li a.home:hover, ul#nav li a.home:focus {
		background-position: 0 -25px;	
	}
	
	ul#nav li a.about:hover, ul#nav li a.about:focus {
		background-position: -75px -25px;	
	}
	
	ul#nav li a.blog:hover, ul#nav li a.blog:focus {
		background-position: -154px -25px;	
	}
	
	ul#nav li a.the-work:hover, ul#nav li a.the-work:focus {
		background-position: -223px -25px;	
	}
	
	ul#nav li a.contact:hover, ul#nav li a.contact:focus {
		background-position: -765px -25px;	
	}
	

a { outline: none; }
/*************************************************
	PAGE TITLES
**************************************************/
div.page-title-wrap {
	height:50px;
	background: url('../images/001/pagetitle-bg.jpg') center repeat-x;
	margin:0px auto 0;
	width:100%;
}
body.home .page-wrapper .page-title-wrap {
	height:50px;
	background: url('../images/001/pagetitle-bg.jpg') repeat-x;
	background-position: bottom;
	padding-top: 140px;
	width:100%;
}
div.page-title-inner {
	margin:0px auto;
	padding:0;
	width:865px;
}
div.page-title {
	float:left;
	margin:10px 0 0;
	padding:0;
}
div.page-title-inner a img {
	border:medium none;
}

/*************************************************
	PAGE HEADER DESCRIPTIONS
**************************************************/
div.page-desc-wrap {
	height:155px;
	background:#2e2e2e;
	margin:0px auto 0;
	width:100%;
}
div.page-desc-inner {
	margin:0px auto;
	padding:0;
	width:865px;
}
div.page-desc {
	float:left;
	margin:50px 0 0;
	padding:0;
}
#page-desc a img {
	border:medium none;
}
/**************************************************
	CONTENT
**************************************************/

.container {
	width: 100%;
	margin: auto;
}
.content {
	background:white;
}
.content.single {
	padding-top: 94px;
}
.content.single-blog {
}
.content .widget {
	margin-bottom: 35px;
}
.content .widget ul li {
	padding: 4px 0px 4px 14px;
	background: url('../images/001/ico-arrow.gif') 0px 10px no-repeat;
}
.content .widget ul li ul {
	margin: 4px 0px 0px 20px;
}
.content .widget ul.sublist li {
	width: 140px;
	float: left;
}
.content a.more-link {
	padding-right: 8px;
	margin: 20px 0px;
	font: 10px 'Tahoma';
	text-align: right;
	background: url('../images/001/ico-arrow.gif') right no-repeat;
	display: block;
}
/**************************************************
	POSTS
**************************************************/

.posts-blog-single {
	width: 846px;
	margin: auto;
}

.blog-single-wrap {
	width: 865px;
	margin: 0 auto;
}

.posts-featured {
	width: 980px;
	margin: auto;
}
.posts-wrapper {
	width: 867px;
	margin: 0 auto;
	padding-top:20px;
}
.posts-blog {
	width: 520px;
}
.posts-blog p {
	color:#ffffff;
}
.posts-blog .head .info .date {
	color:#e4e4e4;
	font-style:italic;
}
.posts-blog .head h2 {
	color:#ffffff;
	font-size:24px;
	
}
h2.latestposts { 
	width: 520px; height: 20px;
	background: url(../images/001/blog-latestposts.png) no-repeat;
	text-indent: -9999px;
	border-bottom: #ffffff solid 2px;
	margin-top: 7px;
	padding-bottom: 9px;
}

.firstpost {
	background:#F700AB;
}
.posts {
	width: 865px;
	padding-top: 20px;
	margin: auto;
}
.first-posts {
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	float:left;
	margin:auto;
	min-height:520px;
	width:520px;
}
.magenta {	background:#f700ab;
}

.posts.full-width {
	width: auto;
}
.posts .post {
	margin-bottom: 35px;
	text-align: justify;
	border-bottom: 1px solid #EEEEEE;
	color:#FFFFFF;
}
.posts .aboutpage-post {
	margin-bottom: 35px;
	text-align: justify;
	color:#FFFFFF;
}
.posts .contactpage-post {
	margin-bottom: 35px;
	text-align: justify;
	border-bottom: 1px solid #EEEEEE;
	color:#FFFFFF;
	width:500px;
}
.posts .post .head {
	margin-bottom: 10px;
}
.posts .post .head h2 {
	margin-bottom: 0px;
	float: left;
}
.posts .post .head .info {
	text-align: right;
	float: right;
}
.posts .post .head .info p {
	margin-bottom: 2px;
	font: 10px 'Tahoma';
	text-transform: uppercase;
}
.posts .post .head .info p a {
	color: #ffffff;
}
.posts .post img {
	border: 5px solid #EEEEEE;
}
.posts .post img.wp-smiley {
	border: none;
}
.posts .post img.alignleft {
	margin: 0px 20px 20px 0px;
	float: left;
}
.posts .post img.alignright {
	margin: 0px 0px 20px 20px;
	float: right;
}
.posts .post ul {
	margin: 20px;
}
.posts .post ul li {
	padding: 4px 0px 4px 14px;
	background: url('../images/001/ico-arrow.gif') 0px 10px no-repeat;
}
.posts .post ul li ul {
	margin: 4px 0px 0px 20px;
}
.posts .post .tags {
	margin-top: 20px;
	font: 10px 'Tahoma';
	text-transform: uppercase;
}
.posts .paging {
	font: 10px 'Tahoma';
}
.posts .paging .previous {
	float: left;
}
.posts .paging .previous a {
	padding-left: 8px;
	background: url('../images/001/ico-arrow-2.gif') left no-repeat;
}
.posts .paging .next {
	float: right;
}
.posts .paging .next a {
	padding-right: 8px;
	background: url('../images/001/ico-arrow.gif') right no-repeat;
}
/**************************************************
	COMMENTS
**************************************************/

h3.comments {
	margin: 30px 0px 30px 0px;
	text-align: right;
}
ol.commentlist {
	padding-left: 0px;
}
ol.commentlist li {
	margin-bottom: 30px;
}
ol.commentlist li .comment-author {
	font: bold 10px Tahoma;
	text-transform: uppercase;
	color: #303030;
}
ol.commentlist li .comment-author img {
	border: none;
}
ol.commentlist li .comment-author cite.fn a {
	padding: 0px;
	font-style: normal;
	color: #303030;
	background: none;
}
ol.commentlist li .comment-author .avatar {
	margin-right: 10px;
	float: left;
}
ol.commentlist li .comment-meta {
	margin: 2px 0px 5px 0px;
	font: 10px Tahoma;
	text-transform: uppercase;
	float: left;
	clear: none;
}
ol.commentlist li .comment-meta a {
	padding: 0px;
	color: #303030;
	background: none;
}
ol.commentlist li p {
	padding-left: 75px;
	margin-top: 20px;
}
form#commentform {
	margin: 50px 0px 20px 0px;
	color: #000000;
}
form#commentform p {
	height: 30px;
	margin-bottom: 5px;
	background: #EEEEEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
form#commentform p label {
	width: 200px;
	padding-right: 20px;
	text-align: right;
	line-height: 30px;
	border-right: 1px solid #FFFFFF;
	display: block;
	float: left;
}
form#commentform p a {
	padding: 0px 0px 0px 10px;
	line-height: 30px;
	background: none;
}
form#commentform p input {
	width: 340px;
	margin: 6px 0px 0px 10px;
	font: 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background: none;
	border: none;
	clear: none;
}
form#commentform p.comment-textarea {
	height: 100px;
	background: #EEEEEE;
	position: relative;
}
form#commentform p.comment-textarea label {
	padding-bottom: 70px;
}
form#commentform p.comment-textarea textarea {
	width: 340px;
	height: 85px;
	margin: 6px 0px 0px 10px;
	font: 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background: none;
	border: 0px;
	clear: none;
	overflow: auto;
}
form#commentform p.comment-textarea input#submit {
	width: 16px;
	height: 22px;
	border: none;
	background: url('../images/001/comments-submit-bg.gif') no-repeat;
	position: absolute;
	top: 33px;
	right: 10px;
	cursor: pointer;
}
/**************************************************
	PORTFOLIO
**************************************************/

.posts.portfolio .item {
	/*border:5px solid #EEEEEE;*/
	float:left;
	font-size:0;
	height:170px;
	position:relative;
	width:270px;
	margin-left:8px;
	margin-top:10px;
}
.posts.portfolio .item.last {
	margin-right: 0px;
}
.posts.portfolio .item .info {
	position: absolute;
	left: 0px;
	bottom: 65px;
	z-index: 1000;
}
.posts.portfolio .item .info h3 {
	padding: 0px 10px;
	margin-bottom: 0px;
	font: 10px 'Tahoma';
	letter-spacing: 0px;
	line-height: 30px;
	text-transform: uppercase;
	background: #ed2891;
	float: left;
}
.posts.portfolio .item .info h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
.posts.portfolio h2 {
font-size:20px;
font-family:georgia;
font-style:italic;
padding-left:10px;
color:#d7d7d7;
}

.posts.portfolio .item .info p {
	padding: 0px 10px;
	margin: 0px;
	font: 10px 'Tahoma';
	line-height: 30px;
	text-transform: uppercase;
	background: #FFFFFF;
	clear: both;
}
.posts.portfolio .item .image, .posts.portfolio .item .image p, .posts.portfolio .item .image p img {
	width: 270px;
	height: 170px;
	margin: 0px;
}
.posts.portfolio .item .image p.pattern {
	position: absolute;
	top: 0px;
	left: 0px;
}


/****** SINGLE FOLIO *********/

#portfolio-detail-wrap{
	width:865px;
	margin:0 auto;
}
#portfolio-detail-wrapinner{
	width:100%;
}
#portfolio-detail-left{
	border-top:1px solid;
	border-bottom:1px solid;
	float:left;
	font-family:georgia;
	font-size:14px;
	font-style:italic;
	margin:20px auto 20px 10px;
	padding-top:10px;
	width:505px;
	min-height:300px;
}
#portfolio-detail-right{
	border-top:1px solid;
	border-bottom:1px solid;
	float:left;
	font-family:georgia;
	font-size:14px;
	font-style:italic;
	margin:20px auto 20px 16px;
	padding-top:10px;
	width:325px;
	min-height:300px;
}
.folio-columnswrap {
	margin:auto;
	width:865px;
}
.folio-columns {
	padding-top: 0px;
}
.folio-columns .folio-column-1, .folio-columns .folio-column-2, .folio-columns .folio-column-3 {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	float: left;
}
.folio-columns .folio-column-1 {
	width: 315px;
	padding-right: 25px;
	background: url('../images/001/column-bg.gif') top right no-repeat;
	
}
.folio-columns .folio-column-1 p {
	font-family:georgia;
	font-size:13px;
	font-style:italic;
	line-height:18px;
	margin-bottom:10px;
	
}
.folio-columns .folio-column-2 {
	width: 230px;
	padding: 0px 0px;
}
.folio-columns .folio-column-3 {
	width: 230px;
	padding-left: 30px;
}
.folio-columns .folio-column-1 ul li {
	padding-left: 0px;
	position: relative;
}
.folio-columns .folio-column-1 ul li h3 {
	margin-bottom: 5px;
}
.folio-columns .folio-column-1 ul li p.info {
	width: 50px;
	font: 10px 'Tahoma';
	line-height: 18px;
	text-align: right;
	position: absolute;
	top: 5px;
	left: 0px;
}
#folio-info-thumb {
	width: 260px;
	height: 324px;
	padding: 5px;
	background: url('../images/001/folio-info-thumb.jpg') top left no-repeat;
}

.folio-navi {
	border-top:1px solid #DEDEDE;
	height:15px;
	margin-top:50px;
	padding-top:15px;
	width:865px;
}
.folio-navi-right {
	width:133px;
	height:15px;
	float:left;
}
.folio-navi-left {
	width:114px;
	height:15px;
	float:right;
}



/**************************************************
	SIDEBAR
**************************************************/

.sidebar {
	width: 320px;
	float: right;
}
.sidebar-blog {
	width: 860px;
	margin: auto;
	padding-top: 20px;
}
.sidebar h1, .sidebar h2, .sidebar h3 {
	border-bottom: 1px solid #EEEEEE;
}
#widget h3 {
  text-indent:-500px;
  background: transparent url('../images/001/blog-categories.png') no-repeat;
}

#twitter_div li {
	color: #ffffff;
	line-height: 16px;			
}
#categories li {
	list-style: none;
}
#recent-posts li {
	list-style: none;
	
}
.recent-posts {
margin-top:10px;
}

#categories a {
	color:#FFFFFF;
	font-family:georgia,monospace;
	font-size:12px;
	font-style:italic;
}
#recent-posts a {
	color:#FFFFFF;
	font-family:georgia,monospace;
	font-size:12px;
	font-style:italic;
}
h2.categories {	
	background: url(../images/001/blog-categories.png) no-repeat;
	text-indent: -9999px;
	border-bottom: #ffffff solid 2px;
	margin-top: 20px;
	width: 320px;
}

.sidebar #linkcat-2 li h2{	
	background: url(../images/001/online.png) no-repeat;
	text-indent: -9999px;
	border-bottom: #ffffff solid 2px;
	margin-top: 5px;
	list-style: none;
	color:#FFFFFF;
	width: 320px;
}
#linkcat-2 {
	list-style: none;
}

#linkcat-2 li a{	
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	

}
h2.how {	
	background: url(../images/001/how.png) no-repeat;
	text-indent: -9999px;
	border-bottom: #ffffff solid 2px;
	margin-top:20px;
	width: 320px;
}
#how {
	color: #ffffff;
	list-style: none;
}
#how li a{
	color: #ffffff;
	}
h2.where {	
	background: url(../images/001/where.png) no-repeat;
	text-indent: -9999px;
	border-bottom: #ffffff solid 2px;
	margin-top:20px;
	width: 320px;
}
#where {
	list-style: none;
	font-size: 14px;
	color: #ffffff;
}
h2.recentposts {	
	background: url(../images/001/blog-recentposts.png) no-repeat;
	text-indent: -9999px;
	border-bottom: #ffffff solid 2px;
	margin-top: 20px;
	width: 320px;
}
h2.say-hello {	
	background: url(../images/001/sayhello.png) no-repeat;
	text-indent: -9999px;
	border-bottom: #ffffff solid 2px;
	margin-top: 5px;
	width: 500px;
}
		
h2.twitter {	
	background: url(../images/001/tweets.png) no-repeat;
	text-indent: -9999px;
	border-bottom: #ffffff solid 2px;
	margin-top: 20px;
	width: 320px;
}


	
/**************************************************
	SEARCH
**************************************************/

.widget .search {
	width: 320px;
	height: 31px;
	background: url('../images/001/searchbox.png') no-repeat;
	border-bottom: #ffffff solid 2px;
	padding-bottom: 5px; 
}
.widget .search input.text {
	width: 260px;
	margin: 5px 0px 0px 95px;
	font: 14px Tahoma;
	color: #909090;
	background: none;
	border: none;
	float: left;
}
.widget .search input.submit {
	width: 16px;
	height: 22px;
	margin: 10px 10px 0px 0px;
	background: none;
	border: none;
	cursor: pointer;
	float: right;
}
/**************************************************
	WORDPRESS CALENDAR
**************************************************/

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	padding: 5px 0px 5px 10px;
	margin-bottom: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #303030;
}
#wp-calendar thead {
	color: #909090;
	background: #EEEEEE;
}
#wp-calendar thead th {
	padding: 5px 0px;
	font: 10px 'Tahoma';
	text-align: center;
}
#wp-calendar tbody {
	margin-bottom: 10px;
}
#wp-calendar tbody tr td {
	text-align: center;
}
#wp-calendar tfoot tr td {
	padding: 5px 0px;
	font: 10px 'Tahoma';
}
/**************************************************
	HOME
**************************************************/

.header-wide {
	background: url('../images/001/body-bg2.gif') repeat-x;
}
.header-container {
	width: 865px;
	margin: auto;
}

.home.container {

}
.home-thumb {
	border-bottom:1px solid #E6E6E6;
	overflow:hidden;
	padding-bottom:8px;
	width:235px;
}

/****************
  use h3 image replace for headings. 
*****************/

.featured {
	margin-top: 100px;
}
body.home .header {
	width: 865px;
	background: none;
	position: absolute;
	z-index: 1000;
}
body.home .content {
	padding-top: 344px;
	background: url('../images/001/content-bg.gif') center 350px no-repeat;
	position: relative;
}
.slider {
	width: 1920px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: -521px;
}
.slider ul li {
	width: 1920px;
	height: 350px;
	text-align: center;
	overflow: hidden;
	display: none;
}
.contentwrap {
	margin:auto;
	width:865px;
}
.columnswrap {
	margin:auto;
	width:865px;
}
.columns {
	padding-top: 20px;
}
.columns .column-1, .columns .column-2, .columns .column-3 {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	float: left;
}
.columns .column-1 {
	width: 310px;
	padding-right: 25px;
	background: url('../images/001/column-bg.gif') top right no-repeat;
}
.columns .column-2 {
	width: 230px;
	padding: 0px 15px;
}
.columns .column-3 {
	width: 230px;
	padding-left: 25px;
	background: url('../images/001/column-bg.gif') top left no-repeat;
}
.columns .column-1 ul li {
	padding-left: 0px;
	position: relative;
}
.columns .column-1 ul li h3 {
	margin-bottom: 5px;
}
.columns .column-1 ul li p.info {
	width: 50px;
	font: 10px 'Tahoma';
	line-height: 18px;
	text-align: right;
	position: absolute;
	top: 5px;
	left: 0px;
}
.columns .column-1 ul li p.info span.comments {
	padding-left: 13px;
	background: url('../images/001/ico-comment.gif') left no-repeat;
}
/**************************************************
	FOOTER
**************************************************/

.footer {
	clear:both;
	background:#7c7c7c;
	height: 190px;
	margin-top: 50px;
	}
.footerwrap {
	margin:auto;
	width:865px;
	padding-top: 45px;	
	height:95px;
}
.footertag {
	margin:auto;
	width:865px;
}
#middle {
	display: block;
	margin: 0 auto;
}	
.footer p {
	margin-bottom: 0px;
}

#footer-last {
	background-color:#686868;
	border-top:1px solid #686868;
	clear:both;
	height:34px;
	margin:15px auto 0;
	width:100%;
}
#footer-last p {
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
	text-transform:uppercase;
	width:856px;
}

.footer .contentwrap .middle {
	margin: auto 0;
}
#content-social {
	float: right;
	width: 220px;
}
/**************************************************
	PRETTY PHOTO
**************************************************/

a.pp_close {
	display: none !important;
}
/**************************************************
	PAGES
**************************************************/

.aboutpage-magenta {
	width:100%;
	background:#f700ab;
	height:500px;
}
.aboutpage-wrap {
	width:100%;
	background: #ffffff;
	height:500px;
}
.contactpage-magenta {
	width:100%;
	background:#f700ab;
	height:580px;
}
.blog-single-magenta {
	background:#f700ab;
	min-height:450px;
	padding-bottom:25px;

}
.portfolio-single-magenta {
	width:100%;	
	background:#f700ab;
	
}
.portfoliopage-magenta {
	width:100%;
	padding-bottom:10px;	
	background:#f700ab;
}

.homepage-description {
	width:867px;
	height:91px;
	background: url('../images/001/home-welcome.png') left no-repeat;
	padding-bottom:0px;
}
.homepage-titles{
	background:transparent url(../images/001/home-titles.png) no-repeat scroll left center;
	height:33px;
	margin-left:0px;
	margin-top:30px;
	width:855px;
}
/**************************************************
	PORTFOLIO PAGE
**************************************************/

#col-left {
	margin:0 auto;
	width: 285px;
}
#col-main {
	background:transparent url(http://blog.sketchydotmedia.com/wp-content/themes/sketchymedia_V1.0/images/001/workholder.png) no-repeat scroll 0 0;
	height:390px;
	margin:0 auto;
	padding:18px;
	width:850px;
}

#main-image {
	width:846px;
	height:380px;
	position:relative;
	overflow:hidden;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
#nav-left-container, #nav-right-container {
	display: none;
	height: 42px;
	position: absolute;
	z-index: 100;
	text-indent: -900px;
	width: 310px;
}
#nav-left-container {
	left: 0px;
}
#nav-right-container {
	right: 0px;
}
#nav-left-container a, #nav-right-container a {
	display:block;
	height: 42px;
	width: 310px;
	background-repeat:no-repeat;
}
#nav-left-container a {
	background-image: url(../images/001/left.png);
	background-position: top left;
}
#nav-right-container a {
	background-image: url(../images/001/right.png);
	background-position: top right;
}
#image-container {
	position: absolute;
	top: 0;
}
#image-container img {
	float: left;
}
a {
	outline: none;
}
#services-content {
	display: none;
}
#services-content ul {
	color:#666666;
	font-family:arial;
	font-size:14px;
	line-height:20px;
	list-style: none;
	padding-left:15px;
}
#services-content li {
	background:transparent url(images/list-mark.png) no-repeat scroll 0 3px;
	margin-bottom:5px;
	padding-left:22px;
}
div.portfolio-entry-wrap {
	width:100%;
	height:400px;
}
div.portfolio-entry {
	width:860px;
	margin:0 auto;
}

/* PROJECT HEADER */

div.portfolio-titlewrap {
	height:50px;
	background: url('../images/001/pagetitle-bg.jpg') center repeat-x;
	margin:0px auto 0;
	width:100%;
}
div.portfolio-title {
	height:50px;
	margin:0 auto;
	padding-top:5px;
	width:865px;
}


/**************************************************
	SLIDER INDEXES NAV
**************************************************/

.image-numbers {
	float:left;
	height:30px;
	margin-left:0px;
	margin-top:10px;
	width:300px;
}

.thumbnail-number:hover {
	background-color: #666;
}
.thumbnail-number.active {
	background-color:#ffffff;
}
.thumbnail-number {
	background:none repeat scroll 0 0 #2c2c2c;
	cursor:pointer;
	float:left;
	height:10px;
	margin-right:5px;
	text-align:center;
	width:10px;
}

/**************************************************
	ABOUTPAGE
**************************************************/

#services {
	margin-top: 14px;
	margin-bottom: 25px;
	height: 100%;
	min-height: 100%;
	height: auto;
	text-align: center
}
#services h3 {
	background: url(images/head_ourservices.gif) no-repeat;
	width: 188px;
	height: 42px;
}

#services .serviceblocks_title {
	width:860px;
	height: 82px;
	margin: 0px auto;
	padding-right:8px;

}
#services .serviceblocks_title img {
	margin:0px;
}

#services .serviceblocks {
	color:#61584D;
	font-family:Helvetica,arial,sans-serif;
	height:auto;
	line-height:18px;
	margin:0 auto;
	min-height:100%;
	width:865px;
}
#services .serviceblocks a {
	color: #ee4591;
	font-weight: bold;
	background: url(/images/bullet.gif) no-repeat center left;
	text-decoration: none;
	text-transform:lowercase
}
#services .serviceblocks a:hover {
	text-decoration: none
}
#services .serviceblocks p {
	color:#FFFFFF;
	font-family:georgia,monospace;
	font-size:13px;
	margin-top:8px;
	font-style:italic;
	font-weight:normal;
	line-height:15px;
	text-align:justify;
	width:275px;
}
#services .serviceblocks img {
	border:medium none;
	width:275px;
}
#services .serviceblocks .block {
	float: left;
	width: 275px;
	padding:0px;
	clear:right;
	margin-top: 10px;
	margin-right:13px;
}
#services .serviceblocks .blocktitle {
	float: left;
	height:25px;
	margin: 0px;
	padding: 0px;
	clear:right
}
ul.recentEntries.tagPage li {
border-bottom:1px solid #ffffff;
margin:20px 0;
position:relative;
width:525px;
}
ul.recentEntries.tagPage h6, ul.recentEntries.tagPage p {
padding:0 0 0 120px;
}
ul.recentEntries.tagPage h6.entry-type {
left:0;
padding:0;
position:absolute;
top:0;
}
/* Style-Switcher */
#style-switcher {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 34px;
	margin-top:-15px;
}
#style-switcher ul {
	float: right;
}
#style-switcher li {display: inline;}
#style-switcher li a {
	float: left;
	line-height: 26px;
	text-decoration: none;
	display: inline;
}
#style-switcher li a:hover {margin-top:5px;}