/*
Theme Name: Flickcast
Theme URI: http://www.theflickcast.com/
Description: The theme used by The Flickcast.
Version: 1.0
Author: Robert Palmer
Author URI: http://rp-network.com/
*/

/* page structure */

body {
	background: url(images/bg.png) black;
	font: normal 13px/16px "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	color: white;
	min-width: 960px;
}

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

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #666666;
	clear: both;
}

h1 {
	font: normal 24px/24px Georgia, "Times New Roman", serif;
	color: #a40000;
	width: 99%;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font: normal 18px/20px Georgia, "Times New Roman", serif;
	color: white;
	margin: 10px 0;
}

h2.left {
	float: left;
	clear: left;
	display: block;
}

h3, 
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	padding-bottom: 10px;
}

p.byline {
	padding: 10px 0;
}

p.share {
	line-height: 16px;
}

p.share img {
	vertical-align: top;
	margin-left: 5px;
}

p.meta {
	font-size: 10px;
	clear: both;
}

/* ids */

#logo {
	background: url(images/logo.png) top center no-repeat;
	min-width: 100%;
	min-height: 550px;
	text-align:center;
}

*:first-child+html #logo {
	text-align: center;
}

#container {
	width: 960px;
	margin: 0 auto;
	display: block;
	min-height: 550px;
	text-align: left;
}

#deck1 {
	height: 123px;
	width: 728px;
	float: right;
	clear: right;
	display: inline;
	padding-top: 5px;
	text-align: right;
}

#deck2 {
	text-align: center;
	padding: 20px 0;
}

#nav {
	margin: 0px 0;
	height: 32px;
	width: 728x;
	float: right;
	background: url(images/nav.png) no-repeat #a40000;
}

#nav ul { }

#nav ul a {
	color: white;
	font-weight: bold;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #6a0000;
	border-left: 1px solid #b33232;
}

#nav ul a:hover {
	text-decoration: none;
}

#nav ul li {
	line-height: 32px;
	height: 32px;
	display: inline;
}

#content {
	width: 627px;
	float: left;
	clear: left;
	display: block;
	color: #222222;
	padding-top: 7px;
}

#content hr {
	height: 1px;
	border: none;
	border-top: 1px solid #a40000;
	width: 570px;
	float: left;
	clear: both;
}

#content div.post p { 
	/* width: 570px; */
}

#content div.post p img {
	padding: 5px;
}

#content h2 {
	color: #a40000;
}

#features {
	width: 577px;
	padding: 25px;
	min-height: 100px;
	background: url(images/feature_bg.png) no-repeat;
	display: block;
}

*html #features {
	background: url(images/feature_bg.gif) no-repeat;
}

#features a {
	text-decoration: none;
}

#features h2 {
	padding-left: 20px;
	background: url(images/bullet.png) no-repeat;
	background-position: 0px 2px;
	margin: 5px 0;
	width: 160px;
}

#features h2.pagetitle {
	width: auto;
}

#features td {
	width: 191px;
	vertical-align: top;
}

#features img {
	border-right: 1px solid #dddddd;
}

#posts {
	width: 577px;
	padding: 0 25px 25px 25px;
	min-height: 2500px;
	background: url(images/posts_bg.png) repeat-y;
	display: block;
}

*html #posts {
	background: url(images/posts_bg.gif) repeat-y;
}

#sidebar {
	width: 330px;
	float: right; 
	clear: right;
	display: block;
	padding-top: 17px;
}

#sidebar div.left {
	float: left;
	clear: left;
	width: 160px;
	display: block;
}

#sidebar div.right {
	float: right;
	clear: right;
	width: 160px;
	display: block;
}

#sidebar div.subscribe {
	min-height: 40px;
	display: block;
	font-size: 11px;
}

#sidebar div.subscribe a {
	line-height: 27px;
	height: 27px;
	color: white;
	font-weight: bold;
	display: inline;
	border: none;
}

#sidebar div.subscribe a:hover {
	text-decoration: none;
}

#sidebar div.subscribe img {
	line-height: 32px;
	vertical-align: top;
	display: inline;
}

*:first-child+html #sidebar div.subscribe img {
	margin-top: 0px;
	vertical-align: middle;
}

*html #sidebar div.subscribe img {
	margin-top: 0px;
	vertical-align: middle;
}

#sidebar span.right {
	float: right;
	clear: right; 
	display: block;
}

#sidebar div.follow li {
	color: white;
}

#sidebar div.follow li a {
	color: #a40000;
}

#sidebar ul {
	color: #a40000;
	list-style: square;
	font-size: 11px;
	padding-left: 1.3em;
	margin-bottom: 10px;
}

#sidebar ul li a {
	color: white;
}

#sidebar div.tagcloud {
	line-height: 2em;
}

#sidebar div.tagcloud a {
	color: white;
}

#sidebar div.searchform {
	margin-bottom: 5px;
	display:block;
	min-height: 39px;
}

#sidebar #searchform {
	float: right;
	clear: right;
	display: block;
}

#sidebar #searchform #s {
	height: 19px;
	width: 225px;
	padding: 3px;
	border: 1px solid #666666;
	background: url(images/input-bg.png) repeat-x;
	color: #666666;
	font-size: 10px;
	margin-top: 6px;
}

#sidebar #searchform #searchsubmit {
	display: none;
}

#sidebar div.tagcloud a {
	color: white;
}

#footer {
	background: url(images/footer_bg.gif) top repeat-x black;
	padding-bottom: 25px;
	text-align: center;
}

#footer div.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#footer div.left {
	width: 608px;
	padding-top: 25px;
	float: left;
	clear: left;
	display: block;
}

#footer div.right {
	width: 330px;
	padding-top: 25px;
	float: right;
	clear: right;
	display: block;
}

#comment {
	width: 99%;
}

div.tweetmeme_button {
	margin-top: 4px;
}


/* classes */

.hidden {
	display: none;
}