/* -------------------------------
BODY STYLES
----------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  background:#c3c49e url(images/site_bg.jpg);
  background-attachment:fixed;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:135%;
}

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/



a:hover {
  text-decoration: none;
}

a:focus {
	outline:none;
}

h1 {
	font-size:26px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:10px 0 12px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:100%;
}

h1 a {
	text-decoration:none;
	border-bottom:1px dotted #F30C55;
}

h1 a:hover {
	border:none;
}

h2{
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	padding:10px 0;
} 


ul {
	list-style:none;
}

p {
	margin:0.7em 0;
}


/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#mainWrapper {
	background:url(images/top-shadow.png) 0 0 repeat-x;
	margin:0;
	padding:0;
}

#wrapper {
	width:950px;
	margin:0 auto;
}

#header {
	background:url(images/header_bg.png)  0 no-repeat;
        background-position:right;
	height:120px;
	position:relative;
        
}

#content {
	
}

#colLeft {
	float:left;
}

#colLeftInner {
	width:632px;
	background:#fff;
	padding:25px 24px 35px;
	min-height:500px;
}

#colRight {
	float:left;
	width:280px;
	border-top:1px solid #1d1d1d;
}

#footer {
	

}

#footerInner {
	width:910px;
	margin:0 auto;
	color:#797979;
}

#copyright {
	background:url(images/bottom-shadow.png);
        background-position:bottom;
}

#copyrightInner {
	width:900px;
	margin:0 auto;
	font-size:11px;
	color:#515151;
	padding:5px 0px 5px 50px;
	position:relative;
}

#copyrightInner a {
     color:#515151;   
}

/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

#logo {
	position:absolute;
	left:48px;
	top:29px;
        z-index:999;
}

#logo img {
	border:none;
}

/* Top menu */

#topMenuCont {
	z-index:999;
	height:50px;
	padding:0px 30px 0px 0px;
	position:absolute;
	right:0;
	top:35px;
}



#topMenuCont ul li{
	float:left;
	padding:11px 15px 0;
	background:url(images/bk_top_list.png) 0 0 repeat-x;
	height:56px;
}

#topMenuCont ul li a {
	color:#888;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}

#topMenuCont ul li a:hover{
	color:#eee;
}

#socialLinks {
	position:absolute;
	right:15px;
	bottom:15px;
}

#socialLinks li{
	float:left;
	padding-left:13px;
}

#socialLinks li img {
	border:none;	
}

#socialLinks li a:hover img {
	margin-top:-2px;
}

#getSocial {
	width:114px;
	height:41px;
	background:url(images/get_social.png) 0 0 no-repeat;
	float:right;
	margin-right:-114px;
	margin-top:100px;
}

/*--------------------------------
CONTENT ELEMENTS
----------------------------------*/
#archive-title, .searchQuery {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	background:url(images/bullet_star_featured.png) 0 50% no-repeat;
	padding-left:16px;
	line-height:100%;
	text-transform:uppercase;
	margin-bottom:10px;
}

.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 10px;
}

#colLeft img {
	border:none;	
}

span.author, span.author a {
	color:#333;	
}

.navigation {
	width:675px;
}

/* HOMEPAGE FEATURED POST */

#featuredPost {
	margin-bottom:20px;
}

#featuredPost .label {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	padding-left:16px;
	line-height:100%;
}

#featuredPost .meta {
	font-size:11px;
	color:#999;
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding-bottom:12px;
}

#featuredPost a.author {
	color:#333;
} 

#featuredPost .featuredDetails {
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding:20px 0;
	font-size:14px;
}

#featuredPost .featuredDetails p {
	margin:0 0 15px;
}

#featuredPost .featuredDetails a img {
	border:none;
}

/* HOMEPAGE POSTS LIST */

.homePost {
	float:left;
	width:290px;
	padding:10px 10px 20px 0;
	margin-top:10px;
        height:280px;
}

