/*
Theme Name: Purple and Gold
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme B, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/
html {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url('images/background.png') repeat-x top left;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
}

p {
	margin-bottom: 10px;
	font-size: 9pt;
	line-height: 15pt;
}

a:link {
	font-weight: bold;
	color: #000;
}

a:visited {
	font-weight: normal;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18pt;
	line-height: 20pt;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15pt;
	line-height: 20pt;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12pt;
	line-height: 15pt;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 10px;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	background: url(images/blockquote.png) top center no-repeat;
	width: 470px;
	margin: auto;
	padding: 10px 30px 10px 40px;
}

/*- The IDs -*/

#wrapper {
	width: 960px;
	padding: 0;
	margin: auto;
}

#header {
	width: 960px;
	margin: auto;
	height: 115px;
	padding: 0 0 10px 0;
}

#content {
	float: left;
	width: 580px;
	padding: 10px;
}

#featured {
	background: #c9f;
	width: 590px;
	height: 295px;
	display: block;
	overflow: hidden;
}

#post_block {
	width: 600px;
	margin: 10px 0 0 -10px;
	display: block;
}

#sidebar {
	float: right;
	width: 340px;
	padding: 10px;
}

#footer {
	clear: both;
	width: 100%;
	background: #cc99ff;
	color: #333;
	text-align: center;
	padding: 7px 0 3px 0;
}

#footer p {
	margin: 0;
}

/*-Classes-*/

.titleimg {
	margin: 20px 0 0 5px;
}

/*-index-*/

.feat_thumb_box {
	background: #c9f;
	width: 580px;
	height: 295px;
}

.feat_thumbnail, .post_thumbnail {
	float: left;
}

.feattitle {
	width: 220px;
	float: right;
	margin: 10px 10px 0 0;
	font-size: 15pt;
	line-height: 20px;
}

.feattitle a:link, 
.feattitle a:visited {
	color: #fff;
}

.entry-content {
	width: 220px;
	float: right;
	padding: 10px;
}

.entry-content p {
	font: 9pt;
	line-height: 11pt;
}

.feat_more {
	padding: 0 10px;
	float: right;
}

.feat_more a:link, 
.feat_more a:visited {
	color: #fff;
}

.entry-meta {
	width: 220px;
	float: right;
	padding: 10px;
	font: 10px;
	line-height: 15px;
}

.entry-meta a:link, .entry-meta a:visited {
	font-style: italic;
}

.post {
	height: 400px;
	width: 280px;
	background: #e9ef4d;
	position: relative;
	top: 10px;
	float: left;
	margin: 10px;
}

.posttop {
	background: #ffffff;
	height: 110px;
	width: 100%;
	margin: 10px 0 0 0;
}

h2.post_title {
	font: 15px;
	line-height: 20px;
	font-weight: normal;
	height: 60px;
	padding: 10px 5px 0 5px;
}


h2.post_title a:link, h2.post_title a:visited {
	color: #9a5cde;
	font-weight: normal;
}

.post_entry_meta {
	padding: 10px 10px 0 0;
	height: 15px;
	text-align: right;
}

.post_entry_meta a:link, .post_entry_meta a:visited {
	font-weight: normal;
	font-style: italic;
}

.post-content {
	padding: 10px;
}

.post_more {
	width: 260px;
	padding: 10px;
	text-align: right;
}

/*- sidebar -*/
.navigation {clear:both;}

.alignright {float:right;}

.alignleft {float:left;}

.navigation .alignright a:link, .navigation .alignright a:visited, .navigation .alignleft a:link, .navigation .alignleft a:visited {
	color: #666;
	padding: 10px;
	font-weight: bold;
	display: block;
}

.widget li {
	padding: 0 0 5px 0;
}

.search {
	background: #000;
	width: 320px;
	height: 25px;
	padding: 10px;
}

.searchfield {
	width: 220px;
	height: 20px;
	padding: 2px 5px 3px 5px;
	border: 0;
	margin: 0;
	background: #fff;
	line-height: 20px;
	font-size: 15px;
}

.searchbutton {
	width: 80px;
	height: 25px;
	text-align: center;
	padding: 2px 5px 3px 5px;
	margin: 0;
	border: 0;
	float: right;
	background: #fff;
}

.ngg_images h2 {
	color: #e9ef4d;
	font-size: 12pt;
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	position: relative;
	top:0;
	left: -10px;
}

.ngg_images {
	background: #000000;
	color: #fff;
	width: 330px;
	height: 260px;
	padding: 10px 0 0 10px;
	margin: 10px 0 10px 0;
}

.ngg-widget {
	width: auto;
	padding: 0;
	margin: auto;
}

.ngg_images .entry-content img {
	float: left;
	padding: 0;
	margin: 0px 10px 10px 0;
	border: 0;
}

.aktt_widget {
	color: #666;
	width: 340px;
	padding: 0;
	margin: 10px 0 10px 0;
}

.aktt_widget h2 {
	background: #000;
	color: #e9ef4d;
	font-size: 12pt;
	line-height: 15pt;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 2px 10px 3px 10px;
}

.widget_categories {
	float: left;
	width: 150px;
	margin: 0 20px 20px 10px;
}

.widget_recent_entries, .widget_links {
	float: left;
	width: 150px;
	clear: left;
	margin: 0 20px 20px 10px;
}

.widget_recent_entries ul li {
	font-size: 9pt;
	line-height: 10pt;
	padding: 0 0 5px 0;
}

.widget_recent_entries ul li a:link, .widget_recent_entries ul li a:visited {
	font-weight: bold;
}

.widget h2 {
	background: #000;
	color: #e9ef4d;
	font-size: 11pt;
	line-height: 12pt;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 3px 10px 4px 10px;
	width: auto;
}

.widget_pages, .widget_archive{
	float: right;
	width: 150px;
	clear: right;
	margin: 0 0 0 10px;
}

.widget_recent_entries h2, .widget_links  h2, .widget_pages h2, .widget_archive h2, .widget_categories h2 {
	position: relative;
	left: -10px;
	width: 140px;
}

/*-Archive Classes -*/

.arch_content {
	width: 560px;
	float: left;
}

.arch_content h2.pagetitle, h2.searchtitle {
	background: url(images/background.png) center -45px repeat-x;
	color: #000;
	width: 550px;
	padding: 3px 20px 4px 20px;
}

.arch_content .post, .search_post {
	background: #fff;
	color: #666;
	width: 550px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 20px;
	border-bottom: 1px dotted #ccc;
}

.search_post {
	min-height: 200px
}

.arch_content .entry-meta, .search_post .entry-meta{
	float: left;
	width: 420px;
	padding: 5px 0 10px 0;
}

.arch_content .entry-excerpt, .search_post .the-excerpt{
	float: right;
	width: 410px;
}

.arch_content .post .entry-excerpt p, .search_post .the-excerpt p {
	padding: 0 20px 0 0;
}

.arch_content .post h2 a:link, .arch_content .post h2 a:visited {
	font-weight: normal;
}

.arch_content .post .post_more {
	float: right;
	padding: 0;
	margin: 0;
}

.arch_content .post .post_more a:link, .arch_content .post .post_more a:visited
{
	font-weight: bold;
}

.arch_content .post_thumbnail {
	border: 5px solid #e9ef4d;
	margin: 0 10px 50px 0;
}

/*-Single Post-*/
#single_main {
	width: 960px;
}

#single {
	width: 560px;
	padding: 0;
	margin: 0;
}

#single .post {
	background: #fff;
	height: auto;
	width: 560px;
	float: left;
}

#single .entry-text img {
	padding: 10px;
}

#single .navigation {
	background-color: #e9ef4d;
	width: 520px;
	height: auto;
	padding: 10px 20px 10px 20px;
}

#single .navigation a:link, #single .navigation a:visited{
	color: #000;
	padding: 0;
}

#single .underpost {
	width: auto;
	background: #ccc;
	padding: 10px;
}

.search_post h3 a:link, .search_post h3 a:visited{
	font-weight: bold;
}

.no-entries {
	margin: 0 0 20px 0;
}
	
div.thingsilove {
        clear: both;
        background: #e9ef4d;
        color: #000;
        position: relative;
        top: -110px;
        left: 30px;
        width: 300px;
        height: auto;
        padding: 5px;
}

h4.things {
        position: relative;
        top: 40px;
        left: -20px;
        background: #000;
        color: #e9ef4d;
        margin: 20px 0 0 0;
        font-size: 15px;
        line-height: 15px;
        width: 450px;
        padding: 5px 10px 3px 10px;
}

p.things {
        margin: 5px 0 5px 0;
}

p.things a:link, p.things a:visited {
        color: #000;
        font-weight: bold;
}
