/*
 *
 *	Global Styles
 *
 */

html
{
	/* Prevent mobile from adjusting font size */
	/* -webkit-text-size-adjust:none; */
	/* -ms-text-size-adjust:none; */
}

body
{
	margin: 0 auto;
	padding: 0;
	color: #210;
	background: #ffe;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffd), color-stop(0.3, #ffe), color-stop(0.7, #ffe), color-stop(1, #ffd));
	background: -moz-linear-gradient(left center, #ffd 0%, #ffe 30%, #ffe 70%, #ffd 100%);
	font: 12pt georgia, serif;
	text-rendering: optimizeLegibility;
}

blockquote
{
	font-style: italic;
}

ul
{
	list-style: square;
}

img
{
	margin: 0;
	padding: 10px;
	border: 0;
}

a
{
	background-color: transparent;
	text-decoration: none;
	color: #f00;
}

a:hover
{
	background-color: #210;
	text-decoration: none;
	color: #ffe;
}

h2
{
	font-weight: bold;
	font-size: 14pt;
	background: transparent;
}

h2 a,
h2 a:hover
{
	color: #210;
	background: transparent;
}




/*
 *
 *	Style IDs
 *
 */

#wrapper
{
	margin: 100px auto 0 auto;
	padding-bottom: 10px;
	width: 640px;
}

#header
{
	height: 50px;
}

#ad
{
	float: right;
	width: 160px;
	margin: 110px -210px 0 0;
	padding: 6px;
	font-size: 10pt;
	background: #ddb;
}

#ad a,
#ad a:hover
{
	color: #543;
	background: transparent;
}

#ad img
{
	padding: 0;
	margin-bottom: 6px;
}

.adby
{
	font-size: 8pt;
}

#blogtitle
{
	padding: 0;
	float: left;
}

#navigation
{
	padding: 0;
	float: right;
}

#navigation a
{
	text-decoration: none;
	opacity:0.6;
}

#navigation a:hover
{
	text-decoration: none;
	opacity:1.0;
}

#content
{
	float: left;
	margin: 30px 0 10px 0;
	line-height: 1.7;
	width: 640px;
}

#blog
{
	float: left;
	width: 100%;
	text-align: left;
}

#footer
{
	margin: 25px, 0px;
	letter-spacing: 0.09em;
	font-size: 8pt;
}




/*
 *
 *	Style Classes
 *
 */

.nohover a:hover
{
	background-color: transparent;
	text-decoration: none;
}

.permalink
{
	font-size: 7pt;
}

.flickrimg
{
	width: 640px;
	padding: 0px 0px 10px 0px;
}

.flickr
{
	width: 640px;
	margin: 0;
	padding: 35px 0 0 0;
	border: 0;
}

.flashvideo
{
	/* This is set to 'display: none' on mobile site */
}

.videolink
{
	/* This should be visible on mobile site */
	display: none;
}

.center
{
	text-align: center;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

.spacer
{
	clear: both;
}

.captcha img
{
	padding: 0;
	vertical-align: middle;
}

/* Navigation Links*/
.selectedlink
{
	margin-top: 10px;
	float: right;
	padding: 4px;
	color: #ffe;
	background: #210;
	font-weight: bold;
	font-size: 9pt;
}

.selectedlink a
{
	color: #ffe;
	text-decoration: none;
}

.navlink
{
	margin-top: 10px;
	float: right;
	padding: 4px;
	color: #210;
	background: #ffe;
	font-weight: bold;
	font-size: 9pt;
}

.navlink a
{
	color: #210;
	text-decoration: none;
}

/* Blog Entry */
.entry
{
	margin-top: 85px;
	margin-bottom: 125px;
	width: 100%;
	clear: both;
}

.entry em
{
	color: #887;
	font-size: 9pt;
	font-weight: normal;
	float: left;
	display: none;
	width: 200px;
	margin-left: -240px;
	margin-top: 52px;
	text-align: right;
}

/*
.entry:hover em
{
	display: inline;
}
*/

/* Pagination */
.paginate
{
	text-align: center;
	padding: 0 0 85px 0;
	font: 12pt “helvetica neue”, helvetica, arial, sans-serif;
}

.paginate a
{
	background-color: #ffe;
	text-decoration: none;
	color: #210;
	padding: 2px 6px;
	margin: 0;
	border: 1px solid #210;
}

.paginate a:hover
{
	background-color: #ccb;
}

/* Footer Links */
.column
{
	float: right;
	margin: 10px 0px;
	width: 33%;
	line-height: 1.5;
	font-size: 11pt;
}

.column ul
{
	list-style: none;
	margin: 6px 0px;
	padding: 0;
}

/* Comments */
.comment
{
	width: 80%;
	background: #eed;
	margin: 10px auto;
	padding: 10px 20px;
	font-size: 11pt;
}

.posted
{
	margin-bottom: 10px;
	text-align: right;
	background: transparent;
	clear: both;
	color: #665;
	font-size: 10pt;
}

/* Comment Forms */
.commententry
{
	width: 80%;
	margin: 10px auto;
	padding: 10px 20px;
}

.input
{
	border-top: 1px solid #999988;
	border-left: 1px solid #999988;
	background-color: #ffe;
	color: #210;
	font-size: 11px;
	height: 1.6em;
	padding: .3em 0 0 2px;
	margin-top: 6px;
	margin-bottom: 3px;
}

.textarea
{
	border-top: 1px solid #999988;
	border-left: 1px solid #999988;
	background-color: #ffe;
	color: #210;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.checkbox
{
	background-color: transparent;
	margin: 3px;
	padding: 0;
	border: 0;
}

.submit
{
	background-color: #ffe;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .1em;
	padding: 1px 3px 1px 3px;
	margin-top: 6px;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #210;
}