.homePost.even{
        border-right:1px dotted #c3c3c3;
        border-left:1px dotted #c3c3c3;
}

.homePost .date {
	background:url(images/bk_date.jpg) 0 0 no-repeat;
	width:54px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
	line-height:120%;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
}

.date h3 {
        float:left;
}

.homePost div {
	margin:0.5em 0;
}

.homePost h2{
	padding-top:0;
	padding-bottom:5px;
	line-height:110%;
	height:10px;
        padding-left:12px;
        
}

.homePost h2 a {
	text-decoration:none;
        color:#750000;
        text-transform:uppercase;
}

.homePost .date span {
	font-size:20px;
	font-weight:bold;
}

.homePost .meta {
	font-size:11px;
	color:#999;
	padding-bottom:6px;
	padding-top:6px;
}

.homePost a.author {
	color:#333;
} 

.homePost p{
        margin-left:12px;
        padding-top:20px;
        color:#999;
        font-size:0.9em;
        float:left;
} 

#colLeftInner .even {
	border-right:none;
	padding-right:0;
	padding-left:20px;
}

.homePost div img {	
        float:left;
	margin:0 10px 10px 0;
	padding:2px 4px 4px;
	border:none;
}

/* GENERAL POSTS LIST AND SINGLE POST */

.blogPost {
	margin-bottom:20px;
	border-bottom:1px solid #D7D7D7;
}

.blogPost .meta {
	font-size:11px;
	color:#999;
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding-bottom:15px;
	margin-bottom:20px;
}

.blogPost a.author {
	color:#333;
} 

.blogPost .date {
	background:url(images/bk_date.jpg) 0 0 no-repeat;
	width:54px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:18px;
	line-height:120%;
	float:left;
	margin-right:10px;
	margin-bottom:40px;
}

.blogPost .date span {
	font-size:20px;
	font-weight:bold;
}

.blogPost p, #colLeftInner .page p {
	font-size:14px;	
	line-height:1.5em;
	margin:1em 0;
}

#colLeftInner .page {
	font-size:14px;		
}

.blogPost .postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 20px;
}

a.more-link {
	display:block;
	width:91px;
	height:28px;
	text-indent:-9999px;
	clear:both;
	border:none;
	margin:-5px 0 15px;
}

.postauthor {
	background:#F4F4F4;
	border:1px dashed #D2D2D2;
	padding:15px 18px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	margin-bottom:20px;
	margin-top:20px;
}

.postauthor img {
	float:left;
	margin-right:10px;
	padding:4px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* POST SOCIAL SHARE */

.social {
	margin:20px 0 15px;
	padding: 0 0 15px;
	border-bottom:1px solid #D7D7D7;
}

.social a:hover img {
	margin-top:-4px;	
}

.social img {
	border:none;
	vertical-align:middle;
}

.social strong {
	padding-right:20px;	
}

.navigation .alignleft a{
	display:block;
	width:123px;
	height:30px;
	background:url(images/but_prev.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

.navigation .alignright a{
	display:block;
	width:107px;
	height:30px;
	background:url(images/but_next.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

#colLeftInner ul{
	list-style-type:disc;
	list-style-position:inside;
}

#colLeftInner ol {
	list-style-position:inside;
}

blockquote {
	border-left:1px dashed #aaa;
	padding-left:20px;
	margin:15px 0 15px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/bk_blockquote.jpg) 90% 0 no-repeat;
}

/*--------------------------------
COL RIGHT
----------------------------------*/

.boxRight {
	border:1px solid #434343;
	border-left:none;
	background:url(images/bk_rightbox.jpg) 0 0 repeat-y;
	margin:15px 0;
	padding-top:8px;
}

.boxRightInner {
	padding:0 10px 15px;
	color:#888;
}

.boxRight h2 {
	display:block;
	margin-right:-13px;
	height:38px;
	line-height:30px;
	padding:0 0 0 15px;
	text-transform:uppercase;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}


.boxRight ul li {
	padding:8px 6px 8px 18px;
	border-bottom:1px solid #434343;
}

.boxRight ul li a {
	text-decoration:none;
	display:block;
}


/* ADS */

#ads {
	padding:15px 0 0;
}

#ads div div {
	margin:8px 0 0 10px;
	float:left;
}

