/*
Theme Name: Dharma Grunge
Theme URI: http://www.dharmakelleher.com/
Description: The wacky WordPress theme designed by and for emerging author Dharma Kelleher.
Version: 1.0
Author: Dharma Kelleher
Author URI: http://www.dharmakelleher.com/
Tags: red, custom header, fixed width, two columns, widgets

	Dharma Grunge v1.0
	 http://dharmakelleher.com/

	This theme was designed and built by Dharma Kelleher,
	whose blog you will find at http://www.dharmakelleher.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin: 0;
	padding: 0;
	background: #0D0F0E url('images/bgstrip-grunge.jpg') repeat-x top;
	font-family: Helvetica, sans-serif;
	line-height: 1.4em;
	color: #C8CAD0;
}

#header {
	background: url('images/header-grunge.png') no-repeat;
	height: 143px;

}

#nav {
	margin: 0;
	padding: 7px;
	background: #044375;
	background: url('images/navbar-grunge.png') no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 776px;
	background: #050414;
	background: url('images/wrap-bg.jpg') repeat-y left;
	border-right:  3px solid #422828;
	border-left:  3px solid #422828;
}

#content {
	margin: 0;
	padding: 10px;
	float: left;
	width: 500px;
	background: #050414;
	background-image: url('images/blackmold.png');
	background-repeat: no-repeat;
	background-position: right top;
}

#blogcontent {
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 500px;
	background: #050414;
	font-size: 14px;
}

#sidebar {
	margin: 0;
	padding: 10px;
	float: right;
	width: 236px;
	background: #350E0E;
	background-image: url('images/sidebar-grunge.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar2 {
	margin: 0;
	padding: 10px 10px;
	float: right;
	width: 236px;
	background: #350E0E;
	background-image: url('images/sidebar-grunge.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar3 {
	margin: 0;
	padding: 10px 10px;
	float: right;
	width: 236px;
	background: #350E0E;
	background-image: url('images/sidebar-grunge.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	clear: both;
	padding: 2px;
	background: #6F237B;
	background-image: url('images/footer-grunge.png');
	border-bottom: 2px solid #ddd;
	height: 51px;
	font-size: 10pt
}

#header h3 {
	padding: 115px 0 30px 203px;
	color: #B29264;
	font-weight: normal;
	letter-spacing: -1px;
}

/*
By default, list items are displayed as a block. We can
override that style with "display: inline" which will cause
the list items to appear next to each other.
*/
#nav ul li {
	display: inline;
	margin: 0 10px 0 10px;
}

#nav a:link {
	color: #fff;
	text-decoration: none;
}

#nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav a:active {
	background: #044375;
	color: #ffffff;
	text-decoration: none;
}

/* Standard float positioning */
p img {
	padding: 0;
	max-width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#img a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.center {
	float: center;
	}

/* End Images */

/* Use a single rule for elements that share the same properties */
h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
}

p, h2, h3 {
	margin: 0 0 10px 0;
}

ul {
	list-style-type: none;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}


#sidebar ul {
	margin: 0 0 40px 0;
}

#sidebar h3 {
	padding: 5px;
	background: #422828;
	border-bottom: 2px solid #1c0e0e;
	font-weight: normal;
	color: #CCCCCC;
}

#sidebar a:link {
	color: #3059d1;
	font-size: 12px;
	text-decoration: none;
}

#sidebar a:visited {
	color: #3059d1;
	font-size: 12px;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}

#sidebar a:active {
	background: #044375;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#sidebar2 h2 {
	padding: 5px;
	margin: 10px 0 0 0;
}
 
#sidebar2 p {
	margin: 0 10px 20px 20px;
	font-size: 12px;
	list-style-position: outside;
}

#sidebar2 li {
	color: #3059d1;
	margin: 0 10px 0 20px;
	list-style-type:circle;	

}

#sidebar2 a:link {
	color: #3059d1;
	text-decoration: none;
}

#sidebar2 a:visited {
	color: #3059d1;
	text-decoration: none;
}

#sidebar2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar2 a:active {
	background: #044375;
	color: #ffffff;
	text-decoration: none;
}

/*
Remember to "clear: both" when positioning elements
below floated elements.
*/
#footer p {
	margin: 0;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

#footer a {
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #c8cad0;
}

.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
