/*
Theme Name: Money TalkDev Wordpress Themes 1
Theme URI: http://www.webdesignsmagazine.com/
Version: 1.0
Description: 2 Column theme
Author: Ashish sharma
Author URI: http://www.webdesignsmagazine.com/
*/
* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: "Trebuchet MS", sans-serif;
	color: #312823;
	font-size: 13px;
	line-height:200%;
	margin:0;
	padding:0;
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	background-image:url(images/bg-head.jpg)
	}
h1, h1 a, h1 a:hover{
	color:#321312;
	font-size:25px;
	font-weight:normal;
	margin-top:4px;
	margin-bottom:12px;
	border-bottom:1px solid #ddcdb6;
	padding-bottom:4px;
	}
h2{
	background-color:#321312;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	padding:3px 0 3px 7px;
	}
a{
	color:#41a552;
	text-decoration:none;
	}
a:hover{
	color:#000;
	}
a img {
	border:none;
	}
#wrapper{
	width:896px;
	margin:0 auto;
	padding:0;
	}
#header{
	width:896px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
#logo, #logo a, #logo a:hover {
	font-size:25px;
	color:#fffef3;
	margin-top:15px;
	text-decoration:none;
	width:500px;
	}
#searchbox{
	float:right;
	height:25px;
	width:310px;
	margin-top:-23px;
	}
.search{
	height:25px;
	width:220px;
	margin-right:8px;
	font-size:20px;
	}
.navigation{
	width:896px;
	margin-top:35px;
	}
.navigation ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.navigation li {
	display:inline;
	margin-right:35px;
	font-size:18px;
	color:#fffef3;
	}
.navigation li a{
	display:inline;
	color:#fffef3;
	text-decoration:none;
	}
.navigation li a:hover{
	color:#fdffa8;
	text-decoration:none;
	}
#img{
	background-image:url(images/img.jpg);
	background-repeat:no-repeat;
	background-position:top;
	widows:896px;
	height:340px;
	margin-top:20px;
	margin-bottom:10px;
	}
#container{
	width:896px;
	margin:0 auto;
	}
#content{
	width:603px;
	background-color:#fffef3;
	border:1px solid #f0eedd;
	float:left;
	text-align:left;
	margin-bottom:12px;
	}
.post{
	padding:10px; 
	}
#sidebar{
	width:280px;
	float:right;
	text-align:left;
	}
#sidebar ul{
	list-style:none;
	line-height:220%;
	background-color:#fffef3;
	margin-bottom:12px;
	border:1px solid #f0eedd;
	}
#sidebar li{
	margin-left:8px;
	border-bottom:1px solid #f0eedd;
	color:#667345;
	text-decoration:none;
	margin-right:8px;
	}
#sidebar li a{
	color:#41a552;
	text-decoration:none;
	}
#sidebar li a:hover{
	color:#000;
	}
#footer, #footer a{
	width:100%;
	clear:both;
	height:60px;
	padding-top:14px;
	text-align:center;
	color:#fffef3;
	text-decoration:none;
	background-color:#321312;
	}
#footer a:hover{
	color:#FFF;
	}
.links{
	height:29px;
	border:1px solid #f0eedd;
	margin-top:12px;
	margin-bottom:15px;
	padding-left:10px;
	padding-right:15px;
	background-color:#fff;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */
