/*  
Theme Name: imperative
Theme URI: http://samk.ca/freebies/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Enjoy!
Author: Sam
Author URI: http://samk.ca/
Version: 1.9.7
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }
.panel { position: absolute;
top: 50px;
left: 0;
display: none;
background: #000000;
border:1px solid #111111;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
width: 330px;
height: auto;
padding: 30px 30px 30px 130px;
filter: alpha(opacity=85);
opacity: .85;
}
.panel p, .panel h3 { color: #fff; }
a.trigger{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 15px;
font-weight: 700;
background:#333333 url(images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 20px;
font-weight: 700;
background:#222222 url(images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url(images/minus.png) 85% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}
 
 
 
.submitbutton {
-moz-border-radius:4px 4px 4px 4px;
border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px;
border-radius:4px 4px 4px 4px;
background:-moz-linear-gradient(center top , #FFFFFF, #66CCFF 29%, #66CCFF) repeat scroll 0 0 transparent;
background-color: #66CCFF;
border:2px solid #6FD9FF;
display:block;
margin:0 5px 7px 0;
padding:6px;
position:relative;
color: #eee;
}
.submitbutton:hover {
-moz-border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px;
border-radius:4px 4px 4px 4px;
background:-moz-linear-gradient(center top , #FFFFFF, #999 29%, #999) repeat scroll 0 0 transparent;
border:2px solid #333;
display:block;
margin:0 5px 7px 0;
padding:6px;
position:relative;
color: #eee;
cursor: pointer;
}


h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }
* a { outline: none; }
pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #66ccff;
  text-decoration: none;
  outline: none;
  }

a:hover {
  color: #43C6E9 !important;
  text-decoration: none;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }
ul, ul li { list-style: none; }
code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }
.inner_div { border-bottom: #999 1px solid; }
.outer_div { border-bottom: #ccc 1px solid; margin: 0 0 7px;}

body {
  background-color: #000000; 
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background-position: center the;
  }
.bullets { list-style: square; margin: 5px 0 0 14px; }

/* Header and wrapper */
#wrapper {background-image:url(./images/bg.jpg);background-repeat:no-repeat;margin:0px auto 0px ;padding:0;text-align:left;width:960px;min-height:1080px;position: relative;}

#navHeader { 
background-image: url('images/mesh.png');width: 960px; height: 119px;position: relative;margin-bottom: -75px; z-index: 1;
}

#header {
  padding: 0;
  margin: 0;
  height: 80px;
  }

#header #theright {
float:right;
left:10px;
margin:0;
padding-right:10px;
position:relative;
text-align:left;
width:414px;
z-index:10;
}
#header #theright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #theright li {
  display: inline;
  }
#header #theright li a {
color:#FFFFFF;
font-size:9pt;
font-weight:bold;
margin:0 0 0 -4px;
padding:0 0 0 25px;
text-transform:capitalize;
}
#header #theright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 350px;
  height: 87px;
  margin: 7px 0 15px 7px;
  padding: 0;
  background-image: url("./images/logo.png");
  background-repeat: no-repeat;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#theNav { color:#FFFFFF;font-size:32px;font-weight:bold;font-family: Arial;height:20px;margin:0 0 0 10px;text-transform:capitalize;list-style: none; width: 960px;}
#theNav li {float: left;margin: 0;padding: 0;}
#theNav a { color: #fff; margin: 0 45px 0 0; font-weight: normal;}
#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#therss {
  display:inline;
float:right;
height:128px;
left:843px;
line-height:41px;
margin:10px 15px 0 0;
position:absolute;
the:65px;
width:128px;
z-index:10;
}
#therss img { height: 128px; width: 128px; }


/* the Content */
.theContent { position: relative; color: #333; }
.theContent div { overflow: hidden; }
.theContent p { line-height: 1.5; }

#main {clear: both;width: 930px;padding-bottom: 5px; position: relative; z-index: 0;}

#home #contentwrapper { background-color: #eeeeee;}
#contentwrapper { padding:0;width:960px;background: #eee 
-moz-linear-gradient(center top , #999999, #eee 12%, #eee);
overflow: hidden; background-color: #eee;
position: relative; min-height: 910px;
}
#theSlideshow { min-height: 700px; width: 560px; float: left;position: relative; }
#image img { height: 500px !important; }
#twitter-friends { width: 559px; height: 96px; background-image: url('images/mesh.png'); padding: 0 0 0 3px;border-bottom: 3px solid; }

#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  
  }
  
