/*  
Theme Name: Synapse
Theme URI: http://wordpress.org/
Description: The custom style for the Synapse Corporate Solutions Site
Version: 1.6
Author: Synapsecs
Author URI: http://synapsecs.com/
*/

*{font-family:"Lucida Grande","Segoe UI","Tahoma",sans-serif}
body,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,pre{border:0;margin:0;padding:0}

body{
	background:#000;
	color:#fff;
	font-size:62.5%;
	text-align:center;
	margin:0 0 15px;
	}

/*******************************************************
 * Used in /wp-content/themes/synapse/header.php
 * Style for Head Content for all pages except Home.php
 *******************************************************/
#head {
	width: 900px;
	margin: 10px 0 50px 0;	
}
#head #head_logo {
	float: left;
	width: 300px;
}
#head #head_links {
	float: right;
}
/*******************************************************/

/*******************************************************
 * Used in /wp-content/themes/synapse/* (all files)
 * Style for All Content pages
 *******************************************************/
#content {
	width: 700px;
	font-size: 10px;
	clear: both;
	padding: 10px;
	background-color: #202020;
	border: 1px solid #353535;
	text-align: left;
}
#content a {
	color: #dcdcdc;
}
#content a.hover {
	color:#90bde9;
}
#content h1 {}
#content h2 { /* Page Headers */
	margin: 0 0 10px 0;
	font-size: 18px;
}
#content h3 { /* Entry Titles */
	margin: 5px 0;
	font-size: 14px;
}
#content #text {
	float: left;
	padding: 10px;
	width: 450px;
}
#content #text .post {
	font-size: 12px;
	margin: 10px 0;
	border-bottom: 1px solid #353535;
}
#content #text .post #posts tr {
	vertical-align: top;	
}
#content #text .post #posts td {
	border-bottom: 1px solid #353535;
	padding: 10px 0 10px 10px;
}
#content #text .post #posts tr td.img {
	width: 110px;
	height: 40px;
}
#content #text .post a {
	color: #dcdcdc;
	font-size: 12px;
}
#content #text .post a:hover {
	color:#90bde9;
}
#content #sidebar {
	float: right;
	padding: 0 5px 0 0;
	width: 160px;
}

/*******************************************************/

/*******************************************************
 * Used in /wp-content/themes/synapse/sidebar.php
 * Style for Calendar
 *******************************************************/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 150px;
	padding: 5px;
	border: 1px solid #353535; 
	background-color: #000000
}

#wp-calendar caption { /* Calendar Header */
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	margin: 15px 0 10px 0;
}

#wp-calendar #next a { /* Link to Next Month */
	color: #ffffff;
	font-size: 9pt;
	padding-right: 10px;
	text-align: right;
	text-decoration: none;
}

#wp-calendar #prev a { /* Link to Prev Month */
	color: #ffffff;
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
}

#wp-calendar a {
	color: #ffffff;
	display: block;
}
#wp-calendar a.current {
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td#today {
	border: 1px solid #ffffff;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/*******************************************************/

p#description {
	font-size:1.6em;
	margin:0;
	padding:0;
	color:#b5b5b5;
	padding:20px 0 0;
	height:15px !important;
	height /**/:35px; /**/
}

.page_item, .current_page_item {
	list-style: none;
	padding:4px 8px;
	font-size:1.2em;
	color:#dcdcdc;
	text-align: left;
	text-decoration:none; 
}

#foot,#ventures{margin:0 auto}

#foot{
	width:680px !important;
	width /**/:700px; /**/
	padding:10px 10px 0;
	background:url('img/f_grad.gif') 0 0 repeat-x #000;
	margin-top:50px;
	text-align:left;
	}
#foot ul{
	float:left;
	width:213px;
	margin:0 2% 0 0;
	padding:0;
	list-style:none;
	}
#foot ul.services{
	margin:0;
}
#foot ul li{
	border-top:1px solid #353535;
	padding:4px 8px;
	font-size:1.2em;
	}
#foot ul li.first{border:0}
#foot ul li a{
	color:#dcdcdc;
	text-decoration:none;
	}
#foot ul li a:hover{color:#90bde9}

#ventures{width:505px}
#ventures ul{
	list-style:none;
	margin:0;
	padding:0;
	width:505px;
	}
#ventures ul li{display:inline}
#ventures ul li a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#000;
	width:162px;
	height:68px;
	background:#ccc;
	float:left;
	}
#ventures ul li a:hover{background-position:0 -68px}
#ventures ul li a.down2night,#ventures ul li a.synapselife{margin-right:8px}
#ventures ul li a.down2night{background-image:url('img/venture_down2night.gif')}
#ventures ul li a.synapselife{background-image:url('img/venture_synapselife.gif')}
#ventures ul li a.tascade{background-image:url('img/venture_tascade.gif')}

.clear{clear:both}
