/*
Theme Name: Railwolf Theme
Theme URI: http://www.railwolflabs.com
Version: 1
Author: Railwolf
*/

html, body {
    padding: 0px;
    margin: 0px;
}

img {
border: 0px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: left;
	}


div#container {
    height: 100%;
    height: auto !important;
    min-height: 100%;
    margin-bottom: -100px;
    border: 1px solid #000;
}

div#header {
    height: 125px;
    background: #d5d6d7 url('images/bg.jpg');
    border-bottom: 1px solid #000;
    padding: 1px;
}



div#body {
    overflow: hidden;
    height: 100%;
}

div#content {
    margin: 0px 0px 0px 200px;
    padding: 20px;
   font-size: 1.2em
}

div#left-sidebar {
    width: 175px;
    float: left;
    padding: 10px;
    background: #F4F4F4;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

div#footer {
    color: #F4F4F4;
    height: 50px;
    background: #d5d6d7 url('images/bg.jpg');
    border-top: 1px solid #000;
    padding: 10px;
}

a:link,a:visited,a:active {text-decoration:none; color:#5875C8; font-weight:plain;}
a:hover {text-decoration:underline; color:#5875C8; font-weight: plain;}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;
	}



#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0 0 13px;

	}

#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;
	}


.title {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	}



		.post-bottom {
    			height: 15px;
			float:center;
    			border-bottom: 1px dashed #C4C4C4;
		}


		.post-comments {
			float:right;
			width:105px;
			margin:3px 0 0;
			padding:3px 0 0;
    			border-bottom: 1px dashed #C4C4C4;
		}

		.comments-table {
			min-height:125px;
   			padding: 5px;
  			background: #F4F4F4;
			border-left: 1px solid #C4C4C4;
			border-right: 1px solid #C4C4C4;
			border-top: 1px solid #C4C4C4;
			border-bottom: 1px solid #C4C4C4;
			margin-bottom: 15px;
		}

		.comments-author {
			float:left;
			width:65px;
			margin:3px 8px 3px 3px;
			padding:3px 3px 3px 3px;
			border-left: 1px dotted #C4C4C4;
			border-right: 1px dotted #C4C4C4;
			border-top: 1px dotted #C4C4C4;
			border-bottom: 1px dotted #C4C4C4;

		}

		.comments-post {
			min-height:65px;
			margin:3px 3px 3px 3px;
			padding:3px 3px 3px 3px;
		}


		.comment-quote {
			margin: 0px 0px 0px 85px;
			padding:3px 3px 3px 3px;
  			background: #D4D4D4;
			border-left: 1px solid #C4C4C4;
			border-right: 1px solid #C4C4C4;
			border-top: 1px solid #C4C4C4;
			border-bottom: 1px solid #C4C4C4;
		}



		.navigation {
    			height: 35px;
			float:center;
			padding: 10;
    			margin-top: 25px;
		}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	color: #555;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 6px;
	}

.commentlist {
	text-align: justify;
    	border-bottom: 1px dashed #C4C4C4;
	}

.commentlist li {
	margin: 1px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 1px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */


.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
