/*  
Theme Name: Blue Grey 2
Theme URI: http://againstmyself.net
Description: time won't fix any shit!
Version: 1.0
Author: Rahaji
Author URI: http://againstmyself.net
*/


/* General */

body {
	margin: 0;
	background: #ffffff url("images/bg_top.png") top repeat-x;

	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width:960px;
}



/* Header */

#header {
	width: 960px;
	height: 112px;
	padding-left: 0px;
	position: relative;

}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 50px;
		left: 20px;
		width: 300px;
		text-align: center;
	}
	
	#header #header-info h1 a {
		color: #666666;
		text-decoration: none;
		font: normal 40px "Arial", Arial;
	}
	
	#header #header-info .description {
		margin-top: -4px;
		color: #666555;
		font: normal 16px "Arial", Arial;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 85px;
		right: 3px;
	}
	
	#header #header-menu ul {
		margin: 0;
		list-style-type: none;
		height: 25px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 25px;
		font: normal 12px "Arial", Arial;
		color: #ffffff;
		font-weight:none;
		background: url("images/left.png") no-repeat left;
		margin-right:3px;
	}
	
	#header #header-menu ul li a {
		background: url("images/right.png") no-repeat right;
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 6px 15px;
		
	}
	
	#header #header-menu ul li a:hover {
		color: #000000;
		text-decoration: none;
		font-weight:none;
		background-color: #3399cc;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	

	
/* Main */

#main {
	width: 960px;
	float: left;
	margin-top: 0px;
	padding-bottom: 20px;
}

	/* Main - Content */
	
	#content {
		padding-top: 19px;
		float: left;
		width: 530px;              
                	
        }
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 10px;
		width: 530px;
		background: #ffffff;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 530px;
			color: #3399cc;;
			font: normal 12px "Arial", Arial;
			text-align: left;
			padding: 0px 0px 10px 0px;
		}
		
		#content .post .post-title a {
			color: #999999;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: none;
			color: #3399cc;
		}
		
		#content .post .post-title h2 {
			color: #565656;
			font: bold 20px "Arial", Arial;
	       	border-top: 1px solid #3399cc;
	       	border-bottom: 1px solid #3399cc;
	       	background-color: #eaf5fb
		}
		
		#content .post .post-title h2 a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: none;
                        color: #3399cc;                        

		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Arial", Arial;
			color: #333333;
			text-align: justify;
			padding: 0 0px;
			width: 530px;                       		
                }
		
		#content .post .post-entry a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			color: #3399cc;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link {
			font: normal 12px/20px "Arial", Arial;
			color: #3399cc;
			float: right;
			margin-bottom: 5px;    
		}
		
		#content .post .post-entry .more-link a {
			color: #333666;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			color: #3399cc;
			text-decoration: none;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			float:right;
			padding: 0px 0px 0px 0px;
			clear: both;
			font: normal 18px/24px "Arial", Arial;
			color: #000000;
			text-align: center;
			background: url("images/comment.png") no-repeat right;
			}
					
		#content .post .post-info a {
			color: #3399cc;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			color: #000000;			
			text-decoration: none;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #333333;
			font: bold 14px "Arial", Arial;
			margin: 20px 0 10px 0;
			width: 550px;
		}
		
		#content .post .comments {
			width: 530px;
			font: normal 12px/18px "Arial", Arial;
			color: #333333;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #ffffff;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			width: 500px;
			font: normal 12px/18px "Arial", Arial;
			color: #666666;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #666666;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 18px/35px "Arial", Arial;
		color: #3399cc;
		float: left;
		margin-bottom: 20px;
		width: 530px;
	}
	
	#content .navigation a {
		color: #3399cc;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: none;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	

	/* Main - Sidebar */
		
#sidebar {
	float:right;
	width:400px;
	background: #ffffff;
	margin-top:0px;
	margin-right:0px;
	padding-bottom:0px;
	overflow:hidden;
	text-align: left;
        margin-bottom: 20px;
}

#ad_box {
width:400px;
height: 225px;
background: url("images/ad_box.png") no-repeat;
padding-bottom: 0px;
margin-top: 20px;
margin-bottom: 0px;
}
	
	#in-ad_box {
	 	float: left;
		width: 400px;
		height: 170px;
		padding-top: 55px
		}
			
	#in-ad_box img {	
		float:left;
		width:90px;
		height:75px;
		border:1px dashed #3399cc;
		margin:0px 0px 5px 5px;
		padding:1px;
	}

	#in-ad_box img:hover {
		float:left;
		width:90px;
		height:75px;
		border:1px solid #3399cc;
		padding:1px;
		}
	
	
#left_col {
	float:left;
	width:190px;
	margin-left:0;
	margin-right:0;
	padding-right:10px;
	padding-left:0px;
	padding-bottom:0px;
}

#right_col {
	float:left;
	width:200px;
}


/* Sidebar - Titles */
		
		#sidebar h2 {
			padding-left: 18px;
			font: normal 16px/25px "Arial";
			color: #3399cc;
			background: url(images/sidebar-title.png) no-repeat;
			float:center;
			margin-top: 15px;
			border-bottom: 3px solid  #dcf1fd;
			border-top: 0px solid #d0d2d3;
		}
		
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 0px;
			padding: 5px 5px 5px 0;
			list-style-type: none;
			
		}
		
		#sidebar ul li {
			color: #333333;
			padding-left: 2px;
			font: normal 12px/27px "Arial", Arial;
			border-bottom: 1px dotted #dfdfdf;
			margin: 0 0px;
		}
		
		#sidebar ul li a {
			color: #333333;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			color: #3399cc;
			text-decoration: none;
		}
		
		#sidebar ul li ul {
	
		}
		
		#sidebar ul li ul li {
			border-bottom: none;
		}
		
/* Footer */
#footer {
	font: normal 11px/27px "Verdana", Arial;
	color: #3399cc;
	height: 60px;
	clear: both;
    text-align:left;
	margin-top:0px;
	width:960px;
	overflow:center;
	line-height: 1.5em;
	}

#footer a {
	color: #ffffff;
	text-decoration:none;
	}

#footer a:hover {
	color: #ff00ea;
	}	
	
		
#bottom-bg { 
	background: url("images/bg_down.png") bottom repeat-x;
	
}


/* hello */
	
#hello {	
	float: left;
	width: 530px;
	height: 179px;
	background: url("images/hello.png") no-repeat;
	font: normal 12px "Arial";
	color: #3399cc;
	text-align: right;
	padding-bottom: 20px;
	line-height: 1.5em; 
}
	
	

