﻿/*  
Theme Name: Blahg!
Theme URI: http://freshlydead.com/blahg/
Description: Blahg theme for Wordpress by Ann Lancaster (based on Ombax)
Version: 1.0
Author: Ann Lancaster
Author URI: http://freshlydead.com/
*/


/*** HTML Tags ***/
body 
{
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, sans-serif;
	text-align: center;
	background: url("images/black_gradient.png") repeat-x #676e75;
	color: #464646;
}

input, select 
{
	font: 11px Arial,Sans-serif;
}

h1,h2,h3,h4,h5,h6,h7 {
	margin:0px;
	padding:0px;
}
/*** End of HTML Tags ***/


/*** Various Class ***/
.clear {
	clear:both;
}
.button {
	color: #ffffff;
	font-weight: bold;
    	border: none;
	cursor: pointer;
	padding: 2px 5px;
	background: #99cc00;
}
.inputbox 
{
	padding: 2px;
	border: 1px solid #aaaaaa;
	background: transparent;
	color: #464646;
}
.inputbox:focus 
{
	background: url("images/grey_transparent_bg.png") transparent;
}

textarea.inputbox {
	width:425px;
}
/*** End of Various Class ***/


/*** Global Link Style ***/
a {
	text-decoration: none;
	color: #ff6300;
}

a:hover {
	background-color: transparent;
	color: #cccccc;
}

/*** End of Global Link Style ***/


/*** Layout ***/

#container {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	z-index:1; 
	background: url("images/sidebar_gradient.png") repeat-y top right #ffffff;
}


/*** Header ***/
#header 
{
	height: 200px;
	width: 760px;
	margin: 0px auto;
	border-bottom: 3px solid #99cc00;
}

#topnav
{

	/*background: url("images/topnav_bar_bg.gif") repeat-x #cbc7c0;*/
	color: #eeeeee;
	/*background: url("images/grey_transparent_bg.png") transparent;*/
	position: relative;
	height: 25px;
	float: right;
	top: 175px;
	right: 5px;
	width: 560px;
}

#topnav ul {
	margin:0px;
	padding:0px;
}

#topnav ul li {
	list-style: none;
	float: right;
	display: block;
	/*font:11px/31px Arial,Sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 25px;
	/*width: 125px;*/	
	text-align:center;
	text-transform:lowercase;
	padding-left: 5px;
	padding-right: 5px;
}

#topnav li a {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	background: #99cc00;
}

#topnav li a:hover {
	background:#aaaaaa;
}

#topnav li.current_page_item a {
	background:#aaaaaa;
}

#logo
{
	position: relative;
	float: left;
	top: 160px;
	left: 0px;
	width: 200px;
	height: 40px;
	background: url("images/logo.png") no-repeat transparent;
}

/***  Left Column, main content area ***/

#leftcol {
	position: relative;
	float: left;
	width: 450px;
	padding: 20px 0px 20px 30px;
	clear: both;
}

#leftcol .post {
	position:relative;
	width: 450px;
	margin-bottom: 25px;
	clear: both;
}

#leftcol .post a
{
	text-decoration: none;
	color: #ff6300;
}

#leftcol .post a:hover {
	color: #ff6300;
}


#leftcol .post h2, #leftcol .post h2 a {
	font-size: 20px;
	font-family: Arial,Sans-serif;
	color: #464646;
	font-weight: bold;
	letter-spacing:-1px;
	line-height: 1em;
}

#leftcol .post h2 a:hover, #leftcol .post h2 a:hover 
{
	color: #99cc00;
	background: none;
}

#leftcol .pagetitle 
{
	position: relative;
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
}

#leftcol p
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1.4em;
}

#leftcol .metaContent, #sidebar .metaContent
{
	border-top: 1px dotted #aaaaaa;
	color: #aaaaaa;
	padding-top: 5px;
}

#leftcol .metaContent p, #sidebar .metaContent p
{
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px !important;
}

#leftcol p.tags, #sidebar p.tags
{
	background: url("images/tag_blue.png") no-repeat 0px 2px;
	padding-left: 18px;
	height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftcol span.comments, #sidebar span.comments
{
	background: url("images/comment.png") no-repeat 0px 0px;
	padding-left: 18px;
	height: 18px;
}

#leftcol .commentslink, #sidebar .commentslink
{
	padding-left: 20px;
	background: url("images/comment.png") no-repeat 0px 0px;
	/*margin-right: 10px;*/
}

.caption
{
	display: block;
	margin: 0px;
	background-color: #666666;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
}

/*** Right Column Title ***/


#content .box_title {
	position:relative;
	top:0px;
	left:0px;
}
#content small {
	color:#464646;
	
}
.box_title small {
	width:350px;
	display:block;
}
#content small a {
	background: none;
	color:#464646;
}
#content small a:hover {
	background:none;
	color:#464646;
}

