/*
Theme Name: Smack Money
Theme URI: http://smackthemes.com/smack-money
Description: Premium money wordpress theme, money, business, finance, debt, credit, simple, light.
Author: SmackThemes.com
Author URI: http://smackthemes.com
Version: 1.1
Tags: money, business, finance, debt, credit, theme, black, orange, white, light, two-columns, fixed-width
*/

html { height: 100%; }
body { min-height: 100%; height: 100%; }

body {
	margin:0;
	padding:0;
	background: #000000 url(images/bg.jpg) top center no-repeat; 
	font-family:Trebuchet Ms;
	font-size:16px;
	text-align:center;
}
 
div#container {
	width:900px;
	text-align:left;
	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

	div#header {
		padding:220px 0 0 0;
		height:130px;
	}
		div#menu {float:left;height:48px;padding:0px;background: #000000 url(images/menu.jpg) repeat-x;width:100%;margin:0;/* for IE */
  				filter:alpha(opacity=90);
  				/* CSS3 standard */
  				opacity:0.9;}
		div#menu {font-family:Trebuchet Ms;font-size:20px;}
		div#menu a{padding: 11px 25px;color: #898989;text-decoration: none;float: left;}
		div#menu a:hover{color: #fff;text-decoration: none;}
		div#menu a.current{color: #f7941d;}
							
	div#content {
		margin:25px 0 0 0;
		background:#fff;
		padding:25px;
		color:#000000;
		min-height: 100%; 
		width:850px;
		/width:900px;
		position:absolute; 
		/position:relative; 
	}
		div#post{
			float:left;
			width:545px;
		}
			.info {
				float:left;
				font-size:14px;
				color:#000;
			}
			.comments {
				float:left;
				background: url('images/bg_comments.gif') no-repeat;
				width:86px;
				height:22px;
				font-size:13px;
				color:white;
				margin:0 0 0 10px;
			}
		
		div#sidebar {
			float:right;
			width:275px;
			font-size:13px;
		}

		div#footer {
			margin:0 auto; /* center, not in IE5 */
			text-align:left;
			width:860px;
			height:30px;
			font-size:13px;
			color:#f7941d; 
			padding:40px 20px;
		}

	
.title{
	color:#f7941d;
	font-size:30px;font-style:bold;
}
.description{
	color:#f7941d;
	font-size:18px;
}	
a.lnk_big{color:#f7941d;font-size:38px;text-decoration:none;font-weight:bold;}
a.lnk_big:hover{color:#f7941d;font-size:38px;text-decoration:none;font-weight:bold;}

h1 {font-family:Trebuchet Ms;font-size:24px;color:#000;padding:0px;margin:0px;font-weight:normal;}

h1 a{color:#f7941d;text-decoration:underline;}
h1 a:hover{color:#f7941d;text-decoration:underline;}

a.lnk_pink:link {font-family:Trebuchet Ms; font-size:12px; color:#f7941d; text-decoration:none;}
a.lnk_pink:visited {font-family:Trebuchet Ms; font-size:12px; color:#f7941d; text-decoration:none;}
a.lnk_pink:hover {font-family:Trebuchet Ms; font-size:12px; color:#f7941d;text-decoration:underline;}
a.lnk_pink:active {font-family:Trebuchet Ms; font-size:12px; color:#f7941d; text-decoration:none;}

 
a.more{color:#000;text-decoration:none;}
a.more:hover{color:#000;text-decoration:underline;}

.comments a{color:#FFF;text-decoration:none;}
.comments a:hover{color:#FFF;text-decoration:underline;}

a.lnk_pink:link {font-size:13px; color:#f7941d; text-decoration:none;}
a.lnk_pink:visited {font-size:13px; color:#f7941d; text-decoration:none;}
a.lnk_pink:hover {font-size:13px; color:#f7941d;text-decoration:underline;}
a.lnk_pink:active {font-size:13px; color:#f7941d; text-decoration:none;}

a.lnk_footer:link {font-size:13px; color:#f7941d; text-decoration:none;}
a.lnk_footer:visited {font-size:13px; color:#f7941d; text-decoration:none;}
a.lnk_footer:hover {font-size:13px; color:#f7941d;text-decoration:underline;}
a.lnk_footer:active {font-size:13px; color:#f7941d; text-decoration:none;}


#sidebar h2{font-size:13px;color:#f7941d;margin:0px;}

#sidebar  ul a{color:#000000;text-decoration:none;}
#sidebar  ul li a:hover{color:#000000;text-decoration:underline;}

#sidebar ul{
	list-style:none;
	margin:0 0 10px 0;
	padding:0px;
	 
}
#sidebar ul li{
	list-style:none;
	margin:0px;
	padding:0px;
}


/* Begin 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 Images */	 