/*

Theme Name: March1Studios
Theme URI: http://march1studios.com
Description: Portfolio Blog Site of Daniel Simon
Version: 4
Author: Daniel Simon
Author URI: http://iamdansimon.com

*/

/* CSS 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 caption{ 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}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:oblique}
a{text-decoration:none;}


html, body {
	height: 100%;
	background: #FFFFFF url(images/vintagepaper_bg.jpg);
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #45443d;
	font-size: 14px;
	}

a, a:active, a:visited {
   text-decoration: none;
   color: #660000;
   }

a:hover {
   color: #4b463d;
   }


h1, h2, h3 {
	font-family: "PilsenPlakatRegular", Impact, Charcoal, sans-serif;
	}

h4, h5, h6 {
	font-family: "dearJoe5CASUALtrialRegular", Georgia, "Times New Roman", Times, serif;
	}

.dearjoe {
	font-family: "dearJoe5CASUALtrialRegular", Georgia, "Times New Roman", Times, serif;
	}


h1 {
	color: #3b3632;
	font-size: 30px;
	}

h2 {
	margin:0; padding:0;
	color:#3b3632;
	font-size: 24px;
	}


h3 {
	margin:0; padding:0;
	color:#3b3632;
	font-size: 20px;
	}

h4 {
	margin:0; padding:0;
	color:#3b3632;
	text-transform: capitalize;
	font-size: 18px;
	}

h5 {
	margin:0 0 10px 0; padding:0;
	color:#453c2f;
	font-size: 14px;
	}

code, pre {
        border: 1px dashed #bbb;
        font-family: 'Courier New', Courier, monospace;
        font-size: 12px;
		upadding: 3px;
	   	padding: 10px;
    	color: #808080;
        background: #F1F1FF;
        margin: 16px;
        display: block;
		}
		
blockquote {
	margin:22px 40px;
	upadding:3px;
	color:#575757;
	padding: 0 50px;
	background: transparent url("images/quotes.png") no-repeat 0 0;
	}

p { margin-bottom: 10px;}

.clear {clear: both;}

/* --- LAYOUT --- */
	
#window {
	position: relative;
	width: 100%;
	margin: 0 auto;
	
	height: auto !important; 
	height: 100%;
	min-height: 100%;
	}

#header {
	width: 100%;
	height: 130px;
	}

#container {
	width: 100%;
	}
	
#footer {
	width: 100%;
	}


/* --- HEADER STYLES --- */

#header-container {
	width: 1000px;
	height: 150px;
	margin: 0px auto;
	background:url(images/header.png) center top no-repeat;
	position: relative;
	}
	
	#header-container ul{
		margin:0 auto;
		height:150px;
		width:1000px;
		}

		#header-container ul li{
			display:block;
			float:left;
			height:150px;
		}
			#header-container ul li a{
				display:block;
				position:relative;
				height:150px;
				background-image:url(images/header.png);
				background-repeat:no-repeat;
			}
			
			#header-container ul li a strong{
					display:none;
				}
			
				#header-container ul li a span.hover{
					display:block;
					position:absolute;
					height:150px;
					background-image:url(images/header.png);
					background-repeat:no-repeat;
				}

				#logobutton a {
					width: 500px;
					background-position:0 0;
				}
					#logobutton a:hover {
						width: 500px;
						background-position:0 -150px;
					}

				#workbutton a {
					width: 105px;
					background-position:-500px 0;
				}
					#workbutton a:hover{
						background-position:-500px -150px;
					}
				#artbutton a{
					width: 91px;
					background-position:-605px 0;
				}
					#artbutton a:hover{
						background-position:-605px -150px;
					}
				#blogbutton a{
					width: 94px;
					background-position:-696px 0;
				}
					#blogbutton a:hover{
						background-position:-696px -150px;
					}
				#aboutbutton a{
					width: 92px;
					background-position:-790px 0;
				}
					#aboutbutton a:hover{
						background-position:-790px -150px;
					}
				#contactbutton a{
					width: 118px;
					background-position:-882px 0;
				}
					#contactbutton a:hover{
						background-position:-882px -150px;
					}




