/*   
Theme Name: Vincent Nasta Foundation
Theme URI: http://vincentnastafoundation.org
Description: Custom Theme
Author: John Nasta
Author URI: http://johnnasta.com/blog/
Version: 0.1
.
For use by the Vincent Nasta Foundation only. No other permissions granted.
.
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000;
	color: #FFFFFF;
	}

#container {
	width: 900px;
	display: inline-block;
	background: #000000;
	border-width: 4px;
	border-color: #FFFFFF;
	border-style: solid;
	text-align: left;
	}

#header-wrapper {
	height: 174px;
	}

#nav-wrapper {
	height: 174px;
	width: 678px;
	float: left;
	}

#head-photo {
	height: 174px;
	width: 222px;
	float: right;
	}

#pagemenu {
	height: 39px;
	background: #424242;
	width: 678px;
	text-align: left;
	}

#wrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	}

#content {
	float: right;
	 width: 610px;
	font-size: 12px;
	line-height: 20px;
	}

#sidebar {
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: left;
	width: 270px;
	}

#sidebar ul {
	width: 240px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	position: relative;
	left: -35px;
	}

#sidebar ul li ul li {
	background: #424242;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	padding: 4px;
	}

a {
	color:#ffff09;
	text-decoration:none;
	font-weight:bold;

	}

a:hover {
	color:#ffcc33;
	font-weight:bold;
	}

.postmetadata {
	font-size: 10px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	background: #eeeeee;
	}
.postmetadata a {
	color:#006699;
	text-decoration:none;
	font-weight:bold;

	}

#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	}


/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
margin-right: 10px;
}

.alignright
{
  float: right;
margin-left: 10px;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #000000;
  padding-top: 4px;
  margin: 10px;
}

.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;
}
/* End */

.required {
	color : red;
	text-decoration : none;
}