#ads div div a img {
	border:1px solid #414141;	
}

/*--------------------------------
FOOTER
----------------------------------*/

#footerInner .boxFooter {
	float:left;
	width:295px;
	padding-right:25px;
}

#footerInner h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	border-bottom:1px solid #363636;
	padding:7px 0 7px 16px;
	margin-bottom:7px;
}

#footerInner .boxFooter ul li {
	padding:5px 6px 5px 18px;
	border-bottom:1px solid #292929;
}

#footerInner .boxFooter ul li a {
	text-decoration:none;
	display:block;
}

#site5bottom {
	position:absolute;
	right:5px;
	top:13px;
}

#site5bottom img {
	border:none;
}

/* COMMENTS
------------------------------------------*/

h2#comments {
	display:block;
	background:url(images/ico_h2_comments.png) 0 50% no-repeat;
	padding:15px 0 15px 40px;
}

h2#commentsForm {
	display:block;
	background:url(images/ico_h2_form.png) 0 50% no-repeat;
	padding:10px 0 10px 40px;
}

#colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0 0;
}

#colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
}

#colLeft ul.commentlist li {
	padding:12px 20px;
	position:relative;
	border:1px dashed #ccc;
	margin-left:15px;
	margin-bottom:20px;
}

#colLeft ul.commentlist li .comment-meta, #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}


#colLeft ul.commentlist li .avatar {
	background:#fff;
	padding:3px;
	border:1px solid #ccc;
	position:absolute;
	left:-15px;
	top:-7px;
}

#colLeft ul.commentlist .reply {;
	margin-left:20px;
	margin-top:-5px;
}

#colLeft ul.commentlist .reply a {
	font-size:11px;
	/*position:absolute;
	bottom:10px;
	left:34px;*/
	color:#3293C2;
	
}

#colLeft ul.commentlist li .children li {
	background:#fff;
	margin-left:20px;
	margin-top:15px;
	
}

/* FORMS
-------------------------------------------*/
#searchBox {
	background:url(images/bk_shadow.png) 0 100% repeat-x;
	padding:20px 0;
	padding-left:10px;
	margin:0;
}

#searchBox label {
	display:block;
	float:left;
	width:50px;
	background:url(images/search_label.png) 0 0 no-repeat;
	margin-top:12px;
}

#searchform input {
	border:none;
	background:url(images/search_input.png) 0 0 no-repeat;
	padding:13px 3px 7px 12px;
	color:#666;
	width:158px;
	float:left;
	margin-left:10px;
}

#searchform input#searchsubmit {
	width:21px;
	height:30px;
	border:none;
	cursor:pointer;
	padding:0;
}

/* Post comment */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:url(images/bk_input.jpg) 0 0 repeat-x;
}


#commentform textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input#submit{
	border:none;
	width:116px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:url(images/bk_input.jpg) 0 0 repeat-x;
}


#contact textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input.submit{
	border:none;
	width:122px;
	height:34px;
	margin-top:10px;
	cursor:pointer;
}
.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px dashed #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px dashed #C2E1AA;
	color:#8FA943;
}

a#home {
display: block;
width: 51px; height: 58px;
background: url(images/menu/home.png) no-repeat; }

a#home:hover {
display: block;
width: 51px; height: 58px;
background: url(images/menu/home_over.png) no-repeat; }

a#about-me {
display: block;
width: 83px; height: 58px;
background: url(images/menu/about_me.png) no-repeat; }

a#about-me:hover {
display: block;
width: 83px; height: 58px;
background: url(images/menu/about_me_over.png) no-repeat; }

