/* <!-- */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,a,pre,form,fieldset,th,td {
margin:0;
padding:0;
}

html {
height:100%;
}

body {
font-family:Arial, Helvetica, sans-serif;
background-color:#000;
background-image:url(/images/sparks_black.gif);
height:100%;
background-repeat:repeat;
background-position: center top;
color:#333;
font-weight:500;
}

.img_wrapper {
display:block;
text-align:left;
width:850px;
height:60px;
background-repeat:repeat-x;
background-color:#FFD700;
}

.artwork_title {
padding:0 4px 0 4px;
text-align:left;
background-color:#FFF;
}

a, span a, p a, div a {
text-decoration:none;
color:#4B0082;
}

#super_container {
position:relative;
width:900px;
margin:0 auto 0 auto;
background-color:#DDD;
background-image:url("../images/stripes4.gif");
background-repeat:repeat;
background-position:top;

}

#content_wrapper {
background-image:url("../images/stripes4.gif");
background-repeat:repeat;
background-position:top;
width:100%;
float:left;
}

#content_wrapper2 {
padding:0 25px 0 25px;
}

#title_container {
text-align:left;
background-color:#FFD700;
color:#4B0082;
width:100%;
height:70px;
}

#title_container h1 {
font-size:96px;
line-height:96px;
}

#menu_container {
background-color:#000;
}

.menu_item {
text-align:center;
margin:5px 0 5px 0;
float:left;
}

.menu_item a {
padding:0 2px 0 0;
font-size:28px;
font-weight:bold;
text-decoration:none;
line-height:1em;
color:#FF8C00;
}

.menu_item a:hover {
color:#FFF;
}

.image_gallery {
margin:0 0 25px 0;
}

.image_gallery h2 {
text-align:center;
}

.whitehead {
padding:6px;
margin:0 0 8px 0;
background-color:#FFF;
}

.whitehead h1 {
padding:2px 0 5px 0;
}

.pd p {
margin:0 10px 0 10px;
padding:8px 10px 10px 10px;
}

.upflickr {
padding:0 0 20px 0;
background-color:#DDD;
}

.upflickr p {
margin:0 10px 0 10px;
padding:8px 10px 10px 10px;
}

.upflickr h2 {
margin:10px 0 10px 0;
padding-left:10px;
}

.toc {
margin:15px 0 10px 0;
text-align:center;
}

.invisible {
list-style-type:none;
}

a {
color:#369;
}

h1 {
color:#4B0082;
}

h2 {
color:#4B0082;
}

h3 {
color:#4B0082;
}


/* Header styles */

#header {
clear:both;
width:100%;
}

#header {
border-bottom:1px solid #000;
}

#header span {
padding:0 10px 0 4px;
font-size:48px;
line-height:40px;
background-color:#FFF;
}

/* Footer styles */

#footer {
position: relative;
bottom: 0px;
clear:both;
width:100%;
height:35px;
}

#footer_content {
width:900px;
background-color:#4B0082;
height:100%;
margin:0 auto 0 auto;
}

#footer_content h2 {
padding:6px 0 0 0;
font-size:23px;
text-align:center;
color:#FFF;
}

.clear{
clear:both;
}


#post_index_container {
float:left;
width:620px;
border-right:solid;
border-right-width:thick;
border-right-color:#000;	
}

.post {
background-color:#FFD700;
}

.post center {
margin:0 0 0 -8px;
}

.entry-title {
background-color:#FFF;
padding:0 0 0 4px;
}

.entry-date {
margin:0 0 0 15px;
font-size:12px;
font-weight:normal;
font-style:italic;
}

.entry-content {
background-color:#DDD;
padding:15px 0 25px 0; 
}

.entry-content li {
margin:0 0 1em 0;
}

.entry-content h2 {
margin:15px 0 15px 0;
line-height:5px;
}

.entry-content img {
margin:15px 0 15px 0;
}

.entry-content p {
margin-top: 10px;
padding:0 14px 0 14px;
}

#nav-below {
padding:0 4px 0 4px;
background-color:#FFD700;
}

.nav-previous {
float:left;
width:30%;
}

.nav-next {
float:right;
text-align:right;
width:30%;
}

.sidebar {
margin:0 0 0 20px;
padding:10px 5px 20px 20px;
float:left;
overflow:hidden;
width:176px;
background-color:#FFF;
}

.sidebar ul {
list-style-type:square;
color:#000;
margin:0 0 10px 0;
padding:0 0 0 15px;
}

.sidebar li {
margin:0;
padding:0;
}

.sidebar h3 {
}

.sidebar ul ul {
color:#FFD700;
padding:0 0 0 15px;
}

blockquote {
font-weight:lighter;
font-style:italic;
font-size:small;
}

/* CODE BLOCK */
.code {
margin: 20px;
padding:10px 15px 10px 15px;
border: solid 1px #333;
font-weight: bold;
background: #FFF;
line-height: 150%;
overflow: auto;
}

.code li {
list-style-type:none;
}

/* SOCIABLE PLUGIN */
div.sociable { margin: 16px 0 0 20px; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
	font-size:small;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* --> */
