/*  
Theme Name: Zero
Theme URI: http://wp.uberdose.com/2007/02/04/zero-wordpress-theme/
Description: Pure. Clean. Room to breathe.
Version: 1.2
Author: uberdose
Author URI: http://wp.uberdose.com/
*/

body {
background: #262523;
margin:15px 0;
padding:0;
font: normal 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
line-height: 1.5em;
color: #ddc;
}

#dashboard {
	position: absolute;
	top: 0;
	right: 1px;
	float: right;
	text-indent: -9999px;
	background: url('img/dashboard.gif') no-repeat right top; 
	width: 91px; 
	height: 23px
	}
#rss {
	float: right;
	text-indent: -9999px;
	width: 36px;
	height: 19px;
	background: url('img/rss.gif') no-repeat top right
	}
	
ul {
margin-left:1.5em;
padding-left:1.5em;
}

#page {
width: 40em;
margin: 0 auto;
padding: 50px 25px 25px;
background-color: #262523;
}

h1 {
	   font-size: 3.2em;
	   }
h2 {
        color: #99CC33;
        font-size: 1em;
        font-weight: normal;
        padding-left: 3em;
      }

p {
        margin: 0 0 1.5em;
      }
      
      a, a:visited, a:active {
        color: #99CC33;
        text-decoration: none;
      }
      
      a:hover {
        text-decoration: none;
      }
      
      abbr {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
      }
      
#description {
	margin-top: -20px;
	width: 55em;
	font-size: 11px;
	color: #777
	}


div.hentry {
	margin-bottom: 40px;
	clear: both
	}

h2.date {
	 display: block;
        font-size: 1.5em;
        font-weight: normal;
        margin-bottom: .5em;
        text-align: right;
        color: #94a970;
        text-decoration: none;
	}

h2.date a:hover {
        color: #262523;
      }
      
h3.entry-title {
	color: #FF00FF;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: .5em;
	}

	h3.entry-title a {
		color: #FF00FF;
		text-decoration: none
		}

.link .permalink {
	display: none
	}
		
.home .quote .permalink,		
.home .photo .permalink,
.home .video .permalink {
	float: right;
	text-indent: -9999px;
	width: 23px;
	height: 9px;
	background: url('img/link.gif') no-repeat
	}

.entry-content {
 		background-color: #363b39;
        border: 1px solid #494949;
        margin: 1.5em 0;
        padding: 1em; 
	}



div.navigation {
margin-top:1em;
margin-bottom:2em;
}

h1 {
	   font-size: 3.2em;
	   }
h2 {
        color: #99CC33;
        font-size: 1em;
        font-weight: normal;
        padding-left: 3em;
      }

p {
        margin: 0 0 1.5em;
      }
      
      a, a:visited, a:active {
        color: #99CC33;
        text-decoration: none;
      }
      
      a:hover {
        text-decoration: none;
      }
      
      abbr {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
      }

small {
color:#e74f05;
}

ul {
padding-left:0;
}

ul.inlined li, div.inlined li, #sidebar li {
display:inline;
}

#searchform {
text-align:right;
}

.description {
float:left;
}

strong a, strong a:visited {
color:#e74f05;
}

strong {
color:black;
}

.next_links {
margin-top:2em;
}

ul.meta {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.2;
	list-style-type: none;
	margin: 0;
	padding: 0
	}

	ul.meta li.entry-date,
	ul.meta li.tags,
	ul.meta li.author {
		display: none
		}
 
	ul.meta li.editthis {
		}

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #ddd;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FF00FF;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #ddd;
	padding-bottom: 2px;
	background: #ddd;
	color: #262626;
	}

