/*Designed by Marvin Mansilla
DATE: 9/23/09

Primary Colors:
White: #ffffff
Text Gray: #666666
Bold Text: #363636
Header Blue: #00a0b0
Red: #e2321f


CSS RESET*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}  

body {
	font-size: 85%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
ol, ul {
	list-style: none;
}

/* END RESET*/


/* START USER STYLES */
	
html {
	background-color: #8ec1da;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/background.jpg);
	}

a {
	color: #00a0b0;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	}
	
span {
	font-weight: bold;
	color: #666666;
}

/* HEADER */

div#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

div#logo {
	background: url(images/logo.png) no-repeat;
	width: 303px;
	height: 75px;
	float: left;
	margin: 20px 0 24px 15px;
	}
	
div#logo h1{
	text-indent: -9999px;
	}

div#logo a {
	display: block;
	height: 75px;
	width: 303px;
	}
	
div#search {
	float: right;
	margin: 65px 15px 0 20px;
	}
	
/* CONTAINER + MENU */	

div.container {
	margin:auto;
	width: 960px;
	text-align: left;
	background-color: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}

div#menu {
	padding-left: 580px;
	line-height: 15px;
	}

div#menu li{
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	list-style: none;
	padding: 5px 15px 0 5px;
}
	

div#menu li a {
	font-size: 12px;
	color: #F42C75;
}

div#menu li a:hover {
	text-decoration: underline;
}

/* SIDEBAR */

div#sidebar {
	position:absolute;
	float: left;
	margin: 125px 0 10px 15px;
	padding: 10px;
	width: 190px;
	/*border: solid 1px #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #2b2825;*/
	}
	
div#sidebar a:hover {
	color: #ED1194;
}

div#twitter_widget {
	position:absolute;
	float: left;
	margin: 20px 0 10px 15px;
	padding: 10px;
	width: 190px;
	border: solid 1px #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #2b2825;
}

div#twitter_widget h2{
        color: #09F;
        background-color:#2B2825;
        padding-left: 4px;
        margin-bottom:10px;
        font-size: 14px;
        border-bottom: #fff;
        background:url(images/twitter_h2.png) no-repeat;
        text-indent: -9999px;
        width: 83px;
        height: 20px;
}

div#twitter_widget a {
       font-size:11px;
       text-decoration:underline;
       color: #09f;
}

div#twitter_widget ul {
     color: #000;
     font-size: 12px;
     padding: 10px;
     line-height: 14pt;
     background: #fff;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border: 1px solid #19f;
     margin-bottom: 5px;
     height: 145px;
}

div#profile {
	float: left;
	font-size: 11px;
	padding: 10px;
	width: 190px;
	border: solid 1px #666;
        margin: 140px 0 10px -10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #2b2825;
	}
	
div#profile img {
	margin: -25px 10px 10px 10px;
	border: 2px solid #fff;
	}
	
div#profile h3 {
	background: url(images/about_btn.png) no-repeat;
	position: relative; left:-1px;
	height: 55px;
	width: 83px;
	text-indent: -9999px;
	padding-bottom: 30px;
	}
	
div#profile strong{
	font-weight: bold;
	color: #00a0b0;
	font-size: 12px;
	}

div#profile p {
	color: #fff;
	line-height: 1.6em;
	margin-bottom: 10px;
	}
	
div#profile a:hover {
	padding: 0;
	}

div#social {
	float: left;
	font-size: 12px;
	padding: 10px;
	width: 190px;
	border: solid 1px #666;
        margin: 0 0 10px -10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #2b2825;
	}
	
div#social a {
	padding-left:25px;
	}
	
div#social h3 {
	background: url(images/social_btn.png) no-repeat;
	position: relative; left:-5px;
	text-indent: -9999px;
	height: 37px;
	width: 87px;
	}

div#social li {
	padding: 8px 0 5px 3px;
	}
	
div#social li#twitter{
	background: url(images/twitter.png) no-repeat;
	}
	
div#social li#deviantart{
	background: url(images/deviantart.png) no-repeat;
	}
	
div#social li#facebook{
	background: url(images/facebook.png) no-repeat;
	}
	
div#social li#linkedin{
	background: url(images/linkedin.png) no-repeat;
	}
	
div#links {
	float: left;
	font-size: 12px;
	padding-left: 30px;
	width: 180px;
	border: solid 1px #666;
        margin: 0 0 10px -10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #2b2825;
	margin-bottom: 100px;
	}
	
