/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  background: #fff; 
  margin:0; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- 
   
   Set some default typography based on Blueprint
   * http://code.google.com/p/blueprintcss/
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */   

body {
  font: 12px/18px Arial,sans-serif;
  color:#000;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 18px 0;
	text-align:left;
}
ul, ol {
	margin: 0 0 18px 1.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin: 0 0 18px 0;
}
dl dt {
	font-weight: bold;
	margin: 18px 0 0 0;
}
dd {
	margin: 0 0 0 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
ins {
	text-decoration:none;
}

/* Forms
-------------------------------------------------------------- */

input, textarea {
	font:Georgia,serif;
	line-height:18px;
}



/* Structure
-------------------------------------------------------------- */

#header {
	
	width:100%;
}

#branding {
    width:950px;
    margin:0 auto;
}
#access {
    width:950px;
    margin:0 auto;
    background-color:#323739;
    margin-bottom: 15px;
    margin-top: 15px;
}
#content-wrap {
    width:950px;
    margin:0 auto;
    overflow:hidden;

}
#container {
    width:635px;
    float:left;
}
#content {
	margin:0 40px 0 0;
}
#primary, #secondary {
	float: right;
    	clear: right;
	width:300px;
	margin:0 0 0 10px;
}
#footer {

	clear:both;
  
}

/* Global Elements
-------------------------------------------------------------- */

body {
	color:#FFF;
	background:#1B1B1B url(images/body-background.gif) no-repeat top center;
	background-attachment:fixed;
}
a:link, a:visited {
	color:#6DCFF6;
	text-decoration:none;
}
blockquote {
    font-family:Georgia,serif;
    font-size:16px;
    font-style:italic;
}

/* Header
-------------------------------------------------------------- */

#header {
	
	padding:18px 0 0 0;
	z-index:100;
}
#branding {
	padding:18px 0;
}
#blog-title {
	font-size:35px;
	font-weight:bold;
	line-height:35px;

	padding:0 5px 0 0;
}
#blog-title a {
	text-decoration:none;
	color:#FFF;
    text-shadow: #040405 0 -1px 5px;
}
#blog-title a:hover {
}
#blog-description {
    display:inline;
    font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#040405;

}

/* Menu
-------------------------------------------------------------- */

.skip-link {display:none;}

#access {
    overflow:hidden;
   
}	
#access ul {
	margin:0 0 0 0;
	list-style:none;
	
  
}
#access ul ul {
	display:none;	
}
#access li {
	display:inline;
	margin:0;
}
#access a {
    display:block;
    float:left;
    color:#040405;
    padding:0 10px;
    line-height:21px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:2px;
    border-right:1px solid #232829;
    background:#323739 none repeat scroll 0 0;
}
#access .current_page_item a {
    background:#3D4243;
}
#access a:hover {
    background:#383838;
}

/* Content
-------------------------------------------------------------- */

#wrapper {

    width: 950px;
    margin: 0 auto;
    padding: 0;
    position: relative;

}
#postbox {
    padding:54px 0;
    position:relative;
}
#postbox form {
    width:870px;
    margin:0 auto;
}
#postbox textarea {
    width:100%;
    margin-bottom:9px;
}
#postbox label {
	display: block;
}
#postbox input#tags {
}
#postbox input#submit {
}
#postbox #user-info {
    position:absolute;
    bottom:54px;
    right:40px;
}
#container {
	padding:10px 0 32px 0;
}
.hentry {
	margin:0 0 54px 0;
	position:relative;
}
.entry-title {
	font-size:27px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:3px;	
	letter-spacing:-1px;
}
.entry-title a {
	text-decoration:none;
}
.entry-content {
	padding-top:16px;
}
.entry-content h1,.entry-content h2,.entry-content h3 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 16px 0;
}
.entry-content h4,.entry-content h5,.entry-content h6 {
	font-weight:bold;
}
.entry-content h5 {
	font-size:12px;
}
.entry-content h6 {
	font-size:11px;
}
.entry-content abbr,.entry-content  acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.caps {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.important {
	font-weight:bold;
}
.entry-meta {
	font-size:11px;
}
.content-column, .entry-content .linkcat {
	margin-left:0;
	list-style:none;
}
.entry-content .linkcat {
	margin-left:-18px;
}
.content-column {
	margin-left:-18px;
	margin-bottom:18px;
} 

/* Tumblelog Categories
-------------------------------------------------------------- */

/* Asides */
.home .category-asides * {
    display:inline;
    position:relative;
}
.home .category-asides .entry-title {
    display:none;
}
.home .category-asides .comments-link {
    margin:0 0 0 .125em;
}
.home .category-asides .edit-link {
    margin:0 0 0 .125em;
}

/* Comments
-------------------------------------------------------------- */

#comments {
    padding-top:36px;
}
.comments h3 {
	font-size:17px;
	font-weight:bold;
	margin:0 0 18px 0;
}
#comments ol {
	margin:36px 0 0 0;
	list-style-type:none;
}
#comments ol li {
	margin:0 0 36px 0;
}
#comments-list .comment-author {
	font-weight:bold;
}
.comment-author img
{
	padding-right: 5px;
}
.comment-meta {
	font-size:11px;
	margin-bottom:18px;
}
#respond h3 {
	font-size:17px;
	font-weight:bold;
	margin:0 0 18px 0;
}