#services_wrapper #contentwrapper2 {
	float:left;
	min-height:734px;
	left:16px;
	margin:0 0 15px;
	padding:0 0 431px;
	position:relative;
	width:900px;
}
#services .thePost { overflow: auto; }
#services .addtoany_list { display: none; }
  
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  }

/*Home Page*/
.left_post_col { width: 300px; float: left; background-color: #efefef; padding-bottom: 7px; height: 158px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;
-moz-box-shadow: 0px 1px 8px #ccc; 
-webkit-box-shadow: 0px 1px 8px #ccc; 
box-shadow: 8px #ccc; 
overflow:hidden;}
.left_post_col h2 { padding: 0px; font-size: 11pt; text-decoration: underline; color: #3c3c3c; padding-the: 11px;-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.left_post_col p { padding:0px; margin:0px; color: #333; padding: 0 5px 0 0;}
.left_post_col a { padding:0px; margin: 0px; color: #333; line-height: 22px; }
#date p { color: #0575F4; }
.left_post_col .more-link { color: #0575F4; }

.middle_post_col { width: 300px; float: left; background-color: #efefef; padding-bottom: 7px; height: 158px; margin: 0 0 0 20px; overflow: hidden; 
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0px 1px 8px #ccc; 
-webkit-box-shadow: 0px 1px 8px #ccc; 
box-shadow: 0px 1px 8px #ccc; }

.middle_post_col .header { background-color: #0575F4; border: 1px solid #0F82FF; padding: 3px; text-decoration: none; color: #efefef; margin: 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;}

.middle_post_col .header h2 { color: #efefef; text-decoration: none; }
.middle_post_col h2 { font-size: 11pt; text-decoration: underline; color: #3c3c3c; padding:0px 11px;}
.middle_post_col p { padding:0px; margin:0px; color: #333; padding: 0 5px 0 0;}
.middle_post_col a { padding:0px; margin: 0px; color: #333; line-height: 22px; }
#date p { color: #0575F4; }
.middle_post_col .more-link { color: #0575F4; }
.middle_post_col .content { height: 60px; overflow: hidden; }
#daily-article .item { margin: 0px 5px; }

/* Article of the dat specific styling */
#articlewrapper .header p { position: relative; the: -19px; }
.item h2 { font-size:11pt; margin:0px; padding:0; }

#articlewrapper .header { height: 14px; }

#random_rants { background-color: #0575F4; border: 1px solid #0F82FF; padding: 3px; text-decoration: none; color: #efefef; margin: 0px;
-webkit-border-radius: 5px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
}

.right_post_col { width: 300px; float: right; background-color: #efefef; padding-bottom: 7px; height: 158px;
-moz-box-shadow: 0px 1px 8px #ccc; 
-webkit-box-shadow: 0px 1px 8px #ccc; 
box-shadow: 0px 1px 8px #ccc; 
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;}

.right_post_col h2 { padding: 0px; font-size: 11pt; text-decoration: underline; color: #3c3c3c; padding-the: 11px; 
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;

border-radius: 5px 5px 0px 0px;
}
.right_post_col p { padding:0px; margin:0px; color: #333; padding: 0 5px 0 0;}
.right_post_col a { padding:0px; margin: 0px; color: #333; line-height: 19px; }
#date p { color: #0575F4; }
.right_post_col .more-link { color: #0575F4; }



#in_the_news_div { background-color: #0575F4; border: 1px solid #0F82FF; padding: 3px; text-decoration: none; color: #efefef; margin: 0px; }

#home .thePost, #services .thePost, #contact-us .thePost, #account .thePost, #portfolio .thePost, #category .thePost { color:#ccc; font-size:9pt;  overflow: hidden;
padding:0px 9px 9px; }
#home #home_section_2 { position: relative;}
#home #list_one { left:-178px;position:relative;the:-25px; }
#home #list_two { left:155px;position:relative;the:-85px; }

.theTitle { display: none; margin-top: 0px; padding-top: 0px; }

/* all the posts */ 

.postContent { margin: 2px 0px 5px 0px;  }
.postContent p a img { margin: 0 5px 14px 0; }
.postContent h1, .postContent h3, .postContent h2 { margin: 0px; padding: 0px; clear: both; }
.postContent h1 { color: #CF0000 !important; text-shadow: 1px 1px 1px #ffffff !important; margin: 8px 0 -9px 0; }
.postContent div  { margin: 0 11px 14px 0; }
.thumb { float: left; margin: 4px 10px 24px 0; }
.square_thumbnail { float: left; margin: 4px 10px 85px 3px; border: 1px solid #bfbfbf; height: 120px; width: 120px; }
#metaWrap {   }
.eachPost { color:#333; font-size:9pt; margin:10px 0 0px;  padding:0 9px 9px; position: relative; width: 555px; overflow: hidden; float: left;}
.eachPost h1, .eachPost h2, .eachPost h3 {color: #66CCFF; display: block; text-shadow:1px 2px 1px #333;}
.eachPost h2.theTitle a, #portfolio .eachPost h2.theTitle a { olor:#66CCFF;
font-size:14pt;
font-weight:bold;
margin:0;
padding-bottom:0;
text-decoration:none;
text-shadow:1px 1px 2px #000; color: #66CCFF;}
.eachPost .socialwrap { position: absolute; bottom: 22px; left: 10px; }

#portfolio h2.theTitle  { color:#66CCFF !important; font-size:14pt; font-weight:bold; margin:0 0 0 0; text-decoration:none; display: block; }
.eachPost h2.theTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.eachPost p.theMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #333;
  line-height: 1.5;  
  }
.eachPost p.theMeta a {
  text-decoration: underline;
  color: #000;
  text-transform: uppercase !important;
  }
.eachPost p.theMeta a:hover {
  color: #ccc;
  }

.eachPost a {
  text-decoration: none;
  color: #0066cc;
  }
.eachPost a:hover {
  text-decoration: none;
  color: #ff9933;
  }
  .eachPost .thumb { -moz-box-shadow:0 0 4px #000000;-webkit-box-shadow:0 0 4px #000000;box-shadow:0 0 4px #000000;border:1px solid #999999;padding:1px; }
 #inline1 { border:1px solid #CCCCCC;float:left;margin:23px 7px 5px 0; }
 
 #browser_list_pic { margin: 0 60px 8px 0px; }

/*Adds the rounded cornerers and gradiesnts to the buttons*/  
.theComments, .theTags, .theMore, #nextprevious a { 
border:2px solid #6FD9FF;
display:block;
float:right;
margin:0 5px 7px 0;
padding:6px;
position:relative;
background: -moz-linear-gradient(center top , #fff, #66CCFF 29%, #66CCFF);
background-color: #66CCFF;
-moz-border-radius: 4px; border-radius: 4px;
-webkit-border-radius: 4px; border-radius: 4px;}

.theComments a, .theTags a, .theMore a { color: #fff; }

.theComments:hover, .theTags:hover, .theMore:hover, #nextprevious a:hover { 
-moz-border-radius:4px 4px 4px 4px;
border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px 4px 4px 4px;
background:-moz-linear-gradient(center top , #FFFFFF, #999 29%, #999) repeat scroll 0 0 transparent;
background-color: #999;
border:2px solid #333;
display:block;
margin:0 5px 7px 0;
padding:6px;
position:relative;
color: #eee !important;
cursor: pointer; }
.theComments a, .theTags a, .theMore a { width: 100%; height: 100%; display: block; } 
.theComments a:hover, .theTags a:hover, .theMore a:hover { color: #fff !important; } 

.postInfo { position: relative; the:31px; }
/*
.thePost div.theContent ul, .thePost div.theContent ol {
  padding: 0 0 0 30px;
  }
*/
  
.thePost div.theContent ul li, .thePost div.theContent ol li {
  color: #333;
  }
.thePost span.theComments, .thePost span.theMore, .thePost span.theTags {
  font-size: 9pt;
  font-style: italic;
  
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.thePost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.thePost span.linkpages a:hover {
  color: #ddd;
  }
.thePost span.theComments:hover, .thePost span.theMore:hover, .thePost span.theTags:hover {
  background: #040404;
  }
.thePost span.theComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.thePost span.theMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.thePost span.theTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.thePost span.theTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.thePost span.theComments a:hover, .thePost span.theMore a:hover, .thePost span.theTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#tutorials #nextprevious { margin: 0 0 12px 27px; }
#nextprevious {margin: 0px 5px; width: 225px; }
#nextprevious .alignleft a { border:2px solid #CCCCCC;color:#FFFFFF;font-size:10pt;margin-the:9px;padding:4px 6px; }
#nextprevious .alignleft a:hover {background-color: #333; color: #fff !important;}
#nextprevious .alignright a { border:2px solid #CCCCCC;color:#FFFFFF;font-size:10pt;margin-the:9px;padding:4px 6px; }
#nextprevious .alignright a:hover {background-color: #333; color: #fff !important;}
#nextprevious a {text-decoration: underline;}
#nextprevious a:hover {color: #fff;}


/* Comments */

#comments {
  
  width: 530px; margin: 0 0 0 15px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  
  padding: 0px 15px 10px 15px;
  color: #333;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #333;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #66ccff;
  }
#comments p a:hover {
  color: #333;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #333333;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-the:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-the: 15px;
  }
textarea#comment {
-moz-border-radius:7px 7px 7px 7px;
border-radius:7px 7px 7px 7px;
-moz-box-shadow:0 1px 7px #333333;
box-shadow:0 1px 7px #333333;
background:none repeat scroll 0 0 #FFFFFF;border:1px solid #CCCCCC;color:#111111;padding:10px;width:450px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#66ccff; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  border: 1px solid #333333;
  }
#welcome h1, #welcome h2, #welcome h3 { font-family:trebuchet ms,arial,helvetica,sans-serif; font-size:17px; font-weight:normal; margin-left:9px; }
  
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #66ccff;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }

/* Sidebars */
#home_sidebar { width: 400px; min-height: 700px; background: #eee; overflow: hidden; padding: 32px 0 0 0;}
#home_sidebar #tag_cloud-6 { display: none; color: #333; }
#interior_sidebar #tag_cloud-6 h2 { color: #666666; }
#interior_sidebar #tag_cloud-6 { margin: 0 0 0 5px; list-style: none !important; }
#interior_sidebar { width: 380px; min-height: 500px; background-color: #eee; overflow: hidden; padding:0px; float: right; list-style: none !important;}
#interior_sidebar #tabsWrapper { display: none; }
#contact-us #interior_sidebar #socialh { color: #eee; z-index: 2; position: relative; text-shadow: 0 0 5px #000000;}
#blog #interior_sidebar #socialh { color: #333; text-shadow: 0px 1px 2px #999; }
#interior_sidebar #socialh { color: #eee; z-index: 2; position: relative; text-shadow: 1px 1px 1px #000;}
#about #interior_sidebar #socialh { color: #eee; margin: 8px 0 10px 10px;}
#fading-sidebar { background-image: url('images/sidebar_border.png'); float:right;min-height:500px;width:2px;background-repeat: no-repeat; }


#latest_tweets p { position:absolute;}
#latest_tweets { background-image:url("./images/social_sprite.png");background-repeat:no-repeat; overflow: hidden; height: 86px;}
#twitterTransLink { display:block;height:89px;margin:0 0 0 5px;text-indent:-9999px;width:77px; float: left; }
#tweet_text { min-height:100px;overflow:hidden;position:relative;width:297px; float: right; left: -5px;}
#tweet_text li { margin: 0 20px 0 26px; }
#facebook { background-image:url("./images/social_sprite.png");background-repeat:no-repeat;height:94px;width:237px; background-position: 0px -104px; }
#facebookTransLink { display:block;height:89px;margin:0 0 0 5px;text-indent:-9999px;width:67px; float: left; }
#facebook_link { color:#333333;display:block;font-family:verdana;font-size:14pt;font-weight:bold;left:25px;margin:0 20px 0 68px;padding:0 5px 0 0;position:relative;width:235px; line-height: .8; }
#facebook_link a { text-decoration: underline; font-size:9pt;font-weight:normal; }

.linkedin { margin: 0 0 12px 0; }
#linkedin div {color:#333333;float:right;margin:0;overflow:hidden;position:relative;width:245px;}
#linkedin div h3, #linkedin div p { margin: 0px; padding: 0px; }
#linkedin { background-image:url("./images/social_sprite.png");background-repeat:no-repeat;height:100px;width:345px; background-position: 0px -213px; }
#linkedinlink { display:block;height:89px;margin:0 0 0 5px;text-indent:-9999px;width:88px; float: left; }
#current_reading { margin: 0 5px 0px 3px; }
#current_reading h3 , #current_reading h5 { color: #333; margin: 0px; padding: 0px; }

/*Tabs section*/

/*Hides divs that content loads into*/
#jquerytuts, #core, #classics { display: none; }

/* Tabs - orange: #D34300, blue: #0575F4; */
#tabsWrapper { position: relative; the: 65px; }
#tabsWrapper ul { list-style: none; margin-left: 0px; }
#tabsWrapper ul ul li { margin: 0px; padding: 0px; }
#tabsWrapper ul li a { color: #333; }
#tabsWrapper ul li a:hover { color: #fff; }


/*Tabs Inner Wrapper*/
#organic-tabs { -moz-box-shadow:0 0 5px #666666;background:none repeat scroll 0 0 #EEEEEE;height:270px;left:8px;
margin:0px;padding:10px;position:relative;width:355px; border: 2px solid #fff; }

/*Navigation Buttons*/
#explore-nav { overflow: hidden; margin: 0 0 10px 0; }
#explore-nav li, #explore-nav a { display: inline; }
#explore-nav li { padding:0px !important; width:97px; margin:0px; position: relative; }
#explore-nav li a { border-bottom: 1px solid #333 !important; float: left; padding: 5px; background: #959290; color: white; font-size: 10px; text-align: center; margin: 0 4px 5px 0;}
#explore-nav li a:hover { background-color: #D34300; text-decoration: none; color: #fff; }
#explore-nav li #ex-core a.current { background-color:#0575F4; margin:0 5px 5px 5px;}
#explore-nav a.current { background-color:#0575F4; color:#fff;}
#explore-nav #ex-featured a:hover { color: #fff !important; }
#explore-nav #ex-core a:hover { color: #fff !important; }

/*General List styles*/
#all-list-wrap ul, #all-list-wrap ul li,#all-list-wrap li, #all-list-wrap ul ul li,
#all-list-wrap .featured li, #all-list-wrap .core li, #all-list-wrap .tutorials li { margin: 0px 0 2px 0; padding: 0px; }
#all-list-wrap a:hover { text-decoration: none; }
.even { border-bottom: 1px solid #ccc; border-the: 1px solid #fff; margin-the:-2px !important;}
.odd { border-the: 1px solid #fff; margin-the:-2px !important; border-bottom: 1px solid #ccc;}

/* Defaults */

/*Featured Section*/
#featured li, #featured a { padding: 0px; margin: 0px; border: none;}
#featured ul li.even, #featured li.odd { margin: 2px 0 3px 0; } 
#featured ul li.even {border-bottom: 1px solid #333;}
#featured ul li.odd {border-bottom:1px solid #333333; border-the:1px solid #CCCCCC;margin-the:-3px;padding-bottom:2px;padding-the:1px;}
#featured ul li a:hover  { color: #fff; text-decoration: none; }


/*Ends the tab section*/


#socialh { position: relative; opacity:0.8; color: #fff; z-index: 2;}
#flickr-photostream { position: relative; }
.flikr { position: relative; }
.flickrImage img{ border:1px solid #CCCCCC;
margin-left:0;
margin-the:10px;
}

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

/* footer*/
#rounded_footer { position: relative; background-image: url('images/rounded_footer.jpg'); height: 26px; width: 961px;  margin: -21px auto 0px;}
.globalForm { border-left:1px dotted #333333;
left:673px;
padding:0 0 0 12px;
position:absolute;
the:-15px;
width:200px; }
.wpcf7-form input[type="submit"] { border: 1px solid #fff; padding: 2px; }

#home #wrapper { border-bottom: none; margin-bottom: 0px; }

#home .socialwrap { position: absolute; left: -29px; padding: 0px; margin: 0px; bottom: 0px; }


.col3 p { left:21px; position:absolute; the:-21px; }
#aod { position:absolute;
right:478px;
the:-17px; }

/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }

.aligncenter,div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 20px 5px 5px;
  border: 1px solid #3c3c3c;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #333333;
  text-align: center;
  background-color: #f3f3f3;

  padding-the: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }
 
  
  /*my styles*/
  
  
  .addtoany_share_save_container { margin: -3px 0 -18px -9px !important}
#my_car_opt{
	position:absolute;
	right:261px;
	the:-9px;
	width:284px;
}

.sidebarbox {
	border: none;
}
#page15 .addtoany_list {
	display: none;
}
#page71 .thePost {
	height: 500px;
}

#page71 ul.addtoany_list {
	display: none;
}

#page71 #therss {
	display: none;
}
#page71 {
	color: #cccccc;
}
#page71 h1 {
	position: static;
}
#page71 #account {
	position: relative;
	left: 35px;
	the: 20px;
	float: left;
}
#page71 #account_text {
	border-left:1px dotted #CCCCCC;
	float:right;
	height:85%;
	padding-left:10px;
	position:relative;
	the:0;
	width:475px;
}
#page71 input {
	padding: 5px;
}
 


.addtoany_share_save_container {
margin: 0px !important;
}
#my_car_opt{
	position:absolute;
	right:261px;
	the:-9px;
	width:284px;
}




#contact-us .addtoany_list {
	display: none;
}


#account .thePost {
	height: 500px;
}

#account addtoany_share_save_container, #services addtoany_share_save_container, #contact-us addtoany_share_save_container, #about addtoany_share_save_container { display: none; }

#account #therss {
	display: none;
}
#account {
	color: #cccccc;
}
#account h1 {
	position: static;
}
#account #account {
	position: relative;
	left: 35px;
	the: 20px;
	float: left;
}
#account #account_text {
	border-left:1px dotted #CCCCCC;
	float:right;
	height:85%;
	padding-left:10px;
	position:relative;
	the:0;
	width:475px;
}
#account input {
	padding: 2px;
	margin: 5px; }
	
#blog #main { min-height: 785px; padding-bottom: 20px; }
	
#about h2 { color: #66CCFF; }
#about .intimidating { color:#0EA4EF;opacity:0.8;position:relative;text-shadow:0 0 1px #333333;  }
#about .addtoany_share_save_container { display: none; }
#about .body p { color: #ccc; font-size: 11pt; }
#page .addtoany_share_save_container { margin: -3px 0 -18px -9px !important; }
.post-edit-link { display: none; !important }

 
#articlewrapper { background-color:#333333;
border:1px solid;
height:325px;
left:315px;
overflow:auto;
padding:17px 5px 0 10px;
position:absolute;
the:22px;
width:293px; }

/* turn on for debugging and echoing content to the browser
body { color: #fff; }
*/
#noFooter { color: #CCCCCC; }
#account .addtoany_share_save_container { display: none; }

.smallh1s { font-size: 12pt; color: #ccc; }
.imperativeblue{ background-image:url("images/agressive_atlanta_design.png");
background-position:-20px -2px;
background-repeat:no-repeat;
color:#66CCFF;
height:47px;
position:relative;
text-indent:-9999px;
the:-2px;
width:700px; }
.welcometoimperative { left:93px;
position:relative;
the:-2px; }
#home_section_2 { text-align: center; }
#home .thePost div.theContent ul li, .thePost div.theContent ol li {
color:#EEEEEE;
left:162px;
position:relative;
text-align:left;
} 
#home_section_2 p { position: relative; the: -65px; }
#home_section_2 h3 { position: relative; the: -81px; }
#home .addtoany_share_save_container { position: relative; the: -65px; }

/* Services Page: 35 is services 15 is contact 71 is account */ 
#services #contentwrapper, #page35 .thePost  { padding: 0px !important; margin: 0px !important;  }
#services #contentwrapper { min-height: 250px; }
#services #contentwrapper2 { min-height: 845px; }

/*Single.php*/
#single { width: 500px; margin: 0 10px; }
#single .square_thumbnail { margin: 12px 10px 0 3px; }
#in_the_news #contentwrapper, #rants #contentwrapper, #tutorials #contentwrapper, #int #contentwrapper, #uncategorized #contentwrapper { z-index: 1 !important; }
#in_the_news #socialh, #rants #socialh, #tutorials #socialh, #uncategorized #socialh { color: #333; margin: 0 0 0 3px; }
#int #socialh { color: #333; }

/*Page.php*/
#sidebar { float: right; width: 400px; background: #eee;}

#about #navHeader { height: 77px; }
#about #wrapper { min-height: 0px; }
#about .thePost { width: 600px; }
#about .theContent{margin:10px auto;position:relative;width:550px;}
#about
#who_we_are { color:#EEEEEE;margin:9px 0 0 0;opacity:0.6;position:relative;z-index:2; text-shadow: 1px 1px 1px #000;}
#about h1, #about h2, #about h3 { margin: 0px; padding: 0px; }
#about_img h2{ color:#333333;opacity:0.7;text-shadow:0 1px 1px #000000; }
#about #about_img {
-moz-box-shadow:0 0 2px #333333;
-webkit-box-shadow:0 0 2px #333333;
box-shadow:0 0 2px #333333;
background-image:url("/images/about.jpg");border:5px solid #FFFFFF;height:300px;position:relative;width:530px;}
#about_img div { position: absolute; bottom: 0px; left: 0px; }