#content .left {
	background: #B26166;
	position:relative;
	float:left;
	width:35px;
	height:35px;
	text-align:center;
	display:block;
	font:18px/35px Arial,Sans-serif;
	top:4px;
}
#content .left a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	background:none;
}
#content .left a:hover {
	color:#FFFFFF;
	background:#bdcf63;
}
#content .right {
	position:relative;
	float:left;
	left:10px;
	border-left:1px solid #6A6585;
	padding-left:10px;
}

#content h2 a {
	color:#ff6300;
	font-weight: bold;
}
#content h2 a:hover {
	color: #ff6300;
	background:none;
}
#content .edit {
}
#content .edit a {
	background:none;
	font:11px/21px Arial,Sans-serif;
}
#content .edit a:hover {
	background:none;
	color:#333333 !important;
}
.entry,
.entrytext {
	color: #555555;
	line-height: 15px;
	overflow: hidden;
}
blockquote {
	font: 11px Arial,Sans-serif;
	line-height:15px;
	background:transparent url("images/blockquote.gif") no-repeat top left;
	padding-left:25px;
	padding-top:1px;
	color:#999999;
}

#content .entry li,
#content .entrytext li
{
	margin-top: 6px;
	margin-bottom: 6px;	
}


a img
{
	border: none;
}

.entry img,
.entrytext img,
#about img,
#sidebar img
 {
	background: #ffffff;
	/*border: 1px solid #464646;*/
}



/*** Navigation ***/
.navigation 
{
	display: block;
}

.alignleft 
{
	float:left;
}

.alignleft a 
{
	display: block;
	padding-left: 16px;
	height: 18px;	
	background: transparent url("images/resultset_previous.png") no-repeat top left;
}
.alignleft a:hover 
{

}

.alignright a {
	display: block;
	padding-right: 16px;
	height: 18px;
	text-align: right;	
	background: transparent url("images/resultset_next.png") no-repeat top right;
}

.alignright a:hover {

}

.alignright 
{
	float:right;

}



/*** Sidebar ***/

#sidebar {
	float: right;
	position: relative;
	width: 250px;
	padding-top: 0px;
	height: 100%;
}

.sidebarContent
{
	width: 202px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 24px;	
}

#sidebar .sidebarEntrytext p
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1.4em;
}

#sidebar h2, 
#sidebar .title
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Sans-serif;
	line-height: 25px;
	/*letter-spacing: -1px;*/
	text-transform: uppercase;
	color: #464646;
	margin-top: 0px;
	text-indent: 24px;
	background-color: #dddddd !important;
	border-top: 1px solid #efefef;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #efefef;
}

#sidebar h2.about
{
	background: url("images/user_gray.png") no-repeat 5px 50%;
}

#sidebar h2.tags
{
	background: url("images/tag_blue.png") no-repeat 5px 50%;
}

#sidebar h2.categories
{
	background: url("images/application_view_list.png") no-repeat 5px 50%;
}

#sidebar h2.currentProject
{
	background: url("images/palette.png") no-repeat 5px 50%;
}

#sidebar h2.entries
{
	background: url("images/pencil.png") no-repeat 5px 50%;
}

#currentProject .moreText
{	
	line-height: 1.75em;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

#currentProject h3
{
	font-size: 15px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}

#currentProject h3, #currentProject h3 a {
	font-size: 15px;
	font-family: Arial,Sans-serif;
	color: #464646;
	font-weight: bold;
	letter-spacing:-1px;
	line-height: 1em;
}

#currentProject h3 a:hover, #currentProject h3 a:hover 
{
	color: #99cc00;
	background: none;
}

#widgets
{
	width: 250px;
	position: relative;
	left: 0px;
	top: 0px;
}

#widgets .title
{
	text-indent: 25px !important;
}

#widgets ul
{
	width: 202px;
	position: relative;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 24px !important;
}

