/*  
Web Magazines (c) 2008
http://www.webmagazines.eu/
*/

body {
	margin: 0;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e8e8e8;
}

#container {
	margin: 20px 0;
	width: 800px;
	text-align: left;
	background-color: #ffffff;
	border-right: 2px solid #d8d8d8;
	border-bottom: 2px solid #d8d8d8;
	padding: 20px 30px;
}
.clear {
	clear: both;
}

#header {
	margin: 0 0 25px 0;
}
#header .title {
	width: 600px;
	margin-left: 200px;
	font-size: 48px;
	letter-spacing: -3px;
	display: inline;
}
#header .title a {
	text-decoration: none;
	color: #b65e00;
}
#header .desc {
	font-size: 12px;
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 200px;
}

#sidebar #navigation {
	margin: 0 10px 20px 0;
	text-align: right;
}
#sidebar #navigation .link {
	font-size: 22px;
	font-weight: bold;
}
#sidebar #navigation .link a {
	color: #000000;
	text-decoration: none;
}
#sidebar #navigation .link a:hover {
	text-decoration: underline;
}

#sidebar #tagcloud {
	margin-right: 10px;
	text-align: right;
}
#sidebar #tagcloud a {
	color: #b65e00;
	text-decoration: none;
}
#sidebar #tagcloud a:hover {
	text-decoration: underline;
}

#sidebar #search {
	margin: 20px 10px 0 0;
	text-align: right;
}
#sidebar #search #query {
	width: 100px;
}

#page {
	float: left;
	width: 589px;
	border-left: 1px dotted #000000;
	padding-left: 10px;
}
#page p {
	margin: 0;
}
#page .title {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: capitalize;
}
#page .text p {
	margin: 0 0 10px 0;
	text-align: justify;
}
#page .text a {
	color: #000000;
	text-decoration: underline;
}
#page .text a:hover {
	text-decoration: none;
}

#page #spotlights {
	/*margin-bottom: 40px;*/
}
#page .spotlight {
	border-left: 5px solid #B65E00;
	padding-left: 10px;
}

#page .post {
	margin: 20px 0;
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
}
#page .post .image {
	float: left;
	margin: 0 10px 0 0;
}
#page .post .image img {
	border: 2px solid #000000;
}
#page .post .image .noimage {
	width: 150px;
	height: 150px;
	background-color: #f8f8f8;
	border: 2px solid #000000;
}
#page .post .body {
	float: left;
	width: 425px;
}
#page .post .title {
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 5px 0;
	text-transform: none;
}
#page .post .title a {
	color: #ffffff;
	background-color: #b65e00;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	font-weight: bold;
}
#page .post .title a:hover {
	text-decoration: underline;
}
#page .post .desc {
	font-size: 12px;
	margin: 10px 0 10px 0;
}
#page .post .meta {
	font-size: 12px;
}
#page .post .meta a {
	color: #ffffff;
	background-color: #000000;
	padding: 1px 2px 1px 2px;
	margin: 0 0 2px 0;
	text-decoration: none;
}
#page .post .meta a:hover {
	text-decoration: underline;
}
#page .navigation {
	margin-top: 10px;
}
#page .navigation .prev, #page .navigation .next {
	display: inline;
	margin-right: 5px;
	font-size: 10px;
}
#page .navigation a {
	color: #ffffff;
	background-color: #b65e00;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}
#page .navigation a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin: 20px 0 0 0;
}