/* Cole Dryden 2010 */


/* TEXT --------------- */

/** a:link, * a:visited, * a:hover, * a:active	{ border: none; outline: none; }*/

a  {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: thin;
	color: #8ed6ff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}

a:hover  {
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc0000;
	text-shadow: 0pt 0pt 3px white;
	}
	
h1	{
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	}
	
/*h2	{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	color: #28aae1;
	text-decoration: none;
	text-align: left;
	margin: 0 0 5px 0;
	}*/

p	{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: 100;
	color: #999;
	text-decoration: none;
	text-align: left;
	margin: 0;	
	}
	
ul	{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-style: normal;
	font-weight: 100;
	color: #FFF;
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0 0 0 0; 
	}
	
	li	{
	padding: 0 0 5px 0; 
	}


/* PAGE --------------- */

body	{
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	}

#wrap-in	{
	text-align: left;
	width: 442px;
	margin: 0 auto;
	}


.bgbarSub	{
	background: #1a1a1a;
	}


#logo	{
	/*background: #1a1a1a;*/
	width: 442px;
	height: 156px;
	}
	
#sep	 {
	margin: 30px 0 20px 0;
	width: 442px;
	height: 2px;
	}
	
#gradient	 {
	width: 442px;
	height: 33px;
	}

	
#strike {
	background: url(img/strike.png) no-repeat;
	position: relative;
	top: 16px;
	left: 260px;
	}
	
#description	{
	background: url(img/desc.png) no-repeat;
	width: 442px;
	height: 62px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: 100;
	color: #fff;
	text-decoration: none;
	text-align: left;
	padding: 5px 0 0 10px;
	}
	
#tweet	{
	background: url(img/tweetbg.png) no-repeat;
	width: 442px;
	height: 65px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: 100;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 30px 0 0 10px;
	}
	
#projects	{
	width: 442px;
	padding: 0 0 0 0;
	}

#contentMiddle	{
	background: #1a1a1a;*/
	margin: 100px 30px 0 0;
	padding: 0 0 0 0;
	width: 442px;
	}
	
#latest-desc	{
	position:relative;
	top:-150px;
	}
	
#footer	{
	background: #1a1a1a;
	clear: both;
	width: auto;
	margin: 0 auto;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: 100;
	color: #525252;
	text-decoration: none;
	text-align: center;
	padding: 30px 0 0 0;
	}
	
/* BLUE JQUERY BUBBLE THINGIES --------------- */

#menu	{
	padding: 60px 0 60px 0;
	}
	
.menu1 {
	margin: 0 20px 0 12px;
	padding: 20px 0 0 10px;
	list-style: none;
	float: left;
	}
	
.menu1 li {
	padding: 0;
	margin: 0 10px 0 10px;
	float: left;
	position: relative;
	text-align: center;
	}

.menu1 a {
	padding: 3px;
	display: block;
	background-color: #1a1a1a;
	color: #8bd2fa;
	text-decoration: underline: 1px #cc0000;
	}
	
.menu1 a:hover {
	padding: 3px;
	display: block;
	background-color: #1a1a1a;
	color: #fff;
	}
	
.menu1 li em {
	background: url(img/followme.png) no-repeat;
	width: 98px;
	height: 51px;
	position: absolute;
	top: -55px;
	left: 5px;
	text-align: center;
	padding: 5px 0 0;
	font-style: normal;
	z-index: 1;
	}

.menu2 {
	margin: 0 20px 0 0;
	padding: 20px 0 0 0;
	list-style: none;
	float: left;
	}
	
.menu2 li {
	padding: 0;
	margin: 0, 10px;
	float: left;
	position: relative;
	text-align: center;
	}
	
.menu2 a {
	padding: 3px;
	display: block;
	background-color: #1a1a1a;
	color: #8bd2fa;
	text-decoration: underline: 1px white;
	}
	
.menu2 a:hover {
	padding: 3px;
	display: block;
	background-color: #1a1a1a;
	color: #fff;
	}

.menu2 li em {
	background: url(img/contactme.png) no-repeat;
	width: 98px;
	height: 51px;
	position: absolute;
	top: -55px;
	left: 2px;
	text-align: center;
	padding: 5px 0 0;
	font-style: normal;
	z-index: 1;
	}

.menu3 {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	list-style: none;
	float: left;
	}
	
.menu3 li {
	padding: 0;
	margin: 0, 10px;
	float: left;
	position: relative;
	text-align: center;
	}
	
.menu3 a {
	padding: 3px;
	display: block;
	background-color: #1a1a1a;
	color: #8bd2fa;
	text-decoration: underline: 1px white;
	}
	
.menu3 a:hover {
	padding: 3px;
	display: block;
	background-color: #1a1a1a;
	color: #fff;
	}

.menu3 li em {
	background: url(img/friendme.png) no-repeat;
	width: 98px;
	height: 51px;
	position: absolute;
	top: -55px;
	left: 12px;
	text-align: center;
	padding: 5px 0 0 0;
	font-style: normal;
	z-index: 1;
	}

/*.clear {
	clear: both; 
	}*/
	
/* IMAGE SLIDER --------------- */

#slider {
	width: 442px
	overflow:hidden;
	}

#slider ul,
#slider ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider ul li { 
	overflow:hidden;
	position:relative;
}

/* image slider controls --------------- */
#prev-slide,
#next-slide {
	display:block;
	width:33px;
	height:66px;
	text-indent:-999em;
	position:relative;
	top:-255px;
	left:10px;
	text-decoration: none;	
}

#next-slide {
	position:relative;
	top:-320px;
	left:400px;
}

#prev-slide a,
#next-slide a {
	display:block;
	width:33px;
	height:33px;
	background:url(img/slider-controls.png) no-repeat 0 0;
	text-decoration: none;
	border: none;
	outline: none;
}

#next-slide a {
	background-position:0 -33px;
}
