/*  
Theme Name: FlashCodersNY.org
Theme URI: http://FlashCodersNY.org/
Description:
Version: 1.0
Author: Tyler Larson and Jean-Charles Carelli
Author URI: http://FlashCodersNY.org
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background-color: #282C2F;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
/* This style is for the index page only */
#abouttext {
	float: left;
}
	
a:link {
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: .04em;
	color: #DDDDDD;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #33CC33;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

	
img {
	border: none;
	}
	
h2 {
	line-height: 1em;
	letter-spacing: .03em;
	padding-bottom: 0;
	margin-bottom: 0;
	}

#header_stripe {
	background-color: #0D0F10;
	height: 18px;
	width: 100%;
	}

#header {
	background-color: #202326;
	}
	
#headerimg {
	padding-top: 20px;
	}
	
#header_nav {
	background-color:  #202326;
	margin: 0; 
	padding: 0;
	height: 25px;
	}
	
#header_nav li {
	list-style: none; 
	float: right; 
	margin: 0;
	margin-right: 5px;
  	white-space: nowrap;
  	}
	
#maincontent {
	width: 762px;
	}

#page {
	width: 762px;
	margin: auto;
	padding-top: 30px;
	}

#content {
	float: left;
	width:508;
	font-size: 1.2em;
	}
	
.postmetadata {
	color: #DDDDDD;
	margin-bottom: 50px;
	}

.narrowcolumn {
	padding-top:0;
	padding-bottom:0;
	padding-left:8px;
	padding-right:32px;
	float:left;
	margin-right:0px;
	width: 450px;
	line-height: 1.4em;
	text-align: left;
	}

.widecolumn {
	padding-top:0;
	padding-bottom:0;
	padding-left:8px;
	padding-right:32px;
	float:left;
	margin-right:0px;
	width: 450px;
	line-height: 1.6em;
	text-align: left;
	}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	text-align: right;
	clear: both;
	height: 70px;
	background-color: #303538;
	}



#footer_logo {
	float: center;
	padding-top: 12px;
	padding-right: 12px;
	}

/* Begin Form Elements */

#searchform {
	position: absolute;
	top:125px;
	right:8px;
	text-align: right;
	}
	
#sidebar #searchform #s {
	float:right;
	text-align:right;
	width: 254px;
	margin:0;
	padding:0;
	}

#post {
	margin:0px;
	padding:0px;
}

#sidebar #searchsubmit {
	width: 254px;
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.postmetadata {
	text-color: #345678;
	}
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Style for displaying code */
pre { 
	padding: 0.2em 0.5em; 
}



