/*
Theme Name: PS Theme
Theme URI: http://www.parasitesandsycophants.com
Description: parasitesandsycophants theme
Author: Meiggs
Author URI: http://www.parasitesandsycophants.com
Template: thematic
Version: 1.0
Tags: 
.
Add any comments here!
.
*/

/* Browser reset */
@import url('../thematic/library/styles/reset.css');

/* Image styles for posts, etc. */
@import url('../thematic/library/styles/images.css');

/* Styles for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Apply basic typography styles */
@import url('../ps/typography.css');

/* Apply a basic layout */
@import url('../ps/2c-r-fixed.css');

/* Apply default theme styles and colors */
@import url('../ps/default.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
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 0 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;
}
#wrapper {
     margin-top:10px;
     margin-bottom:20px;
     margin-left: auto;
     margin-right: auto;
     width: 812px;
     background:#241E12; /*514336*/
}

#sidebar-image-top {
     background:#5C5E22 url(images/blackrose.jpg) no-repeat left top; /*CCC2B1*/
     border:1px solid #7F7F7F;
     height:129px;
     margin-top:65px;
}

#sidebar-image {
     background:#5C5E22 url(images/blackrose.jpg) no-repeat left top;
     border:1px solid #7F7F7F;
     height:129px;
     margin-top:22px;
}

#sidebar-promo {
     background:#5C5E22 no-repeat left top;
     border:1px solid #7F7F7F;
     height:129px;
     margin-top:22px;
}

#primary ul li select {
    margin-bottom:26px;
}

.textwidget {
    margin-bottom:26px;
}

