/*
Theme Name: BinaryM
Description: A custom theme for BinaryM.com
Version: 1.1
Author: BinaryM
Author URI: http://binarym.com/
Tags: binarym
*/
/* ----- CSS ----- */

*{
  margin:0;
  padding:0;
}

html, 
body  {height: 100%;}

body{
  font-family:verdana, arial, sans-serif;
  font-size:90%;
  min-width:760px;
  background:#fff url(images/bg_body.png) top center repeat-x;
}

/* ----- IDS ----- */

#container{
    min-height:100%;
    width:960px;
    margin:0 auto;
}	
#wrapper {
    padding-bottom:100px;
}
#primaryContent{
  margin:10px 0 20px 10px;
  width:630px;
  float:left;
  background:#fff;
}	
#secondaryContent{
  margin:-100px 0 10px 10px;
  width:300px;
  float:left;
}	
#navigation{
  height:141px;
}	
#footerWrapper{
    background:#121212;
    height:100px;
    margin-top:-100px;
    position:relative;
}
#footer {
    width:960px;
    margin:0 auto;
}




/* ---- DESIGN ---- */

.blog {
  background:#454545;
  color:#fff;
  margin-bottom:5px;
}
.blog h4 {
  background:#151515 url("images/headers/h4_blog.png") top left no-repeat;
  text-indent:-1000em;
  height:20px;
}
.testimonial {
  background:#fff;
}
.testimonial h4 a {
  display:block;
  text-decoration:none;
  background:#d7d7d7;
  padding:4px;
  color:#fff;
}
.testimonial h4 a span {
  font-size:70%;
  float:right;
  color:#c33;
  text-decoration:underline;
  margin-top:2px;
}

blockquote {
    margin:0 30px;
    color:#333;
    border-left:2px solid #ccc;
    padding-left:10px;
}

.contact {
  background:#eee;
}
.contact h4 {
  display:block;
  text-decoration:none;
  background:#999;
  padding:4px;
  color:#fff;
}
.contact dl {
  color:#333;
  font-size:90%;
}
.contact dl dt {
  margin:0 10px 2px 0;
  display:block;
  width:80px;
  float:left;
  text-align:right;
}
.contact dl dd {
  margin-bottom:2px;
}

#footer div {
  width:22%;
  margin-left:2%;
  float:left;
}
#footer div h5 {
  background:transparent url("images/headers/h5_footer.png") left center no-repeat;
}
#footer div h5 a {
  display:block;
  height:34px;
  color:#fff;
  font-size:15px;
  padding-left:20px;
}
#footer div p {
  margin:5px 10px 0 20px;
  font-size:90%;
}
#footer p.binarym {
  clear:both;
  padding:8px 10px;
  text-align:right;
  font-size:80%;
  color:#ccc;
    text-shadow:1px 1px 1px rgba(100,100,100,.8);
}

/* ----- CLASSES ----- */

.post {
    border-bottom:1px solid #ccc;
    margin-bottom:16px;
    padding-bottom:6px;
}
.readmore {
    font-size:80%;
    text-align:right;
}
.postmetadata {
    font-size:80%;
    background:#eee;
    border:1px solid #ccc;
    padding:4px;
}

.gutter {
  padding:6px;
}
.clear {
  clear:both;
}
.iesux {
  display:none;
}
.hide{
}
.show{
}

/* ----- HEADINGS ----- */
#navigation h1 a {
  float:left;
  display:block;
  text-indent:-1000em;
  background:transparent url("images/logo.png") bottom right no-repeat;
  height:150px;
  width:370px;
}
h2#header {
  color:#fff;
  height:150px;
  margin-left:20px;
  max-width:500px;
  clear:left;
  font-size:48px;
}
h3#subheader {
  height:60px;
  color:#c00;
  font-size:20px;
}


h1{
}
h2{
}
h3 a,
h3 a:visited {
    color:#333;
}
h4{
}

/* ----- PARAGRAPHS ----- */

#primaryContent p{
  margin:15px 5px;
  line-height:180%;
}
#secondaryContent p{
  margin:10px 0px;
  line-height:130%;
  font-size:90%;
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

#primaryContent ul, #primaryContent ol {
  margin:10px 0 10px 30px;
}

#navigation ul{
  margin:114px 10px 0 0;
  list-style:none;
  float:right;
}
#navigation ul li{
  float:left;
}
#navigation ul li a{
  font-size:90%;
  text-decoration:none;
  color:#fff;
  background:#790000;
    text-shadow:1px 1px 1px rgba(0,0,0,.8);
  padding:6px 15px;
  display:block;
}
#navigation ul li a:hover{
  background:#707070;
}

/* ----- IMAGES ----- */

.facesofusers {
    float:left;
    margin:5px;
}

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}

/* ----- LINKS ----- */

a{
  color:#c00;
}
a:hover{
  color:#900;
  text-decoration:none;
}
a:visited, a:active, a:focus{
  color:#c00;
}


p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

/* ---- WORDPRESS ---- */
img.thebeast {
  float:right;
  margin:0 -10px 0 10px;
}
img.alignright {
  float:right;
  margin:0 0 10px 10px;
  padding:1px;
  border:1px solid #999;
}
img.alignleft {
  float:left;
  margin:0 10px 10px 0;
  padding:1px;
  border:1px solid #999;
}
.alignright {
  float:right;
}
.alignleft {
  float:left;
}

