/*  
Theme Name: BlackT
Theme URI: http://www.snowtechmagazine.com/
Description: The theme for WordPress that matches the 2004 Snowtech web design
Version: 1.0
Author: Larry Preston
Author URI: http://www.podomani.com/

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin: 2px;
	padding: 0;
	}
	
#wrapper {
	border-width: thin;
	border-color: black;
	border-style: solid;
	}
	
#header {
	padding: 0;
	margin: 0;
	width: 100%;
	background: url(images/header-bak.jpg) repeat-x #f6fafb;
	}

a {
	color: #A70E13;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}
	
/*Center content */
	
#content {
	margin: 15px 10px 0 5px;
	}
	
#content h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
	
#stamp {
	font-size: 9px;
	margin: 0;
	padding: 0;
	}

.postmetadata {
	font-size: 10px;
	}

	
/*Everything on the left black column */
#leftColumn {
	background-color:#000000;
	width: 185px;
	padding: 20px 0;
	}

#menu {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	color: white;
	}
	
#menu a {
	color: white;
	text-decoration: underline;
	}

#menu a:hover{
	text-decoration: none;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}
	
#menu li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none; 
	}
	
#menu h2 {
	font-size: 12px;
	color: #CCCCCC;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#topmenu li {
	 text-indent: 8px;
	 }
/*End Everything on the left black column */

/*Right hand ads */	
#adBoxFrame {
	border-width: 2px;
	border-style: solid;
	border-color:#000000;
	margin: 5px 5px;
	padding: 0 5px;
	width: 130px;
	float: right;
	}

	
.adBox {
	border-width: 1px;
	border-style: solid;
	border-color: #CC0000;
	font-size: 9px;
	font-style: italic;
	width: 125px;
	padding: 2px;
	margin: 5px 0;
	text-align: center;
	}

.adBox a {
	color: #333333;
	text-decoration: underline;
	}

.adBox a:hover {
	text-decoration: none;
	}
	
.adBox ul {
	margin: 0;
	padding: 0;
	}
	
.adBox li {
	margin: 0;
	padding: 0;
	list-style: none; 
	}
/*End Right hand ads */	


#footer {
	background-color: #eee;
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

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


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */




/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0; 
	}

#searchform #s {
	width: 100px;
	padding: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.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 */

#tagheader {
	/*width: 100%;
	height: 200px;
	margin-bottom: 10px;
	float: left;
	display: inline;*/
	}
	
#tagheader img {
	padding-right: 10px;
	}

#tagline {
	background-color:#d94426;
	font-style: italic;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	}
	
#tagline a {
	color: #000033;
	text-decoration:underline;
	font-weight:bold;
	}
	
#tagline a:hover {
	text-decoration: none;
	}
	
/* Wiki Styles */

#wiki ul {
	margin: 0;
	padding: 0;
	}
	
#wiki li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none; 
	}

#profile ol {
	margin-right: 10px;
	padding: 0;
	}
	
#profile ol li {
	padding: 0 0 10px 0;
	}
	
#profile ul li {
	padding: 0 0 3px 0;
	}
	
#profile h4 {
	font-size:12px;
	}

#login {
	border:thin;
	border-color:#000;
	border-bottom-style:solid;
	border-right-style:solid;
	background-color:#CCCCCC;
	color: #000;
	margin: 1em;
	}
	
#outline {
	border:thin;
	border-color:#000;
	border-style:solid;
	margin-top: 10px;
	padding: 5px;
	}
#help {
	margin 20px;
	}
	
#help ol {
	margin:5px 0 10px 20px;
	padding:5px;
	}
	
#help ul {
	list-style:none;
	margin:5px 0 10px 20px;
	}

/* end Wiki Styles */

/* 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: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

