/*  
Theme Name: LINAPW theme
Theme URI: http://rahaji.com
Description: knowledge is belong to the world!
Version: 1.0
Author: Rahaji
Author URI: http://rahaji.com
*/


/* General */

body {
	margin: 0;
	padding: 0;
	background: #cccccc url("images/bg.png") top repeat-x;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

img {
	border: 0;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width:900px;
	font: normal 12px "Trebuchet MS", "Arial";
	color: #333333;
}



/* Header */

#header {
	width: 900px;
	height: 302px;
	margin-top: 0;
	background: url("images/header-top.png") no-repeat top;
}

#header-in {
	width: 900px;
	height: 161px;
	padding-top: 141px;
	background: url("images/header-down.png") no-repeat bottom;

}

	/* Header - Info */
	
	#header #header-info {
		padding-top: 0px;
		position: absolute;
	}

	
	/* Header - Menu */
	
	#header #header-menu {
		margin-top: 130px;
		padding-right: 35px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding-right:15px;
		list-style-type: none;
	}
	
	#header #header-menu ul li {
		float: right;
		font: normal 14px "Trebuchet MS", "Arial";
		color: #333333;
		font-weight:none;
	}
	
	#header #header-menu ul li a {
		color: #333333;
		text-decoration: none;
		display: block;
		padding: 5px 10px;
	}
	
	#header #header-menu ul li a:hover {
        color: #ffffff;
        background-color: #333333;
		font-weight:none;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	
/* Main */

#main {
	width: 900px;
	background: url("images/bodyBG.png") repeat-y;
	float:center;
	padding-top:30px;
	}

	/* Main - Content */
	
	#content {
		float: left;
		width: 560px;
		margin-left: 40px;
		height:100%
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		width: 560px;
		background: #ffffff;
		padding-bottom: 30px;
		margin-left: 10px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 560px;
			height: 50px;
			color: #333333;
			font: normal 11px "Trebuchet MS", "Arial";
			padding: 10px 0px 0px 0px;
		}
		
		#content .post .post-title a {
			color: #009999;
			text-decoration: none;
	
		}
		
		#content .post .post-title a:hover {
			text-decoration: none;
			color: #ff6600;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: #ffffff;
			background: #333333;
			text-align: center;
			text-transform: lowercase;
			height: 40px;
			width: 40px;
			font: normal 10px "Trebuchet MS", "Arial";
			margin-right: 10px;
			
		}
		
		#content .post .post-title .post-date span {
			display: block;
			margin-bottom: -6px;
			padding-top: 4px;
		}
		
		#content .post .post-title h2 {
			color: #333333;
			font: 22px "Trebuchet MS", "Arial";
		}
		
		#content .post .post-title h2 a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			color: #009999;
			text-decoration: none;
		}
		
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px "Trebuchet MS", "Arial";
			color: #333333;
			text-align: justify;
			padding: 0px;
			width: 560px;
			
		}
		
		#content .post .post-entry a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bNormal 12px/20px "Trebuchet MS", "Arial";
			color: #009999;
			float: right;
			margin-bottom: 15px;
		}
		
		#content .post .post-entry .more-link a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width:560px;
			height:46px;
			float:left;
			padding: 10px 0px 0px 0px;
			clear: both;
			font: normal 11px "Trebuchet MS", "Arial";
			color: #333333;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			color: #009999;			
			text-decoration: none;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #333333;
			font: bold 14px "Trebuchet MS", "Arial";
			margin: 20px 0 10px 0;
			width: 560px;
		}
		
		#content .post .comments {
			width: 560px;
			font: normal 12px/18px "Trebuchet MS", "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: #333333;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #eeeeee;
		}
		
		#content .post .comments ol li cite {
			color: #333333;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			width: 560px;
			font: normal 12px/18px "Trebuchet MS", "Arial";
			color: #333333;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: normal 12px "Trebuchet MS", "Arial";
		color: #333333;
		float: left;
		width: 560px;
		margin-bottom: 20px;
	}
	
	#content .navigation a {
		color: #333333;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		color: #009999;
		text-decoration: none;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
		
		/* Main - Sidebar */
		
#primary {
	float:right;
	width:230px;
	background: #ffffff;
	margin-right:50px;
	overflow:hidden;
}


/* Sidebar - Titles */
		#sidebar {
		position: relative;
		float: right;
		overflow: hidden;
		}

		#primary h3 {
			width:230px;
			height: 40px;
			font: normal 16px "Trebuchet MS", "Arial";
			color: #333333;
			background: url("images/post.png") repeat-x;
			float: left;
			padding-left: 10px;
			padding-top: 10px;
			margin-top: 5px;
		}
		
		
		/* Sidebar - Menus */
		
		#primary ul {
			margin: 0 0px;
			padding: 0 0 5px 0;
			list-style-type: none;
			
			
		}
		
		#primary ul li {
			color: #ffffff;
			padding-left: 5px;
			font: normal 12px "Trebuchet MS", "Arial";
			margin: 0 0px;
		}
		
		#primary ul li a {
			color: #333333;
			text-decoration: none;
		}
		
		#primary ul li a:hover {
			color: #009999;
			text-decoration: none;
		}
		
		#primary ul li ul {
		
	
		}
		
		#primary ul li ul li {
			border-bottom: none;
			
		}
		
/* Footer */
#footer	{
	width: 900px;
	height: 109px;
	background: #cccccc url(images/footer1.png) no-repeat;
	float:center;
	font: normal 12px "Trebuchet MS", "Arial";
	color: #cccccc;
	clear: both;
   	text-align: center;
	padding-bottom: 50px;
	overflow: hidden;
    }
    
p.left { 
	float: left;
	width:400px;
	padding-top:60px;
	padding-left: 25px;
	}
p.right { 
	float: right; 
	padding-top: 55px;
	text-align: right;
	padding-right: 40px;
	width:400px;
	padding-bottom: 60px;
	}

#footer a {
	color: #009999;
	text-decoration:none;
	
	}

#footer a:hover {
	color: #cc6600;
	}	
	