/*   
Theme Name: Flex ID
Theme URI: http://www.flexid.com/
Description: Flex ID's custom theme. Built from scratch!
Author: Adam Korman
Author URI: http://www.flexid.com
Version: 0.1
*/

/* Reset styles */
@import url('includes/style-reset.css'); 

/* Base style */
@import url('includes/style-base.css'); 


/* ---------- =Structural Elements ---------- */

body {
	background: #eee;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
}

#wrap-page {
	width: 780px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	height: 150px;
	position: relative;
	background-color: #036;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#wrap-content {
	width: 100%;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#sidebar {
	float: right;
	width: 150px;
	padding: 10px 20px;
	background-color: #fff;
	padding-bottom: 3em;
}

#content {
	border-right: 1px dotted #999;
	margin-right: 190px; /* should equal width of sidebar plus padding */
	padding: 10px 30px;
	background-color: #fff;
}

#footer {
	clear: both;
	text-align: center;
	padding: 1em;
	background-color: #efefef;
	border-top: 1px solid #ccc;
}


/* ---------- =Header ---------- */

/* Blog title is hidden - included in image */
#header h1 {
	display: none;	
}

/* Blog description is hidden */
#header p {
	display: none;	
}

/* Main Navigation */

ul#nav {
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 20px;
	line-height: 15.5px;
}

ul#nav li {
	display: inline;
	margin: 0 1px 0 0;
	}

ul#nav,
ul#nav li a {
	padding: 6px 13px 3px 13px;
	}

ul#nav li a,
ul#nav li a:link,
ul#nav li a:visited,
ul#nav li a:hover {
	font-size: 14px;
	line-height: 15.5px; /* this is hacky to get the alignment right in Safari */
	color: white;
	margin: 0;
	background-color: #0e1d2d;
	border: none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul#nav li a:hover {
	color: #eee;
	text-decoration: none;
	background-color: #4B7EC0;
	}

ul#nav li.current_page_item a,
ul#nav li.current_page_item a:visited,
ul#nav li.current_page_item a:hover,
ul#nav li.current_page_parent a,
ul#nav li.current_page_parent a:visited,
ul#nav li.current_page_parent a:hover {
	color: #333;
	background: white;
	text-decoration: none;
}

/* ---------- =Content ----------*/


#page-heading {

}

.permalink {
	font-size: .321em; /* relative to h2 */
}

.post-content {
	margin: 1em 0;
}

.post-title {
	
}

.post-title a, .post-title a:link, .post-title a:visited {
	color: #09193E;
}

.post-title a:hover {
	color: #09f;
}

.post-meta-before {
	font-size: .846em;
}

.post-meta-after {
	margin: 0 0 3em 0;
	padding: .5em 0 0 0;
	font-size: .846em;	
	border-top: 1px dotted #ccc;
}

.post-meta-author {
	background-image: url(images/icon-posted.gif);
	padding: 3px 0 0 12px;
	background-repeat: no-repeat;
	background-position: 0;
}

.post-meta-category {
	
}

.post-meta-comments {
	background-image: url(images/icon-comments.gif);
	margin: 0 0 0 1em;
	padding: 0 0 0 14px;
	background-repeat: no-repeat;
	background-position: 0;
}

.post-meta-date {
	
}

.post-meta-tags {
	background-image: url(images/icon-tag.gif);
	display: block;
	padding: 0 0 0 11px;
	background-repeat: no-repeat;
	background-position: 0;
}

#comments {
	
}

#comments h3 {
	
}

.commentlist {
	
}

.comments-none {
	
}

#comments-respond {
	
}

.comment-meta {
	font-size: .846em;
	background-image: url(images/icon-date.gif);
	padding: 0 0 0 14px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.downplay {
	font-size: .769em;
	line-height: 1.25em;
	color: #666;
}


/* Navigation used for archives and comments */

.nav-archive, .nav-comments {
	padding: 0 0 3em 0;
}

.nav-archive .nav-older , .nav-archive .nav-newer {
	display: inline;
	padding: .66em 1em .5em;
	background-color: #efefef;
	border: 1px dotted #ccc;
	cursor: pointer;
}

.nav-older, .alignleft {
	float: left;	
}

.nav-newer, .alignright {
	float: right;
}

/* ---------- =Forms ---------- */


input {
	font-size: 1.231em;
	margin: 0 .5em 0 0;
	padding: .15em;
}

label {

}

textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.231em;
	padding: .25em;
	width: 95%;
}

#submit {
	display: block;
	margin: 1em auto 0 auto;
	padding: .25em .75em;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #09f;
	color: #fff;
	font-size: 1.538em;
	cursor: pointer;
}

.required { /* for "required" label on required fields */
	font-size: .846em;
	color: #900;
}


/* ---------- =Footer ---------- */


/* ---------- =Sidebar ---------- */

#sidebar {
	font-size: 84.6%;	
}

#sidebar h2 {
	margin-top: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #bbb;
}

#sidebar ul {
	line-height: 2em;
	text-align: justify;
	margin: 0;
	}

#sidebar li {
	list-style-type: none;
	line-height: 1.5em;
}

#searchform { /* fixed width and position allows this to ignore sidebar padding for a snugger fit */
	position: relative;
	right: 55px;
	top: -35px;
	width: 250px;
	background-color: #efefef;
	border: 1px solid #ccc;
	text-align: center;
	padding: 0 0 9px 0;
}

#s { /* search input */
	font-size: 1em;
	margin: 0 0 0 0;
	width: 150px;
}

#searchsubmit { /* search button */
	margin: 1em 0 0 0;
	padding: 3px 5px 2px 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #09f;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
}

#contact_email {
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
	margin: 0;
	background-image: url(images/icon-email.gif);
	background-position: 1px;
}

#contact_phone {
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
	margin: 0;
	background-image: url(images/icon-phone.gif);
	background-position: 2px;
}



/* ---------- =Miscellaneous ---------- */

.hidden {
	display: none;	
}

.footerstats { /* WP Stats Plugin */
	display: none;	
}


/* ---------- =Sociable Plugin ---------- */


div.sociable {
	padding: .5em 0 0 0;
	margin: 0;
}

span.sociable_tagline {
	position: relative;
}
.sociable_tagline {
	float: left;
	margin: 0 .5em 0 0;
}

span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	/*display: block; */
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sociable a {
	border: none;	
}

.says { /* for comments */
	display: none;	
}

.comment-author cite {
	font-style: normal;	
}

#sb-contactus {
	margin-top: -40px;	
}

.screen-reader-text {
	display: none;
}