/*
Theme Name: nlgordon
Theme URI: http://www.lizandnategordon.com
Description: Wedding website
Version: 1.0
Author: Nate Gordon
*/

body {
	background: url("/wp-content/themes/nlgordon/images/headerBG.png") repeat-x scroll 0 0 #DDD;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #666666;
	text-align: justify;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/containerbg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 200px;
	background: url(images/header.png);
	background-repeat: no-repeat;
	font-size: 15px;
	position: relative;
}

#header h1 {
	display: none;
	margin: 0;
	font-size: 30px;
}

#header a {
	display: none;
	text-decoration: none;
	color: #602655;
}

#header a:hover {
	color: #333333;
}

#header #search {
	position: absolute;
	top: 20px;
	right: 10px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	width: 205px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}

#login {
	text-align: right;
}

#page-container
{
	background-color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 30px;
}

#navbar {
	height: 30px;
}

#navbar .menu
{
	height: 30px;
}

#navbar ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#navbar li {
	display: inline;
}

#navbar .menu a {
	display: block;
	float: left;
	height: 30px;
	padding-left: 10px;
	font-size: 16px;
	text-decoration: none;
	line-height: 30px;
	background: url(images/greenTabLeft.png) no-repeat scroll left top transparent;
	margin-right: 14px;
	font-size: 17px;
	color: white;
}

#navbar .menu a span
{
	background: url(images/greenTabRight.png) no-repeat scroll right top transparent;
	float: none;
	display: block;
	padding-right: 10px;
}

#navbar .menu a span span
{
	background: url(images/greenTabMiddle.png) repeat-x top;
	padding-top: 2px;
	padding-right: 0px;
}

#navbar .menu .current_page_item a span, #navbar a:hover span
{
	background: url(images/whiteTabRight.png) no-repeat scroll right top transparent;
}

#navbar .menu .current_page_item a, #navbar a:hover
{
	background: url(images/whiteTabLeft.png) no-repeat scroll left top transparent;
	color: #602655;
}

#navbar .menu .current_page_item a span span, #navbar a:hover span span
{
	background: url(images/whiteTabMiddle.png) repeat-x top;
}

#sub-nav ul
{
	list-style: none;
}

#sub-nav li
{
	float: left;
	padding-left: 8px;
	height: 31px;
	margin-right: 20px;
	font-size: 18px;
}

#sub-nav li a
{
	text-decoration: none;
	color: #602655;
}

#sub-nav li.current_page_item a
{
	color: #8F9238;
}

/*
#sub-nav li.current_page_item
{
	background: url(images/purpleBubbleLeft.png) no-repeat scroll left top transparent;
}

#sub-nav li.current_page_item a
{
	color: white;
	height: 100%;
	display: block;
}

#sub-nav li.current_page_item a span
{
	background: url(images/purpleBubbleRight.png) no-repeat scroll right top transparent;
	padding-right: 8px;
	display: block;
	float: none;
	height: 100%;
}
#sub-nav li.current_page_item a span span
{
	background: #602655;
}
*/

#posts {
	padding: 0 50px 0 75px;
	margin: 0 0 20px 0;
	float: left;
	width: 500px;
}

#page
{
	padding: 0 50px 0 50px;
	margin: 0 0 20px 0;
	float: left;
	width: 860px;

}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 30px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
    margin-top: 40px;
	color: #602655;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #8f9238;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	margin-left: 650px;
	width: 235px;
	font-size: 13px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

.sidebar h2 {
	margin: 30px 0 5px 0;
	font-size: 16px;
	color: #666666;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: #8f9238;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
}

#footer {
	clear: both;
	height: 100px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border-top: dotted #602655;
	border-width: 4px;
}

#footer p {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}
