@import "reset.css";

body {
	background-color: #DCE1E4;
	background-image: url('../images/bk1.jpg');
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#logo_text {
	background-color: rgba(0,0,0,0.1);
	position:fixed;
	position:fixed;
	top:30px;
	left:860px;
	padding:3px;
	font-size:1.6em;
	color:#333;
	text-shadow: #fff 0px 1px 1px;
}

/*Heading*/
#header {
	width:100px;
	position:fixed;
	top:0px;
	left:750px;
}
#header ul{
	padding:0px 5px;
	margin:0px;
}
#header li{
	padding:0px;
	margin:0px 0px;
	
}
#header a{
	padding:5px;
	margin:2px 0px;
	color:#000;
	display:block;
	text-decoration:none;
	background-color: rgba(255,255,255,0.4);
}
#header a:hover {
	background-color: rgba(255,255,255,0.8);
}

#header a.selected {
	background-color: rgba(255,255,255,0.8);
}

#header #logo {
	opacity:1;
	background-image: url('../images/logo_bk.png');
}

/*Content*/
#wrap {
	width:750px;
}

h1 {
	font-size: 3.8em;
	margin:6px 20px;
	text-shadow: #fff 0px 1px 1px;
	color:#4A4E57;
}

h3 {
	font-size: 1.9em;
	margin:15px;
	padding:6px 30px;
	font-weight: lighter;
	text-shadow: #fff 0px 1px 1px;
	color:#4A4E57;
}

h3.border_bottom {
	padding-bottom:20px;
	margin-top:20px;
	margin-bottom:0px;
	border-bottom:solid 1px #666;		
}

#wrap h2 {
	font-size: 2.7em;
	margin:6px 0px;
	text-shadow: #fff 0px 1px 1px;
	color:#4A4E57;
}

.widget {
	margin:15px;
	padding:20px;
	background:#fff;
	border: 1px solid #ccc;
	clear:both;
}

.widget ul.portfolio li{
	float:left;
	width:204px;
	margin:10px;
	height:150px;
	border:1px solid #ddd;
	border-bottom:1px solid #aaa;
	border-right:1px solid #ccc;
	overflow:none;
	position: relative;
}

/*.widget ul.portfolio li:hover {
	border:1px solid #ccc;
}*/

/*WORK*/
#work {
	background:none;
	border:none;
	margin-top:0px;
	border-bottom:1px solid #999;
	margin-bottom:0px;
}
#work ul.portfolio li {
	background:#000;
}

/*WORK*/
#redc {
	background:none;
	border:none;
	margin-top:0px;
	border-bottom:1px solid #999;
	margin-bottom:0px;
}
#redc h3{
	margin:0px;
	padding:4px;
	margin-top:10px;
}
#redc ul  {
	margin-top:10px;
}

#redc ul li {
	background:rgba(255,255,255,0.4);
	margin:2px;
}

#redc ul li p{
	line-height:1.7em;
	font-size:1.3em;
	padding:4px;
	text-shadow: #fff 0px 1px 1px;
	color:#4A4E57;
}

#redc a{
	color:#4A4E57;
	text-shadow: #fff 0px 1px 1px;
	font-weight:bold;
}

#redc a:hover{
	text-decoration:none;
}

/*about*/
#about {
	background:none;
	border:none;
	margin-top:0px;
	margin-bottom:0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
}

#about h2{
	margin-bottom:10px;
}

#about h3{
	margin:0px;
	padding:4px;
	margin-bottom:10px;
}

#about p{
	line-height:1.7em;
	padding:4px;
	text-shadow: #fff 0px 1px 1px;
	color:#4A4E57;
}

#about a{
	color:#4A4E57;
	text-shadow: #fff 0px 1px 1px;
	font-weight:bold;
}

#about a:hover{
	text-decoration:none;
}

/*about*/
#footer {
	background:none;
	border:none;
	margin-top:0px;
	border-top:1px solid #fff;
}

#footer p{
	line-height:1.7em;
	padding:4px;
	text-shadow: #fff 0px 1px 1px;
	color:#4A4E57;
}





/*overlay*/
#overlay {
	width:750px;
	background-color: rgba(255,255,255,0.8);
}

#overlay .laptop {
	margin-top:15px; 
}

#overlay .widget {
	margin:15px;
	margin-top:0px;
	padding:20px;
	background:none;
	border:none;
	clear:both;
}

#overlay .close {
	position:fixed;
	left:700px;
	top:30px;
	font-size:1.2em;
	padding:2px 6px;
	padding-top:0px;
	color:#fff;
	text-decoration:none;
	background:#333;
	border:1px solid #000;
}

#overlay .widget ul.portfolio li{
	border:1px solid #ddd;
}

#overlay h2 {
	font-size: 2.7em;
	margin:6px 0px;
	text-shadow: #000 0px 1px 1px;
	color:#eee;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
