/* ----------
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
table {	border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* -------- */
body { font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; }
table { font-size:inherit;font:100%; }
select,input,textarea { font:99% arial,helvetica,clean,sans-serif; }
pre,code { font:115% monospace;*font-size:100%; }
body * { line-height:1.22em; }

/* ----------
	
	PROJECT:		START BLOG
	FILE:			style.css (common wordpress stylesheet)
	AUTHOR:			Start Creative 2008 (Matthew Lane)
	
---------- */

p { 
margin-bottom:13px;
}

/* -- GLOBAL DEAFULTS ///////////////////////////////////////////////////////////////////////////// -- */

hr	{
	display: none;
}

.alignleft	{
	float: left;
	overflow: hidden;
}

.alignright	{
	float: right;
}

.clear {
	clear:both;
}

/* -- sIFR BASE STYLES ////////////////////////////////////////////////////////////////////////////
	
	Copyright: 2006 Mark Wubben.
	Author: Mark Wubben, <http://novemberborn.net/>
	This software is licensed and provided under the CC-GNU LGPL.
	See <http://creativecommons.org/licenses/LGPL/2.1/>
	
 -- */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/* -- LAYOUT ////////////////////////////////////////////////////////////////////////////////////// -- */

body	{
	/*background: #898E8E url('images/background.gif') 50% 0 no-repeat;*/
	background-color: #000000;
	text-align: center;
}

#page	{
	background: #111111;
	text-align: left;
	margin: 0 auto 0 auto;
	width: 870px;
}

#content	{
	background-color: #FFFFFF;
	height: 1%;
	width: 870px;
	margin: 18px 0 0 18px;
	padding: 0 0 0 0;
	float:left;
	width:550px;
}

#header	{
	background: #000000 url('images/header.jpg') 0 0 no-repeat;
	padding: 0;
	margin:0;
	height:187px;
	text-align: right;
}

#headerimg {
	position:relative;
	float:left;
	margin:33px 0 0 0;
	width:512px;
	padding:20px 20px 20px 20px;
	background-color: #000000;
	background: #000000 url('images/startcreative.gif') 26px 7px no-repeat;
}

#narrowcolumn	{
	float: left;
	width: 550px;
}

#widecolumn	{
}

#sidebar	{
	background-color: #1B1B1B;
	float: right;
	position:relative;
	font-size: 85%;
	margin: 0;
	padding: 55px 20px 20px;
}

#sidebar-contents	{
	background-color: #FFFFFF;
	/*margin: 0 0 0 110px;*/
	margin:0 0 0 0;
	padding: 20px;
	width: 205px;
}

#sidebar-contents ul	{
	
}

#sidebar-contents h2	{
}

#sidebar-contents ul li ul li	{
}

#sidebar-contents ul li ul li a	{
	color: #000000;
}

#sidebar-contents ul li p	{
	padding:0 0 20px 0;
}

/* TWITTER */

#twitter-tools ul{
}

#twitter-tools li{
	list-style-type:none;
	list-style-position:none;
	margin-left:0;
	padding:3px 18px 6px 0;
}

#twitter-tools li.aktt_more_updates{
	list-style-type:none;
	list-style-position:none;
	margin:6px 0 0;
}

#twitter-tools #aktt_tweet_form input#aktt_tweet_text{
	float:none;
	width:180px;
	height:50px;
}

#twitter-tools #aktt_tweet_form input#aktt_tweet_submit{
	float:none;
}

#footer	{
	background: #000000;
	clear: both;
	padding: 0px 20px 20px 20px;
	margin: 0 0 0 0;
}

#footer	p {
	margin:10px 0 0 0;
}

/* -- TYPOGRAPHY ////////////////////////////////////////////////////////////////////////////////// -- */

body	{
	/*font-family: Trebuchet, 'Trebuchet MS';*/
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}

h1 a {
	font-family: 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 153.9%;
	text-decoration: none;
}

.post h2, h6, #content h2.pagetitle	{
	position:relative;
	width:530px;
	background: #282828;
	/*background-color: #111111;*/
	font-size: 108%;
	padding: 5px 0 10px 20px;
	color:#fff;
} 

#sidebar h2	{
	background: #A9A28F;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 5px;
}

