/* @override http://sethsnyder.net/blog/wp-content/themes/portfolio/style.css */

/* @override http://sethsnyder.net/blog/wp-content/themes/portfolio/style.css */

html, body{
	margin: 0;
	padding: 0;
	color: #ccc;
	background: #313130;
	font-family: "Times New Roman", Times, Georgia, serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}


a{
	color: #999999;
	text-decoration: none;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 200ms;
    -moz-transition: color 0.3s ease 0s;
}

a:hover{
	color: #fff;

}

img{
	background: white;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}


a:hover img{
	opacity: .5;
	filter: alpha(opacity = 75);
	zoom: 1;
	background: white;
}


p{
	margin: 0;
}

.clear{
	clear: both;
}

.caption{
	margin-top: -15px !important;
	font-size: 13px;
	padding: 0 15px;
	line-height: 18px;
}

#bodyWrapper{
	position: relative;
	margin-bottom: -20px;
}

#gradientTop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url('images/topGrad.png');
	height: 407px;
}


#gradientBottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url('images/bottomGrad.png');
	height: 407px;
}


#wrapper{
	width: 980px;
	margin: 0 auto;	
	position: relative;
}

#header{
	padding-top: 20px;
	height: 28px;
	text-align: right;
	position: relative;
}

#logo{
	position: absolute;
	top: 100px;
	left: 0px;
	height: 82px;
	width: 981px;
	background: url('images/BannerIcon.png') 0px 0px;
	display: block;
}


#mainNav{
	float: right;
	border-bottom: 1px dashed #7e7e7d;
	padding-bottom: 15px;
}



#header .menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .menu ul li{
	display: inline;
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-left: 47px;
}

#header .menu ul li.current_page_parent a,
#header .menu ul li.current_page_item a{
	color: #ccc;
	text-decoration: underline;
}


#header .headerLink{
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-left: 43px;
}

#header .headerLink.first,
#header .headerLink.first:hover{
	margin-left: 0;
}

#header .headerLink:hover{
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-left: 43px;
	text-decoration: underline;
}

#intro{
	width: 980px;
	margin-top: 160px;
	margin-bottom: 60px;
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #CCC
}

#body{
	margin-bottom: 150px;
}

#body h1{
	margin: 0;
}



#featuredProjects{
	width: 459px;
	float: left;
	margin-right: 30px;
}

#featuredProjects h1{
	color: #2cc381;
	font: italic 26px/20px Georgia, "Times New Roman", Times, serif;
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	padding-bottom: 10px;	
}


#featuredProjects .featuredProject h1{
	color: #CCC;
	padding-top: 10px;
	font: 32px/20px "Times New Roman", Georgia, Times, serif;
	background: none;
}


#featuredProjects .descriptor {
	color: #666;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#featuredProjects .tags {
	list-style-type: none;
	padding-left: 0;
	font-size: 18px;
	margin: 0;
	color: #999;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	border-bottom: solid 1px #666;
	padding-bottom: 32px;
}



#featuredProjects .featuredProject img{
	background: #444;
	margin-top: 15px;
	border: solid 6px #eee;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,.5);
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,.5);
	border-radius: 2px;
	box-shadow: 0 3px 15px rgba(0,0,0,.5);
	width: 448px;
	height: auto;
	
	
}


iframe{
	background: #444;
	margin-top: 15px;
	border: solid 6px #eee;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,.5);
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,.5);
	border-radius: 2px;
	box-shadow: 0 3px 15px rgba(0,0,0,.5);
}


#seeAllProjects{
	width:  459px;
	height: 40px;
	background: url(images/double.png) repeat-x;
	margin-top: 25px;
}

#seeAllProjects .seeAllProjects{
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #05C47F;
	float: right;
	margin-top: 10px;
}



#words{
	width: 267px;
	float: left;
	padding-left: 30px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	padding-right: 30px;
}

#words h1{
	color: #fb4483;
	font: italic 22px/20px Georgia, "Times New Roman", Times, serif;
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	padding-bottom: 10px;
}


