/*
Theme Name: Ultimate Diva Sandbox
Theme URI: http://www.wordpressdiva.com/themes/47/ultimate-diva-sandbox.html
Description: Two-column WordPress Sandbox theme.
Author: WordPress Diva
Author URI: http://www.wordpressdiva.com/
Version: 1.0.0
*/

/* =================================
All Rights Reserved.

This theme is subject to the theme use 
policy outlined at the address below:
http://www.wordpressdiva.com/themes/legal/theme-use/

Please note: There are a number of empty CSS 
elements. This is intentional and are there so you 
can have maximum flexibility with customizing 
specific theme elements.

For more information, see:
http://www.wordpressdiva.com/themes/read-me/css/
================================== */

/* let's get universal */
body {
	background-color: #ffffff;
	color: #363636;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, h1, h2, h3, h4, h5, h6, ul, li, dd, dt, dl, form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

a {
	color: #CC3300;
	outline: none;
}
a:hover {
	color: #363636;
}
a img {border: none; text-decoration: none;}
acronym, abbr {}
blockquote {}
blockquote cite {}
code, pre {}
fieldset {}
legend {}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin: 5px 0;
	letter-spacing: -.04em;
}
h1 {}
h2 {}
h3 {}
h4 {}
hr {}
input, textarea {}
td, th, tr {}

#wrapper {
	width: 776px;
	margin: 0 auto;
	background-image: url(images/gmw-repeat2.gif);
	background-repeat: repeat-y;
}

/* Header */
#top {
	background-image: url(images/header3.gif);
	margin: 0 auto;
	height: 182px;
	width: 750px;
}

	#top h1 {}
	#top p.blogdescription {}


/* Content */
#content {
	float: right;
	width: 550px;
	margin-right: 15px;
	display: inline;
	font-size: 13px;
	line-height: 17px;
	margin-top: -20px;
}

.notfound {
	float: right;
	width: 550px;
	margin-right: 15px;
	display: inline;
	font-size: 13px;
	line-height: 17px;
}

.notfound ul {
	list-style: none;
}


.news-header {
	text-align: right;
	width:548px;
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 18px;
}

.news-header h1 {
	font-weight: normal;
}

.edit-link {
	font-size: 11px;
}

	/* blog posts */
	.post-wrap {
		border-bottom: 1px dashed #ccc;
		padding-bottom: 20px;
		padding-top: 18px;
	}
	
	.page-wrap {
		padding-bottom: 20px;
		padding-top: 18px;
	}
	
	.page {
		margin-top: 20px;
	}
	
	.post-wrap img {
		margin:7px;
		padding: 4px;
		border: 1px solid #ccc;
	}
	
	.author {}
	.author a {}
	.author a:hover {}
	.post-meta {}
	.post-date {
		margin: -9px 0 4px 3px;
		font-weight: normal;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color: #666;
		font-size: 10px;
	}
	.post-title {
		font-size:27px;
		font-weight:normal;
		letter-spacing:-0.04em;
		text-transform:uppercase;
		color: #CC3300;
		margin-bottom: 10px;
		line-height: 25px;
	}
	.post-title a {
		text-decoration: none;
	}
	.post-title a:hover {}
	.story-content img {
		margin: 4px;
		padding: 3px;
		border: 1px solid #cccccc;
	}
	
		/* post content headings */
		.story-content h3 {}
		.story-content h4 {}
		/* playing with blockquotes */
		.story-content blockquote {}
		.story-content blockquote cite {}
		.story-content blockquote .styleleft {}
		.story-content blockquote .styleright {}
		/* post content lists */
		.story-content ul {}
		.story-content ol {}
		/* post content links */
		.story-content a {}
		.story-content a:visited {}
		.story-content a:hover {}
		.story-content a img {}
		/* post content tables */
		.story-content table {}
		.story-content th {}
		.story-content tr {}
		.story-content td {}
		/* post content forms */
		.story-content form {}
		.story-content fieldset {}
		.story-content legend {}
		.story-content label {}
		.story-content input {}
		.story-content input.submit {}
	/* single page meta info */
	.metawrap {}
	.singlemeta {}
	.singlemeta a {}
	.singlemeta a:hover {}
	.interact {}
	.interact a {}
	.interact a:hover {}
	/* blog comments */
	#commentwrap {}
	#comments {}
	#comments big {}
	#respond {}
	.nocomments {}
	.commentmetadata {}
		/* individual comments */
		#commentlist {}
		#commentlist li {}
		#commentlist li a {}
		#commentlist li a:hover {}
		#commentlist li.alt {}
		#commentlist li.alt a {}
		#commentlist li.alt a:hover {}
		#commentlist cite {}
			/* individual comment content */
			#commentlist .commentcontent {}
			#commentlist blockquote {}
			#commentlist code {}
			#commentlist ul {}
			#commentlist ol {}
		/* comment form */
		#commentform {}
		#commentform dl {}
		#commentform dt {}
		#commentform dd {}
		#commentform fieldset {}
		#commentform legend {}
		#commentform label {}
		#commentform input#author {}
		#commentform input#email {}
		#commentform input#url {}
		#commentform textarea {}
		#commentform input#submit {}
		/* pop up comments */
		#commentspopup {}
		#commentspopup h1#header {}
		#popupcontent {}
		#popupcontent .interact {}
		#popupcontent .commentwrap {}
		