a#portfolio {
display: block;
width: 90px; height: 52px;
background: url(images/menu/portfolio.png) no-repeat; }

a#portfolio:hover {
display: block;
width: 90px; height: 52px;
background: url(images/menu/portfolio_over.png) no-repeat; }

a#contact {
display: block;
width: 97px; height: 52px;
background: url(images/menu/contact_me.png) no-repeat; }

a#contact:hover {
display: block;
width: 97px; height: 52px;
background: url(images/menu/contact_me_over.png) no-repeat; }

.hidden {
     display:none;
}
#button {
        float:left;        
}

#chocTop {
        position:relative;
	left:0px;
	top:-60px;
        height:263px;
        width:950px;
        background:url(images/homechoc_bg.png);
        background-repeat:no-repeat;
        background-position:right;
        }

#homeNews {
        height:272px;
        width:950px;
        background:url(images/news_bg.png);
        margin-top:-70px;;
        
}

#latestWork {
        height:370px;
        width:950px;
        background:url(images/latest-work_bg.png);
        background-repeat:no-repeat;
        margin-top:-10px;
        padding-left:43px;
        float:left;
        }

#latestWork img {
        margin-left:10px;
        border:1px solid #c3c3c3;
}

#latestWorkHeader {
        width:400px;
        padding-top:20px;
        margin-left:10px;
}

#latestWorkHeader h3 {
        float:left;
        padding-right:10px;
        color:#2e2e2e;
}

#latestWorkHeader h4{
        color:#750000;
        font-size:0.9em;
}

#latestWorkHeader h4:hover{
        color:#000;
        font-size:0.9em;
}

#homeNewsHeader {
        width:880px;
        height:35px;
        padding-top:20px;
        margin-left:55px;
        float:left;
}

#homeNewsHeader h3 {
        float:left;
        padding-right:10px;
        color:#2e2e2e;
}

#homeNewsHeader h4{
        color:#750000;
        font-size:0.9em;
        float:left;
}

#homeNewsHeader h4:hover{
        color:#000;
        font-size:0.9em;
}

#homeVitalsHead {
        width:300px;
        padding-top:0px;
        padding-right:30px;
        float:right;
      
}

#latestNews { 
        width:540px;
        margin-left:55px;
        float:left;      
}

#latestNews img {
        border:0px;
        width:203px;
        height:125px;
        
}

#latestNews h3 a{
        text-decoration:none; 
        color:#2e2e2e; 
        margin-top:3px;     
}

#latestNews h2, #vitalStatistics h2 {
        color:#750000;
        padding-bottom:3px;
}

#homeNewsImg {
        width:193px;
        height:149px;
        float:left;
        margin-top:10px;
}

#newsExcerpt p{
float:left;
width:330px;
padding-left:15px;        
}

#vitalStatistics {
        border-left:1px solid #c3c3c3; 
        width:340px;
        height:200px;
        float:right;
        padding-left:10px;     
}

#vitalStatistics p {
        width:320px;
}

#aboutMore {
        float:right;
        padding-right:20px
}

#aboutMore a{
        color:#750000;
        text-decoration:none;
        font-size:0.8em;
        font-weight:bold;
}

#aboutMore a:hover{
        color:#000;
}

#chocImage {
        padding-top:50px;
        padding-left:50px;
}

#projectExcerpt p {
        color:#000;
        font-size:0.8em;
}

.portfolio-box, .portfolio-box2, .portfolio-box3, .portfolio-box4, .portfolio-box5{
  width: 305px;
  margin: 0em 0em;
}
.portfolio-box h3, .portfolio-box2 h3,.portfolio-box3 h3, .portfolio-box4 h3, .portfolio-box5 h3, .portfolio-box6 h3, .portfolio-box7 h3, .portfolio-box8 h3, .portfolio-box9 h3, .portfolio-box10 h3, .portfolio-box11 h3, .portfolio-box12 h3, .portfolio-box13 h3, .portfolio-box14 h3{
  margin: 0;
  padding: .25em;
  height:15px;
  background:url(images/portfolio-tab.png);
  background-repeat:no-repeat;

}
#portfolioDetail{
  padding: .5em .25em;
  padding-left:15px;
  background:url(images/portfolio-extend.png);
  background-repeat:repeat-y;
}

