/*  
Theme Name: Duma Tau
Theme URI: http://duma-tau.com/
Description: Duma Tau Template
Version: 1.0
Author: Jennifer Zelazny
Author URI: http://www.sandboxdev.com/

JZ CSS file organization
-----------------
[1] General
All general items, browser specific hacks

[2] Header
All things specific to the header

[3] Navigation
All things specific to the navigation

[4] Main Content
All things specific to the main content

[5]Sidebars
Things which are sidebar specific.

[6] WordPress
Things which are WordPress specific.

[7] Footer
Things which are page and section specific.

Questions/Comments: Email jzelazny@sandboxdev.com
*/


/*-----------[1]General-----------*/
body {
	background:#000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
 	line-height: 1.6em;
	margin:0;
	padding:0; 
	}
	
a, a:visited {
	text-decoration:underline;
	color:#fff;
	}
	
a:active, a:hover {
	text-decoration:underline;
	color:#aaa;
	}

h1 {
	font-size: 1.4em;
	line-height:1.6em;
	font-weight: bold;
	padding:0;
	margin:0;
	}

h2 a:link, h2 a:visited, h2 a:active {
	font-size: 1em;
	line-height:1.4em;
	font-weight: bold;
	color: #FF9900;
	padding:0;
	margin: 0;
	}

h2{
	font-size: 1.2em;
	line-height:1.4em;
	font-weight: bold;
	color: #0099ff;
	padding:0;
	margin: 0;
	}

h3 {
	font-size: 1em;
	line-height:1.3em;
	color: #0099ff;
	padding:0;
	margin: 0;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.alt {
	margin: 0;
	padding: 10px;
	}
	
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.clear {
	clear:both;
	}

a img {
	border: none;
	}
	

.hr, hr {
	background: url("images/hr.gif") no-repeat;
	padding:3px 0 3px 0;
	height:1px;
	border: 0;
	}

form p {
  clear:left;
  margin:0;
  padding-top: 5px;
  }

form p label {
  float:left;
  width: 85px;
  }	
	
/*-----------[2]Header-----------*/

#container {
	background-color: #000;
	margin: 0 auto;
	width: 760px;
	margin-top:30px;
	}
	
#header {
	margin:auto;
	width:760px;
	}

#top {
	margin-bottom:5px;
	height:100px;
	}

#logo {
	float:left;
	}

p#sustainable {
	float:right;
	font-style: italic;
	color:#FF9900;
	font-size:1.4em;
	margin:60px 0 0 0;
	padding:0;
	}

/*-----------[3]Navigation-----------*/

#navigation { 
	height:22px;
	}
     
#navigation ul {
	margin:0;
	padding:0;
    list-style:none;  
    }
     
#navigation li {
  	display:inline;
  	float:left;
    font-size:.9em;
    line-height:1.4em;
  	text-transform: uppercase;
  	text-align:center;
    }
    
#navigation a {
    padding: 0 59px;
  	text-decoration: none;
  	font-weight:normal;
  	color: #0099ff;
  	display: block;
  	}
     
#navigation > ul a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
    /* End IE5-Mac hack */
#navigation a:hover {
	color:#FF9900;
    }

#home #nav-home a, #aboutdumatau #nav-aboutdumatau a, #ourwebsite #nav-ourwebsite a, 
#blog #nav-blog a, #subscribe #nav-subscribe a {
      color:#FF9900;
      }

#navigation li:hover, #navigation li:hover a {
    color:#FF9900;
    }

/*-----------[4]Main Content-----------*/

#leftColumn {
	float: left;
	margin-top:5px;
	width:140px; 
	}

#centerColumn {
	float:left;
	margin-top:5px;
	width:460px; 
	padding: 0 10px 0 10px;
	}

#rightColumn {
	float:left;
	margin-top:5px;
	width:140px; 
	}


/*-----------[5]Sidebars-----------*/

.sidebar {
	width:140px;
	margin-bottom:10px;
	padding:0;
	text-align:left;
	}
	
.sidebar h2, .sidebarRight h2 {
	color: #0099ff;
	font-weight:bold;
	margin:0;
	}

p.sidebar  {
	margin: 0;
	padding: 3px;
	}

.sidebarRight ul {
	margin:0;
	padding:0;
	}
	
.sidebarRight ul li{
	list-style-type: none;
	}

.sidebarRight ul li ul {
	padding-left:25px;
	margin-bottom:20px;
	}
	
.sidebarRight ul li ul li{
	list-style-type: disc;
	}
	
.sidebar ul, .sidebar ol {
	margin: 0;
	padding-left: 25px;
	line-height: 14px;
	}

.sidebar li {
	padding: 2px 4px 4px 0px;
	
	}

/*-----------[6]WordPress-----------*/

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.meta {
	font-size:.85em;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

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

#commentform #submit {
	margin: 0;
	float: right;
	}

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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


/*-----------[7]Footer-----------*/
	
#footer {
	width:760px;
	margin:0 auto;
	height:50px;
	text-align:center;
	}

#footer p.links a, #footer p.links a:hover, #footer p.links a:active, #footer p.links a:visited {
	font-size:.85em;
	color:#0099ff;
	margin-left:10px;
	text-decoration:underline;
	}

#footer p.copyright {
	font-size:.75em;
	color:#fff;
	}