#contact-us #interior_sidebar #socialh{ margin:32px 0 5px 10px; }
#contact-us .theContent h1 { color:#EEEEEE;margin:32px 0 10px;opacity:0.7;position:relative;z-index:1; text-shadow:0 0 5px #000000;}

/*Page - Full Width*/
#services #navHeader, #home #navHeader, #int #navHeader { position: relative; }
#services #navHeader { width: 961px; }
#services #contentwrapper { width: 961px; }
#services .thePost { margin: 34px 0 0 0; }
#services_page div {border: top: 2px dashed #ccc; border-bottom: 2px dashed #ccc; overflow: hidden; color: #333; }
#services_page div img { float:left;height:100px;margin:15px 10px;width:100px;}
#services_page div h3 { margin: 12px 0 0px; padding: 0px; }
#services_page div p { margin: 0 0 7px 0; padding: 0px; }
#wideRange { color:#EEEEEE;
font-size:14pt;
opacity:0.8;
position:relative;
z-index:1; }

#blog #navHeader { z-index: 0; }

/*Recent News*/
#recentnews #contentwrapper { background-color:#EFEFEF;float:left;min-height:910px;margin:0 0 14px 0;padding:0;width:960px; position: relative; z-index: 1; }
#recentnews .thePost { margin: 5px 18px; }
#recentnews .thePost .socialwrap { padding: 0px; position: absolute; bottom: -37px; } 

