/*
Theme Name: Tint Wordpress
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;
	background-color:#e0e0d6;
	margin:0;
	padding:0;
	background-image:url(images/bg-body.jpg);
	background-position:top;
	background-repeat:repeat-x;
 	text-align:center;
 

	}

p
{ 
line-height: 175%;
padding-bottom: 13px;
} 

h1, h1 a, h1 a:hover{
	color:#706b45;
	font-size:28px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px solid #e1ded6;
	}
h2{
	font-size:20px;
	color:#fff;
	background-color:#312823;
	text-transform:uppercase;
	font-weight:normal;
	padding:4px 0 4px 12px;
	}
a{
	color:#8b682f;
	text-decoration:underline;
	}
a:hover{
	color:#000;
	text-decoration:none
	}
a img {
	border:none;
	}
#header{
	width:910px;
	height:184px;
	margin:0 auto;
	padding:0;
	}
#logo, #logo a, #logo a:hover {
	font-size:45px;
	color:#f2f2ee;
	line-height:100%;
	font-weight:normal;
	float: left;
	margin-top:20px;
	border:none;
	text-decoration:none
	}
#searchbox{
	float:right;
	margin-top:40px;
	height:30px;
	width:280px;
	}
.search{
	height:30px;
	width:220px;
	margin-right:8px;
	font-size:22px;
	color:#342b26;
	}
.navigation{
	width:910px;
	height:55px;
	margin:0 auto;
	padding:0;
}
.navigation ul{
	padding:O;
	list-style:none;
	float:left;
	clear:both;
	margin-top:57px;
}
.navigation li{
	color:#221711;
	display:inline;
	font-size:18px;
	margin-left:30px;
	}
.navigation li a{
	color:#221711;
	text-decoration:none;
	}
.navigation li a:hover{
	color:#706b45;
	text-decoration:none;
	}
#img{
	margin:0 auto;
	width:928px;
	height:411px;
	background-image: url(http://itatuorphancare.lilyonthedustbin.com/wp-content/themes/tint_wordpress/images/header/rotator.php);
	background-repeat:no-repeat;
	clear:both;
	}
#container{
	width:910px;
	text-align:right;
	margin:0 auto;
	}
#content{
	width:600px;
	background-color:#FFF;
	float:left;
	text-align:left;
	padding:10px;
		}
#sidebar{
	width:270px;
	float:right;
	text-align:left;
	}
.post{
	padding-bottom:5px;
	}
.post a{
	color:#8b682f;
	text-decoration:underline;
	}
.post a:hover{
	color:#000;
	text-decoration:none
	}

.post ul 	{ padding-left:14px;
	}

.post li { padding-left:14px;
	}


#sidebar ul{
	list-style:none;
        line-height:220%;
	padding:0;
	margin-bottom:10px;
	background-color:#f2f2ee;
	}
#sidebar li{
	margin-left:13px;
	border-bottom:1px solid #e0e0d6;
	}
#sidebar li a{
	color:#312823;
	text-decoration:none;
	}
#sidebar li a:hover{
	color:#8b682f;
	text-decoration:underline;
	}
#footer{
	clear:both;
	width:100%;
	text-align:center;
	background-color:#392e2a;
	height:35px;
	color:#c8c6b7;
	padding-top:12px;
	}
#footer a {
	color:#c8c6b7;
	text-decoration:underline;
	}
#footer a:hover{
	color:#FFF;
	}
.links{
	height:30px;
	border:1px solid #dedcd9;
	margin-top:10px;
	margin-bottom:15px;
	padding-top:10px;
        padding-left:5px;	
        background-color:#f2f2ee;
	}

.picborder {
	background: #FFFFFF;
 	padding: 2px; 
	border: #DEDEDE 1px solid; 
        max-width: 550px
	}