/* --- CONTENT STYLES --- */

#content {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	}
	
	.featbox {
		width: 1000px;
		height: 400px;
		background: url('images/showcase.png');
		background-position: top center;
		background-repeat: no-repeat;
		margin: 0px auto;
		padding-top: 40px;
		position: relative;
		z-index: 10;
		}
		
		.newtext {
			font-weight: bolder !important;
			color: #cc0000;
			}
		
		#myGallery {
			margin: 0px auto;
			}
		
		.jdGallery .slideInfoZone h2 {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 16px !important;
			font-weight: 100 !important;
			}
			
			.jdGallery {
				overflow: visible !important;
				}
							
   .latest {
	width: 385px;
	height: 310px;
	padding: 40px 0px 0 15px;
	float: left;
	background: url(images/board.png);
	background-position: top left;
	background-repeat: no-repeat;
		}
	
	.latest-post-wrap {
		float: left;
		width: 85px;
		height: 85px;
		margin: 3px;
		text-align: center;
		}
		
	.latest-image {
		margin: 5px auto 0px;
		width: 75px;
		height: 75px;
		border: 1px solid #d6d6d6;
		}
		
		
		.pin {
			width: 75px;
			height: 20px;
			background: url(images/pin.png);
			background-repeat: no-repeat;
			background-position: top center;
			position: absolute;
			z-index: 55;
			}


		.newpin {
			width: 75px;
			height: 20px;
			background: url(images/newpin.png);
			background-repeat: no-repeat;
			background-position: top center;
			position: absolute;
			z-index: 55;
			}


/* --- INDEX SIDEBAR STYLES --- */

.lowbox {
	width: 1000px;
	margin: -10px auto 20px;
	}

.lowbox h2{
		display: none;
		}


.lowbox ul {
	list-style: none;
	}
.lowbox ul li {
	display: inline;
	float: left;
	}


