/*  
Theme Name: Arminder
Theme URI: http://www.arminder.co.uk
Description: This is my theme for my blog.
Version: 1.0
Author: Arminder Dahul
Author URI: http://www.arminder.co.uk

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('http://www.arminder.co.uk/images/page_back.png') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, san-serif;
}

img {
	border: none;
}

#wrapper {
	background-image: url('http://www.arminder.co.uk/images/right_header.png');
	background-position: top right;
	background-repeat: no-repeat;
	
	/*border: #000 solid 1px;*/
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	margin-bottom: -110px;
	position: relative;
}

#header {
	top: 35px;
	width: 800px;
	height: 115px;
	position: relative;
	background: url('http://www.arminder.co.uk/images/arminder_logo.png') no-repeat;
}	

#nav {
	position: relative;
}

#content {
	padding: 0px 10px 0px 10px;
	position: relative;
	float: left;
	width: 500px;
	/*border: 1px solid #f00;*/
}
	#content h2 {
		color: #333;
		font-style: italic;
	}

.sidebar {
	float: right;
	width: 300px;
	margin-top: 15px;
	/*border: 1px solid #f00;*/
	position: relative;
	padding-right: 10px;
}
	
#footer {
	position: relative;
	background-image: url('http://www.arminder.co.uk/images/footer_back.png');
	background-repeat: repeat-x;
	height: 110px;
	clear: both;
}

	#footer_content {
		width: 780px;
		margin-left: auto;
		margin-right: auto;
		font-size: 12px;
		color: #666;
		font-style: italic;
		padding-top: 20px;
		vertical-align: middle;
	}

		#footer_content div.copy {
			float: left;
			width: 400px;
			background-image: url('http://www.arminder.co.uk/images/footer_arminder_logo.gif');
			background-repeat: no-repeat;
			padding-left: 45px;
		}

		#footer_content div.links {
			float: right;
			width: 300px;
			/*border: 1px solid #f00;*/
			text-align: right;
		}
		
		.links a
		{
			margin: 0px 5px 0px 5px;
			font-weight: bold;
		}
		
		.links a:link {
			color: #666;
			text-decoration: underline;
		}
		
		.links a:visited {
			color: #666;
			text-decoration: underline;
		}

		.links a:hover {
			color: #666;
			text-decoration: none;
		}

		.links a:active {
			color: #999;
			text-decoration: none;
		}
		
		/*.links p {
			margin: 5px;
			font-weight: bold;
			width: 100px;
			height: 30px;
			border: 1px solid #f00;
		}*/
		
		/*.links img {
			width: 30px;
			margin: 0px;
			padding: 0px 5px 0px 0px;
			vertical-align: middle;
		}*/

.clearfooter {
	height: 110px;
	clear: both;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #b80606;
	text-decoration: underline;
}

a:hover {
	color: #b80606;
	text-decoration: none;
}

a:active {
	color: #b80606;
	text-decoration: none;
}

/* Styles the contact form */
label {
	width: 5em;
	margin-right: 0.5em;
	float: left;
	font-weight: bold;
	display: block;
	text-align: right;
}

input, textarea {
	border: 1px solid #666666;
	width: 300px;
}
	

fieldset {
	font-size: 90%;
	width: 30em;
	padding: 10px;
	border: none;
}

.submit input {
	margin-left: 6.0em;
}

.error {
	color: #AC3030;
	margin-left: 6.0em;
}

.emailthanks {
	font-weight: bold;
	margin-left: 6.0em;	
}

p.site-name {
	font-weight: bold;
}

a.site-url:link, a.site-url:visited, a.site-url:active {
	color: #AC3030;
	text-decoration: underline;
}

a.site-url:hover {
	color: #999999;
	text-decoration: none;
}

img.floatright {
	float: right;
	margin-right: 10px;
	border: 1px solid #999;
}

.siteinfo {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;	
}

.siteinfo-last {
	padding: 10px 0 10px 0;	
}

.siteinfo p {
	font-size: 80%;
}



/* Stretch out the calendar to fit the width of the sidebar */
table#wp-calendar {
	width: 100%;
}



/* Content container the main post content and sidebar styles */
#header h1 {
	font-style: italic;
	color: #999;
	padding: 0px 10px 10px 0px;
   	font-size: 0;
   	text-indent: -2000px; 
	z-index: 1;
}

.post {
	/*padding: 0px 10px 0px 10px;*/
	margin-top: 20px;
}

.post h2 {
	font-style: italic;
	color: #333;
	/*padding: 0px 10px 10px 0px;*/
}

.entry {
	line-height: 1.25em;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	font-size: 90%;
}


/* Sidebar styles */
.sidebar {
	float: left;
	width: 260px;
	background: #eee;
	margin: 0 0 0 10px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
	font-size: 90%;
}

.sidebar ul li h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	
}

.sidebar ul ul li {
	padding: 5px; 
}
/* End Sidebar styles */

.navigation {
	padding: 10px 0 0 0;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.25em;
}

p {
	padding: 10px 0 0 0;
}

/* End content, sidebar, footer */

/* link style */
a:link {
	color: #b80606;
}

a:visited {
	color: #b80606;
}

a:active {
	color: #b80606;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

/* the comments part of the post */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* Styles for the search form */
.text {
	width: 200px;
	margin-bottom: 10px;
}

#searchsubmit {
	width: 100px;
}
