body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #161616;
    text-align: center;
}
p, div, li, h1, h2, h3, h4, h5, h6, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #FFF;
    line-height: 18px;
}

input, select, textarea {
	color: #000000;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia;
	font-weight: normal;
}
p, h1, h2, h3, h4, h5, h5, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #a2a2a2;
    text-decoration: underline;
}
a:hover, a:active {
    color: #FFF;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* ----------------------------------- */
/* WRAPPER and MAIN SECTIONS
/* ----------------------------------- */
#upper {
	/*background: #000 url(/wp-content/themes/pretty-spots/_images/burst-background-med.jpg) left top no-repeat;*/
	background-color: #000000;
	padding: 0 0 30px 0;
	border-top: 4px solid #101f25;
	
}

#lower {
	background: transparent url(/wp-content/themes/pretty-spots/_images/bg-lower.jpg) left top repeat-x;
	padding: 25px 0 40px 0;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* UPPER
/* ----------------------------------- */
#header {

	height: 585px;
	overflow: hidden;
}

#topbar {
	float: right;
	height: 30px;
}

	#topbar a:link, #topbar a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#topbar a:hover, #topbar a:active {
		color: #a2a2a2;
	}
	
	#pages {
		background-color: #000000;
		float: left;
		width: 100%;
	}
		#pages li {
			list-style: none;
			/*float: right;*/
			margin: 10px 2px 0 0;
			display: inline;
			height: 32px;
			line-height: 27px;
			padding: 0 10px;
			font-size: 20px;
			font-family: Georgia;
			font-weight: bold;
			letter-spacing: -1px;
			/*background: #1f1f1f;*/
			text-transform: none;
		}
		#pages li li {
			text-transform: none;
		}
	
	#search {
		height: 30px;
		line-height: 27px;
		padding: 0 0 0 10px;
		background: #1f1f1f;
		float: right;
	}
		a#rss {
			padding-left: 18px;
			background: transparent url(/wp-content/themes/pretty-spots/_images/rss.gif) 0 3px no-repeat;
			margin-right: 10px;
		}
		#search-input {
			background: #4a4a4a;
			border: none;
			padding: 2px 4px;
		}
		#search-submit {
			background: none;
			border: none;
		}
		#search.input {
			vertical-align: middle;
			font-size: 11px;
			color: #FFF;
		}

#top {
	height: 554px;
	overflow: hidden;
	clear: both;
	
	margin-top: 10px;
}

#top h1 {
	float: left;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	padding: 50px 0 0 0;
}

#top h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}

#top .blog-logo {
	float: left;
	margin-top: 32px;
}

#top p {
	text-align: right;
	padding: 65px 0 0 0;
	font-size: 20px;
}
#top a:link, #top a:visited {
	color: #FFF;
	text-decoration: none;
}
#top a:hover, #top a:active {
	color: #a2a2a2;
}

#connect-bar {
	float: left;
	padding-top: 30px;
}

#categories {
	/*background: #09191b url(../_images/bg-categories.jpg) 0 0 no-repeat;*/
	background-color: #161616;
	height: 30px;
	text-align: left;
}
	#categories li {
		float: left;
		height: 30px;
		line-height: 30px;
		list-style: none;
		margin: 0 0 0 30px;
		font-size: 11px;
	}
	#categories a:link, #categories a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#categories a:hover, #categories a:active {
		color: #a2a2a2;
	}
	#categories ul.sf-menu li li {
		margin: 0;
		padding: 3px 10px;
		line-height: 18px;
		height: auto;
		font-size: 1em;
	}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#feature {
	padding: 30px;
	padding-bottom: 0px;
	/*background: transparent url(../_images/content.jpg) 0 0 no-repeat;*/
	background-color: #202020;
	margin: 0 0 0px 0;
}
	#feature-date {
		width: 50px;
		background: #FFC500;
		padding: 7px 4px;
		text-align: center;
		font-size: 28px;
		color: #000000;
		line-height: 22px;
		float: left;
		font-weight: bold;
	}
		#feature-date span {
			font-size: 14px;
			text-transform: uppercase;
		}
	#feature-text {
		float: left;
		margin: 0 0 0 20px !important;
		display: inline;
		width: 470px;
		padding: 0 0px 0 0;
		/*border-right: 1px solid #3c3c3c;*/
	}
		#feature-text h2 {
			font-size: 24px;
			line-height: 25px;
		}
			#feature-text h2 a:link, #feature-text h2 a:visited {
				color: #FFF;
				text-decoration: none;
			}
			#feature-text h2 a:hover, #feature-text h2 a:active {
				color: #a2a2a2;
			}
		#feature-text p.more {
			margin: 0;
		}
			
	#feature-data {
		margin: 0 0 10px 0px;
		padding-bottom: 5px;
	}	
	
	ul.feature-data-horizontal {
	margin: 0 0 0px 0 !important;
}

ul.feature-data-horizontal li {
	list-style: none;
	display: inline;
	font-size: 11px;
	margin: 0 15px 5px 0 !important;
	padding: 0 0 0 17px;
}

#recent {
	width: 608px;
	float: left;
	border-right: 1px solid #666666;
	padding: 0 30px 0 0;
}
	#recent h2 {
		font-size: 22px;
		line-height: 22px;
	}
	/*
	#recent h2 {
		width: 108px;
		float: left;
		font-size: 22px;
		line-height: 22px;
	}
	#recent ol {
		margin-left: 108px;
	}
	*/

#pod1 {
	width: 270px;
	float: right;
}

#pod1 ul { list-style-type: none; }
/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#main {
	background: transparent url(/wp-content/themes/pretty-spots/_images/content.jpg) 0 0 no-repeat;
	padding: 30px;
}

#content {
	width: 540px;
	float: left;
	padding: 0 40px 30px 0;
	border-right: 1px solid #303030;
}
	#content h1 {
		font-size: 24px;
		line-height: 24px;
	}
	#content h2 {
		font-size: 20px;
		line-height: 20px;
	}
	#content h3 {
		font-size: 16px;
		line-height: 16px;
	}
	#content h4 {
		font-size: 14px;
		line-height: 16px;
	}
	#content li {
		margin-left: 25px;
	}
	#content blockquote {
		border-left: 4px solid #20333c;
		padding-left: 10px;
		font-style: italic;
	}

#side {
	width: 220px;
	float: right;
}
	#side p.post-date {
		background: #FFC500;
		padding: 15px;
		text-align: center;
		font-size: 28px;
		color: #000000;
		line-height: 22px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: -1px;
	}
	
	#side ul {
		margin: 0 0 15px 0;
	}
	#side li {
		margin-left: 20px;
	}
	
	#side .pod {
		margin: 0 0 40px 0;
	}
				
/* ----------------------------------- */
/* SINGLE
/* ----------------------------------- */
#comments {
	clear: both;
	border-top: 1px solid #333333;
	padding: 30px 0 0 0;
}
	#comments h2 {
		font-size: 18px;
	}

.comment {
	margin: 0 300px 20px 0;
}
	.admin {
		background: #060d13;
		padding: 20px 20px 5px 20px;
	}
	img.avatar {
		float: left;
		border: 1px solid #20333c;
		padding: 2px;
	}
	.comment-text {
		margin: 0 0 0 50px;
	}
		.comment-text p {
			font-size: 11px;
			line-height: 15px;
			color: #bdd3db;
		}
		.comment-text p.comment-data, .comment-text p.comment-data a {
			color: #598a8e;
			text-decoration: none;
			margin: 0 0 4px 0;
		}

#respond {
	float: right;
	width: 220px;
}
	#respond label {
		display: block;
		font-size: 11px;
		color: #FFC500;
		text-transform: uppercase;
		font-weight: bold;
	}
	#respond input, #respond textarea, input#s {
		border: 2px solid #FFC500;
		background: #202020;
		padding: 4px;
		width: 200px;
	}
	
	#respond input.submit, input#searchsubmit {
		background: #222222;
		width: auto;
		border: 2px solid #CCCCCC;
		color: #dddddd;

		
	}
	
/* ----------------------------------- */
/* LOWER
/* ----------------------------------- */
.pod h2 {
	font-size: 22px;
	line-height: 22px;
}

#lower .pod {
	width: 30%;
	margin: 0 0 20px 0;
}
	#lower .pod li {
		margin-left: 20px;
	}
#lower #pod2 {
	float: left;
}
#lower #pod4 {
	float: right;
}
#lower #pod3 {
	margin: 0 auto;
}


#footer {
	border-top: 1px solid #212121;
	clear: both;
	padding: 6px 0 0 0;
}
	#footer p, #footer a {
		color: #474747;
		font-size: 11px;
	}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
ol.post-list li {
	list-style: none;
	clear: both;
	margin: 0 0 10px 0 !important;
	border-top: 1px solid #FFC500;
	padding: 10px 0 0 0;
}
span.comments {
	background: transparent url(/wp-content/themes/pretty-spots/_images/comments.gif) 0 4px no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 3px 0;
	float: right;
}
span.date {
	clear: right;
	float: right;
	font-size: 11px;
	color: #a2a2a2;
}
span.title {
	font-size: 16px;
	margin: 0 0 3px 0;
}
span.title a:link, span.comments a:link, span.title a:visited, span.comments a:visited {
	color: #FFF;
}
span.title a:hover, span.comments a:hover, span.title a:active, span.comments a:active {
	color: #778084;
}
span.categories {
	font-size: 11px;
	font-style: italic;
	color: #a2a2a2;
	display: block;
}

ul.post-data {
	margin: 0 0 40px 0 !important;
}
ul.post-data li {
	list-style: none;
	font-size: 11px;
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 17px;
}
li.author { background: transparent url(/wp-content/themes/pretty-spots/_images/author.gif) 0 4px no-repeat; }
li.comments { background: transparent url(/wp-content/themes/pretty-spots/_images/comments.gif) 0 5px no-repeat; }
li.categories { background: transparent url(/wp-content/themes/pretty-spots/_images/categories.gif) 0 6px no-repeat; }
li.tags { background: transparent url(/wp-content/themes/pretty-spots/_images/tags.gif) 0 6px no-repeat; }

/* TWITTER FOR WORDPRESS */
.twitter_title_link { font-size: 83%; }
.twitter-item { font-size: 83%; }

/* FACEBOOK */
.connections {
	background-color: blue;
	text-align: center;
}