#words .post{
	color: #8C8C8C;
	font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
	border-bottom: double 4px #666;
	padding-bottom: 3px;
}

#words .post p{
	margin-bottom: 24px;
}


#words .post h1{
	color: #ccc;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	background: none;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#words .date{
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	color: #999;
}

#words .comments{
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	margin-top: 3px;
	color: #999;
	float: right;
}

#words .comments:hover{
	color: #CCC;
}


#readMoreWords{
	width:  267px;
	height: 40px;
	background: url(images/double.png) repeat-x;
	margin-top: 25px;
}

#readMoreWords .readMoreWords{
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #FF4384;
	float: right;
	margin-top: 10px;
}


#sidebar{
	width: 130px;
	margin-left: 30px;
	float: left;
}

#sidebar ul{
	list-style-type: none;
	padding-left: 0;
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	color: #999;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
}


#sidebar h1{
	color: #37fff7;
	font: italic 22px/20px Georgia, "Times New Roman", Times, serif;
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	padding-bottom: 10px;
}

#sidebarNumber .completedProjectsNumber{
	font-size: 73px;
	line-height: 90px;
	margin-left: -10px;
	}

#sidebarNumber .completedProjects{
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: -15px;
	color: #999;
}

#sidebar #sidebarNumber li{
	font-style: regular;
	font-size: 11px;
	line-height: 20px;
}

#sidebar #sidebarNumber li .number{
	font: normal 15px/20px "Times New Roman", Georgia, Times, serif;
}

#sidebar #sidebarClients{
	padding-top: 0px;
    margin-top: 0px;
	background: url(http://sethsnyder.net/blog/wp-content/themes/portfolio/images/allClientLogos.png) no-repeat center top;
	height:  670px;
    padding-bottom: 60px;
}


#sidebar #sidebarClients li {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif}

#sidebar #sidebarContact{
	padding-top: 30px;
}


#sidebarContact .name{
	font-size: 12px;
	color: #CCC;
	padding-top: 16px;
}

#sidebarContact p{
	font-size:12px;
	color: #999;
}

#sidebarContact .contactInfo{
	margin-top: 15px;
}

#footerGap{
	clear: both;
}

#footer{
	position: relative;
	z-index: 300;
	clear: both;
	width: 832px;
	margin: 125px auto 0 auto;
}

#footerTop{
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	height: 90px;
	line-height: 110px;
	background: url(images/footerLogo.png) no-repeat center center;
}

#footerTop a{
	margin-right: 64px;
	color: #666;
}

#footerTop a:hover{
	color: #fff;
}

#footerTop .copyright{
	color: #666;
	float: right;
	line-height: 110px;
}

#footerTop .copyright a{
	margin-right: 0;
}


#footerBottom{
	height: 100px;
	width: 305px;
	margin: 30px auto 0 auto;
}

.socialLink{
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	background: url(images/socialLinks.png) 0;
	margin-right: 10px;
}


.socialLink.twitter{ background-position: 0 0; }
.socialLink.linkedin{ background-position: -35px 0; }
.socialLink.tumblr{ background-position: -70px 0; }
.socialLink.delicious{ background-position: -105px 0; }
.socialLink.flickr{ background-position: -140px 0; }
.socialLink.vimeo{ background-position: -175px 0; }
.socialLink.lastfm{ background-position: -210px 0; margin-right: 0;}

.socialLink.twitter:hover{ background-position: 0 35px; }
.socialLink.linkedin:hover{ background-position: -35px 35px; }
.socialLink.tumblr:hover{ background-position: -70px 35px; }
.socialLink.delicious:hover{ background-position: -105px 35px; }
.socialLink.flickr:hover{ background-position: -140px 35px; }
.socialLink.vimeo:hover{ background-position: -175px 35px; }
.socialLink.lastfm:hover{ background-position: -210px 35px; }

/* Adbout Page */

#aboutHeader{
	padding-left: 332px;
	min-height: 240px;
	margin-top: 160px;
	padding-bottom: 1px;
	padding-top: 25px;
	background: url(images/solidDotted.png) repeat-x 0 top;
}

