/*
Theme Name: Lirikita
Theme URI: http://wplover.com/our-rights-wordpress-theme/
Description: Lirikita Blog Theme
Version: 1.0
Author: Hafiz Rahman
Author URI: http://playworkplay.com/
Tags: grunge, fixed width, two columns, widgets

*/

/* Eric Meyer's Reset CSS.	
 * --------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0 dotted #ccc;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Everything else
 * --------------------------------------------------------------------------------------- */

a {
	color: #990000;
}
  
html {
	background: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333;
}

#header {
	height: 110px;
	width: 100%;
	background: #538abd url('images/header.png') top repeat-x;
	border-bottom: 10px solid #405364;
}

	#header-container {
		width: 960px;
		margin: 0 auto;
		background: #538abd url("images/hd-content.png") left top no-repeat;
		position: relative;
	}
	
		#header-container h1 {
			text-indent: -999em;
			width: 150px;
		}
			#header-container h1 a {
				display: block;
				padding: 40px 0;
			}
		
		#header-container #description {
			display: none;
		}

		#menu {
			position: absolute;
			top: 0;
			right: 0;
		}
		
		#menu ul {
			float: left;
		}
		
		#menu li {
			float: left;
			margin: 0 15px 0 0;
		}
		
		#menu li#menu-about {
			width: 67px;
			height: 21px; 
		}
		
		#menu li#menu-blog {
			width: 48px;
			height: 21px;
		}
		
		#menu li#menu-contact {
			width: 58px;
			height: 21px;
		}
		
			#menu li a {
				display: block;
				height: 21px;
				text-indent: -999em;
			}
			
			li#menu-about a {
				background: url("images/menu-about.png") top left no-repeat;
			}

			li#menu-about a:hover {
				background: url("images/menu-about.png") bottom left no-repeat;
			}

			li#menu-blog a {
				background: url("images/menu-blog.png") top left no-repeat;
			}

			li#menu-blog a:hover {
				background: url("images/menu-blog.png") bottom left no-repeat;
			}
			
			li#menu-contact a {
				background: url("images/menu-contact.png") top left no-repeat;
			}

			li#menu-contact a:hover {
				background: url("images/menu-contact.png") bottom left no-repeat;
			}		

#content-container {
	width: 900px;
	margin: 0 auto;
}
	