.split {
  clear:both;
  border-top:1px solid #999;
  border-bottom:1px solid #efefef;
  width:80%;
  margin:10px auto;
  
}

/* ---- COMMENTS ---- */
/* Quoted, Gray */

div#comments h2 {
	color: #565656;
	border-bottom: 4px solid #565656;
}
div.comment-meta {
	background: #565656;
}
li.comment-avatar img {
	border: 2px solid #fcf8ed;
}
div.comment-content, div#respond form {
	background:transparent url(images/arrow-s.png) left top no-repeat;
} 
li.comment-actions a {
	background: #244a64;
}
li.comment-actions a:hover {
	background: #3c7aa5;
}
div#respond form input, div#respond form textarea {
	border: 1px solid #565656;
} 
div#respond input#submit {
	background: #565656;
	color: #fff;
}
div#respond input#submit:hover, div#respond input#submit:focus {
	color: #fff;
}

div#comments {
	line-height: 1;
}
body div#comments ol, 
body div#comments ul, 
body div#comments ol li, 
body div#comments ul li {
	list-style: none;
	padding: 0;
}

div#comments, div#trackbacks {
	width: 600px;
}
div#comments {
	color: #2f2f2f;
	float: left;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 50px 20px;
	padding-bottom: 100px;
	width: 600px;
}
div#comments h2 {
	display: block;
	float: left;
	font-size: 1.3em;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
div#comments p {
	margin: 0 0 15px 0;
}


/* Quoted, Global */

body li.comment {
	margin: 0;
}
li.comment, li.comment div.sleeve {
	float: left;
	width: 100%;
}
li.comment div.sleeve {
	background:transparent url(images/comment.png) bottom repeat-x;
	margin: 0 0 15px 0;
}
div.comment-meta {
	color: #fff;
	float: left;
	font-size: 0.8em;
	padding: 0 0 5px 0;
	position: relative;
	width: 100%;
}
div.comment-meta ul {
	margin: 5px 90px 0 10px;
}
div.comment-meta a {
	color: #fff;
}
div.comment-meta li {
	float: left;
	margin-right: 3px;
}
li.comment-avatar {
	position: absolute;
	right: 5px;
	top: 5px;
}
div.comment-content {
	clear: left;
	float: left;
	font-size: 0.9em;
	margin: 0 90px 0 0;
	padding: 15px 0 0 10px;
}
body div#comments ul.children {
	background: #fff url(images/child.png) left -5px no-repeat;
	clear: left;
	padding-left: 30px;
	width: auto;
}
li.comment-actions a {
	font-size: 0.8em;
	margin: 0 0 0 5px;
	padding: 0 5px 2px 5px;
	position: relative;
	text-decoration: none;
	text-transform: lowercase;
	top: -2px;
	-webkit-border-radius: 5px;
}
div#respond {
	background:transparent url(images/comment.png) bottom repeat-x;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	width: 100%;
}
div#respond form {
	float: left;
	font-size: 0.8em;
	margin: 0;
	padding: 15px 0 0 10px;
	width: 100%;
}
div#respond form div {
	margin: 0 0 15px 0;
}
div#respond form label {
	clear: left;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
	text-align: right;
	width: 90px;
}
div#respond form input, div#respond form textarea {
	background:transparent url(images/comment.png) bottom repeat-x;
	color: #999;
	font-size: 1.0em;
	line-height: 1.4em;
	max-width: 340px;
	padding: 5px;
	width: 340px;
}
div#respond form textarea {
	height: 100px;
}
div#respond form input:hover, div#respond form textarea:hover {
	color: #2f2f2f;
} 
div#respond input#submit {
	float: left;
	margin-left: 110px;
	padding: 5px 10px;
	width: auto;
}
div#respond input#submit:hover {
	cursor: pointer;
}

div#trackbacks {
	clear: both;
	float: left;
	padding: 30px 0 0 0;
}
div#trackbacks li {
	width: 100%;
}
div#trackbacks li li {
	width: auto;
}
div#trackbacks li.comment-actions {
	display: none;
}

/* End Comments */


/* ---- CFORMS ---- */
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform { 
	margin:10px auto 0 auto; 
	width: 90%; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 10px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:15px;
	padding: 0 2px; 
	font-size:130%;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:40%; 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:100%; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:25px;
}

label.cf-after span {
	width:25px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:12px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#ccc; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#fff; 
}

.cform input {
  width:30%; 
}
.cform textarea {
  width:45%;
}

.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 10%; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:20%; /* check with label 'width' incl. */
} 

.cform input.cf-box-b 	{ 
  margin-left:0px; /* check with label 'width' incl. */
  padding:0;
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 15px 10% !important;
	padding-left: 10px; 
} 

ol.cf-ol li.cf-box-group input {
  float:left;
}
ol.cf-ol li.cf-box-group label {
  margin:6px 0 6px 20px;
  padding:0;
  display:block;
  width:90%;
}
ol.cf-ol li.cf-box-group label span {
  width:100%;
}


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:50%;
        color:#f33;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(images/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(images/icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(images/captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(images/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

