@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	background: url('../images/body_bg_damask.gif') #767676;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
#container {
	width: 960px; 
	background: url('../images/main_bg.png') repeat-y top center;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:30px;
}
#containerHeader {
	width: 960px; 
	height: 75px;
	background: url('../images/header_bg_portfolio.png') repeat-y top center;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerFooter {
	width: 960px; 
	height: 120px;
	background: url('../images/footer_bg_portfolio.png') repeat-y top center;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	width: 750px;
	float: left;
	padding-left:33px;
}
#sideContent {
	width: 165px;
	float: right;
	padding-right:5px;
}
h1.resume {
	text-indent: -3000px;
	width: 500px;
	height: 35px;
	background: url('../images/h1_samwooe_portfolio.png') bottom left #fff no-repeat;
	padding:35px 0 0 0;
	float:left;
}
a {
	color:#38739c;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#086fb7;
	text-decoration:underline;
}
a.portfolio {
	text-indent: -3000px;
	width: 250px;
	height: 35px;
	background: url('../images/a_viewresume_overs.gif') top right #fff no-repeat;
	float:right;
	margin-top:35px;
}
a.portfolio:hover {
	background: url('../images/a_viewresume_overs.gif') -0px -35px no-repeat;
}
dl {
	float:left;
	width:730px;
	border-top:1px solid #e1e1e1;
	padding-top:18px;
	margin-top:18px;
}
dt {
	float:left;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	line-height:135%;
	color:#228cc3;
}
dd {
	float:right;
	width:535px;
	padding-right:62px;
	font-size: 13px;
	line-height:135%;
}
#sideContent dl {
	float:left;
	width:160px;
	border:none;
}
#sideContent dt {
	float:left;
	width:160px;
	height:30px;
	margin-top:2px;
	padding-top:7px;
	padding-bottom:10px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#d91119;
	background: url('../images/sidecontent_dt_bg.gif') top left no-repeat; 
}
#sideContent dd {
	float:left;
	width:160px;
	font-size:11px;
	text-align:center;
}
#sideContent dd p {
	width:90%;
	text-align:left;
	padding-bottom:8px;
	color:#555;
	margin:0 auto;
}
#sideContent em {
	color:#333;
	text-align:left;
}
#sideContent li {
	padding-bottom:14px;
}
ul.bullet {
	list-style:disc;
	padding:12px 0px 8px 0px;
	margin-bottom:12px;
	border-bottom:dotted 1px #ddd;
}
ul.bullet li{
	margin-left:20px;
	padding-bottom:5px;
}
ul.testimonials li{
	padding-bottom:18px;
}
ul.portList {
	width:100%;
}
ul.portList li{
	float:left;
	padding-right:10px;
	padding-bottom:8px;
}
ul.portList li img{
	border:1px solid #ddd;
}
p.footer {
	width: 720px;
	font-size:12px;
	padding-left:33px;
	padding-top:70px;
	color:#fff;
}
p.description {
	font-size:12px;
	color:#555;
	padding-top:8px;
	padding-bottom:15px;
}
blockquote {
	color:#555;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
}
.clear{
	clear:both;
}
em{
color:#999;
font-size:11px;
}
.colorGray{
	color:#777;
}
