/*  
Theme Name: GuruBlack
Description: A Wordpress theme
Version: 1.0
Author: Phil Rands

*/

* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
	}

HTML {
	font-size: 100%;
	margin-bottom: 0px;
	list-style-type: disc;
	background-image:  url(images/background.jpg);
	padding-bottom: 15px
	}

body {
	FONT-SIZE: 62.5%;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background-color: #000000;
	}

#wrapper {
	background-color: #000000;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative
	}


/*----------------------------------*/


A {
	outline: none
	}

A:link {
	color: #8BBA10; 
	text-decoration: none
	}

A:visited {
	color: #8BBA10; 
	text-decoration: none
	}

A:hover {
	color: #666666; 
	text-decoration: none
	}
	
A:active {
	color: #FFFFFF; 
	text-decoration: none
	}


	
/*----------------------------------*/


#header {
	position: absolute; 
	width: 945px; 
	height: 119px
	}

#logo {
	position: absolute; 
	height: 60px; 
	padding-left: 30px; 
	z-index: 2
	}

#skip_to_content {
	display: none
	}

#header H1 {
	font-weight: normal; 
	font-size: 2em; 
	text-transform: uppercase
	}

#header H1 A { 
	display: inline; 
	right: 29px; 
	background:  url(images/logo.png) no-repeat 0px 0px; 
	overflow: hidden; 
	width: 144px; 
	text-indent: -1000px; 
	position: absolute; 
	top: 0px; 
	height: 83px; 
	left: 0px; 
	z-index: 2
	}

#menu {
	background-image:  url(images/menu_sep.gif); 
	background-repeat: repeat-x; 
	padding-top: 25px; 
	margin-top: 50px
	}

#main_menu {
	list-style-type: none;
	height: 65px;
	display: block
	}

#main_menu LI {
	padding-right: 78px; 
	display: block; 
	font-weight: normal; 
	font-size: 2em; 
	float: left; 
	margin-left: 28px; 
	color: #FFFFFF; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	margin-top: 10px
	}

#main_menu LI A {
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 3px; 
	color: #FFFFFF
	}

#main_menu LI A.active {
	color: #8BBA10
	}

#main_menu LI A:hover {
	color: #666666
	}

#main_menu LI#section_home { 
	}




/*----------------------------------*/


#page {
	position:absolute;
	width:945px;
	height:auto;
	left: 0px;
	background-image:  url(images/home_page.gif);
	background-color: #000000;
	top: 140px;
	}
	


/*----------------------------------*/

#content {
	float: left; 
	width: 540px; 
	margin-left: 30px
	}

DIV.content {
	FONT-SIZE: 1.2em
}

.content p {
	FONT-SIZE: 110%;
	FONT-FAMILY: "Lucida Grande", Helvetica, Arial, sans-serif;
	LINE-HEIGHT: 1.5;
	MARGIN-BOTTOM: 1em;
	color: #666666;
	}
	
.content h1 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 1.8em;
	COLOR: #FFFFFF;
	FONT-FAMILY: Georgia, "Times New Roman", serif;
	padding-bottom: 10px;
	}

.content h2 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 2.7em; 
	MARGIN: 0px 0px 0.2em; 
	COLOR: #666666; 
	FONT-FAMILY: Georgia, "Times New Roman", serif; 
	TEXT-ALIGN: left;
	LINE-HEIGHT: 1.3;
	}

.content h3 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 1.4em;
	LINE-HEIGHT: 1.3;
	FONT-FAMILY: "Lucida Grande", Helvetica, Arial, sans-serif;
	TEXT-ALIGN: left;
	margin-top: 0px;
	padding-bottom: 15px;
	}

.content p {
	FONT-SIZE: 110%;
	FONT-FAMILY: "Lucida Grande", Helvetica, Arial, sans-serif;
	LINE-HEIGHT: 1.5;
	MARGIN-BOTTOM: 1em;
	color: #999999;
	}
	
#content p a {
	COLOR: #666666;
}

#content p a:hover {
	COLOR: #9BCF12
}

#content h2 a {
	COLOR: #666666;
}

#content h2 a:hover {
	COLOR: #9BCF12
}

#content h3 a {
	COLOR: #FFFFFF;
}

#content h3 a:hover {
	COLOR: #9BCF12
}



/*----------------------------------*/

#sidebar {
	float: right;
	width: 290px;
	padding-right: 15px;
	}
	
DIV.sidebar {
	FONT-SIZE: 1em
}

.sidebar p {
	PADDING-LEFT: 5px; 
	FONT-SIZE: 1.1em; 
	MARGIN-BOTTOM: 20px; 
	LINE-HEIGHT: 18px
	}

.sidebar h1 {
	PADDING-LEFT: 0px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 1.8em;
	MARGIN-BOTTOM: 5px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: normal;
	FONT-FAMILY: Georgia, "Times New Roman", serif;
	padding-bottom: 10px;
}

.sidebar h2 {
	PADDING-LEFT: 0px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 1.6em;
	MARGIN-BOTTOM: 5px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: normal;
	FONT-FAMILY: Georgia, "Times New Roman", serif;
	padding-bottom: 10px;
	padding-top: 10px;
}

