/* Look and feel */

body {
	background: #333 url(../images/black.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration: none;
	margin-left:15%;
	margin-right:15%;
}


#title, #title a {
	text-align:center;
	color:#fff;
}

#subtitle {
	text-align:left;
}


#footer {
	margin-top: 5%;
	text-align: center;
}

#topbar {
	text-align:right;
	text-transform: lowercase;
}


#dropdown {
	text-align:left;

}

#post-title {
	text-align:left;
	border-style: none;
	margin-bottom: -20px;
}

#post-meta {
	margin-bottom: 25px;
}

#post-content a, #page-content a {
	color:#2562ae;
	margin-bottom: 20px;
}

#page-title {
	text-align:left;
	border-style: none;
	margin-bottom: 20px;
}

#comment-author {
	margin-bottom: -20px;
}

#avatar {
	float: right;
}

#comment {

}

#lightbulb {
	background-color: transparent;
	margin-bottom: -0.2em;
	border-style: none;
}

/* Typography */

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration: none;
}

h1 {
	font-size: 3em;
	text-align:left;
	margin-bottom: -0.4em;
}

h2 {
	font-size: 1.8em;
	margin-bottom: -0.4em;
}

h3 {
	font-size: 1em;
	margin-bottom: -0.4em;
	color: #efefef;
	
}

h4 {
	font-size: 1.4em;
	margin-bottom: -0.4em;
	color:#fff; 
	
}

h5 {
	color: #888;
}

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

a:hover {
	color:#2562ae;
	text-decoration: none;
}


img {
	border: 5px solid #fff;
}

blockquote {
	font-style: italic;
	margin-right:15%;
}

/* Other CSS mods */

#wpstats {
	display:none
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