#content h2.pagetitle	{
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 138.5%;
	text-decoration: none;
	margin: 0 0 10px 0;
}

#content h3#respond,
#content h3#comments	{
	color: #282828;
	font-weight: bold;
	font-size: 138.5%;
	text-decoration: none;
	margin: 10px 20px 10px 20px;
}

.post h2 a,
.post h3 a	{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin:0 0 0 0px;
	font-family:"Times New Roman", Times, serif, Georgia;
}

.post small	{
	color: #000;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	margin:0 0 0 20px;
}

.post	{
}

.entry small	{
	color: #1B1B1B;
	font-size: 0.78em;
	font-weight: normal;
}

p.postmetadata,
p.postmetadata a,
.more-link, a	{
	color: #111111;
}

a:hover{
	text-decoration:none;
}

.date	{
	background: #A09883;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	float: left;
	width: auto;
}

ol.commentlist {
	background:#fff;
}

ol.commentlist li cite	{
	font-size: 138.5%;
	font-weight: bold;
}

ol.commentlist li small a	{
	color: #FFFFFF;
}

.alignleft a,
.alignright a {
	color: #FFFFFF;
	background: #A09883;
	text-decoration: none;
	padding:3px;
}

.alignleft a:hover,
.alignright a:hover {
	background: #1B1B1B;
}

div#narrowcolumn .navigation .alignleft a {
	margin-bottom: 1em;
	display: block;
	margin-left: 20px;
}
div#widecolumn .navigation .alignright a,
div#widecolumn .navigation .alignleft a {
	background: transparent url('images/sprites/arrow_left.gif') 0 2px no-repeat;
	font-size: 0.78em;
	text-decoration: underline;
	color: inherit;
	display: block;
	margin: 3px 15px 0px;
	padding-left: 28px;
}

div#widecolumn .navigation .alignright a {
	background: transparent url('images/sprites/arrow_right.gif') 100% 3px no-repeat;
	padding-left: 0px;
	padding-right: 26px;
	margin-bottom: 6px;
}

div#widecolumn .navigation .alignright a:hover,
div#widecolumn .navigation .alignleft a:hover {
	text-decoration: none;
}

#footer .alignleft a,
#footer .alignright a	{
	color: #FFFFFF;
	background: none;
	text-decoration: underline;
}

#footer .alignleft a:hover,
#footer .alignright a:hover {
	text-decoration: none;
}

#footer p,
#footer p a	{
	color: #FFFFFF;
}

/* -- FORMS /////////////////////////////////////////////////////////////////////////////////////// -- */

input,
textarea	{
	border: 1px solid #000000;
	padding: 3px;
}

/* -- POSTS /////////////////////////////////////////////////////////////////////////////////////// -- */

.post	{
	clear: both;
	margin: 0 0 26px 0;
}

.entry	{
	/*margin: 20px 0 0 20px;*/
	margin: 20px;
	
}

.entry img	{
	border: 1px solid #797979;
	margin: 0 0 10px 0;
}

.postmetadata {
	background: url('images/divider.gif') 0 100% repeat-x;
	margin: 10px 20px 0 20px;
	padding: 5px 5px 10px 0;
	width: auto;
	
	text-align: right;
}

.postmetadata a {
	font-size: 0.78em;
	color: #1B1B1B;
	/*float: right;
	width: auto;*/
}

/* -- COMMENTS //////////////////////////////////////////////////////////////////////////////////// -- */

ol.commentlist li	{
	padding: 20px 20px 20px 20px;
}

form#commentform	{
	padding: 20px 20px 20px 20px;
	background:#fff;
}

#comment {
	width:500px;
}

/* -- SIDEBAR ///////////////////////////////////////////////////////////////////////////////////// -- */

#sidebar form	{
	margin: 0 0 10px 0;
}

#sidebar ul li ul	{
	margin: 0 0 20px 0;
}

#sidebar input#s	{
	border: 1px solid #000000;
	width: 140px;
}

#sidebar input#searchsubmit, #submit, #searchsubmit	{
	background: #a9a28f;
	border:none;
	color:#fff;
	margin: 3px 0 0 0;
	font-weight:bold;
}

#searchform {
	margin: 0 0 0 20px;
}

/*LOGO*/

a#logo {
	outline: 1px solid red;
}
