body {
	margin: 0;
	padding: 0;
	background: #2E2E2E;
	font-family: georgia, arial, verdana, tahoma, times new roman;
}
sup { /* For the 14 next to the blog title */
	color: #FFC671;
}
a {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: none;
	color: #E0E0E0;
}
#container {
	margin: 0 auto;
	width: 800px;
	background: #000000 url(images/mainbg.jpg) repeat-y left top;

}
#maincontainer {
	margin: 0 auto;
	width: 760px;
	background: #FFF;
}
/*---:[ BEGIN: header styles ]:---*/
#header
{
	height: 100px;
}
#header h1 { /* For your Blog Title */
	margin: 0;
	padding: 20px 0 0 25px;
	font-size: 220%;
	letter-spacing: -2px;
	font-weight: normal;
	color: #F90;
	font-family: georgia, helvetica, Bitstream Vera Sans;
}
#header h3 { /* For your Blog Description */
	margin: 0;
	padding: 0px 25px 0 0px;
	font-size: 110%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #AAA;
	font-family: georgia, helvetica, Bitstream Vera Sans;
	text-transform: lowercase;
	float: right;
}
/*---:[ END: header styles ]:---*/
/*---:[ BEGIN: menu styles... for the menu bar across the top ]:---*/
#menu
{
	width: auto;
	height: 75px;
	background: #be331c url(images/menubackground.jpg) repeat-x left top;
}
#menumain ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
#menumain ul li { 
	display: inline; 
}
#menumain ul li a {
	padding: 28px;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #333;
}
#menumain ul li a:hover {
	background: #666;
	color: #FFF;
}
/*---:[ END: menu styles ]:---*/
/*---:[ BEGIN: maincontent styles ]:---*/
#maincontentleft {
	width: auto;
	padding: 25px;
	font-size: 90%;
	margin-right: 200px;
	line-height: 150%;
}
#maincontentleft h2 {
	margin: 0px 0 10px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 200%;
	color: #888;
}
#maincontentleft h3 {
	margin: 0px 0 10px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 180%;
	color: #888;
}
#maincontentleft h4 {
	margin: 0px 0 10px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 160%;
	color: #888;
}
/*---:[ END maincontent styles ]:---*/
/*---:[ BEGIN sidebar styles ]:---*/

#maincontentright { /* For your sidebar items*/
	float: right;
	width: 180px;
	padding: 25px;
	line-height: 150%;
}
#maincontentright ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	font-size: 91%;
}
#maincontentright ul li {
	list-style-type: none;
	list-style-image: none;
}
#maincontentright h2 {
	margin: 20px 0 10px 0;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 135%;
	color: #888;
	background: #fbfbfe;
	border-bottom: 1px solid #f1f7f6;
}
#maincontentright h2 img{border:0px;}

/*---:[ END sidebar styles ]:---*/
/*---:[ BEGIN: entry styles...where you'd style your blog posts ]:---*/
.entry {
	margin: 10px 0px 35px 0px;
}
.entry h1 {
	margin: 0px 0 5px 0;
	padding-bottom: 2px;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 185%;
	color: #888;
	border-bottom: 1px dotted #ddd;
}
.entry img { 
	padding: 3px;
	margin: 0 6px 0 6px; 
	border: 3px double #bbb;
}
.entry a img {
 	border: 3px solid #ccc;
}
.entry a:hover img {  
 	border: 3px solid #666;
}
.entry-meta { /* For Categories, Tags and Comments at end of posts */
	background: #fbfbfe;
	border-bottom: 1px solid #f1f7f6;
}
blockquote {
 	margin: 10px 20px 0 20px;
 	background-color: #fbfbfe;
	border-bottom: 1px solid #eee;
}
blockquote p {
	margin: 0.4em 0.8em;
}
/*---:[ END: entry styles ]:---*/
/*---:[ BEGIN: navigation styles... the next and previous links:]:---*/
.navigation { /*.Thanks to http://cutline.tubetorial.com/ */
	width: 500px; 
	margin: 0 0 3.0em 0; 
	float: left; 
}

.previous { 
	padding: 0 20px 0 0; 
	float: left; 
}
.clear {
	clear: both; 
}
/*---:[ END: navigation styles ]:---*/
/*---:[ BEGIN: footer styles ]:---*/
#footer {
	clear: both;
	width: auto;
	font-size: 80%;
	background: #111;
	color: #888;
	font-family: arial;
	letter-spacing: -1px;
}
#footer p {
	margin: 0;
	padding:  0 25px 10px 25px;
}
#bottom { /* For the credit links in the footer*/
	clear: both;
	width: auto;
	text-align: left;
	padding: 50px 0 0px 0;
}
#bottom a {
	color: #F90;
}
#bottom a:hover {
	color: #FFC671;
}
/*---:[ END: footer styles ]:---*/
/*--- New Added ---*/
.alignleft {
	float: left
}

.alignright {
	float: right;
}


/*a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}*/

#content {
	font-size: 0.9em
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 20px 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

h2 {
	margin:30px 0pt 0pt;
}
