/*#############################################################
Name: Dirtylicious
Date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #BBB;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: auto;
	text-align: center;
	background-color: #171717;
}

a:link {
	color: #5B8AC9;
	text-decoration: none;
}
a:visited {
	color: #5B8AC9;
	text-decoration: none;
}
a:hover {
	color: #5B8AC9;
	text-decoration: underline;
}
a:active {
	color: #5B8AC9;
	text-decoration: none;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Trebuchet MS, Helvetica, sans-serif;}
h2 {font: bold 1.4em Trebuchet MS, Helvetica, sans-serif; padding: 0px; margin: 0px;}
h3 {font: bold 1em Trebuchet MS, Helvetica, sans-serif;}

.postTitle {font: normal 1.8em Trebuchet MS, Helvetica, sans-serif; color: #5B8AC9;}
.postDate {font: bold 1em Trebuchet MS, Helvetica, sans-serif;}

.commentMessage{
margin-left: 5px;
font: normal 1.2em Tahoma, Helvetica, sans-serif; color: #999999;
}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background-color: #303030;
	border: 1px solid #dddddd;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Trebuchet MS, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.sidebarDivider{
	color: #202020;
	background-color: #202020;
	width: 100%;
	height: 1px;
	border: none;
	padding: 0px;
	margin: -10px 0px -2px 0px;
}

*>.sidebarDivider{
	margin: 5px 0px 5px 0px;
}

.sidebarContent{
	width: auto;
	height: auto;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {
	padding-top: 6px;
	margin-bottom: 4px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.path {
	background-color: #303030;
	font: normal 1.1em Trebuchet MS, Helvetica, sans-serif;
	padding: 8px;
	text-align: center;
	margin: 0px;
}
.path li,.path ul {display: inline;}
.path a {
	margin-right: 16px;
}

/* main */
.main {
	background-color: #303030;
	border-top: none;
	padding: 8px 12px 0 0;
}

/* content */
.content 
{
	background-color: #2c2c2c;
	float: right;
	width: 538px;
	padding: 5px;
	margin-left: 5px;
}
.content .descr {
	font-size: 0.9em;
	margin-bottom: 6px;
	color: #777777;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: Trebuchet MS, Helvetica, sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 210px;
	margin-right: 5px;
}
.navigation h2 {
	font: bold 1.1em Trebuchet MS, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 0px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #666666;
	text-transform: capitalize;
}
.navigation li {
	border-bottom: 1px solid #666666;
	display: block;
	font-size: 1.1em;
	/*display: block;*/
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a {
	text-decoration: none;
}
.navigation li img {
	padding-right: 5px;
}
#blogroll
{
	font-size: .9em;

}
#searchfield
{
	/*max-width: 125px;*/
	width: 125px;
}

.post {margin: 6px 0 2px;}
.post .info{
	border: 1px solid #666666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
	border: 4px solid #666666;
	margin: 4px 0;
}
.post a img {border: 4px solid #666666;}

/* related posts */
#relatedPosts a {
	display: block;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

/* comments */
.comment 
{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin: 0px;
}

.comment .date {
	text-align: left;
	margin: 0;
	padding: 3px 0px;
	color: #777777;
}
.comment .author {
	margin: 0;
	text-align: left;
	padding-top: 3px;
	margin: 5px 0px 3px 0px;
	clear: both;
}

.self {
}

.comment .gravatar {
	float: right;
	/*clear: both;*/
	width: 80px;
	margin: 5px 5px 5px 5px;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content 
{
	float:left;
	width: 440px;
	margin: 5px 0 0 0px;
}
.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
}

.commentForm input {
	width: 130px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	padding: 10px;
}

#archive h1 {
	margin: 0;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid #666666;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #dddddd;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	/*width: 70px;*/
	text-align: center;
}

#archive .rating{
	/*width: 70px;*/
	text-align: center;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 12px;
}

#tagcloud a.big {
	font-size: 11px;
}

#tagcloud a.medium {
	font-size: 10px;
}

#tagcloud a.small {
	font-size: 9px;
}

#tagcloud a.smallest {
	font-size: 8px;
}


/*----------------------------
				Contact page
----------------------------*/

#contact{
	padding: 10px;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}


/* code styles for CodeFormatter Extension*/
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

/*----------------------------
				Search page
----------------------------*/

.searchresult {
	margin-top: 20px;
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
	border: none;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid #666666; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}


div.entry
{
	font-size: 1.3em;
	padding-left: 10px;
}



.container{
	width: 810px;
	height: auto;
    padding: 0px 10px 0px 10px;
    margin: 0px auto;
    display: block;
    text-align: center;
    vertical-align: middle;
    float: none;
}

.header {
    width: 785px;
    height: 87px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    display: block;
    text-align: right;
    vertical-align: middle;
    text-align: center;
}

.headerLogo {
	border: none;
	vertical-align: middle;
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
}

.headerLogoImage {
	border: none;
}

.headerNavigation {
	width: auto;
	height: auto;
	border: none;
	vertical-align: middle;
	display: inline;
	float: right;
	padding: 35px 0px 0px 0px;
	margin: 0px;
	line-height: 31px;
}

*>.headerNavigation {
	padding: 40px 0px 0px 0px;
	line-height: 17px;
}

*:first-child+html .headerNavigation {
  line-height: 31px;
}

.headerNavigationText {
	background-color: #202020;
	padding: 2px 9px 4px 10px;
	margin: 0px;
	border: solid 1px #111111;
}

*>.headerNavigationText {
	padding: 5px 9px 5px 10px;
}

.headerNavigationLink{
	font-weight: bolder;
	text-decoration: underline;
}

.blogContentTitle {
	text-align: center;
	width: auto;
	font-size: 24px;
	margin: 0px;
	display: block;
	padding: 5px;
	background-color: #262626;
	border: solid 1px #424242;
}

.blogContentText{
	padding: 5px;
	margin: 0px;
	width: auto;
	height: auto;
	text-align: left;
	display: block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
}

*>.blogContentText {
	line-height: 20px;
}

.footerContent {
	width: auto;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	display: block;
	float: none;
}

*>.footerContent {
	text-align: center;
	padding: 0px;
}

.footerContentText {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	color: #444444;
	text-align: center;
	display: block;
	float: none;
}

*>.footerContentText {
	line-height: 20px;
	margin: auto;
}



.tl {
	background: url(http://www.splashup.com/assets/cornerTL.gif) 0 0 no-repeat;
	padding:0px;
	margin: 0px;
}
.tr {
	background: url(http://www.splashup.com/assets/cornerTR.gif) 100% 0 no-repeat;
	padding:10px;
}
.bl {
	background: url(http://www.splashup.com/assets/cornerBL.gif) 0 100% no-repeat #303030;
	width: auto;
	padding: 0px;
	margin: 0px;
} 
.br {
	background: url(http://www.splashup.com/assets/cornerBR.gif) 100% 100% no-repeat;
	padding: 0px;
	margin: 0px;
} 
.clear {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}