
/* General Layout & Formatting */

* {margin: 0px; padding: 0px;}

p {font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-bottom: 5px;}

a {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #0099CC; text-decoration: none;}
a:hover {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #0099CC; text-decoration: underline;}
a:active {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #0099CC; text-decoration: underline;}

h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 6.0em;
 letter-spacing: -2px;
}

h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 2.0em;
 letter-spacing: -1.5px;
 margin-bottom: 8px;
 line-height: 26px;
}

h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.75em;
 letter-spacing: -1.5px;
 margin-bottom: 8px;
 line-height: 26px;
}
	
h4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.50em;
 letter-spacing: -1.5px;
 margin-right: 50px;
}

h5 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.25em;
 letter-spacing: -1.0px;
 margin-bottom: 5px;
}

h6 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 letter-spacing: -0.7px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #eceae1;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

#wrapper { 
 margin: 0 auto;
 padding: 0px 0px 0px 0px;
 width: 918px;
 background-image: url(http://codedb.net/sicksandnet/izopbb.jpg); repeat-y;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;
}

/* Header */

#header {
 color: #000;
 width: 895px;
 height: 100px;
 float: left;
 padding: 0px 5px 5px 18px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 z-index: 1;
}

#title {
 float: left;
 position: relative;
 display: inline;
 padding: 5px 0px 0px 3px;
 margin: 0px 0px 0px 0px;
}

#title a {
 color: #000;
}

#title a:hover {
 text-decoration: none;
}

#title a:active {
 text-decoration: none;
}

#description {
 float: left;
 margin-top: 68px;
 margin-right: 10px;
 margin-left: 10px;
 padding: 5px;
 color: #000;
}

#avatar {
float: right;
position: relative;
margin-right: 12px;
margin-top: 12px;
padding: 1px;
border: 1px solid #ccc;
}

/* Navigation */

#navigation {
 float: left;
 width: 918px;
 height:50px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;
}


#dolphincontainer {
 position:relative;
 height:49px;
 color:#E0E0E0;
 background:#143D55;
 width:100%;
 font-family:Helvetica,Arial,Verdana,sans-serif;
 border-bottom:1px dashed #fff;
}

#dolphinnav {
 position:relative;
 height:33px;
 font-size:12px;
 text-transform:uppercase;
 font-weight:bold;
 background:#fff url(http://codedb.net/sicksandnet/dolphin_bg.gif) repeat-x bottom left;
 padding:0 0 0 20px;
}

#dolphinnav ul {
 margin:0;
 padding:0;
 list-style-type:none;
 width:auto;
 float:left;
}

#dolphinnav ul li {
 display:block;
 float:left;
 margin:0 1px;
}

#dolphinnav ul li a {
 display:block;
 float:left;
 color:#EAF3F8;
 text-decoration:none;
 padding:0 0 0 20px;
 height:33px;
}

#dolphinnav ul li a span {
 padding:12px 20px 0 0;
 height:21px;
 float:left;
}

#dolphinnav ul li a:hover {
 color:#fff;
 background:transparent url(http://codedb.net/sicksandnet/dolphin_bg-OVER.gif) repeat-x bottom left;
}

#dolphinnav ul li a:hover span {
 display:block;
 width:auto;
 cursor:pointer;
}

#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover {
 color:#fff;
 background:#1D6893 url(http://codedb.net/sicksandnet/dolphin_left-ON.gif) no-repeat top left;
 line-height:275%;
}

#dolphinnav ul li a.current span {
 display:block;
 padding:0 20px 0 0;
 width:auto;
 background:#1D6893 url(http://codedb.net/sicksandnet/dolphin_right-ON.gif) no-repeat top right;
 height:33px;
}

/* Left Column */

#leftcolumn { 
 color: #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 250px;
 float: left;
 display: inline;
 position: relative;
}

.searchbox {
 width: 230px;
 text-align: center;
 background: #143D55;
 color: #FFFFFF;
 padding: 16px 5px 16px 15px;
 margin: 0px 0px 0px 0px;
 border-bottom: 1px dashed #ccc;
 float: left;
 position: relative;
 z-index: 2;
}

#aboutbox {
 float: left;
 padding: 10px 10px 10px 10px;
 width: 230px;
 margin-top: 1px;
 border-top: 1px dashed #ccc;
 border-bottom: 1px dashed #ccc;
 color: #000;
 display: inline;
 position: relative;
}

.push1 {
margin-left: 7px;
margin-bottom: 5px;
color: #000;
}

.abouttext {
display: block;
width: 216px;
margin-left: 7px;
margin-bottom: 5px;
color: #000;
}

#followingbox {
 float: left;
 position: relative;
 padding: 10px;
 width: 230px;
 margin-top: 1px;
 border-top: 1px dashed #ccc;
 border-bottom: 1px dashed #ccc;
 display: inline;
 color: #000;
}