.portfolioBase {
        height:10px;
        margin-left:3px;
        background:url(images/portfolio-base.png);
        background-repeat:no-repeat;
}

#showcaseWrapper {
        width:302px;
        float:left;
}

#showcaseImage {
        background:url(images/portfolio_bg.png);
        height:181px;
        padding:20px 0px 0px 16px;
}

#showcaseImagePoster {
        background:url(images/port-post_bg.png);
        height:395px;
        padding:20px 0px 0px 16px;
}


#showcaseImage img{
        height:175px;
        border:1px solid #c3c3c3;
}

#showcaseImagePoster img{
        border:1px solid #c3c3c3;
}

#portfolioWrapper {
        width:960px;
        margin:0 auto;
        padding-left:37px;
}

#block1 {
float:left;
}

#portfolioDetail li {
      background:url(images/portfolio/bullet.jpg);
      background-repeat:no-repeat;
      list-style:none;
      font-size:0.8em;  
      padding-left:15px;
}

.portfolioAddress a{
        color:#750000;
        text-decoration:none;
        font-weight:bold;
        text-transform:uppercase;
        font-size:0.8em;
}

.portfolioAddress a:hover{
        color:#000;
}

#newFooter {
        height:202px;
        background:url(images/footer_bg.png);
        background-repeat:no-repeat;
        width:950px;        
        margin:auto;
        
       }

#newFooterPort {
        height:202px;
        background:url(images/footer_bg.png);
        background-repeat:no-repeat;
        width:950px;        
        margin:auto;
        float:left;
       }

#lightbox {
        z-index:1000;
}

#lightbox-overlay-text-about {
        display:none;
}

#newFooterInner {
        margin-left:60px;
        padding-top:30px;
}

#newFooterInner h3 {
        color:#fff;
        padding-bottom:10px;

}

.footerCol1{
        width:150px;
        height:125px;
        border-right:1px dashed #c3c3c3;
        float:left;
}

.footerCol2, .footerCol3 {
        margin-left:30px;
        list-style:none;
        float:left;
        border-right:1px dashed #c3c3c3;
        width:180px;
        height:125px;
        
}

.footerCol3 {
        width:210px;
}

.footerCol2 li, .footerCol3 li {
        color:#fff;
        font-size:0.85em;
        padding-left:5px;
}

.footerCol1 li{
       list-style:none;
       padding-bottom:5px;
       margin-left:5px;
}

.footerCol1 li a{
        color:#fff; 
        font-size:0.85em;    
}

.footerCol1 li a:hover{
        color:#000;     
}

#footerInfo {
        width:900px;
        float:left;
        padding-top:10px;
}

#footerInfo a {
        font-size:0.8em;
        color:#c3c3c3;        
}

.footerCol4 {
        margin-left:20px;
        float:left;
}

.footerIcons img {
        border:0px;
}

#portHead {
        height:95px;
        background:url(images/portfolio-header.png);
        background-repeat:no-repeat;
        width:950px;
        margin-top:-30px;
        }

#portHeadLeft {
        margin-left:60px;
        padding-top:20px;
        float:left;
}

#portHeadRight {
        padding-top:20px;
        margin-left:40px;
        float:left;
        width:600px;
        font-size:0.8em;
}

#portHeadLeft h2{
        font-size:3em;
}

#aboutMeLeft {
        background:url(images/about-me_bg.png);
        background-repeat:no-repeat;
        float:left;
        height:370px;
        width:610px;
        padding:10px 0px 0px 20px;
        margin-left:40px;
}

#aboutMeLeft p {
        font-size:0.85em;
        width:560px;
}

/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */L