/*  
Theme Name: The Loop
Theme URI: http://aerdo.net/
Description: A WP theme created for aerdo's blog, the loop.  Based on the Pixeled theme; modified by Christopher Roark.
Author: sam
Author URI: http://samk.ca/
Version: 1
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;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0 0 15px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 10pt;
  }

a {
  color: #444;
  text-decoration: none;
  }

a:hover {
  color: #bc5b02;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  padding: 5px 15px;
  margin: 3px 10px 5px 15px;
  font-style: italic;
  color: #555;
  }

code {
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: url(images/bg_grey.png) left top repeat-x fixed;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 750px;
  text-align: left;
  }

#header {
  margin: 0;
  padding: 0;
  width:750px;
  height: 115px;
  }
  
#header_image {
  margin: 0;
  padding: 0;
  position: relative;
  top: 30px;
  left: 0px;
  width:750px;
  height:85px;
  background-image:url(images/loop_header.png);
}

#nav {
  position: relative; 
  top: 58px;
  left: 0px;
  height: 20px;
  width: 743px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#nav a {
  line-height: 20px;
  margin: 0;
  padding: 0 5px 0 5px;
  font-size: 10pt;
  color: #555;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #bc5b02;
  text-decoration: none;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  margin: 0;
  }
	

/* Top Content */

#main {
  margin: 0;
  padding: 0;
  background: url(images/content_bg.png) left top repeat-y;
  clear: both;
  width: 750px;
  }
  
#contentwrapper {
  margin: 0;
  padding: 0;
  background:none;
  width: 410px;
  float: left;
  }
  
#post {
  margin: 0px 15px;
  padding: 0px 30px;
  background: url(images/post_bg.png) repeat-y;
  float: left;
  width: 410px;
  }

#postbg_top {
  margin: 15px 15px 0px 15px;
  padding: 0;
  background: url(images/postbg_top.png);
  width: 470px;
  height: 10px;
  }
  
#postbg_btm {
  margin: 0 15px 0px 15px;
  padding: 0;
  background: url(images/postbg_btm.png);
  width: 470px;
  height: 10px;
   }
   
.post_divider {
  margin: 15px 0 0 0;
  padding: 0;
  background: url(images/post_divider.gif);
  width: 410px;
  height: 1px;
   }

.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
  
.topPost h2.topTitle a {
  font-size: 14pt;
  font-weight: normal;
  color: #555;
  letter-spacing: -2px;
  margin: 0;
  padding: 0;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #bc5b02;
  }
  
.topPost div.topContent {
  font-size: 9pt;
  color: #5f5f5f;
  margin: 0;
  padding: 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #333;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #bc5b02;
  }
.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 20px;
  }
  
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #555;
  margin-bottom: 10px; 
  display:block;
  }
.topPost span.linkpages a:hover {
  color: #bc5b02;
  }

.topPost div.topComments, .topPost div.topTags {
  margin: 5px;
  padding: 0;
  font-size: 9pt;
  font-style: italic;
  color: #555;
  float: right;
  }

.topPost div.topComments a {
  color: #555;
  padding-left: 20px;
  line-height: 27pt;
  }
  
.topPost div.topTags em {
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #5f5f5f;
  }
.topPost div.topTags a {
  color: #555;
  line-height: 27pt;
  vertical-align: middle;
  }
  
.topPost div.topComments a:hover, .topPost div.topTags a:hover {
  color: #bc5b02;
  text-decoration: underline;
  }

#nextprevious {
  margin: 0 0 5px 0;
  }
#nextprevious a {
  color: #bc5b02;
  text-transform: lowercase;
  }
#nextprevious a:hover {
  color: #555;
  text-decoration: underline;
  }


/* Comments */

#comment {
  margin: 0;
  padding: 0 15px;
  width: 380px;
  color: #555;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #555;
  margin: 15px 0;
  padding: 0;
  }
#comment p a {
  color: #bc5b02;
  }
#comment p a:hover {
  color: #555;
  }
#comment 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;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #bc5b02;
  }
.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: #555;
  }
.commentlist small.commentmetadata a {
  color: #555;
  }
.commentlist p {
  color: #555;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 370px;
  color: #111;
  padding: 10px;
  }
#comment #submit {
  margin: 0;
  }
#extrastuff a {color:#555; font-size:0.8em;}
#extrastuff a:hover {color:#bc5b02; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Submit Button */
.submitbutton {
  margin: -5px 0 0 5px;
  background: #EEE;
  color: #333;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #CCC;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #DDD;
  }


/* Sidebars */
#sidebars {
  margin: 15px;
  float: right;
  width: 220px;
  }
  
#sidebars .sidebartop {
  margin: 0;
  padding: 0;
  background: url(images/sidebar_top.png);
  width: 220px;
  height: 10px;
  }
  
#sidebars .sidebarbox {
  padding: 3px 15px 5px 15px;
  background: url(images/side_bg.png) repeat-y;
  }
 
#sidebars .sidebarbtm {
  margin: 0 0 15px 0;
  padding: 0;
  background: url(images/sidebar_btm.png);
  width: 220px;
  height: 10px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebars h2 {
  margin: 0 0 7px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12pt;
  color: #555;
  letter-spacing: -1px;
  text-align: right;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #5f5f5f;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #777;
  }
#sidebars a:hover {
  color: #bc5b02;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #5f5f5f;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* footer*/
#footer {
  background: url(images/content_bg.png) repeat-y;
  clear: both;
  padding: 15px 15px 0px 15px;
  }
#footer p {
  font-size: 9pt;
  color: #555;
  padding: 0;
  }
#footer a {
  color: #555;
  text-decoration: underline;
  }
#footer a:hover {
  color: #bc5b02;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 220px;
  text-align: right;
  }
#footerbtm {
  margin: 0 0 15px 0;
  background: url(images/bg_footer.png) repeat-y;
  height: 10px;
  width: 750px;
  }


/* 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 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }