/*  
Theme Name: TAXI - 15 below 3
Theme URI: http://15belowproject.org/
Description: 15BELOW
Version: 0.1
Author: Drew Matthews
Author URI: http://www.taxi.ca

*/
/* Begin Typography & Colors */
body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: black;
	text-align: center; /* centering the content for IE6 */
}

#wrapper {
	display:table; /* must put this in for FireFox. */
	width:777px;
	margin:0 auto; /* for IE6 and Firfox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left
	*/
	height:100%; /* Have to put SOMETHING in here for the height for both browser. DO NOT put in a percentage, must be a pixel value */
	background: url('images/bg_tile.gif');
	background-repeat:repeat-y;
}

#sidebar {
	float:left; /* float the menu to the left */
	width:260px;
	height:100%; /* so the menu has the height of the main content and visa versa */
}

#content {
	float:right; /* float the content to the right */
	width:517px;
	height:100%;/* so the content has the height of the menu and visa versa */
}

#header{
	margin:20px auto;
	padding:0;
	width:777px;
	height:60px;
	text-align:left;
	background-color:black;
}

p, a{
	color:white;
	margin:0;
	padding:0;
}

img{
	border:0;
}

.post{
	margin:0;
	padding:0 0 50px 0;
}
/*sidebar text*/

#sidebar h2{
	margin:20px 0 0 10px;
	padding:0;
	font-size:12px;
	text-transform:uppercase;
}

#sidebar li{
	padding:2px 0 2px 0;
	text-transform:uppercase;
}

#sidebar p{
	font-size:12px;
}

#sidebar a{
	margin-left:-2px;
	padding:2px;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}

#sidebar a:hover{
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:none;
}

/* content text */
#catNotice{
	margin:10px 15px 0 10px;
	padding:0;
	background-color:#000000;	
	border:1px solid #FFFFFF;
}

#catNotice p {
	margin:0;
	padding:5px;
	
}

#content h2 a{
	margin:0;
	padding:0 10px 0 10px;
	font-size:26px;
	text-decoration:none;
	text-transform:uppercase;
	}

#content h2{
	margin:0;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
}
/*
#content h2:after{
	padding-left:5px;
	content: url('images/big_arrow.gif');
}
*/
#content p{
	margin:0;
	padding:14px 10px 0 10px;
	font-size:16px;
	
}

#content .postmetadata{
	font-size:11px;
}

#content a{
	padding:1px;
	font-weight:bold;
}

#content a:hover{
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
}

#content a:visited{

}
/* footer text */

#footer p {
	margin:10px;
	font-size:10px;
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;	
}

#footer a:hover{
	color:#FFFFFF;
	background-color:black;
	text-decoration:underline;
}

/* lists */

ul{
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}

li{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

/* FLASH MOVIE*/
.flashmovie{
	margin-left:2px;
	
}