/*
Theme Name: Jam Cosmetics
Theme URI: http://www.jamcosmetics.net/
Description: The default WordPress theme for <a href="http://www.jamcosmetics.net/">Jam Cosmetics</a>.
Version: 1.0
Author: Luke Gladding
Author URI: http://www.wlgdesign.com/
Tags: custom

	Jam Cosmetics v1.0
	http://www.jamcosmetics.net/

	This theme was designed and built by Luke Gladding,
	whose blog you will find at http://www.jamcosmetics.net/

*/

body {
	background: black url(images/background.jpg) repeat-y center center;
	font-family: "Century Gothic", times, serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

a {
	color: #6666ff;
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
	outline: none;
}

/* Container */

#container {
	background: white url(images/container.gif) repeat-y center center;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

/* Header Image */

#header #headerimage {
	background: black url(images/header.gif) no-repeat left bottom;
	height: 100px;
	width: 1000px;
}

#header #headerimage h1 {
	display: block;
	margin: 0;
	padding: 0;
}

#header #headerimage h1 a {
	display: block;
	height: 100px;
	width: 800px;
}

#header #headerimage h2 {
	display: none;
}

/* Header Navigation */

#header #headernav {
	background: black;
	overflow: hidden;
}

#header #headernav h2 {
	display: none;
}

#header #headernav ul li {
	list-style: none;
}

#header #headernav ul li ul {
	border-right: 1px solid #666;
	float: right;
	margin: 0;
	padding: 0;
}

#header #headernav ul li ul li {
	border-left: 1px solid #666;
	float: left;
	margin: 0;
	padding: 0 10px;
}

#header #headernav ul li ul li a {
	color: #ccc;
	text-decoration: none;
}

#header #headernav ul li ul li a:hover {
	color: white;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

#content .squeeze {
	margin: 0 1px;
	padding: 0;
}

#content h1 {
	background: #f9f9f9;
	clear: both;
	color: #4b6f85;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}

#content h1 a {
	color: #4b6f85;
	text-decoration: none;
}

#content h2 {
	background: white;
	clear: both;
	color: black;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px;
	text-align: left;
	text-decoration: underline;
}

/* Content Navigation */

#content #navigation {
	background: white;
	clear: both;
	color: #666;
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
	width: 396px;
}

#content #navigation div {
	margin: 0;
	padding: 0 10px;
}

/* Posts */

#content .post {
	border-bottom: 1px dotted #ddd;
	clear: left;
	margin: 0;
	padding: 0 0 20px 0;
}

#content .post .content {
	margin: 0; 
	padding: 10px 20px 0 20px;
}

#content .post .metadata {
	display: none;
}

#content .post .tags {
	padding: 0 20px 0 20px;
}

/* Comments */

#content h3#commentsnumber {
	border-bottom: 1px dotted #ddd;
	margin: 0;
	padding: 10px 20px;
}

#content ol.comments {
	margin: 10px 40px;
	padding: 0;
}

#content ol.comments img {
	display: none;
}

#content h3#leavecomment {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	color: black;
	margin: 0;
	padding: 10px;
}

#content form#commentform {
	color: black;
	margin: 0;
	padding: 10px;
}

/* Left Sidebar */

#left-sidebar {
	clear: left;
	float: left;
	width: 200px;
}

#right-sidebar {
	float: left;
	width: 200px;
}

#left-sidebar .squeeze,
#right-sidebar .squeeze 
{
	padding: 10px 0;
}

#left-sidebar h1,
#left-sidebar h2, 
#right-sidebar h1,
#right-sidebar h2 
{
	background: black;
	color: #d5ecf4;
	font-size: 1em;
	margin: 10px 0;
	padding: 0 5px;
	text-align: left;
	text-transform: uppercase;
}

#left-sidebar ul, 
#right-sidebar ul 
{
	margin: 0;
	padding: 0;
}

#left-sidebar ul li,
#right-sidebar ul li 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-sidebar ul ul li, 
#right-sidebar ul ul li 
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0;
}

#left-sidebar ul ul li a,
#right-sidebar ul ul li a 
{
	background: #f9f9f9;
	border-bottom: 1px dotted #ccc;
	color: black;
	display: block;
	margin: 0;
	padding: 3px 10px;
	text-decoration: none;
	width: 180px;
}

#left-sidebar ul ul li a:hover, 
#right-sidebar ul ul li a:hover 
{
	text-decoration: underline;
}

#left-sidebar p, 
#right-sidebar p 
{
	margin: 0;
	padding: 0;
}

#right-sidebar p {
	margin-top: 20px;
}

/* Search */

#left-sidebar #search {
	margin: 0;
	padding: 0 10px;
	padding-bottom: 0;
}

#left-sidebar #search h2 {
	display: none;
}

#left-sidebar #search input#s {
	background: white;
	border: 1px solid black;
	color: black;
	padding: 2px 5px 2px 5px;
	width: 60%;
}

#left-sidebar #search input#go {
	background: white;
	border: 1px solid #ccc;
	color: black;
	padding: 2px 5px 2px 5px;
	text-transform: uppercase;
	width: 30%;
}

/* Results */

#left-sidebar #results {
	margin: 0;
	padding: 0 20px;
}

#left-sidebar #results a {
	color: #6666ff;
	display: inline;
	margin: 0;
	padding: 0;
}

#left-sidebar #results a:hover {
	background: none;
}

/* Links */

#left-sidebar #linkcat-2 {
}

#left-sidebar #linkcat-2 h2 {
	display: none;
}

/* Twitter */

#left-sidebar .aktt_tweets {
	margin: 0;
	padding: 0 10px;
}

#left-sidebar .aktt_tweets li {
	margin: 0;
	padding: 5px 0;
}

#left-sidebar .aktt_tweets a {
	background: none;
	border: none;
	color: #6666ff;
	display: inline;
	margin: 0;
	padding: 0;
}

#left-sidebar .aktt_tweets a:hover {
	background: none;
}

#left-sidebar .aktt_more_updates {
	display: none;
}

/* Flickr */

#left-sidebar .flickr-photos {
	text-align: center;
}

#left-sidebar .flickr-photos .more-photos {
	display: none;
}

#content .flickr-meta-links {
	display: none;
}

/* ShareThis */

#left-sidebar #sharethis_0 {
	margin: 0;
	padding: 0 10px;
}

/* Polls */

#left-sidebar #polls {
}

#left-sidebar #polls .widgettitle {
}

#left-sidebar #polls .wp-polls {
	padding: 0 10px;
}

/* Footer */

#footer {
	background: black;
	clear: both;
	color: gray;
	font-size: .9em;
	text-align: center;
	width: 1000px;
}

#footer .squeeze {
	margin: 0;
	padding: 30px;
}

#footer a {
	color: #6666ff;
}

/* Text Formatting */

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.displaynone {
	display: none;
}

.section {
	background: #f9f9f9;
	border: 2px solid #eee;
	margin: 20px 0;
	padding:20px;
}

.indent {
	margin: 0;
	padding: 20px;
}

.center {
	text-align: center;
}

