/*  
Theme Name: Fight Force
Theme URI: http://www.dotcommedia.co.za	
Description: Designed by dotcommedia.
Version: 1.0
Author: dotcommedia.co.za
*/


/* PAGE OUTLINE */

body {
	margin: 0;
	background: url("images/bg.jpg");
	background-repeat: no-repeat
	background-attachement: fixed
}

.entry a {
	text-decoration:underline;
	}


h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* CONTENT PAGE AND LEFT SIDEBAR STRUCTURE */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* HEADER */

#header {
	width: 1004px;
	height: 330px;
	position: relative;
}


/* CONTENT PANEL MAIN */

#main {
	width: 1004px;
	background: url("images/main.gif") repeat-y;
}

/* CONTENT PANEL MAIN  */
	
	#content {
		float: left;
		width: 550px;
		padding: 6px 0px 0px 0px;
	}
	
	/* CONTENT POST PANEL */
	
	#content .post {
		color: #FFFFFF;
		float: left;
		margin-bottom: 16px;
		margin-left: 10px;
		width: 520px;
		padding: 6px 16px 6px 16px;
		background: #292929;
	}
	
		/* TITLE AND POST HEADING */
		
		#content .post .post-title {
			width: 554px;
			height: 21px;
			color: #FFFFFF;
			font: 10px "Tahoma";
		}
		
		#content .post .post-title h2 {
			padding: 4px 0 3px 0;
			color: #FFFFFF;
			font: bold 12px "Tahoma";
		}
		
		#content .post .post-title h2 a {
			color: #FFFFFF;
			text-decoration: none;
			font: bold 12px "Tahoma";
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* POST CONTENT ENTRY */
		
		#content .post .post-entry {
			font: normal 12px "Arial", Helvetica;
			color: #FFFFFF;
			padding: 0 4px;
			width: 520px;
		}
		
		#content .post .post-entry a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
			color: #FFFF00;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px "Tahoma";
			color: #FFFFFF;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* POST INFO */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 546px;
			clear: both;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #FFFFFF;
		}
		
		#content .post .post-info a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* POST COMMENTS */
		
		#content .post h3 {
			color: #FFFFFF;
			font: bold 12px "Tahoma";
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 500px;
		}
		
		#content .post .comments {
			padding: 0 4px;
			width: 500px;
			font: normal 12px/18px "Arial", Helvetica;
			color: #FFFFFF;
		}
		
		#content .post .comments a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #000000;
		}
		
		#content .post .comments ol li cite {
			color: #FFFFFF;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #FFFFFF;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post #commentform a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* SIDEBAR - LEFT PANEL */
	
	.sidebar {
		float: left;
		margin-left: 26px;
		width: 189px;
		font: strong 12px "Tahoma", Verdana;
		color: #ffffff;
		padding: 7px 0;
	}
	
	.sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		color: #E4CE3C;
		text-decoration: underline;
	}
	
	
	/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 18px;
			font: bold 12px "Verdana", Verdana;
			color: #ffffff;
			height: 20px;
			width: 189px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 20px 18px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #ffffff;
			font: normal 12px "Trebuchet MS", Verdana;
		}
		
		.sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		


/* Footer */

#footer {
	margin-top: 0px;
	width: 1001px;
	height: 62px;
	background: url("images/footer.gif") repeat-x;
	color: #3E3E3E;
	font: normal 11px "verdana";
	text-align: center;
}

#footer a {
	color: #3E3E3E;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