#content {
	float: left;
	width: 600px;
	margin-left: 15px;
	margin-top: 15px;
}

	.post {
		margin: 0 40px 30px 0;
		border-bottom: 3px double #ddd;
	}
	
		.postdate {
			text-align: right;
			font: bold 1em Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			word-spacing: 2px;
			letter-spacing: 2px;
			color: #990033;
			margin-bottom: 5px;
		}
	
		.post h2 {
			font: bold 2.4em Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
			letter-spacing: -1px;
		}
		
			.post h2 a {
				text-decoration: none;
				color: #006699;
			}
		
		.entry {
			font: 1.4em Georgia, Times, serif;
			color: #666;
			line-height: 1.75;
		}
		
		.postmetadata {
			padding-top: 15px;
			margin-top: 20px;
			text-transform: uppercase;
			color: #333;
		}
		
			.postmetadata a {
				color: #990000;
				text-decoration: none;
			}
			
			.postmetadata a:hover {
				text-decoration: underline;
			}
		
		.post a {
			color: #990000;
		}
		
		.post p {
			margin: 15px 0;
		}
		
		.post blockquote {
			border-left: 1px solid #999;
			font-style: italic;
			padding-left: 10px;
			margin-left: 10px;
		}
		
		.post ul, .post ol {
			margin-left: 30px;
		}
		
			.post ol li {
				list-style-type: decimal;
			}
		
			.post ul li {
				list-style-type: square;
			}
		
			.edit-content {
				text-transform: uppercase;
			}
		
	.pagetitle {
		font: 1.2em Georgia, Times, serif;
		color: #990000;
	}
	
		#notfound h2 {
			font: 1.8em Arial, Helvetica, sans-serif;
			margin-bottom: 10px;	
		}
		
		#notfound p {
			font-size: 1.2em;
			margin-bottom: 10px;
		}

	.navigation {
		text-transform: uppercase;
		overflow: auto;
	}
	
		.navigation a {
			text-decoration: none;
		}
		
		.navigation a:hover {
			text-decoration: underline;
		}
	
		.alignleft {
			width: 45%;
			float: left;
		}

		.alignright {
			width: 45%;
			float: right;
			text-align: right;
		}
		
	h3#comments, h3#respond {
		font: bold 1.2em Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
		padding-bottom: 15px;
		clear: both;
	}
	
		.commentitem {
			margin-bottom: 5px;
			padding-bottom: 20px;
			overflow: auto;
			clear: both;
			width: 570px;
		}
		
			.commentcontent {
				border-bottom: 1px dotted #ddd;
				padding-bottom: 20px;
			}
			
			.commentlist cite {
				font: bold 1.4em Arial, Helvetica, sans-serif;
				display: block;
				color: #666;
			}
			
				.commentlist cite a {
					color: #006699;
					text-decoration: none;
				}
				
				.commentlist .commentmetadata {
					font: 1em Arial, Helvetica, sans-serif;
					margin-bottom: 10px;
				}
				
					.commentmetadata a {
						text-decoration: none;
						color: #666;
						text-transform: uppercase;
					}
			
			.commentlist p {
				font: 1.4em Georgia, Times, serif;
				color: #666;
				line-height: 1.75;
			}
	
	#commentform {
		width: 600px;
		margin-bottom: 50px;
	}

		#commentform textarea, #url, #email, #author {
			width: 580px;
			border: 3px double #aaa; 
			margin: 5px 0 10px;
			font: 1.1em Arial, Helvetica, sans-serif;
			color: #666;
			padding: 3px;
		}
		
		#formmessage {
			font: 1.4em Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
			background: #f5f5f5;
			padding: 3px;
		}
		
		#commentform label {
			font: 1em Georgia, Times, serif;
			color: #666;
			text-transform: uppercase;
		}

#sidebar {
	float: right;
	width: 250px;
	margin-top: 60px;
}

	#sidebar h2 {
		font: 1.6em Georgia, Times, serif;
		letter-spacing: -1px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

		#sidebar h2 span {
			color: #990000;
			font-weight: normal;
		}
		
			#sidebar > ul > li {
				margin-bottom: 30px;
				font: 1.1em Arial, Helvetica, sans-serif;
			}
			
				#sidebar > ul > li a {
					text-decoration: none;
					color: #990000;
				}

				#sidebar > ul > li a:hover {
					text-decoration: underline;
				}
				
					#sidebar > ul > li li {
						margin: 5px 0 5px 15px;
						list-style-type: disc;
					}	
					
		#searchform #s {
			border: 3px double #aaa; 
			font: 1.1em Arial, Helvetica, sans-serif;
			color: #666;
			padding: 3px;		
		}
		
		#searchform #searchsubmit {
			border: 3px double #aaa; 
			font: 1.1em Arial, Helvetica, sans-serif;
			color: #666;
			padding: 2px 10px;
		}

#footer {
	clear: both;
	width: 100%;
	background: #fff;
	border-top: 1px dotted #ddd;
}

	#footer p {
		width: 960px;
		margin: 0 auto;
		padding-left: 20px;
		padding-top: 20px;
		font: 1em Arial, Helvetica, sans-serif;
		color: #999;
		text-align: right;
		text-transform: uppercase;
	}
	
	#footer a {
		color: #fff;
	}
	
/* REV */
.author-pic {
	float: left;
	margin: 0 10px 10px 0;
}

.author-pic img {
	padding: 2px;
	border: 1px solid #ddd;
}