/*
Theme Name: CyborgSavvant
Theme URI: http://cyborgsavvant.com
Description: Custom Hybrid Child Theme.
Version: 0.3
Author: Anny Randel / Brian Fromme
Author URI: http://cyborgsavvant.com
Tags: Add, Whatever, Tags, You, Want
Template: hybrid
*/


/* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');
/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

/* Body container */
#body-container {
	width: 960px;
	margin: 16px auto 18px auto;
	}
body {
	background-image: NONE;
	background-color: #ECEDFF;
	}
span {
	color: #003366;
	}

#header {
	display: block;
	width: 960px; 
	height: 257px; 
	background: url(images/headbackground.png); 
	}

#site-title {
	margin-top:14px;
	margin-left: 14px;
	font-size: larger;
	padding-top: 5px;
	}
#site-title a {
	color: #FFFFFF;
	}
#site-description {
	color: #000099;
	margin-top: 135px;
	text-align: right;
	margin-right: 14px;
	font-size: larger;
	}
	
/* Headers */
h1 {

    }
/**
* Navigation
************************************************/
#navigation {
    margin: -60px 0 0 0;;
	width: 960px;
	background-color: transparent;
	}

#page-nav { background-color: transparent;}
#page-nav ul {
	list-style: none;
	}
#page-nav li {
	background-color: transparent; /* behind entire nav menu */
	float: right;
	}
#page-nav li a {
	margin-right: 0;
	background-image:url(images/buttons.png);
	width: 90px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	background-color: transparent; /* behind all nav except current page */
	}
#page-nav ul li.current_page_item a {
	float: left;
	background-image:url(images/buttonselected.png);
	background-repeat: no-repeat;
	width: 90px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	list-style: none;
	background-color: transparent;
	}
	
/* have to make all the drop down nav have transparent background - at least for now */
#page-nav ul ul {
	background: transparent;
	border-bottom: 1px solid; 
	border-bottom-color: #2e647d;
	}
	
#page-nav ul li.current_page_item li {
	background-color: transparent;
	float:left;
	}
#page-nav ul li.current_page_item {
	background-color: transparent;
	float:left;
	}

#container { 
	margin: 0px 0 11px 0;
	}
.content {
	overflow: hidden;
	height: 100%;
	float: left;
	width: 600px;
	padding:20px;
	background: transparent;
	border-top-color:#C6DBFF;
	border-top-style:ridge;
	}
#primary {
	background: transparent;
	border-top-color:#C6DBFF;
	border-top-style:ridge; 
}
#secondary {
	background: transparent;
	border-top-color:#C6DBFF;
	border-top-style:ridge; 
}
.text {
	color: #003366;
	}
#utility-after-content {
	background: transparent;
	border-top-color:#C6DBFF;
	border-top-style:ridge;
}

#utility-before-content {
	background: transparent;
	border-bottom-color:#C6DBFF;
	border-bottom-style:ridge; 
}
.widget {
        background: transparent;
	border-bottom-color:#C6DBFF;
	border-bottom-style:ridge; 
	}

.serviceNames {
	font-style:oblique;
	font-weight:bolder;
	}
	
.companyName {
	font-weight: bolder;
	}
/*
** .hackadelic-sliderPanel -- The class of the panel that contains the slider note content.
*/	
.hackadelic-sliderPanel {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
/*
** .hackadelic-sliderButton -- The class of the slider button that opens and closes the slider
*/
a.hackadelic-sliderButton {
	border: 1px solid lightgrey;
	color: #0066CC;
	padding: 0 3px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
	font-size:larger;
}
/*
** .hackadelic-sliderButton:hover -- Used to highlight the button when the mouse hovers over it.
*/
a.hackadelic-sliderButton:hover {
	border: 1px solid #F0F0E0;
	background-color: #F0F0E0;
}

.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
	padding-left: 14px;
}

.textwidget .hackadelic-sliderButton {
	display: block;
	color: #003366;
	margin: 0.5em;
}

.textwidget .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.block {display:block; }
.hidden {display:none; }

ul {
	list-style:none;
	}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

.your-name {
        width: 150px;
        padding: 1px;
	margin: 2px 5px 2px 0;
}