.bloglist {
	width: 300px;
	height: 135px;
	padding-top: 60px;
	background: url(images/blogbg.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #787f87;
	}

.bloglist ul {
	font-size: 14px;
	font-weight: lighter;
	padding-left: 15px;
	}

.bloglist ul li {
	list-style: none;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #999;
	width: 265px;
	display: block;
	}

.bloglist ul li:first-child {
	list-style: none;
	margin-top: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
	}

.bloglist ul li:last-child {
	list-style: none;
	margin-top: 2px;
	padding-bottom: 5px;
	border-bottom: 0px;
	}

/* ---TWITTER --- */

.twitter {	
	width: 300px;
	height: 195px;
	background: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: top center;
	}

	.twitter-body { 
		width: 190px;
		height: 135px;
		position: relative;
		margin: 0px auto;
		padding-top: 45px;
		padding-left: 15px;
		padding-right: 10px;
		}
		
	.twitter-text {
		font-size: 12px;
		color: #efefef;
		}
		
		.twitter-text a, .twitter-text a:visited, .twitter-text a:active {
		color: #d6d6d6;
		text-decoration: underline;
		}
		
		.twitter-text a:hover {
		font-weight: bold;
		text-decoration: none;
		}
		
		.twitter-follow {
		 position: absolute;
		 bottom: 0;
		 font-size: 9px;
		 color: #666;
		 width: 80px;
		 }

		.twitter-follow a, .twitter-follow a:visited, .twitter-follow a:active {
		color: #333;
		text-decoration: underline;
		}
		
		.twitter-follow a:hover {
		font-weight: bold;
		text-decoration: none;
		}

/* --- CATSUP STYLES --- */

.catsup {
	width: 300px;
	min-height: 300px;
	padding-top: 40px;
	background: url(images/categories.png);
	background-position: top right;
	background-repeat: none;	
	}
	
	.catsup ul {
	width: 200px;
	margin-left: 10px;
	font-family: courier, 'Courier New', monospace;
		}

	li.cat-item {
		border-top: 1px dashed #666;
		margin-top: 2px;
		margin-bottom: 2px;
		font-weight: bolder;
		display: block;
		}

	ul.children li.cat-item {
		border: 0;
		display: block;
		font-weight: normal;
		width: 100%;
		margin: 0;
		}		
		

.catsup_single {
	width: 350px;
	height: 570px;
	padding-top: 30px;
	background: url(images/pages.png) no-repeat;
	background-position: top right;
	background-repeat: none;	
	}
	
	.catsup_single ul {
	width: 200px;
	margin-left: 20px;
	}
		
	.catsup_single ul li {
		display: block !important;
		float: none !important;
		font-size: 12px;
		font-weight: bold;
		border: 0;
		}

	.catsup_single ul li ul li {
		display: block !important;
		float: none !important;
		margin-left: -10px;
		font-size: 12px;
		font-weight: normal;
		border: 0;
		}
		
		.catsup_single .page_item, .catsup_single .cat-item {font-family: courier, Courier New, monospace;}
		
		.catsup_single a, .page_item a, .cat-item a {text-decoration: none; color: #303030;}

/* --- COMMON SINGLE PAGE STYLES ---*/

	.blog_meta .list_right {float: right; text-align: right; display: inline; width: 265px; margin-right: 20px;}

	.work_meta .list_left, .art_meta .list_left {float: left; text-align: left; display: inline; width: 145px;}
	.work_meta .list_right, .art_meta .list_right {float: right; text-align: right; display: inline; width: 165px; margin-right: 20px;}

	.listtitle {
		font:bold 0.75em Georgia, "Times New Roman", Times, serif;	
		text-transform: uppercase; 
		display: block;
		margin-top: 5px;
		}
	.listitem {
		font-size: 10px;
		font-style: oblique;
		text-align: right;
		}


.alignleft {
	float: left;
	display: inline;
	margin: 7px;
	}
		
.alignright {
	float: right;
	display: inline;
	margin: 7px;
	}


/* --- BLOG STYLES --- */

	.blog-single {
		width: 650px;
		margin: 0;
		padding-top: 10px;
		float: right;
		}
		
		.blog-single-column {
			width: 650px;
			background: url(images/blogpaper.png) top center repeat-y;
			margin:0;
			padding: 0 0 30px 0;
		}

		.blog-single-post {
			color:#6c6159;
			font-size: 12px;
			background:url(images/page-title-divider.png) no-repeat bottom center;
			padding: 20px 15px 15px 25px;
			}

		.blog-single-footer {
			clear: both;
			width: 100%;
			background: url('images/post_footer.png') top right no-repeat;
			margin: 0px;
			padding: 0px;
			height: 101px;
			}

		.blog_meta {
			width: 330px;
			padding: 10px;
			background: url('images/page-title.png') top right no-repeat;
			margin-top: -15px;
			margin-bottom: -20px;
			}

		.blog_meta h4{
			color: #FFF;
			width: 310px;
			background: url('images/h4bg.png') top left no-repeat;
			padding: 5px;
			}
						
		.blog_meta h4 a {
			color: #FFF;
			}


		.blog-single-post ol {
			margin: 2em;
			list-style: upper-roman;
			}
	
		.blog-single-post  ul {
			margin-left: 2em;
			list-style: square;
			}

			.blog-single-post ol li, .blog-single-post  ul li {
				margin-bottom: 1em;
				}
	
			.blog-single-post  ol li ol {
				margin-top: 5px;
				margin-left: 7px;
				list-style: lower-roman;
				}

			.blog-single-post  ul li ul {
				margin-top: 1em;
				margin-left: 2em;
				list-style: disc;
				}
		
		.narrow_date {
			width: 92px;
			height: 109px;
			background: url(images/calendar.png) top center no-repeat;
			text-align: right;
			float: right;
			display: inline;
			margin-right: 10px;                 
			}
			
			.narrow_date_year {
				padding-top: 7px;
				padding-right: 27px;
				color: #FFF;
				font-weight: bolder;
				font-size: 1.5em;
				}
			.narrow_date_day {
				padding-top: 2px;
				padding-right: 27px;
				color: #000;
				font-weight: bolder;
				font-size: 3em;
				}
			.narrow_date_month {
				padding-right: 27px;
				margin-top: -5px;
				color: #000;
				font-weight: bolder;
				font-size: 1.5em;
				text-transform: uppercase;
				}

		.catblog_date {
			width: 92px;
			height: 109px;
			background: url(images/calendar.png) top center no-repeat;
			text-align: right;
			float: left;
			display: inline;
			margin-right: 10px;                 
			}
			
			.catblog_date_year {
				padding-top: 7px;
				padding-right: 27px;
				color: #FFF;
				font-weight: bolder;
				font-size: 1.5em;
				}
			.catblog_date_day {
				padding-top: 2px;
				padding-right: 27px;
				color: #000;
				font-weight: bolder;
				font-size: 3em;
				}
			.catblog_date_month {
				padding-right: 27px;
				margin-top: -5px;
				color: #000;
				font-weight: bolder;
				font-size: 1.5em;
				text-transform: uppercase;
				}

.feedburner {
	padding: 50px 10px 20px 20px;
	
	margin-top: -20px;
	margin-bottom: -10px;
	background: url(images/rssbg.png) top center no-repeat;
	}

.feedburnt {
	padding: 10px;
	height: 5px;
	background: url(images/rssbg.png) bottom center no-repeat;
	background-position: -1px -120px;
	}
	
.widget_rss {
	font-size: 11px;
	padding: 5px 20px;
	background: url(images/rssbg.png) no-repeat;
	background-position: 0px -120px;
	}

.widget_rss h2 {
	font-size: 14px;
	color:#837676;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	margin: 5px 0px;
	display: block !important;
	visibility: visible !important;
	}

	a.rsswidget {
		color:#837676;
		text-decoration: none;
		}

	a:hover.rsswidget {
		color:#6d6161;
		}
	
.rss-date {
	font-size: 10px;
	font-face: Georgia, "Times New Roman", Times, serif; 
	color:#6d6161;
	font-style: oblique;
	margin-left: 3px;
	}

.metadatalinks {font-size: 20px;}
		
/* --- WORK STYLES ---*/

.work-single {
	width: 650px;
	margin: 0;
	padding-top: 10px;
	float: right;
	}


.work-single-image {
	width: 610px;
	height: 310px;
	margin: -10px 0 10px 0;
	float: left;
	background: url("images/portfolio.png") top center no-repeat;
	padding: 20px;
	}

		.work-single-column {			
			width: 650px;
			background: url(images/blogpaper.png) top center repeat-y;
			margin:0;
			padding: 0 0 30px 0;
			}

		.work-single-footer {
			clear: both;
			width: 100%;
			background: url('images/post_footer.png') top right no-repeat;
			margin: 0px;
			padding: 0px;
			height: 101px;
			}


		.work-single-post {
			color:#6c6159;
			width: 620px;
			font-size: 12px;
			background:url(images/page-title-divider.png) no-repeat bottom center;
			padding: 0px 15px 15px 15px;
			}

		.work_meta {
			width: 330px;
			height: 178px;
			padding: 10px;
			background: url('images/page-title.png') top right no-repeat;
			margin-top: -15px;
			margin-bottom: -20px;
			}

		.work_meta h4{
			color: #FFF;
			width: 310px;
			background: url('images/h4bg.png') top left no-repeat;
			padding: 5px;
			}
						
		.work_meta h4 a {
			color: #FFF;
			}

		.work-single-post ol {
			margin: 2em;
			list-style: upper-roman;
			}
	
		.work-single-post  ul {
			margin-left: 2em;
			list-style: square;
			}

			.work-single-post ol li, .work-single-post  ul li {
				margin-bottom: 1em;
				}
	
			.work-single-post  ol li ol {
				margin-top: 5px;
				margin-left: 7px;
				list-style: lower-roman;
				}

			.work-single-post  ul li ul {
				margin-top: 1em;
				margin-left: 2em;
				list-style: disc;
				}
   .latest_sidebar {
	width: 350px;
	height: 278px;
	padding: 40px 0px 0 35px;
	margin-top: -20px;
	background: url(images/latest_sidebar.png);
	background-position: top left;
	background-repeat: no-repeat;
		}


/* --- ART STYLES ---*/

.art-single {
	width: 650px;
	margin: 0;
	padding-top: 10px;
	float: right;
	}


.art-single-image {
	width: 610px;
	height: 310px;
	margin: -10px 0 10px 0;
	float: left;
	background: url("images/portfolio.png") top center no-repeat;
	padding: 20px;
	}

		.art-single-column {			
			width: 650px;
			background: url(images/blogpaper.png) top center repeat-y;
			margin:0;
			padding: 0 0 30px 0;
			}

		.art-single-footer {
			clear: both;
			width: 100%;
			background: url('images/post_footer.png') top right no-repeat;
			margin: 0px;
			padding: 0px;
			height: 101px;
			}


		.art-single-post {
			color:#6c6159;
			width: 620px;
			font-size: 12px;
			background:url(images/page-title-divider.png) no-repeat bottom center;
			padding: 0px 15px 15px 15px;
			}

		.art_meta {
			width: 330px;
			height: 178px;
			padding: 10px;
			background: url('images/page-title.png') top right no-repeat;
			margin-top: -15px;
			margin-bottom: -20px;
			}

		.art_meta h4{
			color: #FFF;
			width: 310px;
			background: url('images/h4bg.png') top left no-repeat;
			padding: 5px;
			}
						
		.art_meta h4 a {
			color: #FFF;
			}

		.art-single-post ol {
			margin: 2em;
			list-style: upper-roman;
			}
	
		.art-single-post  ul {
			margin-left: 2em;
			list-style: square;
			}

			.art-single-post ol li, .art-single-post  ul li {
				margin-bottom: 1em;
				}
	
			.art-single-post  ol li ol {
				margin-top: 5px;
				margin-left: 7px;
				list-style: lower-roman;
				}

			.art-single-post  ul li ul {
				margin-top: 1em;
				margin-left: 2em;
				list-style: disc;
				}
   .latest_sidebar {
	width: 350px;
	height: 278px;
	padding: 40px 0px 0 35px;
	margin-top: -20px;
	background: url(images/latest_sidebar.png);
	background-position: top left;
	background-repeat: no-repeat;
		}



		
/* --- COMMENT STYLES --- */

	#the_comments {
		width: 610px;
		font-size: 12px;
		padding: 20px;
		}

	 h3#comments, h3#respond {
	 	margin-top: 15px;
		font-style: oblique;
		display: block;
		clear: both;
		}				
		
		.commentlist {
			display: block;
			}
										
	 ol.commentlist {
		list-style: none;
		display: block;
		margin-left: -10px;
		clear: both;
		margin-bottom: 50px;
		}

	 ol.commentlist li {
		display: block;	
		width: 610px;
		clear: both;
		margin: 25px 0px;
		background:url(images/page-title-divider.png) no-repeat bottom center;
		}

		.comment-author {
			float: left;
			width: 120px;
			text-align: center;
			border-right: 1px dashed #CCC;
			}
			
			.avatar {
				margin: 5px auto;
				display: block;
				border: 0;
				}

			.comment-author-name a{
				text-decoration: none;
				font-weight: bold;
				font-size: 10px;
				} 
			
			.comment-date{
				text-decoration: none;
				font: 0.7em Georgia, "Times New Roman", Times, serif; color: #CCC;
				font-style: oblique;				
				}
				
		.comment-text {
			float: left;
			width: 430px;
			padding: 0px 15px;
			margin-bottom: 15px;
			}
			
	#commentform, #commentform textarea { width: 100%; }
			
