/* general*/
body {
	background: #cc0000;
	font: 0.8em Arial, Tahoma, Verdana, sans-serif;
	color: #000;
    text-align: justify;
	padding: 0 20px 0 20px;
}
	
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 963px;
}

#right-content-wrapper {
	position: relative;
	font-size: 0.85em;
	width: 610px;
	float: right;
	padding: 0;
	border: 1px solid #000;
	background: #fff url("../../../../images/bg.jpg") top left no-repeat;
}

#header {
	background-color: #fff;
	height: 92px;
	width: 609px;
}

h1 {
	float: right;
	margin: 0;
	padding: 0;
}
	
h2 {
	margin: 15px 0;
	padding: 0;
	color: #cc0000;
	font-weight: bold;
	font-size: 1.2em;
}
	
h2 a, 
h2 a:visited {	
	text-decoration: none;
	color: #cc0000;
}

h2 a:hover{
	color:#f00000;
}
	

h3 {
	margin: 0 0 2px 0;
	padding: 0;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	font-size: 1em;
}
	
h4 {

}
	
h5 {

}

h6 {

}

p {
	margin: 0 0 7px 0;
}
	
a, a:visited {	
	text-decoration: none;
	color: #cc0000;
}

a:hover{
	color:#f00000;
}
	
img {
	border: none;
}

.clear {
	clear: both;
}

.button {
	position: absolute;
	left: 6px;
	top: 40px;
}

.button2 {
	position: absolute;
	left: 40px;
	top: 40px;
}
/* END general*/	


/* top navigation*/	
#top_navigation {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #cc0000 url("../../../../images/nav-bg.gif") top left no-repeat;
	width: 610px;
	height: 32px;
}

#top_navigation li {
	float: left;
	margin: 0;
	padding: 0;
}
	
#top_navigation li a {
	display: block;
	margin: 0;
	padding: 7px 13px 7px 25px;
	font: 1.2em Century Gothic, Arial, Tahoma, Verdana, sans-serif;
}

#top_navigation li a:link,
#top_navigation li a:visited {
  color: #000;
  text-decoration: none;
}

#top_navigation li a:hover,
#top_navigation li a:active,
#top_navigation li a:focus,
#top_navigation li a#current {
 	color: #fff;
 	text-decoration: none;
	background: #cc0000 url("../../../../images/nav.gif") top right no-repeat;
	_width: 2em;/*for IE5.x and IE6 quirks mode*/
}
/* END top navigation*/	

#left-sidebar {
	width: 350px;
	height: 563px;
	float: left;
	overflow: hidden;
	background-color: #000;
	text-align: center;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-top: 1px solid #000;	
}

/* blog*/	
.narrowcolumn {
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	width: 385px;
	text-align: justify;
}

.narrowcolumn .postmetadata {
	font-weight: bold;
}

small {
	font-weight: bold;
}

.entry p {
	margin: 10px 0 10px 5px;
}

.entry ul, ol {
	padding: 0 0 0 15px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

/* END blog*/	


/* images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*END images */


/*form elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 70%;
	padding: 2px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
}
/*END form elements */


/*comments*/
.widecolumn {
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	width: 520px;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist li .avatar { 
	padding: 2px;
	background: #fff;
	float: right;
}
/*END comments */


/* calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/*END calendar */


/* sidebar*/	
#sidebar {
	width: 200px;
	float: right;
}

#sidebar a {
	color: #000;
}

#sidebar a:hover {
	color: #cc0000;
}

#sidebar h2 {
	margin: 20px 0 5px 15px;;
}

#sidebar ul {
	padding: 0 20px 0 0;
	
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul{
	margin: 0 0 0 20px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 110px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#sidebar ul ul.tweets li{
	margin-bottom: 10px;
	padding: 0;
}

#sidebar  #twitter-3 .widgettitle a{
	color: #cc0000;
}

#sidebar  #twitter-3 .widgettitle a:hover{
	color: #000;
}

#sidebar ul ul.tweets li a.timesince{
	font-weight: bold;
	width: 30px;
}

/*bullet points*/

/*.entry ul li:before, #sidebar ul ul li:before {	
	content: "\00BB \0020";
}*/
/*END sidebar*/	
 
 
/*footer*/
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	font: normal 0.7em Verdana, Arial, sans-serif;
	color: #000;
}

#footer p.left {
	width: 430px;
	float: left;
	text-align: left;
}

#footer p.middle {
	width: 100px;
	float: left;
	text-align: center;
}

#footer a {
  color: #000;
  text-decoration: underline;
} 

#footer a:hover {
  color: #000;
  text-decoration: none;
} 

#footer p.right {
	width: 50;
	float: right;
	text-align: right;
}

#footer p.left a:link,
#footer p.left a:visited {
	color: #000;
	text-decoration: underline;	
}

#footer p.left a:hover,
#footer p.left a:active,
#footer p.left a:focus {
	color: #000;
	text-decoration: none;	
}

#footer p.right a:link,
#footer p.right a:visited {
	color: #000;
	text-decoration: none;	
}

#footer p.right a:hover,
#footer p.right a:active,
#footer p.right a:focus {
	color: #000;
	text-decoration: underline;	
}
/* END footer*/	


/*various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* END captions */