/*Post styling*/
#salesanddeals #contentwrapper, #tutorials #contentwrapper { background-color:#EFEFEF;float:left;min-height:910px;margin:0 0 14px 0;padding:0; position: relative; }
#salesanddeals .thePost, #tutorials .thePost { margin: 5px 0 0 30px; }
#salesanddeals .thePost .socialwrap, #tutorials .thePost .socialwrap { padding: 0px; position: absolute; bottom: -37px; margin: 0 0 20px 0px; } 
#attachment_341 { margin:0 83px 25px; }

/*Portfolio*/
#portfolio #contentwrapper div.thePost, #in_the_news .thePost, #rants .thePost { background-color: #efefef; color: #000; background-image: none; }
#portfolio ul.socialwrap { bottom:0;list-style-type:none;margin:0;padding:0;position:absolute;right:99px; }

/*Page.php*/
#in_the_news .thePost p, #rants .thePost p, #in_the_news .thePost a, #rants .thePost a { margin: 0 10px 0 10px; width: 497px; }
.socialwrap a { width: 24px !important; margin: 0 3px 3px 0 !important; }

/*Category.php*/
#tutorials .theTitle { display: block; }
#tutorials .theMeta, #tutorials .theTitle { padding: 0px; }
#tutorials .thePost { width: 800px; }
#tutorials .theTags { display: none; }
#tutorials .theMore, #tutorials .theComments { margin:0 5px;padding:0 10px; }
#tutorials #roundedfooter { margin:   }


/*My Plugins*/
.imp_product { overflow: hidden; margin: 0 0 0 3px; position: relative; }
.imp_product a { margin: 0px; padding: 0px; position: absolute;  bottom: 0px;}
.imp_product li, .imp_product ul { list-style: none; }
.imp_product img { float:left;overflow:hidden;width:150px; margin: 0 5px 0 0; }

/*Individual Posts-------------------------------------------------------------*/
#post-387 .theContent div a { margin: 0px; }
#post-387 .wp-image-389 { margin-bottom: 30px; }