@charset "utf-8";
/* CSS Document */

/**
 * HTML Tags - CSS for spsific HTML tags (No classes or ID's!)
 */
body{
	background: #000 url(images/bg.jpg) repeat-x 0 bottom;
	color: #ffffff;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
tbody{
	border: 0;
}

h1, h2, h3, h4, h5{
	color: #9eabde;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 14px;
}

a{
	color: #7d8cc3;
	text-decoration: none;
}
a.active{
	color: #e50029;
}
a:hover{
	color: #e50029;
}
/**
 * Common classes used for formating (Only use one class name!)
 */



/**
 * Container
 */
#container{
	background: #000;
	color: #ffffff;
}



/**
 * Page Header
 */

#header{
}

/**
 * Site name and slogan
 */


/**
 * Logo
 */



/**
 * Primary Links
 */
#primary_links{
	background: url(images/primary.jpg) repeat-x 0 top;
	font-size: 15px;
	padding:13px 0;
	font-variant: small-caps;
	border-bottom: 1px solid #383838;
}
#primary_links a{
	color: #ffffff;
	padding: 13px 10px;
}
#primary_links a:hover{
	background: url(images/hover.jpg) repeat-x 0 top;
	color: #ffffff;
}
#primary_links a.active{
	background: url(images/hover.jpg) repeat-x 0 top;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
}



/**
 * Secondary Links
 */



/**
 * Search form
 */



/**
 * Page body and content
 */

body.one-sidebar.sidebar-left #body, body.one-sidebar.right-sidebar #body {
	padding: 0 270px 0 10px;
}

body.one-sidebar.sidebar-left.fixed #body, body.one-sidebar.right-sidebar.fixed #body {
	width: 720px;
}

#content{
	padding: 10px 10px 0 0;
}


/* Node Styling */


/* Comment Styling */


/* Forum Styling */


/**
 * Messages bar (Status and Error messages)
 */

tr.even, tr.odd{
	color: #000000;
}

/**
 * Content
 */
h1.title{
	color: #9eabde;
	font-size: 24px;
}
h1.title a{
	color: #9eabde;
	font-size: 24px;
}


/**
 * Top sidebar
 */



/**
 * Bottom sidebar
 */



/**
 * Left sidebar
 */
.one-sidebar #sidebar_left {
	background: #cececd url(images/sidebar-right.jpg) repeat-x 0 top;
	margin-right: -270px;
	width: 250px;
	padding: 10px;
	color: #3d3d3d;
}
#sidebar_left .title{
	font-size: 14px;
	color: #3d3d3d;
	font-weight: bold;
}
/**
 * Right sidebar
 */



/**
 * Block
 */
#sidebar_left .block{
	padding: 10px 0 10px;
	background: url(images/block-line.jpg) no-repeat 0 bottom;
}
#block-block-4{
	background: url(images/block-bottom.jpg) no-repeat center;
	width: 703px;
	height: 219x;
}
.block{
	color: #3d3d3d;
}

/*
 * Rollover edit links for blocks
 */


/**
 * Pager
 */
 
ul.pager li a,
ul.pager li a.active{
	color: #ffffff;
}



/**
 * Page footer
 */
#footerwrapper{
	padding: 10px;
	text-align: right;
}
