/* --- General --- */
* {
	margin: 0px;
	padding: 0px;	
}
a {
	text-decoration: none;
}
body {
	font-family: helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	color: white;
		font-family: 'Neuton', arial, serif; 

}
.clear {
	clear: 	both;
}

#wrapper {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;

}
/* --- Header --- */
#header-bar {
	height: 50px;
	padding-top: 60px;
}
#inline {
	width: 940px;
	margin: 0px auto;
}
#logo h1 {
font-size: 28px;
font-weight:  normal;
font-family: 'Lobster', arial, serif; 
}
#logo h2 {
font-size: 13px;
font-weight:  normal;
 font-family: 'Neuton', arial, serif; 
text-transform: uppercase;
}
#logo {
	color:  white;
	float: left;
padding-bottom: 30px;
}
#main {
	color: white;
	float: right;
}
.links {
	float:  left;
	padding: 10px 0px 0px 20px;
	font-family: 'Neuton', arial, serif; 
	list-style-type: none;
	font-size: 16px;
}

/* --- Box --- */
#big {
	margin: 0 auto;
	width: 940px;
	padding: 10px;
}

/* --- Content --- */
#content {
	position: relative;
	width: 970px;
}
.post-title {
	font-size: 14px;
	padding: 0px 0px 10px 0px;
color: white;
	font-weight: normal;
}
.box p {
	padding: 6px 0px 10px 0px;

}
#big h3 {
	margin-bottom: 40px;
	color: white;
	float: left;
	text-shadow: 0px -1px 1px #000; 
}
.box {
	width: 220px;
	color: white;
	font-size: 12px;
	float: left;
	margin-bottom: 50px;
	margin-right: 20px;
		font-family: 'Neuton', arial, serif; 
min-height: 350px;

	text-shadow: 0px -1px 1px #000; 

	border-bottom: 1px dotted #333;
	/*
	background: rgba(255, 255, 255, 0.1);

	
	box-shadow: 0px 1px 5px #000;
	-moz-box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	
	*/
}
.para {
	font-size: 13px;
}

#top {
	height: 70px;
	padding-bottom: 20px;
}
.search {
	width: 400px;
	height: 50px;
	float: right;
	margin-top: 10px;
	background-color: pink;
}

/* --- Sidebar --- */
 #sidebar {
 	background-color: pink;
 	float: right;
 	width: 220px;
 	padding-left: 10px;
 }

/* --- Footer --- */
#footer {
	font-size: 10px;
	color: #d8d8d8;
	text-align: center;
}

.area {
	color: #dfdfdf;
	text-shadow: 0px -1px 1px #000; 
	font-size: 13px;
	line-height: 18px;
	float: left;
	width: 460px;
	margin-bottom: 20px;
}
.area1 {
	margin-left: 20px;
	color: #dfdfdf;
	text-shadow: 0px -1px 1px #000; 
	font-size: 13px;
	line-height: 18px;
	float: left;
	width: 460px;
	margin-bottom: 20px;
}

#cats img {
	margin-right: -10px;
	margin-bottom: -3px;
}
