	
/* <style> */

/* ^ you should do that, it makes TextMate handle a PHP file with nice CSS syntax highlighting */

/* Completely Bitchin' CSS Brought To You By Cameron Daigle */

/* RESET *************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
small {
	font-size:.9em;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* GENERALLY USEFUL STYLES *********************************************/

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.block {
	display:block;
}

.floatL {
	float:left !important;
}

.floatR {
	float:right !important;
}

.clear {
	clear:both;
}

.clearer {
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}

.HIDE {
	display:none;
}

a:active {
	outline:none !important;
}

a:focus {
	-moz-outline-style:none;
}

/* BASIC CONTAINERS  ************************************/
	
body {
	margin:0; padding:0;
	color:#000000;
	background-image:url(http://www.marverous.com/themes/marverous/images/dotbg.jpg);
/*	background-image:url(http://www.marverous.com/themes/marverous/images/marverous_bg.jpg);*/
	font-family:georgia, "palatino", serif;
	font-size:62.5%;
	line-height:62.5%; 
}

#topGradient {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:300px;
	z-index:9;
}

#innerBody {
	position:relative;
	padding-top:30px;
	margin:0 auto;
	width:785px;
	z-index:10;
}

.column {
	float:left;
	margin-right:15px;
}

	
.column.w1 {
	width:85px;
} 
	
.column.w2 {
	width:185px;
} 
	
.column.w3 {
	width:285px;
} 
	
.column.w4 {
	width:385px;
} 
	
.column.w5 {
	width:485px;
} 
	
.column.w6 {
	width:585px;
} 
	
.column.w7 {
	width:685px;
} 

.column.w8 {
	width:785px;
	clear:both;
	float:none;
	margin-right:0;
}

.column.gutter {
	margin-right:100px;
}

.column.last {
	margin-right:0 !important;
}

.clear {
	clear:both;
}

.clearer {
	font-size:0px;
	height:0px;
	overflow:hidden;
	clear:both;
}

/* HEADER *********************************************/

img#logo { 
	margin:15px 0 0 0;
	height:158px;
	width:158px;
	behavior: url(iepngfix.htc); 
}

h1#header, h2#nav {
	float:left;
	font-style:italic;
	font-size:1.4em;
	height:188px;
	line-height:188px;
}

h2#nav {
	font-size:1em;
	float:right;
	font-style:normal;
	text-transform:uppercase;
}

h2#nav a {
	color:#000000;
	text-decoration:none;
}

h2#nav a:hover {
	border-bottom:1px solid #000000;
}

/* POSTS ***********************************************/

#posts {
	margin:4em 0;
}

.post {
	margin:2.5em 0;
}

.page {
	
}

#posts h2 {
	font-size:2.5em;
	line-height:1em;
}

#posts h3 {
	margin:20px 0;
	font-size:2em;
	line-height:2em;
	font-style:italic;
}

#posts h3.border,
#posts h4.border,
#posts h2.border {
	padding-bottom:.9em;
	border-bottom:1px solid #000000;
}

#posts h4 {
	margin:20px 0;
	font-size:1.5em;
	line-height:1.5em;
	font-style:italic;
}

#posts h5 {
	margin:20px 0;
	font-size:1.3em;
	line-height:1.7em;
	font-weight:bold;
}

#posts p, #posts pre, #posts ul, #posts ol {
	font-size:1.3em;
	margin:20px 0;
	line-height:1.7em;
}

#posts p ul, #posts ul p {
	font-size: 1em;
	text-indent:0 !important;
}

#posts .post .last p {
/*	text-indent:1.7em;
*/}

#posts .post p.articleImage {
	margin:20px 0;
}

#posts ul {
	list-style-type:disc;
	padding-left:24px;
}

#posts ul.noBullets {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}

#posts ol {
	list-style-position: outside;
	list-style-type:decimal;
	padding-left:48px;
	margin-left:0;
}

#post ol li {
	
}

#posts ol p {
	font-size:1em;
}

blockquote {
	margin:1.8em;
	padding-left:1.8em;
	border-left:1px solid #000000;
}

#posts a {
	color: #0061c4;
	text-decoration:none;
}

#posts a:hover {
	text-decoration:underline;
}

#posts a:active {

}

#posts .belowPost {
	font-size:1.3em;
	line-height:1.8em;
}

#posts .belowPost a {
	padding:1em 0;
}

#posts h2 a,
#posts .post.shannon h2 a {
	color:#000000;
	text-decoration:none;
}

#posts h2 a:hover {
	color:#0061c4;
	text-decoration:underline;	
}

#posts .post.shannon a {
	color:#ff0000;
}

#posts .post.shannon h2 a:hover {
	color:#ff0000;
	text-decoration:underline;
}

/* FEATHER: LINK ********************************************************/

#posts .post .link .content {

}

#posts .post .link .content.narrow {

}

#posts .post .link h2 {

}

/* FEATHER: QUOTE *****************************************************/

.post .quote {
	
}

.post .quote blockquote {

}

.post .quote .source {

}

/* also conversation a's */

.post .quote blockquote a,
.post .conversation .content a {
	
}

.post .quote blockquote a:hover,
.post .conversation .content a:hover {
	
}

/* FEATHER: CONVERSATION *************************************************/

.post .conversation .content ul {
	
}

.post .conversation.viewing .content ul {
	
}

.post .conversation .content li {
	
}

.post .conversation ul li span.label {
	
}

.post .conversation ul li.odd span.label {
	
}

/* FEATHER: PHOTO *************************************/

.post .photo {
	width:auto;
}

.post .photo .img a {
	border:none !important;
}

.post .img a img {
	
}

.post .caption {

}

.post .photo .caption {
	
}

/* FEATHER: VIDEO ************************************************/

.post .video {

}

/* FEATHER: ARTICLE **********************************************/

.post .article {
	position:relative;
}

.post .article h2.border {
	border-bottom:1px solid #0061c4;
	padding-left:200px;
}

.post .article .date {
	position:absolute;
	width:185px;
	left:0;
	top:.95em;
	font-size:1.15em;
	line-height:1em;
	font-style:italic;
}

.post .article .meta p {
	font-size:1.2em !important;
	line-height:1.4em !important;
	font-style:italic;
}

.post .article .meta p.tags a {
	display:block;
}

.post .article p.articleImage a.img {
	display:block;
	margin-bottom:.5em;
}

.post .article p.articleImage a.img img {
	border:1px solid #000000;
}

.post .article p.articleImage span.caption {
	font-style:italic;
}

.post .article .caption {
	font-size:.9em;
	color:#666666;
}

/* PAGE ******************************************************/

/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/

#flickr_badge_wrapper {
	margin:1.7em 0;
	height:75px;
}

.flickr_badge_image {
	float:left;
	margin:0 26px 0 0;
}

.flickr_badge_image img {
	
}

#flickr_badge_image8 {
	margin:0 !important;
}


/* COMMENTS ************************************************/

.comments {
	padding-bottom:1em;
	font-size:1em;
	line-height:.9em;
}

.comments p, .comments blockquote {
	margin:.9em;
}

.comments h3 {
	border-bottom:1px solid #000000;
}

.comments ol.commentList {
	padding-left:0px !important;
	list-style-type:none !important;
}


.comments ol.commentList li ol {
	font-size:1em !important;
}


.comments ol.commentList li.comment.alt {
	
}

.comments ol.commentList li.comment p.cite {
	font-style:italic;
}

#commentForm {
	font-size:1.3em;
	padding-bottom:2em;
}

#commentForm form textarea {
	margin:1em 0;
	height:80px;
	border:1px solid #000000;
	overflow:auto;
	font-family:georgia, serif;
	font-size:1.1em;
	width:99.5%;
}

#commentForm form label {
	font-size:.9em;
	display:block;
	margin:0 0 3px 0;
}

#commentForm form input.text {
	display:block;
	width:98%;
	height:20px;
	line-height:20px;
	border:1px solid #000000;
	font-family:georgia, serif;
	font-size:1.1em;
}

#commentForm form input.button {
	margin:1em 0;
}

/* ARCHIVE ************************************************************/

#archiveList {
	
}

#archiveList h4 {
	margin-left:100px;
}

#archiveList ul {
	margin:20px 0;
	margin-left:200px !important;
	font-size:1.3em;
	line-height:1.7em;	
}

#archiveList ul li span.feather {
	text-transform:uppercase;
	font-size:.9em;
	display:block;
	float:left;
	width:100px;
	color:#666666;
}

/* FOOTER ****************************************************************/

#footer {
	font-size:.9em;
	font-style:italic;
	text-align:right;
	margin:3em 0;
	padding:1.5em 0;
	border-top:1px solid #000000;
}


/* ADMIN STUFF ******************************************************************/

#admin_bar {
	position:absolute;
	left:0; top:0;
	z-index:999;
}

form.inline textarea {
	margin:0; padding:0;
	width:80%;
	border:1px solid #000000;
	height:100px;
}

.work form.inline textarea,
.conversation form.inline textarea,
.article form.inline textarea {
	height:200px;
}

form.inline input.text {
	display:block;
	border:1px solid #000000;
	width:200px;
}

form.inline input.text.wide {
	border:1px solid #000000;
	width:80%;
}