#aboutHeader #me{
	float: left;
	margin-left: -332px;
}

#aboutHeader h1{
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	line-height: 0px;
	margin-bottom: 18px;
	margin-top: 10px;
}

#aboutHeader a{
	color: #00FFF8;
}

#aboutHeader p{
	font:  14px/19px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 25px;
}

h2.fancy{
	font: normal 32px "Times New Roman", Georgia, Times, serif;
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	padding-bottom: 3px;
	margin: 0;
	margin-bottom: 20px;
}

#aboutMid{
	margin-top: -10px;
	font: Georgia, "Times New Roman", Times, serif;
	background: url(images/dottedSolid.png) repeat-x 0 top;
	padding-top: 50px;
}

#aboutMid .bit{
	margin-bottom: 20px;
}

#aboutEducation{
	width: 356px;
	float: left;
}

#aboutEducation .left{
	float: left;
}

#aboutEducation .right{
	padding-left: 55px;
}

#aboutEducation .date{
	font: italic 11px "Times New Roman", Georgia, Times, serif;
	color: #8C8C8C;
}

#aboutEducation .title{
	display: block;
	font-size: 12px;
	line-height: 13px;
	
}

#aboutEducation .location{
	display: block;
	font-size: 12px;
	line-height: 13px;
	color: #999;
}

#aboutEducation .notes{
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #999;
}

#aboutAwards{
	margin-left: 416px;
}

#aboutAwards .left{
	float: left;
}

#aboutAwards .right{
	padding-left: 55px;
}

#aboutAwards .date{
	font: italic 11px "Times New Roman", Georgia, Times, serif;
	color: #8C8C8C;
}

#aboutAwards .title{
	display: block;
	font-size: 12px;
	line-height: 13px;
	
}

#aboutAwards .notes{
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

#aboutMid2{
	margin-top: 80px;
	clear: left;
}

#aboutSkills{
	width: 356px;
	float: left;
}

#aboutSkills .category{
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}

#aboutSkills .skills{
	float:  left;
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #999;
	margin-bottom: 20px;
}

#aboutExperience{
	margin-left: 416px;
}

#aboutExperience .left{
	float: left;
}

#aboutExperience .right{
	padding-left: 55px;
}

#aboutExperience .date{
	font: italic 11px "Times New Roman", Georgia, Times, serif;
	color: #8C8C8C;
}

#aboutExperience .company{
	display: block;
	font: 12px/13px Georgia, "Times New Roman", Times, serif;
}

#aboutExperience .location{
	display: block;
	font: italic 11px/13px "Times New Roman", Georgia, Times, serif;
	color: #A5A5A5;
}

#aboutExperience .notes{
	display: block;
	color: #8C8C8C;
	margin-bottom: 16px;
	font: 12px/13px "Times New Roman", Georgia, Times, serif;
}


#aboutRequest{
	margin-top: 45px;
	text-align: right;
	padding-bottom: 10px;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}

#aboutBottom{
	margin-top: 50px;
}


#aboutPhotographs{
	float: left;
	margin-bottom: 60px;
}

#aboutPhotographs ul, #aboutPhotographs li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#aboutPhotographs a{
	border: none;
	outline: none;
}

#aboutPhotographs .imageThumb{
	display: block;
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}



#aboutPhotographs #flickrpress-2{
	margin-left: 2px;
}

#aboutPhotographs .imageThumb.last{
	margin-left: 0;
}


#aboutPhotographs .imageThumb img{
	width: 80px;
}

#seeAllPhotos {
		clear: both;
		background: url(images/double.png) repeat-x;
		line-height: 40px;
		margin-top: 40px;
		text-align: right;
}


#seeAllPhotos a {
	font: italic 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-top: 10px;
}

#projectsTitle {
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	margin-top: 160px;
}

#projectsTitle h1 {
	font: normal 32px "Times New Roman", Georgia, Times, serif;
	color: #CCC;
	margin:  0 0;
}

