@charset "ISO-8859-1";
/*Author: Sasha-Shae Shaw
Copyright 2009
*/

/*-----------Main------------*/

/* --------------- GENERAL SETTINGS */


body{
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	
	padding: 0%; margin: 0%;

}

h1,h2{
color:#1693A5;
font-weight: normal;
}

h1{font-size: 30px; letter-spacing: 0.001em;}


/*--------------IDs---------------*/

#wrapper {
background-color:#000000;
background-image: url(images/bg2.jpg);
background-repeat:no-repeat;
}


#main 
{width: 900px;
margin: 0px auto;
font:"Century Gothic";
color: #666666;
font-size: 12px;
background-repeat: no-repeat;
padding-top: 40px;
}

#head{
text-align: "center";
padding-top: 10px;
}

#portfolio{
padding-top: 150px;
}

#portimg{
padding-top: 5px;
padding-left: 80px;
padding-bottom: 20px;
}


#about{
	margin: 0 0 30px 0;}

#about p{
padding-left: 50px;
font-family:"Century Gothic";
font-size: 12px; }



#contact{ width: 800px;
margin: 0px auto;
}

#contact p{
font-size: 9px;
text-align: center;}

ul#menu li{
list-style: none;
margin: 0px auto;
display: inline;
padding-left: 10px;
padding-top: 0px;
}



/* --------------- LINKS------------ */
a{
	text-decoration: none;
	border: none;
	color: #33ccff;
}

 a img{
	text-decoration: none;
	border: none;
	overflow:hidden;
}

/*---------------CLASSES---------------*/

.blue1 {color: #33CCFF;
}

.large {font-size: 90px; letter-spacing: 1%; line-height: 80%; font-weight: bold; padding-left: 40px; }

.top {
width: 900px; 
/*height: 250px;*/
font-family:"Century Gothic";
margin: 0px auto;
padding-left: 20px;
font-size: 14px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.thumbnail
{
float: left;
width: 220px;
padding: 5px;
}

.solid{
font-size: 17px;
}

.gallery img

{

	background: #000;

	border-color: #aaa #ccc #ddd #bbb;

	border-style: solid;

	border-width: 1px;
	
	margin: 3px;

	padding: 5px;


}