/* Sidebar */
#side {
	float: left;
	width: 176px;
	margin: 0 0 0 17px;
	display: inline;
	margin-top: -11px;
}

#side ul {
		width: 165px;
		padding: 0;
		list-style: none;
		margin: 0;
	}
	
		li#nav ul  {
		width: 175px;
		height: auto !important;
		margin: 0;
		padding: 0
	}
	
	li#nav ul li{
		font-size: 18px;
		font-weight: lighter;
		font-family: "Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
		letter-spacing: -.04em;
	}
	
	/*li#nav ul li.current_page_item a  {
		background-color: #363636;
		color: #ccc;
		background-image: url(images/arrow.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}*/
	
	li#nav ul li a {
		width: 164px;
		height: auto !important;
		padding: 5px;
		text-decoration: none;
		color: #fff;
		border-bottom: 1px solid #363636;
		display: block;
		padding-left: 7px;
		text-transform:uppercase;		
	}
	
	li#nav ul li a:hover {
		background-color: #363636;
		color: #ccc;
		background-image: url(images/arrow.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	li#nav ul li ul li {
		
		
	}
	
	li#nav ul li ul li a {
		width: 150px;
		font-size: 13px;
		font-family: "Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
		padding: 2px 4px 2px 22px;
		border-top: 1px solid #CC3300;
		margin-top: -1px;
		font-weight: normal;
		color: #ffffff;
		text-transform: none;	
		/*background-color: #9B2800;*/
	}
	
	li#nav ul li ul li a:hover {
		background-image: none;
		
	}
	
	#side li {}
	#side li h2 {
		margin-top: 10px;
		margin-left: 2px;
		color:#ffffff;
		font-weight: normal;
		font-size: 18px;
		padding-left: 5px;
		text-transform:uppercase;
		text-decoration: underline;
	}
	#side li ul {}
	#side li li {}
		/* search box */
		#side li#search {
			border-bottom: 1px solid #000000;
			width: 170px;
			display: block;
			padding-left: 5px;
			padding-bottom: 7px;
		}
		
		
		
		#side li#search h2 {}
		#side li#search fieldset {}
		#side li#search legend {}
		#side li#search label {}
		#side li#search ul {
			margin: 0;
			padding: 5px 0 0 0;
			
		}
		#side li#search li {
			margin: 0;
			padding: 0;
		}
		
		#side li#search li.search-button {
			text-align: right;
		}
		
		#side li#search li .submit-button {
			font-family: "Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
			font-size:16px;
			padding:0px 7px 2px;
			background-color: #363636;
			color: #ffffff;
			border:1px solid #000000;
			margin-top: 4px;
		}
		
		*html #side li#search li .submit-button {
			padding: 1px 3px;
		}
		
		#side li#search li .submit-button:hover {
			background-color: #666;
			color: #ffffff;
			border: 1px solid #000000;
			
		}
		
		#side li#search li .search-field {
			width: 160px;
		}
		
		#side li.linkcat ul {
			font-family: "Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
			padding-left: 10px;
			margin-top: -2px;
		}
		
		#side li.linkcat ul li {
			padding: 1px;
			font-size:12px;
		}
		
		#side li.linkcat ul li a, #side li.linkcat ul li a:visited {
			color: #ffffff;
			padding: 2px 0;
			text-decoration: none;
		}
		
		#side li.linkcat ul li a:hover {
			text-decoration: underline;
		}
		
		
		/*#side li#search l {
			margin: 0;
			padding: 0;
		}
		#side*/ li#search input#s {}
		#side li#search input#search {}
		/* common sidebar list elements */
		#side li#archive {}
		#side li#categories {}
		#side li#meta {}
		#side li#pages {}
		/* calendar */
		#calendar_wrap {}
		#wp-calendar {}
		#wp-calendar #next {}
		#wp-calendar #next a {}
		#wp-calendar #next a:hover {}
		#wp-calendar #prev {}
		#wp-calendar #prev a {}
		#wp-calendar #prev a:hover {}
		#wp-calendar a {}
		#wp-calendar caption {}
		#wp-calendar th {}
		#wp-calendar tr {}
		#wp-calendar td {}
		#wp-calendar td.pad {}
		#wp-calendar td.pad:hover {} /* not IE compatible */
		
/* Footer */

#footer {
	width:776px;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #CC3300;
	text-decoration: underline;
	
}

#footer a:hover {
	color: #363636;
	text-decoration: none;
}

#bottom {
	width:776px;
	background-color: #ffffff;
	background-image: url(images/footer.gif);
	height: 19px;
	margin: 0 auto 20px auto;
}
#bottom a {}
#bottom a:hover {}
	/* attribution link styling */
	#bottom p.credit {}
	#bottom p.credit a {}
	#bottom p.credit a:hover {}

/* Various Classes & Image Alignment */
.center {text-align: center;}
.floatleft {float: left; margin: 5px;}
.floatright {float: right; margin: 5px;}
img.center {display: block; margin: 10px auto;}
img.left {display: inline; margin: 0 10px 5px 0;}
img.right {display: inline; margin: 0 0 5px 10px;}

.previous {float: left; text-align: left; width: 45%;}
.next {float: right; text-align: right; width: 45%;}