/*----- Setup ----- */

body {
	background: #444455;
	color: #5b5b5b;
}

#wrap {
	background: #444455;;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*----- Header ----- */

#header {
	background: #3A0542;
}

#logo h1 {
	background-image: url(blue/logo-trans.png) !important;
}

#nav {
	background: #885588;
}

#navigation a {
	color: #fff;
	border-right: 1px solid #fff;
}

#navigation a span {
	color: #fff;
}

.current_page_item {
	border: none !important;
}

#navigation .current_page_item {
		text-decoration:none;
		color: #3A0542;
		background: url(blue/nav-hover.gif) top left repeat-x;
		border-bottom: 2px solid #fff !important;		
}

#navigation a:hover span, .current_page_item span {
		color: #fff !important;
		border: none !important;
}

#navigation a:hover {
		text-decoration:none;
		color: #3A0542;
		border-top: 2px solid #fff !important;		
}

#twitter span {
	color: #ffffff !important;
}

#twitter a {
	color: #6db5e7 !important;
}

/*----- Posts ----- */

.post {
	border-bottom: 1px solid #cccccc;
	background-image: url(blue/metabg.png);
}

.post h2, .post h2 a {
	color: #2d2d2d;
	text-shadow:0 1px 0 #D7D7D7;
}

.post h2 a:hover {
	border-bottom: 1px dotted #2d2d2d;
}

.meta .date {
	border-color:#cccccc;
}

/*----- Comments ----- */

#comments {
color:#fff;
}

#comments h3 {
	color: #fff;
	background-image: url(blue/postnavbg-trans.png);
	background-color:#AA8899 !important;
}

.commentlist .meta .gravatar img {
	border: 2px solid #0285B8;
}

#commentform .field, #commentform .thefield textarea {
	color: #5b5b5b;	
	bacground-color:#ffffff !important;
}

#commentform #submit {
	background: #ffffff;
	color: #5d6250;
	border: 1px solid #cccccc;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
}

#commentform .field {
	background: #fff;
}

#commentform .thefield textarea {
	background: #fff;
}

/*----- PostNav ----- */

#postnav {
	float:right;
	width:80%;
	background-color:#AA8899;
	background-color:#AA8899;
}

/*----- Sidebar ----- */

.pageinfo {
	color: #fff;
        background: #997C99;
	border: 1px solid #fff;
}

.widget h4 { 
	border: 1px solid #444455;
	background: #997C99;
}

.widget h4 a { 
	color: #fff;
	border: 1px solid #fff; 
}

.widget .content { 
	background: #997C99; 
	border: 1px solid #d4cfc5;
	font-family:sans-serif, Helvetica;
	font-size: 13px;
}

.widget .content a {
	text-decoration:none;
	color: #fff;
}

.widget .content a:hover {
	color: #3A0542;
	border: none !important;
	text-decoration: none !important;
}

.widget li { 
	margin-bottom: 15px;
}

.auth{
	background: url(http://ruleporn.com/video.png) no-repeat right top;
    height:50px;
	text-align:left;
}

#lifestream h3 {
	background: #eb552d;
	color: #fff;
	font-family:sans-serif, Helvetica;
	padding: 4px 7px;
	display: inline-block;
	margin: 0 0 10px;
}

#lifestream li {
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", serif !important;
	font-style: italic;
}

#lifestream li a {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
}

/*----- Footer ----- */

#footer {
	background: #444455;
}

#footer h4 {
	background: #23251f;
	color: #fff;
	border-bottom: 1px solid #616558;
}

#footer ul {
	background: #44473e;
}

#footer ul li {
	border-bottom: 1px solid #4e5246;
	color: #fff;
}

#footer ul li a {
	color: #dde4ce;
}