.oneProjectLeft {
	width: 300px;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 1px solid #666;
	margin-top: 35px;
	background: url(images/dottedSolid.png) repeat-x 0 bottom;
	float: left;
}

.oneProjectMiddle {
	width: 300px;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 1px solid #666;
	margin-top: 35px;
	background: url(images/dottedSolid.png) repeat-x 0 bottom;
	float: left;
	margin-left: 40px;
}

.oneProjectRight {
	width: 300px;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 1px solid #666;
	margin-top: 35px;
	background: url(images/dottedSolid.png) repeat-x 0 bottom;
	float: right;
	margin-left: 40px;
}

.projectRow h2, .projectRow h2 a{
	font: 26px "Times New Roman", Georgia, Times, serif;
	color: #CCC;
	margin-top: 9px;
	margin-bottom: 4px;
}

.projectRow h2, .projectRow h2 a:hover{
	color: #fff;
}

.projectRow .projectThumb img{
	width: 300px;
	height: 105px;
	background-color: #999;
}

.projectRow .clientName{
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #999;
}


#articleNav, #projectNav{
	margin-left: 663px;
	margin-top: 10px;
	margin-bottom: 23px;
	float: right;
}

#projectNav{
	border-top: dashed 1px #777;
	padding-top: 5px;
	width: 358px;
	text-align: right;
}


#articleNav{
	border-top: 1px dashed #777;
	padding-top: 3px;
	width: 358px;
	text-align: right;
}


#projectNav a, #articleNav a{
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #999;
	padding-left: 42px;
}

#projectNav a:hover, #articleNav a:hover{
	color: #fff;

}


#projectTags, #articleTags {
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	margin-top: -25px;
	padding-bottom: 4px;
	display: block;
	height: 18px;
}

#projectTags .tags, #articleTags .tags{
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	color: #999;

}

#articleNumber, #projectNumber{
	clear: both;
	text-align: right;
}

#projectNumber h2, #articleNumber h2 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	padding-top: 100px;
	margin:  0 0;
}


#allProjects{
	text-align: left;
	margin-top: -24px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #666;
}

#projectHead {
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 22px;
}

#projectHead img{
	width: 980px;
	height: 342px;
	background-color: #999;
	margin-top: 58px;
	
	border: solid 8px #eee;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	border-radius: 2px;
	box-shadow: 0 5px 20px rgba(0,0,0,.5);
	width: 964px;
	height: auto;
}

#projectHead h1{
	font: normal 60px "Times New Roman", Georgia, Times, serif;
	color:  #ccc;
	margin-top: 24px;
	margin-bottom: 15px;
}

#projectHead .clientNameMain{
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color:  #999;
}

.projectDescription {
	font-family: 'Times New Roman', Georgia, Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #ccc;
}


.projectDescription img{
	background-color: #999;
	margin-top: 58px;
	border: solid 8px #eee;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	border-radius: 2px;
	box-shadow: 0 5px 20px rgba(0,0,0,.5);
	width: 964px;
	height: auto;
}	
	



.projectDescription p{
	margin: 0 0 15px 0;
}


.projectDescription a{
	color: #2cc381;
}




.projectHead{
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;	
}

.projectImage{
	
	border-top: 1px dashed #7e7e7d;
	padding-top: 57px;
	margin-top: 20px;
	background: url(images/solidDotted.png) repeat-x 0 43px;
}

.projectImage img{
	width: 980px;
	height: 650px;
	background-color: #999;
}

.projectImage .imageCaption{
	display: block;
	color: #8C8C8C;
	font: 13px/30px "Times New Roman", Georgia, Times, serif;
	text-align: right;
	margin-bottom: ;

}

#backToTop{
	width:  980px;
	height: 40px;
	background: url(images/double.png) repeat-x;
	margin-top: 25px;
	float: left;
}

#backToTop .backToTop{
	float: right;
	font: italic 16px/40px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

#wordsTitle{
	width: 774px;
	float: left;
}

#wordsTitle h1{
	font: normal 32px "Times New Roman", Georgia, Times, serif;
	color: #CCC;
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	margin-top: 0;
}


