body {
	margin: 0;
	padding: 0;
	background: #cecbc4;
	}
#background {
	background: #cecbc4 url(http://www.philcampbelldesign.com/images/phil_background.jpg) no-repeat center top !important;
	width: 100%;
}

/* Page Layout */

#header {
	width: 898px;
	margin: 0 auto;
	height: 155px;
	background-color: transparent;
}
#logo {
	width: 236px;
	background: #fff url(http://www.philcampbelldesign.com/images/header_left_bg.png) no-repeat;
	float: left;
	height: 155px;
	position: relative;
}
#headcenter {
	background: #fff url(http://www.philcampbelldesign.com/images/header_center_bg.png) no-repeat;
	float: left;
	width: 410px;
	height: 155px;
}
#headright {
	background: transparent url(http://www.philcampbelldesign.com/images/header_right_bg.png) no-repeat;
	float: right;
	width: 252px;
	height: 155px;
	position: relative;
}
#contentwrap {
	width: 898px;
	min-height: 650px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
#contentcol {
	width: 591px;
	float: left;
	margin-left: 51px;
}
#sidebar {
	float: left;
	width:210px;
	margin-left: 20px;
}
#sidebarindent {
	margin-left: 40px;
}
#fpbuttons {
	margin-top: 30px;
}
#footer {
	width: 898px;
	margin: 0 auto;
	background: #fff url(http://www.philcampbelldesign.com/images/footer.gif) no-repeat bottom;
	height: 175px;
}
#footerleft {
	width: 500px;
	margin-left: 51px;
	float: left;
}
#footerright {
	width:220px;
	float: right;
	text-align: right;
	margin-right: 51px;
}
a {
	color: #944344;
	text-decoration: none;
	font-weight: bold;
}


/* Navigation menu */
#nav {
	margin: 98px 0 0 0;
	padding: 0;
}
#nav li {
	list-style-type: none;
	float: left;
}
#nav li a {
	display: block;
	height: 25px;
}
#nav li a span {
	display: none;
}
#nbio a{
	width: 68px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_bio.png) no-repeat;
}
#nbio a:hover{
	width: 68px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_bio_hover.png) no-repeat;
}
#nbio a.current{
	width: 68px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_bio_current.png) no-repeat !important;
}
#nportfolio a{
	width: 93px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_portfolio.png) no-repeat;	
}
#nportfolio a:hover{
	width: 93px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_portfolio_hover.png) no-repeat;	
}
#nportfolio a.current{
	width: 93px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_portfolio_current.png) no-repeat !important;	
}
#nresume a{
	width: 83px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_resume.png) no-repeat;	
}
#nresume a:hover{
	width: 83px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_resume_hover.png) no-repeat;	
}
#nresume a.current{
	width: 83px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_resume_current.png) no-repeat !important;	
}
#nblog a{
	width: 75px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_blog.png) no-repeat;	
}
#nblog a:hover{
	width: 75px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_blog_hover.png) no-repeat;	
}
#nblog a.current{
	width: 75px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_blog_current.png) no-repeat !important;	
}
#ncontact a{
	width: 75px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_contact.png) no-repeat;	
}
#ncontact a:hover{
	width: 75px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_contact_hover.png) no-repeat;	
}
#ncontact a.current {
	width: 75px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_contact_current.png) no-repeat !important;		
}
/* Font Styles */
h1 {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #959595;
	margin-bottom: 0;
}
#sidebar h1 {
	margin-bottom: 5px !important;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	margin-top: 5px;
}
#portcontainer h2 {
	color: #0D1732;
	margin-bottom: 5px !important;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #0D1732;
	margin-bottom: 5px;
	padding: 0;
	text-transform: uppercase;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0D1732;
	margin-bottom: 5px;
	padding: 0;
}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #0D1732;
	margin-bottom: 5px;
	padding: 0;
}
h3.blogtitle {
	font-size: 18px !important;
}
h3.commenttitle {
	font-size: 15px !important;
	margin: 10px 0 5px 0 !important;
}
h3.commentformtitle {
	font-size: 15px !important;
	margin: 50px 0 10px 0 !important;	
}
p, li, td {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #252525;
	line-height: 180%;
	margin-top: 0;
}
blockquote {
	margin-left: 20px;
	border-left: 3px solid #ccc;
	padding-left: 5px;
	font-style: italic;
	color: #666;
}
.pullquote {
	font-size: 10px;
	color: #944344;
	font-style: italic;
	line-height: 140% !important;
}
#sidebar h2 {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #0D1F42;
	margin-bottom: 3px;
}
#sidebar ul {
	margin: 0 0 15px 25px;
	padding: 0;
}
#sidebar ul li {
	margin: 0 0 3px 0;
	padding: 0;
}
#footer p {
	font-size: 10px;
	margin-top: 5px;
}
.resumetext ul {
	margin-top: 0px;
}
.resumetext p {
	margin-bottom: 2px !important;
}

/* Home, Newsletter and RSS Links */
.homelink {
	position: absolute;
	width: 200px;
	height: 155px;
	top: 0;
	left: 0;
}
.rsslink {
	position: absolute;
	top: 54px;
	left: 85px;
	width: 126px;
	height: 22px;
}
.newsletterlink {
	position: absolute;
	top: 84px;
	left: 85px;
	width: 126px;
	height: 18px;
}
.rsslink span, .newsletterlink span, .homelink span {
	display: none;
}




