
/*   
Name: Web Portfolio Site
Version: 7
Description: More Compact Centered design using jQuery and Carousel plugins
Author: Jan Kordylewski
Date Created: February 20, 2010
Latest Update: February 23, 2010
*/

body {
	background-color: #999999;
	color: #000000;
	font-family: "Lucida", "Courier New", Courier, mono;
	margin:0px;
	padding:0px;
}

#main {
	width: 1000px;
	margin: 0 auto;
	font-family: "Lucida", "Courier New", Courier, mono;
	background-image:url(../images/gradient_BG.png);
	background-position: -100px -200px;
	background-repeat:no-repeat;

}

a {color:#FF9900;}

h1 {
	margin: 0px;
	letter-spacing: 5px;
	font-size:24px;
	color:#fff;
}

h2 {
	font-size: 18px;
	color:#000;
	text-transform:uppercase;
	margin:12px 0 5px 0;
	letter-spacing:normal;	
}



h3 {
	margin: 0px;
	font-size: 90%;
}

h5 {
	color: #000000;
	margin: -4px 0px 0px 40px;
}

img {

}

a { outline: none; }

.services {
	color:#eb911b;
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
}

.services ul {margin:0px;}
.box_me {
	background-color: #666666;
	font-size: 12px;
	color:#fff;
	font-family: "Lucida", "Courier New", Courier, mono;
	border: 1px solid #333;
	padding: 10px 18px 10px 20px;
	margin: 10px 0 10px 30px;
	float:left;
	display:inline;
}

#websites, #about, #experiments {display:block;}

.box_me_child {display:none;}

.nav_points {
	font-size:25px;
	color:#FF9900;
	text-decoration:none;
	font-weight:bold; 
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing:3px;
}

#intro {
	margin: 30px 0 25px 80px;
	width: 400px;
}



#mainCol {
	width:585px;
	float:left;
	display:inline;
}

#sideCol {
	width: 415px;
	float:left;
	display:inline;
}
#aboutBox {
	background-image:url(../images/notebook.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	font-size: 12px;
	color:#000;
	font-family: "Lucida", "Courier New", Courier, mono;
	padding: 60px 10px 10px 40px;
	margin: 30px 0 25px 40px;
	float:left;
	display:inline;
	width:300px;
	height:450px;
	line-height: 20px;
}

#aboutBox  .nav_points {display:none;}
#about {
	width:300px;

}

#about h2 {font-size: 30px;}
#contact {width:300px;font-size:14px;}
#contact h2{text-align:right;}

.site_item{margin: 10px 0px 5px 0;width:515px; height:250px; float:left;display:inline;}
#websites {width:515px;position:relative;}
#websites ul {margin:0;padding:0;}
#websites .site_item{margin: 10px 0px 5px 0;width:515px; height:250px; float:left;display:inline;}
#websites .site_item_image, #experiments .site_item_image {float:left;margin: 1px 0 0 0;border: 4px solid #666;border-bottom:none;border-right:none;}
#websites .site_item_image:hover, #experiments .site_item_image:hover {border: 4px solid #FF9900;border-bottom:none;border-right:none;}

#websites h2 {margin:12px 5px 5px 0; font-size:20px; text-align:left;}
#websites .site_item_image {
	float:left;
	display:inline;
	width:300px;
}
#websites .site_item_description {
	float:left;
	display:inline;
	width:196px;
	font-size:14px;
	margin: 0 0 15px 15px;	
}

#experimentsBox {}
#experiments {width:515px;position:relative;}
#experiments ul {margin:0;padding:0;}
#experiments  .site_item{margin: 10px 0px 5px 0;width:515px; height:180px; float:left;display:inline;}
#experiments .site_item_image{
	float:left;
	display:inline;
	width:300px;
}
#experiments .site_item_description {
	float:left;
	display:inline;
	width:190px;
	font-size:14px;
	margin: 0 0 15px 15px;	
}

.site_item_more {
	font-size:14px;	
	color:#000;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform:lowercase;
	border-left:5px solid #333;
	position:absolute;
	bottom: 0px;
	right: 0px;
	z-index: 50;
}

.site_item_more:hover {border-left:5px solid #FF9900;}

.site_item_more img {
	float:left;
	display:inline;
}

.site_item_more a {text-decoration:none;}
.site_item_more a:hover {text-decoration:underline;}

.site_item_description h2 {text-align:left;}

#twitter {
	width:485px;
	font-size: 12px;
	color:#222;
	font-family: "Lucida", "Courier New", Courier, mono;
}
#Tweets1 {
	width: 465px;
	margin: 0 0 0 7px;
}

#twitter h2 {color:#000; font-size:17px;letter-spacing:5px;text-align:right;}
#twitter ul {padding:0;margin:0px; list-style:none;}
#twitter ul li {margin:15px 0 10px 0;}
#twitter .twitterStatus {margin: 6px 0 0 15px;display:block;color:#fff;font-size:14px;}

#more {width:245px;}
#more h2 {text-align:left;}
#more a {margin: 0 0 0 20px;line-height: 30px;display:block;float:left;height:24px;}
#more img {margin: 5px 0 0 10px;display:inline;display:block;float:left;}
#more .more_item {height:24px;margin:0 0 20px 0;}

#footer {
	font-family: "Courier New", Courier, mono;
	padding-top: 50px;
	margin-bottom: 200px;
	color:#000;
	clear:both;
	text-align:center;
	font-size: 10px;
}

.special {text-align:center;}
.clear_me {clear:both;}