#comments{
	width: 500px;
}
#respond input, #respond textarea {
    width:50%;
    margin-bottom:9px;
}

#respond textarea {
	 width:100%;
}
#respond .form-submit input#submit {
    width:20%

}

/* Sidebars
-------------------------------------------------------------- */

#primary, #secondary{
    width:300px;
    padding:0 0 18px 0;

    border-left:1px solid #272727;
    border-right:1px solid #272727;	
}
#secondary{
    border-bottom:1px solid #272727;
	margin-bottom: 20px;
}
.loggedin #primary {
    border-top:1px solid #272727;
}
#primary ul, #secondary ul {
	margin:0;
	list-style:none;
}
#primary ul ul, #secondary ul ul{
    padding:0 40px 18px 40px;
    background:transparent;
}
#primary ul ul ul, #secondary ul ul ul {
    padding:0;
}
#primary h3, #secondary h3 {
    text-transform:uppercase;
    font-size:12px;
    line-height:36px;
	font-weight:bold;
    padding:0 39px 0 39px;
    border:1px solid #272727;
    border-width:1px 0;
    margin:0 1px 17px 1px;
}

#primary a, #secondary a{
	color:#6DCFF6;
}
.sidebar #search h3 {
    display:none;
}
.sidebar #search form {
    padding:18px 40px;
}
.sidebar #search input#s {
    width:75%;
}

/* Footer
-------------------------------------------------------------- */
#footer{

	background-color: #323739;
	padding: 5px;
	text-align:right;

}

/* Navigation
-------------------------------------------------------------- */

.nav-previous {
	float:left;
	width:50%;
}
.nav-next {
	float:right;
}
#nav-above,#nav-below {
	float:right;
	width: 100%;
}
.home #nav-above,.single #nav-above {
	display:none;
}
#nav-above {
	display:none;
}
#nav-below {
	margin-top:-16px;
	margin-bottom:16px;
}

/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 16px 0;
	max-width:100%;
}
img.alignleft,
img.align-left {
	float: left;
	margin-right:1.5em;
}
img.alignright,
img.align-right {
	display: block;
	float: right;
	margin-left:1.5em;
}
img.centered,
img.align-center {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.textpage h2
{

font-size:27px;
font-weight:bold;
letter-spacing:-1px;
line-height:28px;
margin-bottom:3px;

}

.textpage .entrytext{
	padding-top:16px;
}


/*Related Posts*/
#related{
	padding-bottom:10px;
}

#related h3
{
	margin-bottom:0.2em;
}
#related ul li{
	margin-left:0px;
}

/*Tagcloud*/
.tagcloud
{
    margin-top: 10px;
    padding:10px;
    margin-bottom:10px;
    text-align:justify;
}

.tagcloud a
{
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
    font-family:Verdana, Arial;
    text-transform:lowercase;
    color: #6DCFF6;
}

.tagcloud a:hover
{
    text-decoration:underline;
}

.tagcloud a.tagweight1
{
    font-size: 2.6em;
    font-weight:bolder;
}
.tagcloud a.tagweight2
{
    font-size:2.2em;
    font-weight:bolder;
}
.tagcloud a.tagweight3
{
    font-size: 1.8em;
    font-weight:bolder;
}
.tagcloud a.tagweight4
{

    font-size: 1.4em;
}
.tagcloud a.tagweight5
{
    font-size: 1.0em;
}

.tagcloud span
{
    font-size: 10px !Important; 
    color: #595a5a!Important; 
    font-weight: normal  !Important; 
}

/*Archive*/
#archieve{
	padding-top: 10px;
}
#archieve h3
{
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:0.2em;
}

#archieve h4
{
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:0.2em;
}

#archieve ul
{
	margin-left: 0;
	padding-top: 10px;
	list-style-type: none;
}
#archieve ul li
{
	margin-left: 0px;
	padding-bottom: 5px;
}
#archieve ul li a
{
	font-size:1.2em;
}

#related h3
{
font-size:17px;
font-weight:bold;
margin:0 0 18px;
}

#comments h3
{
font-size:17px;
font-weight:bold;
margin:0 0 18px;
}
#comments{
	padding-top: 5px;
}


#commentform #gravatar
{
	float: right;
}

#content h2.page-title
{
	font-size:17px;
font-weight:bold;
margin:0 0 18px;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
