body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/reference/img-bg.jpg) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #111111;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
	padding-top: 0px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #666666;
}




/* Header */

#header {
	width: 700px;
	height: 230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}




#top {
	height: 10px;
}


/* Logo */

#logo {
	height: 160px;
}

#logo h1 {
	float: left;
	padding: 20px 40px 0 0;
	letter-spacing: -1px;
	font-size: 20px;
	}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}





/* Menu */

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
display: block;
	float: left;
	width: 116px;
	height: 30px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu a:hover {
	color: #CCCCCC;
}

#menu .active a {
	background: url(images/reference/img-block.png) no-repeat;
	color: #0066CC;
}




/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#posts {
	background: url(images/reference/img-center.png) no-repeat;
	float: right;
	width: 500px;
}

#popup {
    horizontal-align:middle;
	width: 270px;
	height: 350px;
	font-size: 14px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 5px 0 5px 20px;
	color: #0066CC;
}

.post .meta {
	padding: 10px 20px;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}





/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
}
#images{
	padding-top: 3px;

}





/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
		background: url(images/reference/img-left.png) no-repeat;

}

.boxed2 {
	margin-bottom: 1.5em;
	color: ;
		background: url(images/reference/img-left2.png) no-repeat;

}

.boxed h2 {
	padding-left: 20px;
	color: #0066CC;
	padding-top: 5px;
	padding-bottom: 10px;

}
.boxed2 h2 {
	padding-left: 20px;
	color: #0066CC;
	padding-top: 0px;
	padding-bottom: 10px;

}

.boxed .content {
	padding: 10px;
}

.boxed2 .content-left {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 4px;
	border-bottom: 1px dotted #000000;
}

.boxed a {
	text-decoration: none;
	color: #0066CC;
}

.boxed a:hover {
	text-decoration: none;
	color: #999999;
}






/* Tag Cloud */

#tagcloud {
}




#tagcloud .content {
	padding: 20px;
	text-align: justify;
	font-size: smaller;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px;
	background: #000000 url(images/reference/img-footer.png) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
	text-decoration:none;
	
	}

#footer a {
	color: #999999;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
