/*
Theme Name: FNHate-dham
Theme URI: http://sketchperception.com
Description: Stylish and minimal theme for WordPress.
Version: 1.1
Author: Brendan Clarke
Author URI: http://sketchperception.com
Tags: clean, basic, minimal
*/

/* Use (and/or install) custom font */
@font-face {
font-family: Vegur, Helvetica, Arial;
src:url(fonts/Vegur/Vegur-R_0500.otf) format("opentype");
}

html {
	margin: 0;
	padding: 0;
}

/* Standard HTML elements */
body {
	/* Original colour, without image: 262a2d */
	background: #9da7b3 no-repeat 0 0;
	margin-right: auto;
	width: 750px;
	margin-left: auto;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #b91a1d;
}

a:active {
	text-decoration: underline;
	color: #b91a1d;
}

a:visited {
	text-decoration: underline;
	color: #b91a1d;
}

a:hover {
	text-decoration: underline;
	color: #bb2426;
}

h1 {
	margin-top: 5px;
	color: #000;
	border-bottom: 1px dotted #b3b3b3;
	padding-bottom: 3px;
	font-size: 24px;
	line-height: 24px;
}

h2 {
	margin-top: 5px;
	color: #333;
	border-bottom: 1px solid #cbcbcb;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

h3 {
	margin-top: 5px;
	color: #656565;
	border-bottom: 1px dotted #b3b3b3;
	padding-bottom: 3px;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}

h4 {
	margin-top: 5px;
	color: #989898;
	border-bottom: 1px dotted #b3b3b3;
	padding-bottom: 3px;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}

hr {
	height: 0;
	border-bottom: 1px dotted #fffeff;
	border-top: 1px dotted #b1b1b1;
	border-left-style: none;
	border-right-style: none;
}


blockquote, blockquote p {
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #7f7f7f;
	padding-left: 30px;
	padding-right: 40px;
}

blockquote {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Header */
#header {
	height: 170px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.png);
	margin-top: 50px;
	border-bottom: 1px solid #7f0002;
}

/* Container (of content) */
#container {
	float: left;
	width: 550px;
	line-height: 15px;
	background-color: #f2f2f2;
	font-size: 12px;
	padding: 25px;
	border-top: 1px solid #fffffe;
}

/* Content (posts etc.) */
#content {
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 550px;
}

/* Sidebar */
#sidebar {
	/* Default to 50% opacity when no background image is used */
	background-color: #272932;
	float: right;
	width: 120px;
	padding: 15px;
	color: #999;
	font: 10px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar p {
	color: #999899;
}

	#sidebar a {
	color: #fefefe;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #bb2426;
}
	
	#sidebar h2 {
	border-bottom: 1px dotted #40424c;
	color: #a2a7b3;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}
	
	#sidebar select {
	color: #dbdfe5;
	background-color: #383c47;
	border: 1px solid #758199;
	font-size: 10px;
	width: 120px;
}

.widget h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 10px;
}

.widget p {
	margin-bottom: 10px;
	color: #656565;
}

.widget select {
	margin-bottom: 10px;
}
	
	#searchform label {
	display:  none;
	color: #fefefe;
	font-size: 14px;
}

	#searchform input {
	width: 110px;
	font-size: 10px;
	color: #f3f8ff;
	background-color: #3c404b;
	border: 1px solid #6c727f;
	padding: 3px;
	text-shadow: #1a1e26 0 1px 2px;
}

	#searchform input#searchsubmit{
	width: 55px;
}

.searchdate {
	font-size: 12px;
	color: #656565;
}

/* Post elements */
.post {
	margin-bottom: 40px;
	color: #333;
	font-size: 12px;
}

	.post h2 {
		font-size: 24px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

	.post h2 a {
		font-size: 24px;
		text-decoration: none;
	color: #d60003;
}

	.post h2 a:hover {
		font-size: 24px;
		text-decoration: none;
	color: #bb2426;
}

	.post p {
		margin-bottom: 10px;
}

	.post ul {
		padding-left: 50px;
		margin-bottom: 10px;
}

	.post ul li {
		list-style-type: disc;
}
	
	h2.page {
	margin-bottom: 10px;
}

.post img {
	max-width: 500px;
}

/* WP caption for posts, pages and galleries) */
.wp-caption {
	background-color: #f2f2f2;
	border-width: 5px;
	border-color: #cbcbcb;
	margin-bottom: 10px;
	margin-top: 10px;
}

	.wp-caption img {
		border: 1px solid #b1b1b1;
}

	.wp-caption p {
		margin-top: 10px;
		padding-bottom: 0;
		margin-bottom: 0;
		color: #7f7f7f;
		font-size: 10px;
}

/* Align center */
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* META elements (for posts, pages, archives etc) */
.meta1, p.meta1, .meta1 p {
	font-size: 10px;
	color: #898e99;
	margin-bottom: 10px;
	padding-top: 2px;
	font-style: italic;
}

#archive .meta2 {
	margin-bottom: 40px;
}

.meta2, p.meta2, .meta2 p {
	font-size: 10px;
	color: #898d98;
	margin-top: 15px;
	padding: 10px;
	background-color: #e5e5e5;
	display: block;
	clear: left;
}

.meta2 a {
	color: #5b5e65;
}

.meta2 a:hover {
	text-decoration: underline;
	color: #bb2426;
}

/* Scroller */
.scroller {
	font-size: 14px;
}

/* Info and comments (for posts and pages) */
.info1 {
	font-size: 11px;
	color: #656565;
	background-color: #e5e5e5;
	padding: 10px;
}

#comments {
	color: #656565;
	width: 400px;
	margin: 5px auto 15px;
	padding: 20px;
	background-color: #d8d8d8;
	border-radius: 10px;
}

#comments h3 {
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0;
	border-bottom-style: none;
}

#comments p {
	margin-bottom: 10px;
}

#comments textarea {
	width: 380px;
	margin-bottom: 10px;
}

#comments li {
	background-color: #c0c4cb;
	padding: 10px;
	margin-bottom: 10px;
	color: #4d4d4d;
}

/* Extra elements */
.info1 a.post-edit-link, .info2 a.post-edit-link {
	color: #fffffe;
	text-decoration: none;
	background-color: #7f7f7f;
	padding: 7px;
	font-size: 14px;
}

.info2 {
	background-color: transparent;
}

.button {
	color: #fffffe;
	text-decoration: none;
	background-color: #333;
	padding: 10px;
}

.alert {
	background-color: #ffe593;
	border-bottom: 3px solid #eba44f;
	border-top: 3px solid #eba44f;
	padding: 5px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	color: #653d26;
	font-size: 13px;
}

/* Breadcrumbs */
#breadcrumb {
	float: right;
	width: 540px;
	background-color: rgba(255,255,254,0.1);
	margin-top: 15px;
	padding: 5px;
	font-size: 10px;
	color: #585858;
}

#breadcrumb ul {
	padding-left: 10px;
}

#breadcrumb li {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: inline-block;
	padding-right: 8px;
}

#breadcrumb a {
	font-size: 10px;
	color: #b1b1b1;
	text-decoration: none;
	border-bottom: 1px dotted #585858;
}

/* Footer */
#footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 30px;
	font-size: 10px;
	color: #595d65;
	text-align: right;
	padding-bottom: 5px;
}

#footer a {
	color: #595d65;
	text-decoration: underline;
}

/* Advanced & fixes (shouldn't need changing) */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { text-align:center; background: #e5e5e5; padding:10px; margin:10px;
}
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
div { position:relative }
*, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } 