/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img001.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #555555;
}

h1, h2, h3 {
	margin: 0;

	font-weight: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

img {
	border: none;
}

a {
	color: #DF4949;
}

a:hover {
	text-decoration: none;
	color: #0078FF;
}

/* Header */

#header {

	width: 980px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
  background: #DF4949 url(images/logo.png) right top no-repeat;
	height: 110px;
}

#logo h1 {
	float: left;
	padding: 20px 40px 0 140px;
	letter-spacing: -2px;
	font-size: 36px;
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

/* Menu */

#menu {
	height: 70px;
    float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a.doubleLine {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	padding-top: 20px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 20px;
	color: #DF4949;
}

#menu a.singleLine {
	display: block;
	float: left;
	width: 140px;
	height: 40px;
	padding-top: 30px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 20px;
	color: #DF4949;
}

#menu a:hover {
	color: #1A1A1A;
}

#menu .active a {
	background: url(images/img003.jpg) no-repeat;
	color: #1A1A1A;
}


/* Content */

#content {
	width: 985px;
	margin: 0 auto;
}

/* Posts */

#posts {
	width: 535px;
    float:left;
}

.post {
	margin-bottom: 10px;

}

.post .title {
	padding: 0 0 5px 20px;
	color: #0078FF;
}

.post .meta {
	padding: 10px 20px;

	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
    background: url(images/img015.jpg) no-repeat;
	padding: 10px 5px 20px 5px;
	line-height: 150%;
    font-size: 13px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
    margin-right:5px;
}

#rightside {
	float: right;
	width: 220px;
    margin-left:5px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1em;
	background: url(images/img14.gif) no-repeat 0em 2.5em;
}

.boxed h2 {
	padding-left: 5px;
	color: #285FAD;
}
#rightside .boxed h2 {
	padding-left: 0px;
	color: #285FAD;
}
.boxed h2 a:hover{
	color: #DF4949;
}

.boxed .content {
	padding: 10px 10px 15px 10px;
    font-size: 12px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
    font-size: 12px;
}

.boxed a {
	text-decoration: none;
    font-weight: bold;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
    color: #DF4949;
}
#sidebar a:hover h2{
	text-decoration: underline;
    color: #DF4949;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 20px;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #DF4949;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #1A1A1A;
}

#footer a {
	color: #1A1A1A;
}

.leftIm
{ float: left;
  padding: 1px 8px 1px 1px;
}

