/*
Theme Name:		CS Computing
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Me
Author URI:		http://www.bwmedia.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats


*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}



@charset "UTF-8";
/* CSS Document */


body {
	text-align: left;
	margin: 0;
	padding: 0;
	color:#555;
	font-size: 10pt;
	line-height:1.5em;
	font-family:arial,helvetica,sans-serif;
	background: url(images/cs-backgound.png) repeat;
	/* background: #282c32; */
	}
	
	
	#head-wrapper {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width:100%;
	background: url(images/head-back.png) top left repeat-x;
	border-bottom:1px solid #4475a7;
	}
	
	#header {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 930px;
	position:relative;
	z-index:3;

	}
	
	.clearfix {display: inline-block;}
	.clear{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
	#logo  {
	background:url(images/cs-logo.png) top left no-repeat;
	height:136px;
	width:297px;
	position: absolute;
	z-index:99999;
	margin: 0;
	padding: 0;
	top:15px;
	left: 30px;

	}
	
	
	
	
	
	
	/* Top Nav */

#topnav {
	float: right;
	padding: 0;
	margin: 0;
	font-size:11pt;
	font-family: georgia,'times new roman',serif;
	text-transform:lowercase;
	height: 50px;
	}

#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float:right;

	}

#topnav li {
	height:50px;
	line-height:50px;
	float: left;
	padding: 0;
	margin:0;
	border-left:1px solid #3d434b;
	border-right:1px solid #3d434b;
	}

#topnav ul a, 
#topnav ul a:link, 
#topnav ul a:visited {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	margin:0;
	float:left;
	color:#aaa;
	background:url(images/nav.gif) bottom left repeat-x;
	}

#topnav ul a:hover, 
#topnav ul a:active {
	background: url(images/nav-hover.gif) bottom center no-repeat;
	color:#fff;
	}
/*
#topnav ul li.current_page_item li a,
#topnav ul li li.current_page_item li a,
#topnav ul li li li.current_page_item li a {
	color:#ccc;
	background:transparent;
	}

#topnav ul li.current_page_item a,
#topnav ul li li.current_page_item a,
#topnav ul li li li.current_page_item a,
#topnav ul li.current_page_item li a:hover,
#topnav ul li li.current_page_item li a:hover,
#topnav ul li li li.current_page_item li a:hover,
#topnav ul li.current_page_item li a:active,
#topnav ul li li.current_page_item li a:active,
#topnav ul li li li.current_page_item li a:active {
	background: url(images/nav-hover.gif) bottom center no-repeat !important;
	color:#fff !important;
	}

#topnav li ul {
	z-index:99999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 250px;
	margin: 0;
	padding:0;
	background:#000;
	}

#topnav li li {
	margin-right:0;
	height:40px;
	line-height:40px;
	border:0;
	}

#topnav ul li ul a {
	background:transparent !important;
	border:0 !important;
	width:220px;
	}

#topnav li ul ul {
	margin: -31px 0 0 250px;
	}

#topnav li:hover ul ul, 
#topnav li:hover ul ul ul, 
#topnav li.sfhover ul ul, 
#topnav li.sfhover ul ul ul {
	z-index:99999;
	left: -999em;
	}

#topnav li:hover ul, 
#topnav li li:hover ul, 
#topnav li li li:hover ul, 
#topnav li.sfhover ul, 
#topnav li li.sfhover ul, 
#topnav li li li.sfhover ul {
	z-index:99999;
	left: auto;
	}

#topnav li:hover, 
#topnav li.sfhover {
	z-index:9999;
	width:auto;
	}
	
/* top nav  */


#page-head {
	width:100%;
	padding:0;
	clear: both;
	margin: 0 auto;
	height:117px;
	background:url(images/cs-page-head.png) top left repeat-x;
	}
	
	#page {	
	width: 900px;
	margin: 0 auto;
	padding:30px;
	border:1px solid #ddd;
	border-bottom:0;
	border-top:0;
	background-color: #fff;
	}
	


	
	
	#content {
		
		margin-right: 200px;
		padding: 30px 30px 0 0px;
		background-color: #Fff;
		border-right: solid 1px #ccc;
	}
	
	
		#content  h1{
			font-weight: normal;
			margin: 0;
			font-variant:normal;
			font-style:normal;
			padding: 0;
		}
	
	#right-bar {
		float: right;
		width: 180px;
		padding: 0 0 0 20px;
background-color: #FFF;
border-left: solid 1px #ccc;
	}
	
	
		#right-bar ul {
			list-style:none;
			margin: 0;
			padding: 0;
	}
	
	
		#page-wrapper {	
		height: auto;
	width: 100%;
	background-color: #e6e9eb;
	}
	
	
	.page-head-in {
	width:580px;
	padding-left: 350px;
	margin: 0 auto;
	height:120px;
	}
	
	h1.page-title {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
	padding:45px 0 0;
	margin:0 0 3px;
	border: 0;
	color:#bfd0e2;
	float:left;
	width:600px;
	font-size:14pt;
	}
	
	
	h1, h2, h3, h4, h5, h6, h7 {
	font-family:arial,cambria,georgia,times,serif;
	margin: 0;
	padding: 0;
	font-weight:bold;

	line-height:1.0em;
	color:#333;
	}

h1 {
	font-size: 15pt;
	margin: 0;
	clear: none;
	}
	
		#footer-wrapper {
		width: 930px;	
		margin: 0 auto;
		}
	
	#footer {
	width:100%;
	clear: both;
	margin: 0 auto;
	padding: 35px 0 50px 0;
	color:#ccc;
	background: url(images/cs-footer.png) top left repeat-x;
	}
	
	
	/* home */
	#home-content {margin: 0 280px 0 320px; }
	#home-graphic {float: left; width: 310px;}
	#home-news-con {float: right; width: 257px;  }
	#home-news-con img {padding: 20px 0;}
	#home-news {padding: 6px 6px 20px 6px; border: 1px solid #e6e9eb; font-size: 12px; line-height: normal; background-color: #f5f8fa;}
	#home-news  h1 {color: #286cb4; margin: 0 0 10px 0;}
	#home-news ul {margin: 0; padding: 0 0 10px 0;}
	#home-news li {margin: 0; padding: 0; list-style: none;}
	#home-news a:link, a:visited {color: #d95a07;}
	#home-news a:hover{color: #3596b5;}
	#home-news li.read-more {background: url(images/more-arrow.png) 75px 5px no-repeat; float: right; padding: 8px 25px 0 0; }
	.news-date {font-weight: bold; font-size: 10px;}
	
	#home-bottom-con { padding: 5px; width: 609px; float: left; font-size: 11px;}
	#home-bottom-con h1 {margin: 0 0 10px 0; font-weight: bold; font-size:12pt; color: #2f5296;}
	#home-choose {float: right; width: 292px;}
	
	#home-featured {float: left; width: 139px; }
	#home-featured ul {float: left; list-style: none; margin: 0; padding: 0;}
	#home-featured li {margin: 0; background: url(images/bullet.png) 1px 5px no-repeat; padding: 0 0 0 16px; }
	
	 #home-featured-right   {margin: 26px 300px 0 140px;}
	 #home-featured-right ul { list-style: none; margin: 0; padding: 0;}
	 #home-featured-right li {margin: 0;  background: url(images/bullet.png) 1px 5px no-repeat; padding-left: 15px; }
	 
	 #home-partners {margin-top: 20px;}
	/* home */
	
	#contact-btn {margin-top: 50px; }
	
	ul#newsList{list-style-type:none;}

