/* samgoin.com CSS Document */ 
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#cccccc;
	text-align:center;
	color:#666666;
}
h2 {
	font-size:18px;
}
h3.shadowbox {
	border:1px solid #666;
	padding:1px 5px 1px 5px;
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
	color:#666666;
	background:#FFFFFF;
	width:auto;
	max-width:50%;
}
.portfolio-picture {
	width:250px;
	height:250px;
	text-align:center;
	display:inline;
}
.portfolio-picture  img {
	border: 1px solid black;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.portfolio-picture a:hover img {
	border-top:none;
	border-right:none;
	border-bottom: 2px solid #557CA4;
	border-left: 2px solid #557CA4;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	
}
a:link {
	color: #557CA4;
	text-decoration: none;
	background: url(images/a_underline.gif) repeat-x left bottom;
}
a:visited {
	color: #446382;	
	text-decoration: none;
	background: url(images/a_underline.gif) repeat-x left bottom;
}
a:hover, a:active {
	background: url(images/a_underline_animated.gif) repeat-x left bottom;
}

/* Unbulleted List with fancy blue ball */
ul.bullet {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.bullet li {
	background: url(images/li_ball.gif) no-repeat 0 50%;
	padding-left:25px;
}
.about-sam {
	background:#FFF url(images/bg_about_sam.jpg) no-repeat;
	background-position: 320px -10px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.col-left {
	float:left;
	width:340px;
}
.col-right {
	float:right;
	width:340px;
	padding-left:20px;
}
#logo {
	width:990px;
	height:38px;
	background:url(images/logo.gif) no-repeat;
}
#logo h1 {
	position:relative;
	left:-8000px;
	overflow:hidden;
	height:10px;
}
#outsideTop {
	width:1005px;
	height:8px;
	background:#FFFFFF url(images/top.gif) no-repeat;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align:left;
}
#outsideBottom {
	width:1005px;
	height:8px;
	background:#CCCCCC url(images/bottom.gif) no-repeat;
	padding:0;
	margin:0 auto;
}
#outsideBG {
	width:1005px;
	background:#CCCCCC url(images/bg.gif) repeat-y;
	text-align:left;
	margin:0 auto;
}
#insideBG{
	width:985px;
	padding-left:7px;
}
#navLeft {
	width:125px;
	float:left;
}
#navLeft div{
	height:30px;
	font-size:16px;
	padding-left:5px;
	padding-top:3px;
}

#navLeft div.active {
	background: url(images/hover_box.gif) no-repeat;
}
#navLeft a {
	color:#333333;
	text-decoration:none;
	border:0;
	background:none;
}
#mainContent {
	margin-left:125px;
	padding-left:10px;
	border-left:1px solid #cccccc;
}
.clear {
	clear:both;
}
#footer {
	margin: 10 auto;
	text-align:center;
	clear: both;
	font-size:12px;
}
#footer a{
	padding-bottom:2px;
}
