* {
	margin:0;
	padding:0;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif; 
}
a {
	color:#c00;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#c00;
	text-decoration:underline;
}
body {
	background:#ddd;
	font-size:82%;
	line-height:130%;
}
img {
	border: none;
	-ms-interpolation-mode:bicubic;
}
input:focus {
	background-color: #EEEEEE;
}
textarea:focus {
	background-color: #EEEEEE;
}
#outer {
	margin:0 auto;
	margin-top:1em;
	margin-bottom:1em;
	padding:2em;
	width:70em;
	min-height:1600px;
	background:#fff;
	border: solid 1px #999;
}
/** Content Containers **/
#main, #side {
	font-size: 1em;
}

#header {
	width:49em;
	float:left;
	position:relative;
}
#search {
	width:17em;
	float:right;
}

#main {
	width:49em;
	float:left;
	position:relative;
}
#side {
	width:17em;
	float:right;
}
/** Title **/
#header h1 {
	margin:0; 
	font-size:2em; 
	font-weight:normal;
}
#header h1 a {
	color:#000;
	text-decoration:none;
}
#header h2 {
	font-size:1em;  
	font-weight:normal;
	margin-top:0.5em;
	margin-bottom:6em;
}
 
/** Main Col Contents **/
#main p {
	font-size:1em;
	margin-bottom: 1em;
	overflow:hidden;
}
#main h2 {
	font-size:1em;  
	font-weight:bold;
}
#main h2 a {
	color:#000;
	text-decoration:none;
}
#main h2 a:focus, #main h2 a:hover, #main h2 a:active {
	color:#c00;
	text-decoration:underline;
}
#main h3{
	font-size:1em;  
	font-weight:normal;
	margin-bottom: 1em;
}
#main h4{
	font-size:1em;  
	font-weight:bold;
	margin-top: 3em;
	margin-bottom: 1em;
}
#main h5{
	font-size:1em;  
	font-weight:bold;
	margin-bottom: 1em;
}
#main blockquote {
	font-size:1em;  
	font-style:italic;
	margin-left:1em;
	margin-bottom:1em;
	padding-left:1em;
	border-left:1px solid #999999;
}
#main li {
	margin-bottom:0.4em;
}
#main ul {
	margin-left:2.5em;
	margin-bottom:1em;
}
#main ol {
	margin-left:2.5em;
	margin-bottom:1em;
}
pre, code {
	font-size: 1em;
	font-family: "Andale Mono",monospace; 
} 
textarea, input {
	font-size: 1em;
} 
.posted{
	font-size:1em; 
	margin-bottom:3em;
	text-align:right;
}
.comment-posted{
	font-size:1em; 
	margin-bottom:3em;
	text-align:right;
}
.advert{
    margin:0;
	padding-top:3em;
	padding-bottom:3em;
}
/** Right Col Contents **/
#side {
	font-size:1em;  
}
#side p {
	font-size:1em;
	margin-bottom: 1em;
	overflow:hidden;
}
#side h2 {
	font-size:1em;
	margin-bottom: 1em;
}
#side form {
	font-size:1em;
	margin-bottom: 1.4em;
}

/** Footer **/
#footer {
	clear:both;
}
@media print{
    body{margin:0;}
    #outer{width:100%;margin:0;padding:0;border:0;}
    #main{width:100%;}
    #search{display:none;}
    #side{display:none;}
    .advert{display:none;}
    #recentcomments{display:none;}
    #comments-form{display:none;}
}
.stupidinternetexplorertable{font:normal 1em "Lucida Grande",Verdana,Arial,sans-serif;}



/** Poll **/

/* Poller title above radio buttons */

#side p.pollerTitle{
    font-weight:normal;
    font-size:1em;
    margin-bottom:1em;
}
/* Label for each radio button */
#side p.pollerOption{
    margin-bottom:0;
    font-size:1em;
}
/* Label for each option above graph - i.e. results */
#side p.result_pollerOption{
    margin-bottom:0;
    font-size:1em;
}
/* Title of poller - when ajax shows the results */
#side p.result_pollerTitle{
    font-weight:normal;
    font-size:1em;
    margin-bottom:1em;
}
/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img{
float:left;
}
/* The <div> tag where the percentage result is shown */
    .result_pollGraph div{
    float:left;
    height:16px;
    background-repeat:repeat-x;
    color:#FFF;
    font-size:0.7em;
    line-height:16px;
}
/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph{ 
    height:16px;
}

/* Message when Ajax is working getting restults from the server */
    .poller_waitMessage{
    display:none; 
} 

#side p.result_totalVotes{
    clear:both;
    font-size:1em;
}

.poller_results{
    padding-bottom:0;
}

#twitter_update_list li{
	list-style-type: none;
	margin-bottom: 1em;
}
