* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	height:100%;
	width:100%;
	position:relative;
	text-align:left;

}

body {
	font: normal 14px "Times New Roman",Times,FreeSerif,serif;
	background-color: #A67C52;
	background: url('images/background.jpg') repeat; 
	line-height:28px;
	color:#A67C52;
}

a {
	color:#00A99D;
	font-weight:bold;
	text-decoration:none;
}

a:hover {

	text-decoration:underline;
}

input, textarea {
	background-color:#EFE7DA; 
	margin:3px 0;
	padding:10px;
}

textarea {
	width:400px;
}



.post h2 {
	text-transform: uppercase;
	font-size:24px;
}



h3 {
	color:#F15A24;
}

.post {
	padding-bottom:25px;
}

span.date {
	color:#F15A24;
	font: italic bold 12px Georgia, "Times New Roman",Times;
	line-height:28px;
}


p {
	margin:15px 0;
}



p img{
	margin:10px 0 10px 0;
	max-width:100%;
	width:expression(document.body.clientWidth > 500 ? "500px" : "auto" );
	border:8px solid #754C24;

	}


.entry {
	padding-top:10px;
}

.comment {
	padding:10px 0;
}

#top {
	width: 100%;
	height:30px;
	background: url('images/topback.png') repeat-x; 
	
	
		
}


#base {
	width: 1000px;
	margin:0 auto 0 auto;	
	text-align: left;
	
	
		
}



#header {
	width: 1000px;
	height: 250px;
	text-align: left;
	margin:30px auto 0 auto;
	background: url('images/top_bar.png') no-repeat bottom; 
}



#header h1 a {
	display: block; 
	width: 539px; 
	height: 190px; 
	background: url('images/inadalogo.png') no-repeat; 
	text-indent: -999em; 
	cursor:pointer;
	
}

#logo {
	float:left;
	
}


#headerinfo{
	width: 320px; 
	height: 112px; 
	padding-top:19px;
	float:left;
	margin-left:108px;
	
	
}



#text {
	margin:0 0 20px 30px;
	padding-top:20px;

}

#content {
	width: 1000px;
	margin:0 auto 0 auto;	
	padding:20px 0 20px 0;
	text-align: left;
	background-color:#ffffff;
	height:auto;
	min-height:100%;
	z-index:-10;overflow:hidden;
	}


#leftcol {
	
	padding: 0 0 20px 45px;
	width: 580px;
	float:left;min-height:100%;display:inline;
	}

#rightcol {

	width: 290px;
	padding: 0 40px 20px 35px;
	float:left;min-height:100%;display:inline;
}

#sidebar ul li, #sidebar .now-reading h3, #sidebar .now-reading p{

	margin-left:15px;
}

#sidebar ul li.widget{

	margin-left:0px;
}

#footer {
	height:100px;
	width: 1000px;
	margin:0 auto 0 auto;	
	clear: both; 
	background:transparent url('images/bottom_bar.png') no-repeat;
}

#footerinfo {
	padding:40px 0 0 45px;

	}



#sidebar ul {
	margin:0;
	padding:0;
	
}

#sidebar li {
	margin: 0;
	padding: 2px 0 2px 0;
	list-style-type: none; 
	
}

#pages .widgettitle {
	display: block; 
	width: 300px; 
	height: 68px; 
	background: url('images/about.jpg') no-repeat; 
	text-indent: -999em; 
	
	
}

#categories-1 .widgettitle {
	display: block; 
	width: 300px; 
	height: 68px; 
	background: url('images/categories.jpg') no-repeat; 
	text-indent: -999em; 
	
	
}


#archives .widgettitle {
	display: block; 
	width: 300px; 
	height: 68px; 
	background: url('images/archives.jpg') no-repeat; 
	text-indent: -999em; 
	
	
}

#cmeta .widgettitle {
	display: block; 
	width: 300px; 
	height: 68px; 
	background: url('images/login.jpg') no-repeat; 
	text-indent: -999em; 
	
	
}


#linkcat-3 .widgettitle {
	display: block; 
	width: 300px; 
	height: 68px; 
	background: url('images/friends.jpg') no-repeat; 
	text-indent: -999em; 
	
	
}

#now-reading .widgettitle {
	display: block; 
	width: 300px; 
	height: 68px; 
	background: url('images/reading.jpg') no-repeat; 
	text-indent: -999em; 
	
	
}


