/*
Theme Name: Balanced Spin
Theme URI: http://www.balancedspin.com
Description: Balanced Spin custom theme
Version: 1.0
Author: Roy McKenzie
Author URI: http://www.chedstone.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */

/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/*the main div containers*/
body {
  font-family: "Courier New", Courier, monospaced;
  font-size: 10pt; 
  font-weight: bold;
  color: #000;
  /*background: #FFF url(images/bs_bg.gif) bottom repeat-x;
  background-attachment: fixed;*/
  margin: 0;
}
#wrapper {
	margin: 12px auto 20px auto;
	padding: 10px;
}
#header {
	margin: 0px;
}
#main {
}
.content-column {
	width: 31%;
	padding: 10px;
	float: left;
/*	line-height: 1.3em;*/
}.content-column img{
	max-width: 100%;
  width: expression(this.width > "100%" ? "100%" : true); 
}
.content-column object{
	max-width: 100%;
  width: expression(this.width > 40 ? "100%" : true); 
}
.content-column embed{
	max-width: 100%;
  width: expression(this.width > 40 ? "100%" : true); 
}
#sidebar-right {
	width: 310px;
	padding: 10px;
	float: right;
	line-height: 1.3em;
	margin-top: 10px;
}
#sidebar-left {
	width: 310px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
	margin-top: 10px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
  border-top: 1px solid #BBBBBB;
}

/* some general classes */
.post {
	font-size: .88em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.topic-head {
  font-size:2em;
  text-align: center;
  font-style: italic;
  font-family: sans-serif;
  background: #DDDDDD;
  margin-top: 0;
}
hr {
  color: 1px solid #EEEEEE;
}
/*style the header h1 - the main heading*/
#header {
  text-align: center;
  font-weight: bold;
}
#header h1 a:link, #header h1 a:visited {
  font-family: sans-serif;
  letter-spacing: -8px; 
  font-size:2.5em;
  text-transform: uppercase;
  font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 1px 0 0 25px;
	clear: both;
	text-decoration: none;
  color: #000000;
}
#header h1 a:hover {
	text-decoration: none;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
  border-bottom: 1px solid #BBBBBB;
}
/*style the headings*/
.content-column h1, #sidebar-left h1, #sidebar-right h1 {
	font-size: 1.5em;
}
/*#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.1em;
}*/
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}

/*style content and footer links*/
.content-column a:link, .content-column a:visited {
	padding: 2px;
  font-weight: bold;
  line-height:1.5;
  color: #000000;
}
.content-column a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}


/*underpost is exactly what you think, under the post on single.php*/


/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}


/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border: none;
}
a.image img {
	border: none;
}

/* linkslist */
ul#link-list li {
  float: left;
  width: 170px;
  list-style-type: none;
  text-align: left;
  padding-bottom:12px;
}
#breaking .entry-content a{
  font-size:3em;
  font-family: sans-serif;
  color: #000000;
}