/******* Structure *******/

* {
	padding: 0;
	margin: 0;
}

body {
	color: #777;
	background: #333;
	font: 0.8em/1.7em Helvetica, Verdana, sans-serif;
}

#content {
	width: 948px;
	margin: 0 auto;
	border-left:10px solid #222;
	background: #fff;
	 -moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#notes {
	background: #ddd;
	padding:30px;
	margin:-40px -30px -30px -30px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top: 1px dashed #222;
	color:#444;
}

#article {
	padding:30px;
	background: #fff;
	 -moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	margin: -30px -30px 30px -30px;
}

#spacer {
	padding:30px;
}

#spacer h2{
	color:#222;
	padding: 10px 0px;
	border-top: 1px dotted #222;
}

#sidebar {
	background: #222;
	width:220px;
	float:left;
}

.tiny {
	font-size: 10px;
	color:#222;
}

blockquote {
	background: #eee;
	border-left: 5px dotted #ccc;
	padding: 10px;
	margin: 5px;
}

/******* Links *******/

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
}

#content a {
	border-bottom: 1px dotted #aaa;	
}

#content h2 a {
	border: none;
}


h3 a {
	border: none !important;
}

.article h3 a:hover {
	color: #666;
}

.article ul.meta a {
	color: #555;
	border-bottom: 1px dotted #999;
}

ul.archive li a {
	border: none !important;
}

cite {
	font-family: Georgia;
	font-size: 12px;
	color: #555;
}

/******* Masthead *******/

#container {
	position: relative;
	border-top: 40px solid #444;
}

#masthead {
	color:#bbbaa3;
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: -40px;
}

#masthead h1 {
	width: 200px;
	height: 60px;
	font-weight: normal;
	font-size: 10px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
   	background: #222;
  	padding:10px;
}

#masthead h1 a:hover {
	color: #556272;
}

.z { 
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.d{
	font-size: 12px;
	text-transform: lowercase;
}

.logo {
	float: left;
	width:100px;
	padding-right: 7px;
	border: none;
}

.right {
	float: right;
	padding: 4px;
	background-color: #eee;
	border: 1px solid #aaa;
	margin:10px 0px 10px 10px;
}

.right_bg {
	float: right;
	margin:10px;
}

/******* Menu *******/

ul#menu {
	position: absolute;
	right: 0px;
	top: 10px;
	margin: 0;
}

ul#menu li {
	display: inline;
}

ul#menu a {
	margin-left: 2px;
	color: #798da1;
}

ul#menu a:hover, ul#menu a.active {
	color: #96afc8;
	padding-top: 20px;
	margin-top: -20px;
}

/******* Typography *******/

h2 {
	font: normal 2.2em/1.2em Helvetica;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 0.3em 30px 0.4em 5px;
	margin-bottom: 1em;
}

h3 {
	color: #444;
	font: bold 0.9em/1.5em Helvetica, Sans-serif;
	padding: 0 5px;
	text-transform: uppercase;
}

h4 {
	padding: 1em 5px 0;
	text-transform: uppercase;
	color: #555;
}

p {
	margin: 0.5em 5px 0.7em;
}

hr {
	width: 106px;
	height: 11px;
	border: none;
	margin: 2em auto;
}

code {
	color: #888;
	font: 0.9em Monaco, "Courier New", Courier, mono;
}

ul, ol {
	margin: 0 55px;
}

ul {
	list-style: square;
}

li {
	margin: 0.5em 0;
}
.highlight {
	margin: 0px -30px;
	padding: 30px;
	background: #ddd;
	border-top: 1px dashed #222;
	border-bottom: 1px dashed #222;
	color:#444;
}

/******* Article *******/

.article {
	margin-bottom: 40px;
}

.article h3 {
	padding-right: 40px;
}

.article ul.meta {
	position: relative;
	overflow: hidden;
	color: #555;
	list-style: none;
	margin: -2em 5px 0;
}

.article ul.meta li {
	display: inline;
}

.article ul.meta li.icon-filed-under {
	background: url("../images/icons/folder.png") 0 50% no-repeat;
	padding-left: 18px;
	float: left;
}