/* --- SIDEBAR STYLES --- */
.sidebar {
	float: left;
	width: 350px;
	}

.sidebar h2, .related_links_title {
	display: none; 
	}
	 	
.post-nav {
	clear: both;
	padding: 0px 15px;
	width: 320px;
	height: 60px;
	background: url("images/post_nav.png") top center no-repeat;
	font-size: 12px;
	margin-top: 10px;
	}

.alignleft-link {
	text-align: right;
   float: left;
   margin-top: 10px;
}

.alignright-link {
	text-align: left;
   float: right;
   margin-top: 10px;
}

.alignleft-link a,  .alignright-link a  
{ text-decoration: none; color: #FFF;}		

.alignleft-link a:hover,  .alignright-link a:hover  
{ text-decoration: none; color: #330000;}		


.related_links_div {
	width: 310px;
	height: 215px;
	background: url("images/worth.png") top center no-repeat;
	margin: -10px 0px 10px 0px;
	padding: 50px 5px 10px 35px;
	}

	 ul.related_links li {
		float: left;
		width: 85px;
		height: 85px;
		margin: 3px;
		text-align: center;
		}
		
	 ul.related_links li img {
		margin: 5px auto 0px;
		width: 75px;
		height: 75px;
		border: 1px solid #d6d6d6;
		}

/* --- Search --- */

#searchform div {
	background: url("images/searchbg.png") top center no-repeat;
	width: 350px;
	height: 100px;
	margin-top: -5px;
}
#searchform div #s {
	border: 0;
	margin-top: 19px;
	margin-left: 43px;
	width: 257px;
	height: 30px;
	color: #303030;
	font-size: 12px;
	outline: none;
	background: transparent;
	}
#searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 257px;
	height: 30px;
	margin-top: 5px;
	margin-left: 43px;
	overflow: hidden;
	cursor: pointer;
	color: #303030;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	}


/* --- ARCHIVE STYLES --- */

#archive-gallery { 		
		width: 1000px;
		display: block;
		height: 350px;
		background-position: top center;
		background-repeat: no-repeat;
		margin: 0px auto;
		padding-top: 40px;
		position: relative;
		z-index: 10;
		clear: both;
		}

#archive-gallery-work { 		
		width: 1000px;
		display: block;
		height: 350px;
		background: url('images/cat-work.png');
		background-position: top center;
		background-repeat: no-repeat;
		margin: 0px auto;
		padding-top: 40px;
		position: relative;
		z-index: 10;
		clear: both;
		}

#archive-gallery-art { 		
		width: 1000px;
		display: block;
		height: 350px;
		background: url('images/cat-art.png');
		background-position: top center;
		background-repeat: no-repeat;
		margin: 0px auto -20px auto;
		padding-top: 40px;
		position: relative;
		z-index: 0;
		clear: both;
		}
	
	.archivemeta {
		padding-top: 16px;
		clear: both;
		width: 960px;
		text-align: right;
		}
		
	.archive-post-wrap {
		width: 960px;
		margin: 0px auto;
		}

	.archive-post {
		float: left;
		width: 100px;
		height: 120px;
		margin: 10px;
		text-align: left;
		font: 0.65em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#3b3632;
		}
		
	.archive-image {
		margin: 5px auto 0px;
		width: 100px;
		height: 100px;
		border: 1px solid #d6d6d6;
		}


