/*
Theme Name: 002
Theme URI: http://party.aftertomorrow.org/
Description: A theme by <a href="http://party.aftertomorrow.org/">Party After Tomorrow</a>.
Version: 2
Author: Selien C.
Author URI: http://party.aftertomorrow.org/

*/

body {
	color: #333333;
	background: #FFFFFF url(images/main-bg.gif);
	margin: 0px;
	padding: 0px 0px 40px;
	font-family: Trebuchet MS, "Times New Roman", Times, serif ;
	font-size: 13px;
	margin : 0px ;
	text-align: left;
	letter-spacing: -1px;
	-webkit-transition:all .3s ease-in-out;
}
a {
	color: #a5bfc4;
	text-decoration: none;
	margin: 2px;
	-webkit-transition:all .3s ease-in-out;
}
a:visited {
	color: #b5ced3;
	text-decoration: none;
	margin: 2px;
	-webkit-transition:all .3s ease-in-out;
}
a:hover {
	color: #a9b2b4;
	text-decoration: underline;
	letter-spacing: 1px;
	margin: 2px;
	-webkit-transition:all .3s ease-in-out;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}



h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 40px;
	font: "Trebuchet MS", Tahoma, Arial;
	color: #c9eeff;
	font-size: 25px;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #b1aaaa;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #b1aaaa;
	text-decoration: none;
}
h2 a:hover {
	color: #cd6e5e;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #87b1bd;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}
#header {
	background: #ffffff url(images/header-bg.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #373530;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin:-3px;
	position: absolute;
	left: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #ffffff url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #e7a198;
	padding: 5px 15px;
	cursor: pointer; 
	background: #ffffff url(images/nav-button2-bg.gif) repeat-x;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 490px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	color: #716f6f;
	font: verdana;
	font-size: 12px;
	letter-spacing: 1px;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	color: #716f6f;
	font: verdana;
	font-size: 15px;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #cfcfcf;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(http://s4.tinypic.com/w7o1p5_th.jpg) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(http://s4.tinypic.com/w7o1p5_th.jpg) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #ebf3f7;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #e0a094;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f2f2f2;
	border: 1px solid #cfcfcf;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f2f2f2;
	border: 1px solid #cfcfcf;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	background: #ffead7;
}
#searchform {
	background: url(images/searchform-bg.gif) repeat-x;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #D9E4E6;
	background: #f2f2f2;
	text-align:center;
}
#searchform #searchsubmit {
	background:#cccccc;
	border: 1px solid #D9E4E6;
	border: none;
	padding: 2px 5px 5px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #87b1bd;
	margin:10px;
	background:#ffffff;
	text-shadow: #cccccc 2px 2px 2px;
	filter: Shadow(Color=#cccccc, 	
			Direction=2, 
			Strength=2)
	float:center;
	text-align:center;
}

#sidebar .elite { 
	font-size: 50px;
	color: #87b1bd;
	text-shadow: #cccccc 5px 2px 2px;
	filter: dropshadow(color=#cccccc,offX=2,offY=2);
	text-decoration: none ;
}

#sidebar .elite:hover { 
	font-size: 50px;
	color: #ffffff;
	text-shadow: #cccccc 5px 2px 2px;
	filter: dropshadow(color=#cccccc,offX=2,offY=2);
	text-decoration: none ;
}

#footer {
	clear: both;
	background: #d5e6eb;
	color: #ACD7EE;
	font-family: arial;
	font-size: 13px;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}

.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}

img.img_border, a img.img_border {
	border: 1px solid #87b1bd;
	padding: 3px;
	margin: 2px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	margin: 2px;
	background: #FF6600;
}

a img {  
	filter:alpha(opacity=50); 
	opacity:0.5;  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	border: 3px solid #555555;
}
a:hover img {  
	border: 3px solid #87b1bd;
	filter:alpha(opacity=100); 
	opacity:1.0;  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
}