/*

Theme Name: SweeTheme-Blue
Description: Dark, modern, simple
Version: 1.0
Author: Lukas Troup
Author URI: http://mr-frenzi.deviantart.com
Tags: black, white, blue, two-columns, fixed-width, right-sidebar

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
  font:62.5% Arial, Helvetica, sans-serif; 
}

body {
  background:#fff url(images/header.gif) repeat-x;
  color:#6b6b6b;
  font-size:1.2em;
}

p, h2, h3, h4, h5, h6 {
  font-size:1em;
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#6b6b6b;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#6b6b6b;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

#wrapper {
  width: 960px;
  padding-top: 8px;
  margin: 25px auto 0;
}

#masthead {
  width: 960px;
  position: relative;
}

/* Blog Title */
h1 {
  font: 3.2em 'Trebuchet MS', Arial, Helvetica;
  color: #fff;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left: 10px;
  top:10px;
  font-weight:bold;
  text-decoration:none;
  color: #faf0c9;                     
  padding: 0 0 18px 0;
  text-shadow: #000 1px 1px 1px; 
}

h1 a:hover {                    
  color: #f1f1f1;
}

/* Tagline */
#masthead p {
  position: relative;
  margin: 0;
  top: 62px;
  left: 20px;
  color: #888;
}

/* Pages Navigation */
div#masthead ul {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  bottom: 48px;
}

#masthead ul li {
  float:left;
}

#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  font-size:1.2em;
  padding: 80px 10px 18px;
  color: #8F8E8E;
  font-weight: bold;
}

#masthead ul li.current_page_item {
  background: url(images/active.gif) top repeat-x; 
}

#masthead ul li.current_page_item a {
  color: #fff;
  text-shadow: #111 1px 1px 1px;
}

#masthead ul li.current_page_item a:hover {
  color: #fff;
}

#masthead ul li a:hover {
  background: url(images/hover.gif) top repeat-x;
  color: #8F8E8E; 
  text-shadow: #111 1px 1px 1px; 
}

#masthead_image {
  background: url(images/wrap.png) center no-repeat;
  width: 960px;
  height: 240px;
  clear:both;
  padding: 0;
  position:relative;
  z-index:1;
}

#masthead_image p {
  color: #091b55;
  font-size: 15px;
  width: 650px;
  height: 130px;
  padding: 10px 0 0 5px; 
  margin: -55px 0 0px 0;
  line-height: 20px;
  border-top: 1px solid #2445b2;
}

#masthead_image h2 {
  color: #f3f3f3;
  font-size: 30px;
  text-shadow: #2445b2 1px 1px 1px;
  padding: 0 0 0 20px; 
  width: 600px;
}

#masthead_image img {
  float: right;
  width: 202px;
  height: 204px;
  clear: both;
  margin: -150px 25px 0 0;
}

a {
  outline:0;
}

#content {
  margin: -56px 0 0 0;
  width: 960px;
  background: url(images/bg.gif) repeat-y;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

#main {
  padding: 35px 20px 20px;
  width: 600px;
  float: left;
}

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
}

div.entry h1,
div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color: #191919;
  margin: 20px 0 10px;
}

div.entry h2 {
  font-size:1.8em;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}

/* Main header on single pages */
h2.header {
  color:#191919;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  position:relative;
}

#main h2.header a {
  color:#191919;
  text-decoration:none;
  font-weight: normal;
}

#main h2.header a:hover {
  color:#3a3a3a;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

.posttime {
float: left;
text-align: center;
font-weight: bold;
margin: 10px 10px 0 0;
}

.posttime .j {
color: #bfbebe;
font-size: 15px;
padding-bottom: 1px;
font-weight: bold;
}

.posttime .m {
color: #a29f9f;
font-size: 15px;
line-height: 16px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin: 15px 0 5px;
  color: #191919;
}

div#main p {
  color:#6b6b6b;
  line-height:2;
  margin:10px 0;
}

#main a {
  color:#555;
  text-decoration: underline;
}

#main a:hover {
  color:#555;
  text-decoration: none;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:500px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#fafafa;
  padding:5px 10px;
  border-top: 2px solid #eee;
  border-bottom: 1px solid #eee;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li a {
  color: #111px;
  text-decoration: underline;
}

ul.article_footer li a:hover {
  text-decoration: none;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding: 55px 20px 20px 0;
  width: 250px;
  float: right;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#507fa3;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1em;
  line-height:1.5em; 
}

/* Sidebar headers */
div#secondary h2 {
  text-transform: uppercase;
  color: #191919;
  margin: 20px 0 8px;
  font-size: 1.1em;
  line-height: 1;
}

div#secondary a {
  color:#666;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
  list-style-image: url(images/list.gif);
  margin: 0 0 0 20px;
  line-height: 20px;
  border-bottom: 1px dashed #eee;
}

div#secondary ul#sidebar li li:hover {
  font-size:1em;
  list-style-image: url(images/listhover.gif);
  border-bottom: 1px dashed #ccc;
}

div#secondary ul#sidebar li li a:hover {
  text-decoration: none;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height: 18px;
  width: 188px;
  padding: 5px;
  background: url(images/searchbg.gif) repeat-x;
  border: 1px solid #eee;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

#footer {
  height: 5px;
  width: 960px;
  margin: 0 auto;
  background: url(images/footer.gif) no-repeat;
  text-align: center;
  font-size: 1em;
  color: #686868;
  padding: 15px 0;
}

#footer li {
  display:inline;
  margin-left:10px;
}

#footer li span {
  position:absolute;
  text-indent:-9999em;
}

#footer li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  border: 1px solid #ddd;
  border-top: 2px solid #ddd;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background: #fafafa;
  border: 1px solid #eee;
  border-top: 2px solid #eee;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

#submit {
  font-size: 16px;
  padding: 5px 10px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

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

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

