/*
THEME NAME: OBSERVIN
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: Wordpress theme for Observin design blog, based off Thematic.
VERSION: 0.9
AUTHOR: Kyle Thacker
AUTHOR URI: http://observin.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

#social a{color:#fff; text-decoration:none;}
#social a:hover{color:#dfbe02;}

a:visited{color: #666666;}

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

#header{width:960px; margin:0 auto;}
#header-left{width:600px; margin: 50px 0px 20px 25px; float:left;}
#header-right{width:100px; margin: 50px 0 0; float:left; width:325px; color:#fff;}

.main-aside {
    width:325px;
    float:right;
    position:relative;
}
body{background: url('bg.jpg') repeat-x #121212;;}

#header-right li{list-style-type:none; margin-left:-36px; text-transform:uppercase; font-size:11px; font-family:arial; color:#707070;}
#header-right li:hover{color: #dfbe02;}
#header ul{margin-top:8px;}
.blog_nav {width: 85px; float:left;}
.categories {width:145px; float:left;}
.work {width:85px; float:left;}
#main {padding-top:10px;}
#social{border-top:4px solid #232323; border-bottom:1px solid #232323; width:300px; float:left; padding-top:5px; padding-bottom:5px;margin-left:10px}
#social li{float:left; list-style-type:none; margin-right:60px; margin-left:-36px; color:#fff; font-size:11px; font-family:arial;}
#social li:hover{color:#dfbe02;}
#content{margin-top:-10px;}
.entry-title {color:#bdbdbd; font-weight:100; letter-spacing:1px;}
.entry-title a{color:#bdbdbd; font-weight:100; letter-spacing:1px;}
.entry-title a:hover{color:#fff;}
p{font-family:arial; color:#fff; font-size:12px;}

body, input, textarea {line-height:22px; color:#fff;}
input, textarea {color:#000;}
#footer{background: url('bg.jpg') repeat-x; border:0px;}
.entry-content ol li{border-bottom:1px solid #242424; padding:20px; letter-spacing:0.5px;}
.entry-content ol li:hover{background:#101010;}
.entry-content ol{margin-top:5px;margin-bottom:20px;}
.buysell{margin-bottom: 145px;margin-left:-5px;}
#content .aside{background:#0c0c0c; border:1px solid #343434; color:#fff;}
#primary ul{margin:0px; list-style-type:none; padding:0px; margin-bottom:30px;}
#primary ul li{margin-top:5px;padding-top:5px;}
#primary ul li a {text-decoration:none;}
.main-aside h3 {border-bottom:1px solid #232323; width:300px;color: #fff; padding-bottom:10px; font-family: arial,sans-serif; font-style: normal;}
.entry-content ol li img{padding-top:15px; margin-bottom:0px;}
.entry-content ol li a {color:#fff;text-decoration:none;}
.entry-content ol li a:hover {color:#dfbe02;}
.entry-cotent a{color:#fff;}
.entry-content a:hover{color:#dfbe02;}
.categories ul li a{color:#666;text-decoration:none;}
.categories ul li a:hover{color:#dfbe02;}
.widgettitle{margin-bottom:15px;}

#post-header{border-left:3px solid #dfbe02; padding-left:20px; margin-left:-22px;}
.hentry{margin-left:22px;}

.wp-caption p.wp-caption-text
{display:none;}