.article ul.meta li.icon-comments {
	float: right;
	background: url("../images/icons/comment.png") 0 50% no-repeat;
	padding-left: 18px;
}

.article a.read-more {
	background: url("../images/icons/read-more.gif") 100% 50% no-repeat;
	padding-right: 15px;
}

/******* Article Images *******/

.article-images {
	overflow: hidden;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 0;
	margin: 1em 0;
	text-align: center;
}

.article-images a {
	display: inline-table;
	margin: 0 2px;
	border: none !important;
}

.article-images a img {
	border: 1px solid #555;
}

.article-images a:hover img {
	border-color: #000;
}

.article-images li a.last-column {
	margin-right: 0;
}

/******* Comments *******/

#comments dl.comment {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 0;
}

#comments dl.comment dt {
	color: #666;
	float: left;
	width: 134px;
	text-align: right;
	padding-right: 10px;
}

#comments dl.comment dt em {
	display: block;
	color: #888;
	font: normal 0.85em Helvetica, Sans-serif;
}

#comments dl.comment dd {
	color: #555;
	padding-left: 1em;
	border-left: 1px dotted #ccc;
	padding: 0 10px 0.3em;
	margin-left: 143px;
}

#comments dl.comment dd p {
	margin: 0 0 1em;
}

/******* Notes *******/

dl.note {
	overflow: hidden;
}

dl.note dt {
	float: left;
	color: #555;
	padding: 1em 5px;
	width: auto;
}

dl.note dd {
	padding: 1em 0 1em 4em;
	border-bottom: 1px dotted #ccc;
}

dl.note p {
	display: inline;
}

/******* Archive *******/

ul.list {
	overflow: hidden;
	color: #555;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 5px;
	margin: 0;
}

ul.list li {
	display: inline;
}

ul.list li sup {
	line-height: 0;
}

ul.list li.date {
	float: left;
}

ul.list li.title {
	margin-left: 25px;
	float: left;
}

ul.list li.comments,
ul.list li.categories {
	float: right;
}

/******* Form *******/

.guideline {
	float: right;
	color: #333;
	width: 235px;
	font: 80%/1.5em Verdana, Sans-serif;
	margin: 20px 0 0 15px;
}

.guideline h4 {
	font: 110% Helvetica, Sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 6px;
}

.guideline ul {
	list-style-type: square;
	margin: 6px 0 30px 15px;
}

.guideline li {
	margin: 0 5px 12px;
}

form {
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #aaa;
	margin-top: 20px;
}

form fieldset {
	background: #ccc;
	border: none;
	font-size: 90%;
	padding: 10px 15px;
	margin: 1px;
}

form label {
	display: block;
	position: relative;
	color: #333;
	font-size: 0.95em;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

form label small {
	position: absolute;
	right: 0;
	color: #333;
	font-size: 90%;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
}

form label small a:hover {
	color: #ccc;
	border-color: #888; 
}

form input[type="text"], form textarea {
	display: block;
	width: 100%;
	padding: 3px 0;
	background-color: #fff;
}

form textarea {
	height: 200px;
}

form input[type="submit"]#submit {
	display: block;
	float: right;
}

form label.required input {
	background-color: #fff;
}

form p.success {
	color: white;
	background-color: #78bc42;
	padding: 5px 15px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #666;
	margin: 1px !important;
}

form p.error {
	color: white;
	background-color: #b50007;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	padding: 5px 15px;
	margin: 1px !important;
}

form label.error{
	color: #bbb;
	font-weight: bold;
}

form#publish-article {
	text-align: center;
}

form#publish-article fieldset button#submit {
	cursor: pointer;
	color: #333;
	background: url("../images/button.gif") 0 0 no-repeat;
	width: 130px;
	height: 30px;
	border: none;
}

/******* Footer *******/
ul#footer {
	background: #333;
	color: #888;
	font-size: 0.9em;
	text-align: right;
	margin: 0 auto;
	clear: both;
	width: 960px;
}

ul#footer li {
	display: inline;
	margin-left: 1em;
}

ul#footer li a {
	color: #798da1;
	border-bottom: 1px dotted #51463d;
}

ul#footer li a:hover {
	color: #96afc8;
}