/*   
Theme Name: Angry Web Designer V3
Theme URI: angrywebdesigner.com
Description: Theme for Angry Web Designer DOT com
Author: Angry Web Designer
Author URI: angrywebdesigner.com
Version: 0.3.1
.
Copyright (c) 2009 Angry Web Designer.
The code is nicely laid out and doesnt mean its for you to steal.
If I see this theme pop up anywhere on the web without permission
I will show you just how angry I can get! Be creative and design
your own... its more satisfying.
.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e5e5e5;
	color: #434343;
	font: 80%/160% Helvetica, Tahoma, Arial, sans-serif;
}

/* @group typography */

p {
	line-height: 200%;
	margin-bottom: 25px;
}

div p:last-child, p:last-child {
	margin-bottom: 0;
}

p img, a img {
	vertical-align: middle;
	border: 0;
}

h2 {
	color: #414141;
	font: 700 30px "Myriad Pro", Tahoma, Arial, sans-serif;
}

h3 {
	font-size: 12px;
}

/*blockquote {
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 0 60px;
	font-weight: bold;
	font-style: italic;
}*/

cite, blockquote {
	display: block;
	background: #f7f7f7;
	border-bottom: 1px dotted #dbdbdb;
	padding: 10px 10px 10px 40px;
	font-style: italic;
	margin: 15px 0;
}

.post ul, .post ol {
	margin: 0 0 30px 30px;
	list-style-position: outside;
}

.post ul {
	list-style-type: square;
}

.source, .wp-caption-text{
	font-style: italic;
	font-size: 70%;
	padding:0 0 10px 0;
	margin: 0;
}

a:link, a:visited {
	color: #303030;
	border-bottom: 1px dotted #303030;
	background: none;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #303030;
	border-bottom-style: solid;
	text-decoration: none;
}

.red {
	color: #c90000;
}

.grey {
	color: #525252;
}

.alignright, .right {
	float: right;
}

.alignleft, .left {
	float: left;
}

/* @end */

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 100px;
	background: #f0f0f0 url(images/header.png) no-repeat left top;
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* @group #header */

#header h1 {
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	position: absolute;
	width: 493px;
	height: 45px;
	background: transparent url(images/logo.png) no-repeat left top;
	left: -10px;
	top: 26px;
}

/* @end */

ul#navigation {
	list-style: none;
	height: 30px;
	border-bottom: 1px dotted #d9d9d9;
}

/* @group #navigation */


ul#navigation li {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	line-height: 30px;
}

ul#navigation li.separate
{
	width: 10px;
	margin: 5px 0;
	height: 20px;
	border-right: 1px solid #c90000;
}

ul#navigation li a {
	padding: 9px 10px 8px 10px;
	/* ... Dont ask... */
}

ul#navigation li a:link, ul#navigation li a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

ul#navigation li a:hover, ul#navigation li a:visited:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

ul#navigation li.right {
	float: right;
	margin: 0 20px 0 0;
}

ul#navigation li.plain a:hover, ul#navigation li.plain a:visited:hover {
	color: #c90000;
	font-weight: bold;
}

ul#navigation li.bad a:hover, ul#navigation li.bad a:visited:hover {
	background: #c40000;
	color: #fff;
}

ul#navigation li.good a:hover, ul#navigation li.good a:visited:hover {
	background: #4fb63c;
	color: #fff;
}

ul#navigation li.other a:hover, ul#navigation li.other a:visited:hover {
	background: #828282;
	color: #fff;
}

/* @end */

#sidebar {
	width: 250px;
	float: right;
	margin: 30px 0 30px 40px;
	padding: 0 20px 0 0;
}

/* @group #sidebar */

#sidebar .block {
	margin-bottom: 40px;
}

/* @end */

#body {
	border: 1px solid #D9D9D9;
	background: #FFF;
}

#content {
	width: 666px;
	float: left;
	margin: 30px 0;
	padding: 0 10px;
}

#footer {
	margin: 30px;
	padding: 10px 10px 20px 10px;
	color: #666;
}

#footer a {
	color: #666;
	border-bottom-color: #666;
}

/* @group .post */

.post {
	margin: 0 0 20px 10px;
}

.post h4.post_category {
	font-size: 14px;
	margin: 0;
	line-height: normal;
	padding: 0;
}

.post .foot {
	border-bottom: 1px dotted #d9d9d9;
	margin-top: 10px;
	padding: 5px 0;
}

.post .foot a, .post .foot span {
	color: #9a9a9a;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	border: none;
}

.post .wp-caption.alignright {
	margin: 10px 0 10px 10px;
}

.post .wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}

.post .foot a.nopadd {
	margin: 0;
}

.post .foot a:hover, .post .foot a:visited:hover {
	color: #303030;
	border: none;
}

.post a:link.continue, .post a:visited.continue {
	background: #9a9a9a;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 8px;
	border: none;
}

.post a:hover.continue, .post a:visited:hover.continue {
	background: #c90000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 8px;
}

/* @end */

/* @group #comments */

ol#comments li div.comment-author {
	float: left;
	width: 100px;
	margin-right: 10px;
}

ol#comments li p {
	margin-bottom: 10px;
}

ol#comments li div.comment-author p {
	line-height: normal;
}

ol#comments li div.comment-author p a {
	font-size: 14px;
	font-weight: bold;
}

ol#comments li div.comment-author p a:visited {
	border-bottom: none;
}

ol#comments li {
	list-style: none;
}

ol#comments li.comment {
	margin-bottom: 10px;
}

ol#comments li.comment .comment-block, ol#comments li.comment ul.children li .comment-block {
	margin-bottom: 10px;
}

ol#comments li div.comment-text {
	width: 440px;
	float: left;
	padding: 10px 20px;
	background: #f5f5f5;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	border: 1px solid #ddd;
}

ol#comments li .moderation {
	background: #ddd;
	text-align: center;
	margin-top: 5px;
}

ol#comments li.depth-1 {
	border-bottom: 1px solid #ddd;
}

ol#comments li.depth-1 div.comment-author {
	width: 100px;
}

ol#comments li.depth-1 div.comment-text {
	width: 440px;
}

ol#comments li.depth-2 {
	padding-left: 40px;
}

ol#comments li.depth-2 div.comment-author {
	width: 100px;
}

ol#comments li.depth-2 div.comment-text {
	width: 400px;
}

ol#comments li.depth-3 {
	padding-left: 60px;
}

ol#comments li.depth-3 div.comment-author {
	width: 100px;
}

ol#comments li.depth-3 div.comment-text {
	width: 340px;
}

ol#comments li .comment_time {
	text-align: right;
	font-weight: bold;
	color: #939393;
}

ol#comments li .reply, #respond {
	text-align: right;
}

ol#comments li .reply a:link, ol#comments li .reply a:visited, #respond a:link, #respond a:visited {
	color: #9a9a9a;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	border: none;
}

ol#comments li .reply a:hover, ol#comments li .reply a:visited:hover, #respond a:hover, #respond a:visited:hover {
	color: #303030;
	border: none;
}

ol#comments li.bypostauthor div.comment-text {
	background: #f7f7f7;
	border-color: #e8e8e8;
}

form#commentform label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #c90000;
}

form#commentform input, form#commentform textarea {
	outline: none;
	float: left;
	padding: 3px;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	border: 1px solid #adadad;
	margin-bottom: 10px;
	font-size: 12px;
}

form#commentform input:focus, form#commentform textarea:focus {
	background-color: #f7f7f7;
}

form#commentform input[type='hidden'] {
	border: none;
	display: none;
}

form#commentform input:active.button {
	border-color: #9f0000;
	background-color: #c90000;
}

form#commentform input.button {
	clear: both;
	background: #adadad;
	color: #fff;
	font-weight: bold;
	margin-left: 120px;
	padding: 4px 8px;
}

/* @end */

/* @group .flash */

.flash {
	padding: 0 10px;
	margin: 5px 0 10px 0;
	background: #d9e6f8;
}

.flash.error {
	background: #f8e0dd;
	color: #c90000;
}

.flash.error ul {
	list-style-position: inside;
}

.flash.notice p, .flash.notice a {
	color: #0b6d99;
}

/* @end */

/* @group #ads */

#ads .ad {
	float: left;
}

#ads .ad.square {
	width: 120px;
	height: 120px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	background: #d1d1d1;
}

#ads .ad.square.right {
	margin-right: 0;
}

#ads .ad.rectangle {
	width: 250px;
	height: 125px;
	margin: 0 0 10px 0;
	overflow: hidden;
	background: #d1d1d1;
}

/* @end */

/* @group #searchform */

#searchform {
	clear: both;
	margin-top: 5px;
}

#searchform .submit {
	float: left;
	width: 18px;
	height: 18px;
	text-indent: -1000px;
	overflow: hidden;
	background: #eee url(images/magnifier.png) no-repeat center center;
	border: 1px solid #c8c8c8;
	border-left: none;
	cursor: pointer;
	
	-webkit-border-radius-top-right: 0.4em;
	-webkit-border-radius-bottom-right: 0.4em;
	-moz-border-radius-top-right: 0.4em;
	-moz-border-radius-bottom-right: 0.4em;
	border-radius-top-right: 0.4em;
	border-radius-bottom-right: 0.4em;
}

#searchform .submit:hover {
	background-color: #c8c8c8;
}

#searchform #s {
	float: left;
	border: 1px solid #c8c8c8;		
	width: 225px;
	height: 18px;
	outline: none;
	padding-left: 4px;
	font-size: 12px;
	
	-webkit-border-radius-top-left: 0.4em;
	-webkit-border-radius-bottom-left: 0.4em;
	-moz-border-radius-top-left: 0.4em;
	-moz-border-radius-bottom-left: 0.4em;
	border-radius-top-left: 0.4em;
	border-radius-bottom-left: 0.4em;
	vertical-align: middle;
}

/* @end */

/* @group #upgradebrowser */

#upgradebrowser {
	display: none;
	border-bottom: 1px solid #f5b200;
	background: #feffc9 url(images/argh.png) no-repeat 18px center;
	font-size: 14px;
	padding: 10px 10px 10px 66px;
	clear: both;
	position: relative;
}

#upgradebrowser p {
	margin: 0;
}

#upgradebrowser .close {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #f9974d;
}

/* @end */



/* @group .twitter */

	p.twitter-message span.twitter-timestamp
	{
		font-style: italic;
		display: block;
		font-size: 11px;
		line-height: 12px;
		color: #a7a7a7;
	}
	
	p.twitter-message
	{
		padding-left: 10px;
	}

/* @end */

.page_links .left a p, .page_links .right a p {
	padding: 3px 8px;
	background: #999;
	color: #fff;
	font-weight: bold;
}

.page_links .left a:hover p, .page_links .right a:hover p {
	background-color: #c90000;
}
