/* Jeremy Blake Styles */

body {
	margin:0 auto;
	font-size:12px;
	background-image:url(../images/black_bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin:8px 0;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#header {
	color:#CCCCCC;
	font-size:14px;
	width:1000px;
}

.jeremy {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/jeremy3.png');
	width:600px;
	height:225px;
}

.jeremy[class] {
	background: url(../images/jeremy3.png);
	background-repeat:no-repeat;
	width:600px;
	height:225px;
}

#header_title {
	padding-top:25px;
	float:left;
	width:125px;
}

#header_info {
	float:left;
	padding:72px 0 0 125px;
	width:400px;
}

#header_info h1 {
	color:white;
	font-size:28px;
	margin:0;
	font-family:"Times New Roman", Times, serif;
}

#portfolio_section {
	width:1000px;
	background-color:#F9F9F9;
	color:#666666;
	font-weight:bold;
	overflow:hidden;
	padding-left:10px;
	margin-bottom:25px;
}

.hover_black a:hover {
	color:black;
}

.hover_black span {
	font-size:16px;
}

#portfolio_section h2 {
	color:#990000;
	font-size:20px;
	margin:0;
	padding:15px 15px 0 10px;
	font-family:"Times New Roman", Times, serif;
}

#portfolio_section h2 span {
	font-size:16px;
}

#portfolio_section h3 {
	color:#990000;
	font-size:20px;
	margin:0;
	padding:15px 15px 15px 10px;
	font-family:"Times New Roman", Times, serif;
}

#portfolio_section h3 span {
	font-size:16px;
}

#portfolio_item {
	color:#444444;
	font-weight:bold;
	float:left;
	padding:0 12px 12px 12px;
}

#portfolio_item span {
	font-size:11px;
	color:#666666;
}

#portfolio_item p {
	padding-left:5px;
}

#portfolio_item img {
	border:1px solid #666666;
}

.light_border {
	border:1px solid #CCCCCC !important;
}

#view_site {
	background-color:#666666;
	width:75px;
	padding:5px;
	text-align:center;
}

#view_site a {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

#view_site a:hover {
	text-decoration:underline;
}
