/*
Theme Name: Liberty or Bust Theme v1
Theme URI: http://libertyorbust.com/
Description: Liberty or Bust Theme by <a href="http://voltampmedia/">Voltamp Media</a>.
Version: 1.0
Author: Eric Cope
Author URI: http://voltampmedia.com/
Tags: blue, custom header, fixed width, two columns

*/

@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

#getFirefox{
	margin: 50px;
	padding: 10px;
	border: 1px red solid;
	display:none;
}

#rssdiv{
	text-align: center;
}

#rss{
border: 0;
padding: 3px;
}

#footer{
margin: 30px 0px 10px 0px;
padding-top: 5px;
border-top: #22558c solid 1px;
font-size: 10pt;
color: #22558c;
text-align: center;
}

body {
background: center repeat url(images/background_stripe.jpg);
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 11pt;
line-height: 14pt;
}

p{
	margin: 5px 0px;
}

blockquote{
	margin: 15px 15px 15px 30px;
	border-left: #22558c solid 7px;
	padding-left: 20px;
	color:#666666;
}

a, a:visited, a:hover {
color: #22558c;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

#headerContent a{
color: #FFFFFF;
font-size: 30pt;
line-height: 36pt;
text-decoration:none;
}

h2{
color: #000000;
font-size: 18pt;
line-height: 24pt;
}

.rightColumn h2{
color: #000000;
font-size: 10pt;
}

h2 a{
text-decoration:none;
}

#headerContent h2{
color: #FFFFFF;
font-size: 12pt;
}

.blogDate{
color: #888888;
font-size: 10pt;
margin-bottom: 10px;
}

.blogPost{
	margin-bottom: 35px;
}

.leftColumn{
width: 600px;
margin: 0px 10px 0px 0px;
float: left;
}
.rightColumn{
width: 200px;
margin: 0px 0px 0px 10px;
float: right;
font-size: 10pt;
}

.comments{
	margin: 20px 0px;
	width: 600px;
}

#comment{
	width: 550px;
}

ul{
margin-left: 0px;
list-style: none;
}

.blogPost ul{
list-style: disc;
margin-left: 20px;
}

.blogPost ol{
margin-left: 20px;
}


.rightColumn ul li ul li:before {
	content: "\00BB \0020";
	}

.clear{ clear: both;}

#header {
	width: 100%;
	height: 155px;
	margin-bottom: 10px;
	background:   repeat-x url(images/header.png);
}
#headerContent{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding-top: 40px;
}
#headerDescription{
float: right;
}

/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
	width: 900px;
	padding:0 10px;
	border:1px solid #666;	
}
/* Normal styling */
.cb {	
	margin: 0px auto 0px auto;
	width: 900px;
}
	/* Top corners and border */
.bt {
	height:23px;
	margin:0 0 0 23px;
	background: url(images/core_background.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-23px;
	width:23px;
	height:23px;
	background:url(images/core_background.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:23px;
	margin:0 0 0 23px;
	background:url(images/core_background.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-23px;
	width:23px;
	height:23px;
	background:url(images/core_background.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 23px;
	background:url(images/core_borders_left.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 23px 0 0;
	background:url(images/core_borders_right.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background-color:#FFFFFF;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */
