
body {
	background: #333 url(body.png) repeat-x;
	text-align: justify;
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #ccc;
}

h1 {
	font-size: 24px;
}

h2 {
	color: #fff;
	font-size: 14px;
}

h3 {
	color: #ccc;
	font-size: 12px;
	padding-left: 17px;
}

a {
	color: #fff;
	text-decoration: underline;
}

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

/* Header */

#logo {
	color: #fff;
	padding: 25px 5px 5px 20px;
	position: relative;
	width: 1050px;
	margin-left: 40px;
}

#desc {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px 5px 20px;
	position: relative;
	width: 550px;
}

#header{
	height: 125px;
	position: relative;
	width: 935px;
		margin: 0 auto;
	top: -16px;
}

#wrap {
	width: 935px;
	margin: 0 auto;
	padding: 0;
	background: center url(wrap.png) repeat-y;
}

/* Nav */

#nav {
	padding-top: 30px;
	background: none;
	height : 25px;
	position: relative;
	margin-left: 20px;
}

#nbar {
	position: relative;
	width: auto;
	height: 24px;
	margin: 0;
	padding : 0 0 0 0;
	font: bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}


/* Search */ 

 

/* Content */

#contentwrap {
	width: 935px;
	margin: 0 auto;
}

#ctop {
	background: #333 url(ctop.png) center no-repeat;
	height: 64px;
}

#wrap2 {
	width: 910px;
	margin: 0 auto;
}

#content-wrap-bottom {
	background: #333 url(content-bottom.png) center no-repeat;
	height: 54px;
}

#content {
	width: 650px;
	padding: 20px 0 0;
}

#content2 {
	width: 650px;
	padding: 20px 0 0;
}



#content2 img {
height: 180px;
z-index: 50;border: 2px;margin-left: 0px;margin-right: 0px;width:auto; margin-top: 0px;max-width:370px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 20px;border-style: solid;border-color: #444;-webkit-box-shadow: 3px 3px 3px #333;box-shadow: 3px 3px 3px #333;margin-bottom: 0px;margin: 5px;

}

.container {
margin-bottom: -14px;
}

#content h1 {
	color: #ccc;
	font-size: 19px;
	background: url(h1.png) no-repeat;
	padding-left: 22px;
	border-bottom: dotted 1px #333;
}

.post-footer {
	background: url(post-footer.png) center no-repeat;
	height: 55px;
	font-size: 10px;
	padding-top: 10px;
	text-align: right;
}
	

.post-top {
	background: url(post-top.png) center no-repeat;
	height: 55px;
	font-size: 10px;
	padding-top: 10px;
	text-align: right;
}
.dated {
	padding-top: 2px;
	background: url(calendar.png) left no-repeat;
	padding-left: 20px;
	float: left;
}

.category {
	background: url(category.png) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
	height: 16px;
}

.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(user.png) no-repeat;
}

.more {
	padding-left: 20px;
	margin-left: 10px;
	padding-bottom: 5px;
	background: url(more.png) no-repeat;
}

/* Sidebar */

#sidebar {
	width: 225px;
	float: right;
	margin-right: 3px;
	padding: 5px 13px 5px 10px;
	text-align: justify;
}

#sidebar h1 {
	color: #ccc;
	font-size: 17px;
	background: url(h1.png) no-repeat;
	padding-left: 22px;
	border-bottom: dotted 1px #333;
}

#sidebar .widgetspace {
	padding: 5px 5px 0 10px;
	margin: 0px;
	background: url(side-footer.png) bottom no-repeat;
	padding-bottom: 28px;
}


#sidebar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#sidebar ul.menu li {
	background: url(bullet.png) no-repeat;
	padding : 2px 0 0px 25px;
	margin : 0 2px;
}

#sidebar ul.menu a {
	text-decoration : none;
	background-image : none;
}


#sidebar ul.menu a:hover {
}

/* Addition Stuffs */

blockquote {
	background: #333;
	border-left: solid 3px #009933;
	padding: 5px 5px 5px 25px;
}

code {
	margin : 4px 8px;
	padding : 8px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
}



/* Images */

img {

	background: #000;
}

img.float-right {
	margin : 5px 0 10px 10px;
	padding: 2px;
}

img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}

/* Forms and Text Fields */

form {
	margin : 10px;
	padding : 0 20px;
}

label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #999;
}

input {
	padding : 2px;
	border : 1px solid #777;
	font : normal 1em Verdana, sans-serif;
	background:#fff url(gradtop.gif) repeat-x top;
	background-color : #ccc;
}

textarea {
	width : 400px;
	padding : 2px;
	font : normal 1em Verdana, sans-serif;
	border : 1px solid #777;
	background-color: #ccc;
	height : 100px;
	display : block;
}

input.button {
	margin : 0;
	font : bolder 10px Arial, Sans-serif;
	border : 1px solid #333;
	padding : 2px 3px;
	background : #222;
	color: #009933;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

#footer {
	border-bottom: 2px solid #555;
	text-align: center;
	font-size: 10px;
}