div#links h3 {
	background: url(images/links_btn.png) no-repeat;
	position: relative; left:-20px;
	text-indent: -9999px;
	height: 35px;
	width: 70px;
	padding: 5px;
        margin: 10px 0 -5px 0;
	}
	
div#links li {
	list-style-type: square;
	padding-bottom: 10px;
        color: #fff;
	}
	
/* CONTENT */

div#featured {
	float: right;
	padding: 20px 10px 0 0;
	}
div#content a:visited {
	color: #000;
	text-decoration: none;
}	

div#featured img {
	border: 1px solid #666;
	}
	
div#content {
	float: right;
	width: 670px;
        /*height: 800px;*/
	padding: 10px 40px 120px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #09f;
	background-color: #FFF;
	/*text-shadow: #191919 0 1px 1px;*/ /*--maybe another day, not so much right now--*/
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	font-variant: small-caps;
	letter-spacing: 3px;
}

div#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #09f;
	background-color: #FFF;
	/*text-shadow: #191919 0 1px 1px;*/ /*--maybe another day, not so much right now--*/
	border-bottom: 1px solid #666;
	padding: 10px 0 10px 0;
	font-variant: small-caps;
	letter-spacing: 3px;
	
}

div#content p {
	padding: 15px 0 15px 0;
	line-height: 1.8em;
	color: #333;
	border-bottom: 1px dotted #ccc;
	}

div#services{
	padding: 10px 10px 500px 10px; 
	margin-top: 20px;
	}

div#services a:hover{
        text-decoration: underline;
}

div#services p {
        border: none;
}

div#services h3 {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #09f;
        font-size: 16px;
        font-variant: small-caps;
        letter-spacing: 3px;  
        border-bottom: 1px solid #09f;
        padding-bottom: 5px;
}
	
	
div#services li{
	width: 170px;
	float: left;
	border-right: 1px dotted #ccc;
	padding: 5px 20px 5px 20px;
	}

div#services li.last{
	border: 0;
	padding-bottom: 100px;
}

div#services img {
        border: 1px solid #ccc;
        margin: 10px 0 10px 0;
        padding: 5px;
}

/* FOOTER */

div#footer {
	background: url(images/footer.png) no-repeat;
	height: 140px;
	width: 960px;
	padding-top: 20px;
}

div#footer small{
	font-size: 12px;
	font-variant:small-caps;
	font-weight: bold;
	padding-top: 50px;
	margin-top: 20px;
	}

div#footer li{
	position: relative; left: 15px;
	float: left;
	line-height: 20px;
	padding: 0 10px 0  10px;
	margin-top: 85px;
	font-weight: bold;
	border-left: 1px solid #fff;
}

div#footer a {
	color: #FFF;
	}
	
div#footer a:hover {
	text-decoration: underline;
	}

/* GALLERY */


div.gallery{
	padding: 10px; 
	margin-top: 20px;
	}

div.gallery p {
        border: none;
}

div.gallery h3 {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #09f;
        font-size: 16px;
        font-variant: small-caps;
        letter-spacing: 3px;  
        border-bottom: 1px solid #09f;
        padding-bottom: 5px;
}
	
	
div.gallery li{
	width: 170px;
	float: left;
	border-right: 1px dotted #ccc;
	padding: 5px 20px 5px 20px;
	}

div.gallery li.last{
	border: 0;
	padding-bottom: 20px;
}

div.gallery img {
        border: 1px solid #ccc;
        margin: 10px 0 10px 0;
        padding: 5px;
}

/* ABOUT */


div#content_about {
	float: right;
	width: 670px;
	padding: 10px 40px 120px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#content_about h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #09f;
	background-color: #FFF;
	/*text-shadow: #191919 0 1px 1px;*/ /*--maybe another day, not so much right now--*/
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	font-variant: small-caps;
	letter-spacing: 3px;
}

div#content_about h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #09f;
	background-color: #FFF;
	/*text-shadow: #191919 0 1px 1px;*/ /*--maybe another day, not so much right now--*/
	border-bottom: 1px solid #666;
	padding: 15px 0 5px 0;
	font-variant: small-caps;
	letter-spacing: 3px;
}

div#content_about p {
	padding: 10px 0 5px 0;
	line-height: 1.8em;
	color: #333;
	border-bottom: none;
	}
	
div#bio img{
	padding: 10px;
}

div#float_left {
	float: left;
}

#contact-area {
	width: 450px;
	margin-top: 25px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 320px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #09f;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
	color: #333;
}

/* DOWNLOADS */
div.downloads {
	align: right;
	}