/*  
Theme Name: Sanguine's Portoflio
Theme author: Bassaddicted
Description: Designed and Coded by Bassaddicted using PhotoShop CS4 and Dreamweaver CS4.
Version: 1.0
Author: Bassaddicted
Author URI: Bassaddicted@gmail.com
*/

/**********************************************************************************
    CSS RESET
**********************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	list-style: none;
}

img {
  border: 0px;
}

/**********************************************************************************
    GLOBAL
**********************************************************************************/

body {
	font: 12px Lucida Grande, Helvetica, "Arial", Verdana, sans-serif;
	background: #151515;
	margin: 0 auto;
	width: 987px;
}

/**********************************************************************************
	Header
**********************************************************************************/

#header{
	background: url(../images/header.png) no-repeat;
	width: 987px;
	height: 88px;
}

#header a img{
	float: right;
	display: block;
	padding: 3px 15px 0 0;
}

/**********************************************************************************
    Navigation
**********************************************************************************/

#navigation{
	background: url(../images/nav_bar.png) no-repeat;
	width: 987px;
	height: 54px;
}

#navigation ul{
	margin-left: 360px;
}

#navigation ul li{
	float: left;
	padding-top: 17px;
	margin-right: 47px;
}

#navigation ul li a{
	text-decoration: none;
	color: #999;
	font-size: 14px;
}

#navigation ul li a:hover{
	text-decoration: underline;
	color: #FFF;
}

/**********************************************************************************
    image reel
**********************************************************************************/

#imagereel{
	background: url(../images/image_reel.png) 0 0 no-repeat;
	height: 344px;
}

#imagereel img{
	margin-left: 80px;
	margin-top: 64px;
}

/**********************************************************************************
    content
**********************************************************************************/

#content{
	background: url(../images/content_repeat_bar.png) repeat-y;
}

#content h1{
	font-size: 18px;
	padding: 10px 0 10px 23px;
	color: #FFF;
}

/**********************************************************************************
    News Post
**********************************************************************************/

#newspost{
	width: 960px;
	margin: 0 auto;
}

#newspost h1{
	font-size: 24px;
	padding-left: 20px;
	padding-top: 20px;
	color: #fff;
}

#newspost hr{
	margin-top: -2px;
	width: 900px;
	margin-left: 20px;
}

#newspost p{
	padding: 10px 300px 10px 10px;
	font-size: 14px;
	color: #999;
}

#newspost img{
	width: 229px;
	height: 300px;
	margin-left: 675px;
	margin-top: -160px;
	padding-bottom: 20px;
}

/**********************************************************************************
    portfolio
**********************************************************************************/

#works{
	padding: 20px 0 50px 20px;
}

#works h2.links a{
	color: #999;
}	

#works h2.links a:hover{
	color: #CCC;
}

#works h1{
	font-size: 18px;
	padding: 10px 0 10px 10px;
	text-decoration: underline;
	color: #fff;
}

#works p{
	padding: 10px 10px 10px 0px;
	float: left;
}

#works p.detail{
	padding: 0 30px 0 10px;
	float: inherit;
	color: #999;
}

#works p.detail a{
	color: #CCC;
}

#works p.detail a:hover{
	color: #666;
}

#works h2{
	color: #FFF;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
}

#works h2.level{
	margin: 150px 0 0 0;
}

#works hr{
	margin: 45px 0 20px 0;
	width: 500px
}

#works2{
	padding: 20px 0 50px 20px;
}

#works2 h2.links a{
	color: #999;
}	

#works2 h2.links a:hover{
	color: #CCC;
}

#works2 h1{
	font-size: 18px;
	padding: 10px 0 10px 10px;
	text-decoration: underline;
	color: #fff;
}

#works2 p.detail{
	padding: 0 30px 0 20px;
	float: inherit;
	color: #999;
}

#works p.detail a{
	color: #CCC;
}

#works2 p.detail a:hover{
	color: #666;
}

#works2 h2{
	color: #FFF;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
}

#works2 h2.Port2{
	color: #FFF;
	font-size: 16px;
	padding: 20px 0px 10px 25px;
}

#portimg {
	width: 960px;
	margin: 0 auto;
}

#portimg a.group img{
	padding: 10px 10px 0 0;
	height: 150px;
	width: 150px;
}

#portimg p.portimg1{
	text-align: center;
}


/**********************************************************************************
   #About Page
**********************************************************************************/

#about{
	width: 960px;
	margin: 0 auto;
}

#about h1{
	font-size: 18px;
	padding: 10px 0 5px 20px;
	text-decoration: underline;
	color: #fff;
}

#about h2{
	font-size: 16px;
	padding: 8px 0 0 10px;
	color: #fff;
}

#about p{
	padding: 0 20px 0 10px;
	color: #999;
}

#about ul{
	padding: 0 0 10px 20px;
}

#about ul li{
	list-style: disc;
	padding: 0 0 0 0;
	color: #999;
}

/**********************************************************************************
    Contact
**********************************************************************************/

.contactForm{
	width: 960px;
	margin: 0 auto;
}

.contactForm h1{
	font-size: 18px;
	padding: 0 0 0 75px;
	color: #fff;
}

.contactForm p{
	padding: 10px 0 0 20px;
	color: #fff;
}

.contactForm input.name{
	color: #CCC;
	padding: 10px 100px 0 0;
	background: #666;
	border: 1px solid #999;
}

.contactForm input.email{
	color: #CCC;
	padding: 10px 100px 0 0;
	background: #666;
	border: 1px solid #999;
}

.contactForm input.input{
	color: #CCC;
	padding: 10px 100px 0 0;
	background: #666;
	border: 1px solid #999;
}

.contactForm textarea.textarea{
	color: #CCC;
	padding: 0 100px 0 0;
	background: #666;
	border: 1px solid #999;
}

/**********************************************************************************
    Xtrainfo
**********************************************************************************/

.Xtrainfo{
	width: 400px;
	float: right;
}

.Xtrainfo h2{
	font-size: 24px;
	color: #fff;
	padding: 10px 0 0 0;
}

.Xtrainfo ul li.info{
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	padding: 0 0 5px 0;
}

.Xtrainfo ul li{
	font-size: 14px;
	color: #fff;
	padding-bottom: 0px;
}

.Xtrainfo ul li a{
	color: #999;
	text-decoration: none;
}

.Xtrainfo ul li a:hover{
	text-decoration: underline;
}

/**********************************************************************************
    CSS RESET
**********************************************************************************/

#succ{
	margin: 0 auto;
	width: 960px;
}

#succ h3{
	text-align: center;
	font-size: 24px;
	color: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	padding: 10px 0 0 0;
}

#succ p{
	text-align: center;
	font-size: 16px;
	color: #999;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 0 10px 0;
}

#succ p a{
	color: #666;
}

#succ p a:hover{
	color: #fff;
}

/**********************************************************************************
    Footer
**********************************************************************************/

#footer{
	background: url(../images/footer.png) 0 0 no-repeat;
	width: 987px;
	height: 72px;
}

#footer p.copy{
	text-align: center;
	font-size: 12px;
	padding: 20px 0 10px 0;
	color: #999;
}

#footer p.link{
	text-align: center;
	font-size: 12px;
	color: #999;
}

#footer p.link a{
	color: #999;
}

#footer p.link a:hover{
	text-decoration: none;
	color: #FFF;
}