#archive-blog { 		
		width: 1000px;
		display: block;
		height: 708px;
		background: url('images/blog_bg.png');
		background-position: top center;
		background-repeat: no-repeat;
		margin: 0px auto -20px auto;
		padding: 0;
		position: relative;
		z-index: 5;
		clear: both;
		}

	.archive-blogleft {
		float: left;
		width: 460px;
		height: 100%;
		padding: 20px;
		}

	.archive-blogright {
		float: right;
		width: 460px;
		height: 100%;
		padding: 20px;
		}

/* --- PAGE STYLES --- */

		.page_meta {
			width: 330px;
			height: 178px;
			padding: 10px;
			background: url('images/page-title.png') top right no-repeat;
			margin-top: 15px;
			margin-bottom: -140px;
			}

		.page_meta h4{
			color: #FFF;
			width: 310px;
			background: url('images/h4bg.png') top left no-repeat;
			padding: 5px;
			}
						
		.page_meta h4 a {
			color: #FFF;
			}

		.job {
		 width: 500px;
		 font-weight: bolder;
		 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		 font-size: 14px;
		 }
		 
		.price {
		 font-weight: bolder;
		 font-family: Georgia, "Times New Roman", Times, serif;
		 font-size: 12px;
		 color: #999;		
		 float: right;
		}

		.alert {
		upadding: 3px;
	   	padding: 10px;
		color: #333 !important;
		background:#ffebe8;
		border: 1px solid #dd3c10;        
		margin: 1em;
        display: block;
        font-size: 10px !important;
		}
		
		.alert h5 {
		text-align: center;
		font-size: 12px;
		font-weight: bolder;
		color: #dd3c10;
		}
		
		.alert .job, .alert .price {
		color: #333 !important;
		margin: 0 auto;
		}
		
		.alert .job { width: 300px !important;}
		.description { font-style: oblique; margin-bottom: 20px; width: 500px;}

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

#footer-container {
	color: #302a2a;
	height: 100px;
	width: 1000px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: left;
	clear: both;
	}
	
	#footer-container a {
		color: #302a2a;
		text-decoration: none;
		}
	#footer-container a:hover {
		color: #333333;
		}

	#footer-container ul {
		list-style: none;
		font-size: 12px;
		}

	#footer-container ul li {
		margin-bottom: 3px;
		}

	.fc-left {
		width: 300px;
		float: left;
		list-style: none;
		font-size: 14px;
		font-family: "dearJoe5CASUALtrialRegular", Georgia, "Times New Roman", Times, serif;
		}


	.fc-middle {
		width: 300px;
		float: left;
		list-style: none;
		font-size: 14px;
		font-family: "dearJoe5CASUALtrialRegular", Georgia, "Times New Roman", Times, serif;
		}


	.fc-right {
		width: 400px;
		float: left;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		text-align: right;
		}
		
		.fc-num {
			font-size: 32px;
			font-weight: lighter;
			}

		.fc-legal {
			font-size: 10px;
			line-height: 1em;
			text-transform: uppercase;
			}
			
/* --- HRESUME --- */

#nameplate {
	font-size: 1.25em;
	text-transform: uppercase;
	color: #333;
	}

.image {
	float: right; 
	display: inline; 
	padding: 10px; 
	margin-top: -50px;
	margin-right: 20px;
	}

.headline {
	line-height: 1em;
	font-size: 1.25em;
	}

.locality {
	display: none;
	}

.actions ul{
	padding-bottom: 20px;
	font-size: 0.96em;
	border-bottom: 3px solid;
	width: 90%;
	}
	
.actions li{
	list-style: none;
	float: left;
	margin-left: -20px;
	}

#send-inmail {
	border-right: 1px solid;
	margin-right: 10px;
	padding-right: 15px;
	}

#overview li {
	list-style: square;
	}
	
#overview dt {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	}

.recommended img{
	display: none;
	}

.connections img{
	display: none;
	}

#add-to-network {
	margin-left: 5px;
	}
	
#control {
	display: 
	none;
	}

h3.related_post_title {
	color:#453c2f;
	text-transform: uppercase;
	}

ul.related_post {
	list-style: disc;
	}	
	
ul.related_post li {
	margin-bottom: 2px;
	}	

/* extras */

.sidetable { 
	float: left;
	padding: 10px;
	margin: 10px;
	background: #fcf9cd;
	border: 1px solid;
	width: 180px;
	}
	
	.sidetable h3 {
		font-size: 14px !important;
		}
