@charset "utf-8";
/*  
Theme Name: Smacked Up
Theme URI: http://www.thisgirlwearsglasses.com/
Description: WordPress blog theme for <a href="http://www.thisgirlwearsglasses.com">www.thisgirlwearsglasses.com</a>
Version: 2.0
Author: Chris Murphy
Author URI: http://www.farfromfearless.com/

	This theme was designed and built by Chris Murphy,
	whose blog you will find at http://www.farfromfearless.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Global Styles
---------------------------------------------------------- */

body {
	margin: 0; padding: 0;
	background: url("includes/images/bg_tile.gif") repeat-x left 40px;
	background-color: #20091c;
	color: #363636;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #D93100;
}

iframe {
	/*display: none;*/
}

/* Generic formatting classes
---------------------------------------------------------- */
.ostar {
	color: #FF0000;
	font-weight: bold;
}

/* Links with images */
.imagelink {
	margin: 0; padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	color: #39444d;
}

.imagelink:hover {
	background: none;
}

/* Page Titles */
.page-title {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	line-height: 1.25em;
}

/* Base Class */
.listing {
	list-style:none;
	margin: 0; padding: 0;
	position: relative;
}

.listing li {
	list-style:none;
	margin: 0; padding: 0;
}

.listing li a {
	display: block;
}

/* Basic */
.listing.basic {
	margin: 0; padding: 0;
}

.listing.basic li {
	/* defined at ".listing li" */
	float: left;
}

.listing.basic li a {
	margin: 0; padding: 0;
}
.listing.basic li a:hover {
}

/* Layout - generic classes
---------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	margin: 0;
}

.container {
	display: block;
	width: 100%;
	margin: auto;
}

.block {
	display: block;
	width: 962px;
	margin: auto;
}

.left {
	display: inline; float: left;
}

.right {
	display: inline; float: right;
}

.column {
	display: inline;
}

/* Layout - Wrapper
---------------------------------------------------------- */
#wrapper {
	padding: 20px 0 0 0;
}

#wrapper #intro {
	margin: auto;
	height: 314px;
	background: #375303 url("includes/images/intro_bg.jpg") no-repeat top left;
	overflow: hidden;
}

#wrapper #intro.white {
	background: #375303 url("includes/images/intro_bg_white.jpg") no-repeat top left;
}


#wrapper #intro.single {
	height: 100px;
	background: #375303 url("includes/images/page_heading_bg.jpg") no-repeat top left;
	color: #ffffff;
}

#wrapper #intro.single h2 {
	font-size: 2.67em;
	margin: 30px 0 0 30px;
	padding: 0;
}

/* Layout - Header
---------------------------------------------------------- */
#header {
	color: #20071c;
	border-bottom: 1px solid #668c05;
}

#navigation {
	position: relative;
	height: 40px;
}

/* Layout - Logo
---------------------------------------------------------- */
#navigation #logo {
	background: url("includes/images/logo.gif") no-repeat top left;
	color:#FFFFFF;
	font-size:1.9em;
	font-weight:normal;
	margin: 0; padding:0;
	overflow: hidden;
	text-indent:-9999px;

	height:39px; width:204px;
	position:absolute;
	left:10px; top:0;
}

/* Layout - Navigation - Main
---------------------------------------------------------- */
#main-nav {
	position: absolute;
	bottom: 0; right: 261px;

	color: #b2d5dc;
}

#main-nav li {
	margin: 0;
	padding: 0 0 0 1px;
}

#main-nav li a {
	padding: 11px 20px 13px 20px;
	font-size: .83em;
	color: #b2d5dc;
}

#main-nav li a:hover {
	text-decoration: underline;
}

#main-nav li.page_item.current_page_item a {
	background: url("includes/images/current_page_item.gif") no-repeat 50% top;
	font-weight: bold;
	color: #ffffff;
}

/* Layout - Body Content
---------------------------------------------------------- */
#content-wrapper {
	background: url("includes/images/body_content_bottom.gif") no-repeat bottom center;
	background-color: #ffffff;
}

#content-wrapper #body-content {
	padding: 30px 0 30px 0;	
}

/* Layout - Columns - Left (content)
---------------------------------------------------------- */
#content-wrapper #body-content #content {
	width: 611px;
	padding: 0 0 0 30px;
}

/* Layout - Columns - Right (sidebar)
---------------------------------------------------------- */
#content-wrapper #body-content #sidebar {
	width: 200px;
	padding: 0 30px 0 30px;
}


/* Layout - Navigation - Footer
---------------------------------------------------------- */
#footer p {
	color: #b7b7b7;
	padding: 10px 0 5px 0;
	font-size: .83em;
}

#footer p a {
	color: #b7b7b7;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer-nav li {
	padding: 10px 0 5px 0;
}

#footer-nav li a {
	color: #b7b7b7;
	padding: 0 10px 0 10px;
	/*border-right: 1px solid #b7b7b7;*/
	font-size: .83em;
}

#footer-nav li a.last {
	border: none;
	padding-right: 0;
}

#footer-nav li.current_page_item a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}


/* Layout - Search
---------------------------------------------------------- */
#search {
	position: absolute;
	bottom: 0; right: 0;
	margin: 0; padding: 8px 10px 7px 20px;
}

#search p {
	float: left; 
	margin: 0; padding: 0;
}

#search #submit {
}

#search #s {
	margin: 0 10px 0 0;
	padding: 2px;
	width: 144px;
}