#wordsLeftColumn, #articleLeftColumn{
	float: left;
	width: 775px;
	margin-top: 160px;
}

#articlePreviews{

}

.articlePreview{

}

.articlePreview h2, .articlePreview h2 a{
	color: #CCC;
	font: 26px "Times New Roman", Georgia, Times, serif;
	margin-bottom: 0px;
	margin-top: 30px;
}

.articlePreview h2, .articlePreview h2 a:hover{
	color: #fff;
}


.articlePreview .date{
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	color: #999;
}

.articlePreview .comments{
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	margin-top: 5px;
	float: right;
}


.articlePreview img{
	width: 774px;
	height: 270px;
	background-color: #999;
	margin-top: 5px;
	margin-bottom: 20px;
}


.articlePreview .articleIntro{
	font: 13px/20px "Times New Roman", Georgia, Times, serif;
	color: #CCC;
}

.readMore, .seeMore{
	text-align: right;
	height: 40px;
	background: url(images/double.png) repeat-x;
	margin-top: 25px;
}

.readMore a, .seeMore a{
	font: italic 16px/40px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

.readMore a{
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.readMore a:hover{
	color: #fb4483;
	text-decoration: none;
}


#pagination{
	background: url(images/double.png) repeat-x;
	height: 40px;
	padding: 0;
	width: 240px;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}

#pagination a, #pagination span{
	margin-right: 12px;
	font: normal 20px/40px "Times New Roman", Georgia, Times, serif;
	color: #666;
}

#pagination a:hover {
	color: #CCC;
}

#pagination span.current{
	color: #CCC;
}

/*
#inspiration{
	margin-top: 60px;
	width:  150px;
	margin-left: 830px;
}


#tumblr-widget-3{
	list-style: none;
	margin: 0;
	padding: 0;

}

#inspiration ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


#inspiration h1{
	font: normal 32px "Times New Roman", Georgia, Times, serif;
	color: #CCC;
	margin-top: 0px;
	background: url(images/solidDotted.png) repeat-x 0 bottom;
}


#inspiration img{
	width: 100%;
}

#inspiration ul li p{
	display: none;
}

#inspiration a img{
	background-color: #999;
	margin-bottom: -5px;
}

*/
/* start: One Article */


#allWords{
	text-align: right;
	margin-top: 500px;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #666;
}

#wordsHead {
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 22px;
	width: 774px;
}


#wordsHead img{
	height: 342px;
	width: 774px;
	background-color: #999;
	margin-top: 58px;
}

#wordsHead h1{
	font: normal 60px "Times New Roman", Georgia, Times, serif;
	color:  #ccc;
	margin-top: 24px;
	margin-bottom: 15px;
}

#articleDate .date{
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #999;
}
 

.articleFull{
	width: 774px;
	font: 16px/24px "Times New Roman", Georgia, Times, serif;
	color: #CCC;
}

.articleImage{
	width: 774px;
	height: 400px;
	background-color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
}


.projectRow .projectThumb img{
	border: solid 2px #eee;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);	
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
	width: 296px;
	height: auto;
}


#articleLeftColumn #article .head img, .projectThumb img{
	border: solid 8px #eee;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	border-radius: 2px;
	box-shadow: 0 5px 20px rgba(0,0,0,.5);
	width: 759px;
	height: auto;
}


#articleLeftColumn #article .head img{
	background-color: #999;
	margin-bottom: 30px;
	margin-top: -100px;
}

#articleLeftColumn #article .head h2{
	font: 60px "Times New Roman", Georgia, Times, serif;
	margin: 0;
	padding: 0;
}


#articleLeftColumn #article .head .dateCom{
	display: block;
	background: url(images/solidDotted.png) repeat-x 0 bottom;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	padding-bottom: 8px;
	margin-bottom: 30px;
}


#articleLeftColumn #article .head .date{
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}


#articleLeftColumn #article .head .comments{
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}

#articleLeftColumn #article .body{
	font-size: 16px;
	line-height: 24px;
}

#articleLeftColumn #article .body a{
	color: #fb4483;
}


img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

