/*
	Theme Name: OutofRhythm
	Theme URI: http://www.outofrhythm.com
	Description: Simple layout.
	Version: 1.0
	Author: Robert O'Brien
	Author URI: http://www.outofrhythom.com
*/
body {
	color: #666;
	font-family: Myriad, 'Lucida Grande', Lucida, Geneva, Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Normalise em */
	margin: 0px;
	padding: 0px;
}

/* Hack for IE6's lack of support for :after. and buggy float support
   on IE for MAC and XP.
	
   c.f. http://www.positioniseverything.net/easyclearing.html 
*/

.clearfix {display: inline-block;} /* For the Mac */
/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
}
/* End hide from IE-mac */

#pages:after, #content:after, #content .section:after  {
	/* CSS2 Clear float position for standards conformant browsers
	   c.f. http://www.positioniseverything.net/easyclearing.html 
		
		Basically all the styles force the browswer to adjust the
		height of the containing block height. This is not a bug
		but correct CSS behaviour regarding floats.
	*/
   content: ".";	
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrap {
	position: relative;
	/* Fixed width due to the constraints of the background so don't allow to
	   scale the accutual area. */
	top:0em;
	left:0.5em;
	width:70em; 
	margin: 1em 1em 1em 1em;
	overflow: hidden;
}

#content {
	width: 38em;
	float: left;
	display:inline;
	text-align: justify;
	font-size:1.2em;
}
#nav {
	height: 4.9em;
	width: 69em;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	width: 20.8em;
	float: right;
	line-height: 1.5em;
	display:inline;
	margin: 0.8em 0.8em 0.8em 0px;
	padding: 1em;
	font-size:1em;
}

#pages h1{
	margin:0em;
	padding:0em;
}
#pages h1 a{
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
	font: 1.2em Arial, Helvetica, sans-serif;
	margin:0;
	padding:1.3em 0em 0em 1em;
	letter-spacing: -0.1em;
	float: left;
}
#pages h1 a:hover{
	text-decoration:underline;
}

h3, h4 {
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}
#logo {
	/* Everything in the logo area is fixed with the exception of the height
	   so everything scales down, not across. */
	/*background:url(images/zulu_dancers-scalable.jpg) 0em 0em no-repeat;*/
	width:69em;
	height: 10em;
	left:0em;
	top:0em;
   background-color: Black;
	margin: 1em;
	margin-top: 4em;
}

#logoimg span, #logobyline span { /* Hide the Company Text*/
   display: none;
}

#logoimg img { /* Display the Logo */
	position:absolute;
	/* Don't scale the logo since the background does not scale */
	left:1em;
	top:0.01em;
	width:21.2em;
	height: 3.9em;
}

#logo img#banner { /* Display the banner image */
	width:69em;
	height: 10em;
}

#logobyline { /* Display the Logo */
	display:none;
}

div#pages {
   position: absolute;
   top: 0.8em;
	height: 4em;
	margin: 0em auto 0.5em;
	width:69em;
}

div#pages ul {
	padding: 1em 0em 0em;
	white-space: nowrap;
	list-style-type: none;
	margin: 0em;	
}
div#pages ul li {
	float:right;
}
#pages ul li a:before{
	content:" .: ";
	color:#ff7800;
}
div#pages ul li.current_page_item a  {
	text-decoration: underline;
}
div#pages ul li a {
	display: block;
	text-decoration: none;
	margin:0.1em 0em;
	text-align:right;
	font-size:1em;
	padding:0.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
div#pages ul li a:hover {
	color: #ff7800;
}

#footer {
	clear: both;
	text-align: left;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 68em;
	margin-right: auto;
	margin-left: 0;
	font-size: 1em;
	color: Gray;
}

#footer p {
   margin: 0;
	padding: 1em;
}
#footer img{
   width: 8.8em;
	height: 3.1em;
	float: left;
	padding:0.5em;
}

.entry{
	padding-top: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
	line-height: 1.5em;
}

.firstpost {
}

