/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: A highly extensible, search-engine optimized WordPress Theme Framework featuring 13 widget-ready areas, grid-based layout samples, styling for popular plugins and more.
VERSION: 0.7
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS:three columns,two columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
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
  
-------------------------------------------------------------- */   

.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;
}


/* My Edits below here ----------------------------------------------*/


#wrapper {
background-image: url('/images/sidebg1.png');
background-repeat:repeat;
background-color:#333333;
border:0;
}

#access {
border:0;
}

#menu a {
font-size:10px;
font-family:arial;
text-transform: uppercase;
}

#menu img, #menu a {
float: left;
border: 0;
}


#menu, #container-bottom, #header, #main {
width: 840px;
margin: 0px auto;
}

#header {
background-image: url('/images/header1.png');
background-repeat: none;
height: 273px;
}


#header, #branding, #menu, #main, #subsidiary, #siteinfo {
padding: 0;
}



/* Sidebar ----------------------------------------------------------*/


#container-right {
width:310px;
float:left;
}

.box,.main-aside {
padding: 5px;
width:300px;
background-color: white;
float:left;
font-family:tahoma;
border:0;
}

.aside ul ul, .box ul{
list-style: none;
margin: 0;
}

.box h3 {
font-size:12px;
font-weight:bold;
}

#searchform .screen-reader-text {
display:none;
}

input, select {
font-size:12px;
font-family:tahoma;
line-height:12px;
}

#s, .archive-dropdown {
width:150px;
}






/* Body -------------------------------------------------------------*/



#container {
width: 520px;
background-color:#ffffff;
padding:0;
margin: 0px 10px 50px 0px;
float:left;
}

#index-top .widgetcontainer {
margin-top: 0;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
}

#index-top .textwidget {
font-size: 20px;
text-transform: uppercase;
}

#content {
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 100%;
}


/* Post -------------------------------------------------------------*/


.hentry{
margin:0;
padding: 10px 0px 0px 0px;
background-image:url(/images/patternbg1.png);
background-repeat:repeat-x;
background-position:bottom;
}

.page-title {
padding: 0px 10px 0px 10px;
}

.entry-title {
font-size:16px;
font-family:arial;
}

.entry-title, .entry-content, .entry-meta , .entry-utility {
padding: 0px 10px 0px 10px;
}

.entry-content {
font-family:arial;
}

.entry-content img {
margin:0;
}

.entry-meta, .entry-utility{
font-size:10px;
font-family:arial;
color: rgb(51, 51, 51);
}

.entry-meta a, .entry-utility a {
font-style:normal;
color: rgb(51, 51, 51);
}

.video, .image {
margin-left: auto;
margin-right: auto;
margin-bottom:10px;
text-align:center;
}

.video p, .image p {
background: rgb(237, 237, 237);
color: #333333;
}


.entry-utility {
padding-top: 30px;
margin:0px 0px 0px 0px;
}

#nav-above, #nav-below {
margin: 0px auto;
padding: 0;
font-size:12px;
width:500px;
}

#comments, #respond {
background-color: rgb(222,222,222);
}

#comments {
padding:0px 10px 0px 10px;
margin:0;
}

#respond {
border:0;
padding:0;
width:auto;
}

/* Footer -----------------------------------------------------------*/

#footer {
margin: 0px auto;
}

#container-bottom {
width:840px;
}