#followingbox a img {
 border: 1px solid #ccc;
 padding: 1px;
 margin-left: 6px;
}

#followingbox a:hover img {
 border: 1px solid #006699;
 padding: 1px;
}

#linksbox {
 float: left;
 position: relative;
 padding: 10px 10px 15px 10px;
 width: 230px;
 margin-top: 1px;
 border-top: 1px dashed #ccc;
 display: inline;
 color: #000;
}

.greyline {
 width: 217px;
 border-bottom: 1px dashed #ccc;
 margin-bottom: 3px;
 margin-left: 5px;
 margin-right: 0px;
 margin-top: 0px;
 padding: 0px 0px 0px 0px;
 list-style-type: none;
}

.greyline a {
 display: block;
 width: 217px;
 padding:3px;
 margin: 0px 0px 0px 0px;
}

.greyline a:hover {
 display: block;
 width: 211px;
 background-color:#006699;
 color: #FFF;
}

/* Content */

#content { 
 float: left;
 display: inline;
 overflow:  hidden
 color: #000;
 margin: -17px 0px 0px 0px;
 padding: 0px 0px 0px 0x;
 text-align: center;
 width: 260px;
 position: relative;
}

.postwrapper {
 width: 657px;
 text-align: left;
 margin-top: 25px;
 margin-left: 8px;
 line-height: 1.1;
}

.postwrapper2 {
 width: 647px;
 clear: right;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 color: #000;
 z-index: 98
 line-height: 1.1;
}

.postcontent {
 width: 440px;
 margin-left: 0px;
 margin-bottom: 5px;
 margin-top: 0px;
 margin-right: 0px;
 line-height: 18px;
 border-bottom: 1px dashed #ccc;
 border-top: 1px dashed #ccc;
 padding: 10px 0px 0px 0px;
 position: relative;
 float: right;
 z-index: 99;
 color: #000;
}

.postcontent img{
 border: 1px solid #ccc;
 padding: 1px;
 margin-bottom: 6px;
 margin-top: 5px;
}

.datebox {
 float: right;
 clear: right;
 width: 210px;
 margin: 0px -10px 20px 0px;
 padding: 0px 0px 0px 0px;
 position: relative;
 display: inline;
 z-index: 100;
}

.date {
 float: right;
 position: relative;
 margin-right: -34px;
 margin-top: 1px;
 overflow: hidden;
 display: inline;
 color: #000;
}

.tags {
margin: 3px 0px 0px 0px;
padding: 0px 17px 0px 0px;
text-align: right;
float: right;
display: inline;
position: relative;
}

.postedtime {
 margin-top: 10px;
 font-weight: bold;
 margin-bottom: 10px;
}

.caption {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.25em;
 letter-spacing: -1.0px;
 margin-bottom: 5px;
 font-weight: bold;
}

#index-navigation {
float: left;
display: inline;
position: relative;
margin-left: 7px;
}

#index-navigation2 {
float: right;
display: inline;
position: relative;
overflow: hidden;
padding-right: 6px;
}

#pagination {
float: left;
display: inline;
position: relative;
overflow: hidden;
width: 450px;
margin-top: 7px;
margin-bottom: 5px;
}

.paddingright {
 padding-right: 5px;
}

/* Text Post */

.textpostimg {
 background: url(http://codedb.net/sicksandnet/2emmljt.gif) no-repeat;
 height: 58px;
 width: 71px;
 repeat: none;
 float: left;
 margin-left: -12px;
 margin-top: 7px;
 display: inline;
 overflow: hidden;
 position: relative;
 z-index: 100;
}

.format {
width: 432px;
padding-right: 8px;
}

.format ul li {
 margin-left: 30px;
 margin-bottom: 5px;
}


.format ol li {
 margin-left: 30px;
 margin-bottom: 5px;
}

.format blockquote {
 margin-left: 20px;
 margin-bottom: 5px;
}

/* Image Post */

.imagepostimg {
 background: url(http://codedb.net/sicksandnet/5n973l.jpg) no-repeat;
 height: 58px;
 width: 71px;
 repeat: none;
 float: left;
 margin-left: -12px;
 margin-top: 7px;
 display: inline;
 overflow: hidden;
 position: relative;
 z-index: 100;
}

.image {
margin-bottom: 3px;
}

/* Quote Post */

.quotepostimg {
 background: url(http://codedb.net/sicksandnet/zv8jky.jpg) no-repeat;
 height: 58px;
 width: 71px;
 repeat: none;
 float: left;
 margin-left: -12px;
 margin-top: 7px;
 display: inline;
 overflow: hidden;
 position: relative;
 z-index: 100;
}

.quotecontent {
 width: 400px;
 color: #000;
}

div.quote span span {
	color: #0099CC;
	font-style: normal;
	text-align: center;
        font-family: Arial, Helvetica, sans-serif; font-size: 18px;
}

div.quote span.short {
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	margin-bottom: 5px;
	padding: 10px 10px 30px;
	display: block;
	margin-top: 5px;
	background-color: #F4F4F4;
	background-image: url(http://codedb.net/sicksandnet/quotebottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}

/* Link Post */

.linkpostimg {
 background: url(http://codedb.net/sicksandnet/244bski.jpg) no-repeat;
 height: 58px;
 width: 71px;
 repeat: none;
 float: left;
 margin-left: -12px;
 margin-top: 7px;
 display: inline;
 overflow: hidden;
 position: relative;
 z-index: 100;
}

/* Video Post */

.videopostimg {
 background: url(http://codedb.net/sicksandnet/zluq9y.jpg) no-repeat;
 height: 58px;
 width: 71px;
 repeat: none;
 float: left;
 margin-left: -12px;
 margin-top: 7px;
 display: inline;
 overflow: hidden;
 position: relative;
 z-index: 100;
}

.video {
margin-bottom: 10px;
}

/* Chat Post */

.chatpostimg {
 background: url(http://codedb.net/sicksandnet//262mq9l.jpg) no-repeat;
 height: 58px;
 width: 71px;
 repeat: none;
 float: left;
 margin-left: -12px;
 margin-top: 7px;
 display: inline;
 overflow: hidden;
 position: relative;
 z-index: 100;
}

.postcontent .conversation ul {
				list-style: none;
				border-left: 0.5em solid #0099CC;
                                margin-right:35px;
                                margin-top: 10px;
			}
			
			.postcontent .conversation ul li {
				line-height: 1.5em;
				padding: 0.25em 0.5em;
			}
			
			.postcontent .conversation ul li {
				background: #fff;
			}
			
			.postcontent .conversation ul li.odd {
				background: #EBF4FF;
			}
			
			.postcontent .conversation .label {
				color: #0099CC;
				font-weight: bold;
			}
			
			.postcontent .conversation .odd .label {
				color: #143D55;
			}

/* Audio Post */

.audiopostimg {
 background: url(htt://codedb.net/sicksandnet/2d2d8o4.jpg) no-repeat;
 height: 58px;
 width: 71px;
 repeat: none;
 float: left;
 margin-left: -12px;
 margin-top: 7px;
 display: inline;
 overflow: hidden;
 position: relative;
 z-index: 100;
}

.playeraudio {
margin-bottom: 5px;
}

/* Footer */

#footer { 
 width: 906px;
 height: 300px;
 clear: both;
 margin: 0px 0px 0px 0px;
 padding: 4px 4px 4px 8px;
 border-top: 1px dashed #ccc;
 background: #143D55;
 text-align: center;
}

#sitemap {
 float: left;
 display: inline;
 position: relative;
 overflow: hidden;
 width: 100px;
 padding: 20px;
 margin-left: 10px;
 text-align: left;
}

#sitemap h2 {
 color: #fff;
}

#sitemap h5 {
 margin-bottom: -2px;
}

#sitemap ul li {
 list-style-type: none;
 padding-left: 1px;
}

#bottomlinks {
 float: left;
 display: inline;
 position: relative;
 overflow: hidden;
 width: 100px;
 padding: 20px;
 text-align: left;
}

#bottomlinks h2 {
 color: #fff;
}



#bottomlinks h5 {
 margin-bottom: -2px;
}

#bottomlinks ul li {
 list-style-type: none;
 padding-left: 1px;
}

#tag-cloud {
 float: left;
 display: inline;
 position: relative;
 overflow: hidden;
 width: 140px;
 padding: 20px;
 text-align: left;

}










#tag-cloud ul li {
 list-style-type: none;
 margin-bottom: -2px;
 padding-left: 1px;
}

#tag-cloud h2 {
 color: #fff;
}

#bottomabout {
 float: left;
 display: inline;
 position: relative;
 overflow: hidden;
 width: 390px;
 padding: 20px;
 text-align: left;
}

#bottomabout h2 {
 color: #fff;
}

#bottomabout h6 {
 margin-bottom: -2px;
 color: #0099CC;
}

#bottomabout a {
 color: #fff;
}

#avatarbottom {
float: right;
margin-left: 15px;
margin-bottom: 10px;
margin-top: 5px;
padding: 1px;
border: 1px solid #ccc;
}

#credits { 
 width: 906px;
 height: 20px;
 margin: 0px 0px 0px 0px;
 padding: 8px 4px 4px 8px;
 border-top: 1px dashed #ccc;
 background: #143D55;
 text-align: right;
 color: #fff;
}

#credits h5 {
margin-right: 13px;
}

#credits a {
margin-right: 13px;
}

ul#twitter_update_list li {list-style:none;margin-top:5px;padding:5px;padding-left:10px;border-left:5px solid #333;background-color:#eee;}

