/*  
Theme Name: Bass-Info
Theme URI: http://www.bass-info.com/
Description: The rockin' Bass-Info theme.
Version: 1.0
Author: Collin Allen
Author URI: http://www.command-tab.com/
*/



/* @group Basic */

	body {
		font-size: 12px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		background-color: #080c0e;
		color: white;
	}
	
	.text-replaced {
		text-indent: -1000em;
	}
	
	#wrapper {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#header {
			height: 100px;
			background: #1f3e5d no-repeat url(images/logo.gif);
			background-position: center center;
			text-align: center;
			color: #98cafd;
			letter-spacing: 7px;
			line-height: 47px;
		}
		
		ul.pages {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			width: 100%;
			background-color: #666666;
			display: block;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			height: 37px;
		}
		
			ul.pages li {
				margin: 5px;
				padding: 0px;
				display: block;
				float: left;
			}
			
				ul.pages li a {
					font-weight: bold;
					line-height: 25px;
					display: table-cell;
					color: #e7e7e7;
					width: 100px;
					height: 25px;
					text-align: center;
					border: 1px solid #e7e7e7;
				}
				
		#sidebar {
			width: 200px;
			float: right;
			margin-top: 10px;
			font-size: 11px;
		}
		
			#sidebar ul {
				margin: 0px;
				padding: 0px;
				list-style-type: none;
			}
			
				#sidebar ul li {
					margin: 0px;
					padding: 0px;
					padding: 2px;
				}
				
				#sidebar ul li a {
					color: gray;
				}
				
					#sidebar ul li a:hover {
						color: white;
					}
			
			#sidebar p {
				margin: 0px;
				padding: 0px;
			}
				
			#sidebar h2 {
				font-size: 12px;
			}
				
		#content {
			margin-top: 10px;
			width: 770px;
		}
		
		.post {
			padding: 10px;
			border-bottom: 1px solid #162126;
		}
		
			.post h2 {
				margin: 0px;
				padding: 0px;
				font-size: 12px;
			}
			
				.post a {
					color: gray;
				}
				
				.post a:hover {
					color: white;
				}
		
				.post h2 a {
					color: white;
				}
			
			.post small {
				color: #cccccc;
			}
			
			.postmetadata {
				font-size: 11px;
				color: #cccccc;
			}
			
				.postmetadata a {
					color: #cccccc;
				}
		
		#footer {
			font-size: 10px;
			color: gray;
			text-align: center;
		}
			
			#footer a {
				color: white;
			}
			
			#footer a:hover {
				color: gray;
			}
	
/* @end group Basic */


/* @group Images */

	p img {
		padding: 0;
		max-width: 100%;
	}

		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 group Images */