#sidebar ul {
	margin:0px;
	padding:0px;
	position:relative;
	margin-left: 0px;
	margin-top: 0px;
}
#sidebar ul ul{
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}
#sidebar li {
	list-style: none;
	color: #464646;
}
#sidebar li li{
	display:block;
	font:11px/20px Arial,Sans-serif;
	margin-bottom:2px;
}
#sidebar li a{
	color: #464646;
	/*background:transparent url("images/bg_li.jpg") no-repeat 0px 4px;*/
	padding:1px 0px;
	padding-left: 0px;
	font-weight: normal;
	
}
#sidebar li a:hover{
	color: #464646;
	/*background:transparent url("images/bg_li_over.jpg") no-repeat 0px 4px;*/
	font-weight: normal;
}


#sidebar .rsswidget img
{
    display: none;
}

#sidebar .rsswidget
{
    /*padding-left: 23px;*/
}


#sidebar h2 a, #sidebar h2 a:link, #sidebar h2 a:hover, #sidebar h2 a:visited,
#sidebar .title a
{	
	color: #464646;
}

#searchform {
	margin:0px;
	padding:0px;
	text-align: right;
}
#sidebar p {
	line-height:15px;
	width: 208px;
}
#sidebar p a {
	margin:0px;
	padding:0px;
	background: none;
}
#sidebar p a:hover {
	color: #464646;
	background:none !important;
}

.sidebarDropDown
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #ddd;
}

/*** Footer ***/

#footer 
{	
    clear: both;	
    /*background: #666666;*/
    background: url("images/black_gradient.png") repeat-x #676e75;
    padding-left: 10px;
    color: #ffffff;
    font-size: 11px;
    height: 25px;
}

#footer p 
{		
    line-height: 25px;
}

#footer .rss
{
	background: url("images/feed-icon-12x12.png") no-repeat top left;
	padding-left: 16px;
	height: 16px;
}

#footer .wp
{
	background: url("images/wp-logo.png") no-repeat top left;
	padding-left: 18px;
	height: 16px;
}

/*** Comment ***/
.alt {
	background:#EFEFEF;
	border:1px solid #CCCCCC;
	padding:3px;
}
#comment-wrapper 
{
	width: 452px;
	/*position:relative;
	left:15px;*/
}

h3#comments,#respond {
	font:18px Arial,Sans-serif;
	margin-bottom:10px;
	color:#666666;
}
li.alt {
	border:1px solid #CCCCCC;
}
.number {
	float:left;
	width:60px;
	font:20px Verdana,Arial,Sans-serif;
	text-align:center;
	
}
.comment-content {
	float:left;
	position:relative;
	left:0px;
	border-left:1px solid #CCCCCC;
}
.comment-1,.comment-2 {
	margin-bottom:10px;
}
.comment-1 {
	background:#FFFFFF;
	padding:5px;
	border:1px solid #FFFFFF;
	
}
.comment-2 {
	background:#EFEFEF;
	padding:5px;
	border:1px solid #CCCCCC;
	
}
.over {
	background:#FFFFE6;
	border:1px solid #DDDDDD;
	padding:5px;
	margin-bottom:10px;
}
.name{
	font:18px Arial,Sans-serif;
	position:relative;
	left:10px;
}
.name a{
	text-decoration:none !important;
	display:block;
	color:#888D98;
}
.name a:hover {
	color:#333333 !important;
	background:none !important;
}
.meta {
	font-size:11px;
	position:relative;
	left:10px;
}
#form {
	/*position:relative;
	left:15px;*/
	padding-bottom:10px;
	margin-top:30px;
}
.comment-text {
	position:relative;
	top:10px;
	color:#555555;
}




/*
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 11px;
	margin: 0;
	width: 200px;
	text-align: center;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #464646;
	background: #ddd;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: none;
	border-left: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	width: 14%;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	font-weight: normal;
}*/



/* Begin Calendar */

#wp-calendar
{
	empty-cells: show;
	margin: 0;
	width: 100%;
	text-align: center;
}

#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;
	font-weight: bold;
}

#wp-calendar a:hover
{
	color: #999999;
}

#wp-calendar caption
{
	color: #333333;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

#wp-calendar td a 
{
	display: block;
	color: #99cc00;
}
		
#wp-calendar td 
{
	padding: 3px 0;
	text-align: center;
	border: 0px solid #cdf;
	border-bottom: 1px solid #ddd;
	background: #eee;
	width: 14%;
}

#wp-calendar td.pad 
{
	border: 0;
	background: transparent;
}

#wp-calendar td.pad:hover 
{
	background: transparent;
}

#wp-calendar td:hover
{
	background:#eee;
}

#wp-calendar th
{
	color: #666666;
	font-size: 10px;
	text-align: center;
}

/* End Calendar */


img#wpstats
{
	display: none;	
}