h3.entrytitle, h3 {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;

}
h3.entrytitle a, h3.entrytitle a:visited, h3 a{
	color: #ff7800;
	text-decoration:none;
	border-style: none;
	font-size: 1.1em;
	font-weight: bolder;
	text-transform: none;
}

h3.entrytitle a:hover, h3 a:hover{
text-decoration:underline;}

.entrymeta{
	height: 3.6em;
	margin-top: 0;
	font-size: 1em;
	color: #999;
	border-top:solid 0.01em #ccc;
	padding-top:0.4em;
	margin-bottom: 0.8em;
}
.entrymeta a img{
	border:none;
}
.entrybody img {
   margin: 0.4em;
	padding: 0.2em;
	border: 0.1em solid #DFDFDF;
}
.entrybody ul {
	margin-left: 2em;
	padding-left:0em;
	list-style-type: none;
}
.entrybody ol{
	margin-left:2em;
	padding-left:0;
}
.entrybody ul li {
	list-style:square;
}
.commentlink img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4, h3, h2, #commentblock h2 {
	margin: 0;
	padding: 0em;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#999;
}
h2{
	margin-bottom: 1em;
	font-size: 1.4em;
}
a, a:visited{
	color: #ff7800;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.entrybody p{
margin:0.8em 0;
padding:0;
}
.entrybody ul {
	margin-left: 3em;
	padding-left:0;
	list-style-type: none;
}
.entrybody ol{
	margin-left:3em;
	padding-left:0;
}
.entrybody ul li {
	list-style:square;
}
#sidebar h2 {
	color: #999;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.8em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.4em;
	padding-left: 0em;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;

}

#sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #ff7800;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 2.5em;
	background-image: url(images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 1em 50%;
}


#sidebar ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #ccc;
}



#searchdiv {
	margin-top: 0.8em;
	margin-bottom: 1.5em;
}
#subscription a {
        padding-left: 0.5em;
}
.comments-link {
	background-image:url(images/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:1.6em;
}
/************************************************
*	Comments													*
************************************************/
#commentblock h2{
	padding:0.2em;
	margin-bottom:1em;
	margin-top:1em;
}
#commentblock {
	float:left;
	padding-top: 0;
	padding-bottom: 1em;
	text-align: left;	
}

ol#commentlist {
	margin-top:0em;
	padding: 0.5em;
	margin-left: 0em;
	list-style-type: none;
}
.commentdate {
	font-size:0.8em;
	padding-left:0.5em;
}
#commentlist li  p{
	margin-bottom: 0.8em;
	line-height: 2em;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 0.5em;
}

.commentinfo{
clear:both;
}

.commenttext {
	clear: both;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 1em;
	width:35em;
	background: #ececec url(images/comm.png) no-repeat top;
}

.commenttext-admin {
	clear: both;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 1em;
	width:35em;
	background: #d7d7d7 url(images/comm-admin.png) no-repeat top;
}

#commentsformheader{
	padding-left:0em;
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

#commentsform form{
	text-align:left;
	margin:0em;
}

#commentsform p{
	margin:0.5em;
}

#commentsform form textarea{
	width:99%;
}
p.comments_link  img{
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
blockquote{
	font-style: italic;
	color: #999999;
}
.adwrap,
.adwrapwide,
.adwrap-lu,
.adwrapbutton {
	margin:0 0 1em;
	padding:0.4em 0;
	background:#fff;
	border-top-width: 0.1em;
	border-right-width: 0;
	border-bottom-width: 0.1em;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5d7d0;
	border-right-color: #d5d7d0;
	border-bottom-color: #d5d7d0;
	border-left-color: #d5d7d0;
}

.adwrap object {
	width:33.6em;
	height:28em;
}

.adwrapwide iframe,
.adwrapwide object {
	width:46.8em;
	height:6.5em;
}

.adwrap-lu {
	margin:0 0 1em 1em;
	width:18em;
	float:right;
}

.adwrap-lu object {
	width:18em;
	height:9em;
}

.adwrapbutton iframe,
.adwrapbutton object {
	width:18em;
	height:15em;
}


table{
	margin:1em;
}
td, th{
	padding:0.3em;
	font-weight:normal;

}

