/*  
Theme Name: Spry Bry's TumbleLog
Theme URI: http://www.sprybry.com/
Description: A tumblelog theme.
Version: 1.0
Author: Bryant Drew Jones
Author URI: http://www.sprybry.com
*/

/*
*********STRUCTURE*********
*/

html, body, h1, h2, h3, h4, h5, h6, p, blockquote
{	
	margin:0;
	padding:0;
}

body
{
	min-width: 760px;
}

p
{
	margin-bottom: 1em;
}

#wrapper
{
	width: 720px;
	margin: 0 auto;
	margin-top: 25px;
}

#header
{
	margin-bottom: 25px;
	height: 100px;
}

#content
{
	width: 520px;
	float: left;
}

#sidebar
{
	width: 180px;
	float: right;
}

#footer
{
	clear: both;
	width: 720px;
	padding-top: 10px;
}

.date
{
	margin-bottom: 0;
}

.commentsMetaData
{
	margin-bottom: 5px;
}

.commentsHeader
{
	margin-bottom: 25px;
	text-align: center;
}

div.post
{
	margin-bottom: 20px;
	padding-top: 10px;
	/*padding-right: 25px;*/
	position: relative;
}

/*
div.post+div.post
{
	margin-top: -20px;
	padding-top: 20px;
	border-top: 1px solid #EEE;
}
*/

div.post img.permalink
{
	width: 23px;
	height: 9px;
	position: absolute;
	top: 0px;
	right: 5px;
	display: none;
}

div.post:hover img.permalink
{
	display: block;
}

blockquote
{
	background: url(images/quote.png) no-repeat;
	padding-left: 25px;
}

/*
*********TUMBLES*********
*/

/* Thoughts */

div.thought
{
	font-family: Georgia, serif;
}

/* Big Thoughts */

div.bigThought
{
	font-size: 1.4em;
	color: #777;
}

/* Quotes */

div.quote
{
	background: url(images/quote.png) no-repeat;
	padding-left: 25px;
	color: #000;
	font-size: 1.8em;
	line-height: 1em;
}

div.quote p
{
	margin-bottom: 0;
	padding-bottom: 0;
}

div.quote .source
{
	font-size: 0.8em;
	color: #444;
}

/* Links */

div.link p
{
	font-size: 1.8em;
	line-height: 1.2em;
}

div.link a
{
	font-weight: normal;
	border-bottom: 1px dotted;
}

div.link a:hover
{
	text-decoration: none;	
	border-bottom: 1px solid;
}

/* Photos */

div.photo img, p.photo img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.photo p
{
	margin-bottom: 0;
	padding-bottom: 0;
}

div.photo .caption
{
	text-align: center;
	font-family: Georgia, serif;
	color: #444;
}

/* Videos */

div.video object
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.video p
{
	margin-bottom: 0;
	padding-bottom: 0;
}

div.video .caption
{
	text-align: center;
	font-family: Georgia, serif;
	color: #444;
}

/* Conversations */

div.conversation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #aaa;
}

div.conversation ul li
{
	border-bottom: 1px dotted #aaa;
}

div.conversation ul li span.label 
{
	font-weight: bold;
}

/*
*********TYPOGRAPHY & COLOURS*********
*/

body
{
	background: url(images/borderTop.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	color: #444;
}

strong
{
	color: #000;
}

small 
{
	font-size: 0.8em;
	line-height: 1.4em;
}

#header
{
	text-align: center;
}

#wrapper
{
	text-align: left;	
	font-size: 1.4em;
	line-height: 1.4em;
}

#footer
{
	text-align: center;
}

a 
{
	color: #3366FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.commentsMetaData
{
	font-size: 0.8em;
}

.bang
{
	
}

/*
*********HEADERS*********
*/

h1
{
	font-size: 2.4em;
	line-height: 1em;
	color: #000;
}

h2
{
	font-size: 1.8em;
	line-height: 1em;
	color: #000;
}

h3
{
	font-size: 1.4em;
	line-height: 1em;
	color: #000;
}

h4
{
	font-size: 1.2em;
	line-height: 1em;
	color: #000;
}

h5
{
	font-size: 1.1em;
	line-height: 1em;
	color: #000;
}

h1 a, h2 a, h3 a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
}

#respond h4
{
	padding-bottom: 10px;
}

/*
*********IMAGES*********
*/

a img
{
	border: 0;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/*
*********LISTS*********
*/

ul, ol
{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.post ul, div.post ol
{
	margin-bottom: 1em;
}

#sidebar ul, #sidebar ol
{
	margin: 0;
	padding: 0;
}

#sidebar ul li 
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul ul, #sidebar ul ol 
{
	margin: 5px 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li 
{
	margin: 3px 0 0;
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat 0 50%;
}

#commentList
{
	margin: 0;
	padding: 0;
}

#commentList li
{
	list-style-type: none;
	list-style-image: none;
	margin: 3px 0 15px;
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat 0 .5em;
}

/*
*********VARIOUS TAGS AND CLASSES*********
*/

.navigation 
{
	text-align: center;
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 50px;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}

.center, .centre 
{
	text-align: center;
}