/* normalize padding, margins */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
	} 

/* normalize headers */
h1,h2,h3,h4,h5,h6 { 
	font-size: 100%; 
	font-weight: normal; 
	} 

/* remove list styles */
ol,ul { 
	list-style: none; 
	} 

/* normalize font sizes & weights */
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style: normal; 
	font-weight: normal; 
	}

/* normalize table borders */
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	} 

/* remove borders */
fieldset,img,abbr,acronym {  
	border: 0; 
	} 
 
/* left align captions, table headers */
caption,th { 
	text-align:left; 
	} 

/* remove quotation marks */
q:before,q:after { 
	content:''; 
	} 

/* layout selectors */

html {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	}

body {
	position: relative;
	width: 875px;
	margin: 0 auto;
	text-align: left;
	}

/* holds all content */
div#content {
	width: 100%;
	border: 1px solid #000;
	padding: 0px 15px 0px 5px;
	}

div#rightrule {
	width: 100%;
	margin: 15px 0px 15px 0px;
	background: url(images/line.jpg) repeat-y 650px;
	}

/* heading area */
div#heading {
	width: 100%;
	height: 425px;
	margin-bottom: 40px;
	}

div#branding {
	float: left;
	width: 215px;
	padding-top: 253px;
	text-align: right;
	}

#branding h1, #branding h2 {
	display: block;
	float: right;
	width: 200px;
	margin-right: 7px;
	padding-bottom: 5px;
	}

div#page_subject {
	float: right;
	width: 438px;
	height: 475px;
	border-left: 1px solid #000;
	}

div#flickr {
	position: absolute;
	top: 15px;
	left: 433px;
	height: 400px;
	width: 215px;
	border-left: 1px solid #000;
	}

#flickr h2 {
	margin-left: 9px;
	}

#flickr_badge_wrapper {
	padding-top: 6px;
	padding-left: 14px;
	}

.flickr_badge_image {
	display: block;
	float: left;
	padding: 10px;
	}
	
	
/* navigation */
div#navigation {
	clear: both;
	width: 100%;
	padding-top: 25px;
	}

#navigation ul {
	padding-left: 3px;
	}

#navigation li {
	display: inline;
	padding: 9px;
	line-height: 55px;
	}

div#navigation a span {
	display: none;
text-decoration: none;
	}

div#navigation a:hover span {
	display: block;
	position: absolute;
	top: 448px;
	left: 228px; 
	padding: 5px;
	z-index: 100;
text-decoration: none;
	}

a img, a:hover img { text-decoration: none; }
div#navigation a, div#navigation a:hover { text-decoration: none; }


/* posts */

div#content_main {
	float: left;
	width: 654px;
	}

div#content_posts {
	padding: 10px 10px 10px 20px;
	}

.post {
	margin-right: 3em;
	margin-bottom: 3em;
	}
	
.post_front {
	float: left;
	width: 400px;
	min-height: 600px;
	}

.entry {
	margin-top: 1.2em;
	}

.entry p {
	padding-bottom: 1em;
	}

.entry h2 {
	margin-bottom: .4em;
	}

.entry ul {
	list-style: disc;
margin-bottom: 1.4em;
	}

.entry li {
margin-bottom: .7em;}

.entry img {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	}

.caticon_post {
	float: right;
	margin-left: 1em;
	margin-right: .5em;
	}

.sociable {
	padding-top: 3em;
	}

div.recent_post {
	float: right;
	width: 198px;
	margin-top: 3.3em;
	margin-right: .4em;
	}

div.recent_post h2 {
	margin-bottom: .4em;
	}

div.recent_post p {
	line-height: 125%;
	}

.caticon_recent {
	float: right;
	margin-left: .3em;
	margin-right: .15em;
	}

.pagination {
	margin-right: 3em;
	margin-left: 2em;
	}

.alignright {
	text-align: right;
	float: right;
	}

.alignleft {
	text-align: left;
	float: left;
	}

blockquote {
	line-height: 125%;
	margin-left: 2em;
	margin-right: 2em;
	}

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
text-align: right;
}

.contactright {
	width: 70%;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
text-align: left;
}

.contacterror {
	border: 2px solid #ff0000;
}


/* comments */

#commentblock {
	margin: 1em 4em .5em 1em;
	}
	
#commentblock h2  {
	margin-bottom: .75em;
	}

#commentblock p {
	padding-bottom: .5em;
	}

.comment {
	margin-bottom: 1.8em;
	padding: 0 2em 0em .5em;
	}


/* supplemental content */
div#content_sub {
	float: right;
	width: 209px;
	padding-left: 10px;
	z-index: 10;
	}

.content_sub_block {
	margin: 0px 10px 20px 5px;
	}

#content_sub h2 {
	margin-bottom: 10px;
	}

.content_sub_block li {
	margin-bottom: 10px;
	}

#searching input {
	width: 170px;
	}

a.reviewtitle {
	display: block;
	margin-bottom: 5px;
	}

#identity h2 {
	background: url(images/testsprite.png) no-repeat 167px -7px;
	}

#searching h2{
	background: url(images/testsprite.png) no-repeat 167px -39px;
	}

#reviews h2 {
	background: url(images/testsprite.png) no-repeat 167px -71px;
	}

#twitters h2 {
	background: url(images/testsprite.png) no-repeat 167px -103px;
	}
	
#bookmarks h2 {
	background: url(images/testsprite.png) no-repeat 167px -135px;
	}

#blogroll h2 { 
	background: url(images/testsprite.png) no-repeat 167px -167px;
	}
	
#music h2 {
	background: url(images/testsprite.png) no-repeat 167px -199px;
	}
	
#events h2 {
	background: url(images/testsprite.png) no-repeat 167px -231px;
	}
	
#offers h2 {
	background: url(images/testsprite.png) no-repeat 167px -263px;
	}

#sharedfeeds h2 {
	background: url(images/testsprite.png) no-repeat 167px -295px;
	}

#upcoming_badge_1 {
	margin-bottom: 1em;
	}

.upb_title a {
	display: block;
	margin-left: 1.1em;
	}

#blogroll li {
	display: inline;
	}

#blogroll li img {
	padding: 10px;
	}


/* footer */
div#footer {
	clear: both;
	width: 656px;
	padding-top: 20px;
	text-align: center;
	}

#searchform {
	display: inline;
	}