/* Bio Page */
#biotext {
	margin-left: 200px;
	margin-top: 40px;
}
#bioimage {
	position: absolute;
	top: 85px;
	left: 10px;
	width: 220px;
	height: 218px;
}


/* Portfolio */
#porttabs {
	height: 30px;
	margin: 0 0 0 -20px !important;
	padding: 0;
	width: 600px;
	background: #fff url(http://www.philcampbelldesign.com/images/nav_topline.png) no-repeat right !important;
}
#porttabs li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
#porttabs li a {
	display: block;
	height: 30px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
}
#porttabs li a:hover {
	background-position-y: -30px !important;
}
#porttabs li a span {
	display: none;
}


#porttabs #portstuff {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_stuff.png) no-repeat 0 0;	
	width: 96px;
}
#portstuff a.portcurrent {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_stuff.png) no-repeat 0 -60px !important;	
}
#portstuff a:hover {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_stuff.png) no-repeat 0 -30px !important;	
}

#porttabs #portimages {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_images.png) no-repeat 0 0;	
	width: 86px;
}
#portimages a.portcurrent {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_images.png) no-repeat 0 -60px !important;	
}
#portimages a:hover {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_images.png) no-repeat 0 -30px !important;	
}


#porttabs #portstory {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_story.png) no-repeat 0 0;	
	width: 86px;
}
#portstory a.portcurrent {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_story.png) no-repeat 0 -60px !important;	
}
#portstory a:hover {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_story.png) no-repeat 0 -30px !important;	
}


#porttabs #portvideo {
	background-image:url(http://www.philcampbelldesign.com/images/menu_video.png);	
	width: 88px;
}
#portvideo a.portcurrent {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_video.png) no-repeat 0 -60px !important;	
}
#portvideo a:hover {
	background: #e6e6e6 url(http://www.philcampbelldesign.com/images/menu_video.png) no-repeat 0 -30px !important;	
}

#portcontainer {
	background: #fff;
	padding: 10px;
	float: left;
	width: 580px;
	margin-left: -20px !important;
}
/* Portfolio Images */
#gallerywrap {
	float: left;
}
.galleryitem {
	width: 125px;
	height: 125px;
	float: left;
	margin: 0 17px 17px 0;
}
.galleryitem a {
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
}
.galleryitem a:hover {
	background-color: #eee;
	border: 1px solid #666;
}
/* Story */
#storycontent td {
	vertical-align: top;
}


/* Blog */
ul.blogmenu {
        margin-left: 0 !important;
}
#tagclouds a {
       color: #959595;
}
.comment1 {
	background-color:#D6D3C5 ;
	float: left;
	width: 600px;
	margin-top: 15px;
}
.commentmenu1 {
	background-color:#F5F5F5 ;
	width: 190px;
	margin-top: 15px;
       list-style-type: none;
}
.comment1top {
	height: 20px;
	background: #D6D3C5 url(http://www.philcampbelldesign.com/images/comment1_top.png) no-repeat;
}
.comment1bottom {
	height: 37px;
	background: #D6D3C5 url(http://www.philcampbelldesign.com/images/comment1_bottom.png) no-repeat;
}

.comment2 {
	background-color: #EEEEEF;
	float: left;
	width: 600px;
	margin-top: -15px;
}
.commentmenu2 {
	background-color: #fff;
	width: 190px;
	margin-top: -15px;
       list-style-type: none;
}
.commentmenu1 a, .commentmenu2 a {
       font-weight: normal;
       padding-left: 2px;
}
.comment2top {
	height: 63px;
	background: #EEEEEF url(http://www.philcampbelldesign.com/images/comment2_top.png) no-repeat;
}
.comment2bottom {
	height: 38px;
	background: #EEEEEF url(http://www.philcampbelldesign.com/images/comment2_bottom.png) no-repeat;
}
.commentauthor {
	background: #F8F381 url(http://www.philcampbelldesign.com/images/comment_author.png) no-repeat bottom;
	float: left;
	width: 600px;
}
.commentauthortop {
	display: none;
}
/*
.commentauthortop {
	height: 19px;
	background: #FAF7AF url(http://www.philcampbelldesign.com/images/comment_author_top.png) no-repeat;
}
*/
.commentcontent {
	padding: 10px;
}
#commentformwrap {
	background-color:#EEEEEF;
	border: 1px solid #D6D3C5;
	padding: 10px;
}
.postinfobottom {
	border-top: 1px dashed #D4D1CC;
	border-bottom: 1px dashed #D4D1CC;
	background: #F9F5AF;
	padding: 5px 5px -4px 5px;
	height: 21px;
	margin-bottom: 30px;
}
.postinfobottom img, #commentformwrap img {
	margin-bottom: -4px;
}
/* Misc */
.bolder {
	font-weight: bolder;
}
.last {
	margin-right: 0 !important;
}
img {
	border: none;
}
.onehundred {
	width: 100% important;
}
.clear {
	clear: both;
}
.left { float:left }
.right { float:right }
.none {
	display: none;
}