UL.menu {
	FONT-SIZE: 1.1em;
	MARGIN-LEFT: 15px;
	LIST-STYLE-TYPE: disc;
	line-height: 13px;
	list-style-position: outside;
	color: #8BBA10;
	padding-bottom: 20px;
}
UL.menu LI {
	FONT-WEIGHT: bold;
}
UL.menu LI A {
	DISPLAY: block;
	padding-right: 10px;
	word-spacing: normal;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 12px;
}
UL.menu LI A SPAN {
	FONT-WEIGHT: normal;
	color: #333333;
}
UL.menu LI.active {
	LIST-STYLE-IMAGE: url(../images/bullet2.gif)
}
UL.menu LI.active A {
	COLOR: #000
}
UL.menu LI A:hover {
	
	COLOR: #333333;
	BACKGROUND-COLOR: #8BBA10;
}

/*----------------------------------*/
	
	
#footer {
	position:absolute;
	width:945px;
	left: 0px;
	background-color: #000000;
	background-image:  url(images/footer.gif);
	background-repeat: repeat-x;
	height: 50px;
	top: 100%;
	}

#footer ul {
	MARGIN: 5px 20px; 
	LIST-STYLE-TYPE: none
}

#footer li {
	FONT-SIZE: 11px;
	FLOAT: left;
	WIDTH: auto;
	LINE-HEIGHT: normal;
	MARGIN-RIGHT: 0px;
	margin-top: 20px;
}

#footer li.right {
	PADDING-LEFT: 10px;
	FLOAT: left;
	MARGIN-LEFT: 10px;
	WIDTH: auto;
	MARGIN-RIGHT: 0px;
	TEXT-ALIGN: right;
	border-left: solid #B7EE2B 1px;
}

#footer a {
	COLOR: #FFFFFF;
}

#footer a:hover {
	COLOR: #9BCF12
}

#siteurl {
	DISPLAY: none
}


/*----------------------------------------*/

.pagetitle {
	margin: 0px;
    padding: 20px 0 0 0;
	}

/*

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

*/
	
.alignleft {
    text-align: left;
    float: left;
}

.alignright {
    text-align: right;
    float: right;
}

#popupheader {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	FONT-SIZE: 110%;
	FONT-FAMILY: "Lucida Grande", Helvetica, Arial, sans-serif;
	LINE-HEIGHT: 1.5;
	MARGIN-BOTTOM: 1em;
	color: #666666;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

.pagepost {
	margin: 0 0 40px;
	}

/*-------------------------------------------------------------original CSS -------------------------------------*/

/* Begin Typography & Colors */

/*
body {
	font-size: 62.5%; /* Resets 1em to 10px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #333;
	color: #B0B0B0;
	text-align: center;
	}

#page {
	background-color: #000;
	border: 2px solid #959596;
	text-align: left;
	}

#header {
	background-color: #000;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #000;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

strong {
	color: #E4D3A6;
       }

h1 {
	font-family: Garamond, Serif;
	font-weight: bold;
	}

h2, h3 {
        font-family: Palatino Linotype, Serif;
}

h1 {
	font-size: 3.4em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 12px;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	font-size: 1.7em;
	}

h2.pagetitle {
	font-size: 1.7em;
	}
	
#sidebar {
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	}
	
#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.7em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #FD5A1E;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E4D3A6;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #FD5A1E;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/*

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

*/

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999999;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*

a, h2 a:hover, h3 a:hover {
        color: #8BBA10;
	}

a:hover {
	color: #707070;
	}

*/
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */


/* Begin Structure */

/*

body {
	margin: 0;
	padding: 0 0 20px 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.pagepost {
	margin: 0 0 40px;
	border-top: 1px dashed #555;
	}
	*/
	
.post {
	margin: 30px 0 40px;
	text-align: left;
	border-bottom: 1px solid #333;
	}



.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

/*
	
#footer {
	padding: 50px 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px;
	text-align: center;
	}

*/

/* End Structure */


/*	Begin Headers */

/*	
h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}


h2.pagetitle {
	margin: 0px;
        padding: 30px 0 0 0; 
        border-top: 1px dashed #555;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	*/
	
/* End Headers */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding-right: 5px;
	}

#sidebar #searchform #s {
	width: 180px;
	height: 18px;
	padding: 2px;
	border: 1px #666666;
	margin-right: 5px;
	color: #FFFFFF;
	}

#sidebar #searchsubmit {
	background-image: url(images/blog_search_button.gif);
	background-repeat: no-repeat;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px;
	VERTICAL-ALIGN: bottom;
	WIDTH: 21px;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 0px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 20px;
	BORDER-BOTTOM-STYLE: none;
	margin-bottom: 3px;
	}
	


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px #000000;
	height: 18px;
	}

	
#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #333333;
	color: #FFFFFF;
	border: 1px #333333;
	}

#commentform #submit {
	margin: 0;
	float: right;
	FONT-SIZE: 1.6em;
	COLOR: #FFFFFF;
	FONT-FAMILY: Georgia, "Times New Roman", serif;
	background-color: #8BBA10;
	height: 30px;
	}
	
	
input, textarea {
	background-color: #333333;
	}	

/* End Form Elements */


/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */


/* Begin Sidebar */

/*

#sidebar
{
	padding: 32px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

*/


#sidebar form {
	margin: 0;
	}

/* End Sidebar */


/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000; 
	}

/* End Calendar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}

/*

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}

*/
	
.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.entry img, .entrytext img {
	margin: 7px;
	}

/* End Various Tags & Classes*/
