* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #D56E22;
}

a:hover {
	text-decoration: none;
	color: #D56E22;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 960px;
	height:145px;
	margin: 0 auto;
	background:#000000 url(images/logo1.jpg) no-repeat scroll 10px 0px;
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}
#header #flash{
        position: relative;
        left: 240px;
}
#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: right;
	width: 530px;
}
.cont{
        border:solid 1px #555555;
        padding:10px;
        margin:5px;
}
.pagetitle {
	margin-top: 0;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
        color:#D56E22
}

.post h3.title {
	font-size: 1.4em;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .posted {
	float: left;
}

.post .meta .comments {
	float: right;
}

/* Navigation */

.navigation {
	clear: both;
	padding: 20px 0;
	font-weight: bold;
	font-size: larger;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

#comments {
}

#comment {
	width: 500px;
}

input, textarea {
	padding: 3px 5px;
	background: #1F1F1F;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#submit {
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
}

#commentform p {
	margin-bottom: .125em;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0;
	list-style: none inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.6em;
        color:#D56E22;
}
/*Right Bar*/
#rightbar{
       float:right;
       width:200px;
}
#rightbar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.4em;
        color:#D56E22;
}
#rightbar .widgets{
        width:180px;
        padding-top:20px;
}
/*End Right Bar*/
/* Search */

#search {
	padding: 20px;
	text-align: center;
}

#search input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search #s {
	width: 80%;
	background: #1F1F1F;
}

/* Calendar */

#calendar {
	padding-bottom: 20px;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#calendar thead th {
	background: #333333;
}

#calendar tbody td {
	background: #111111;
}

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

/*Vertical Menu*/
 /* This styles the unordered list element to remove bullets and align the text */
 ul#nav {
   list-style-type : none;
   text-align : right;
 }

 /*
  This styles the links. It’s a block-level link and the text is positioned
  with padding. Other styles are defined: width, colors, text attributes, etc.
 */
 ul#nav a, ul#nav a.rss {
   background :transparent url(images/menu.png) no-repeat 0 0;
   padding : 2px 10px 2px 10px;
   margin-bottom : 0px;
   width : 150px;
   height : auto;
   color : #eeeeee;
   font-weight : bold;
   font-style : normal;
   display : block;
   text-decoration : none;
   text-align : left;
 }
ul#nav li ul{
   display:none;
}
 /* This gives the “rss” class link a background image */
 ul#nav a.rss {
   background : #d3d3a7 url(images/rss.jpg) no-repeat 2px 2px;
 }

 /* This is only necessary for IE6 else the link margins will collapse on hover */
 ul#nav li {
   margin-bottom : 0px;
 }

 /* This removes the default left margin (indentation) */
 ul#nav li {
   margin-left : 0;
 }

 /*
  Now to offer some hover and focus styles. Further specification of focus/active styles
  could be added but I didn’t do it in this example. I didn’t feel it was needed
 */
 ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
   background :transparent url(images/menu.png) no-repeat 0 -56px;
   color : #fff;
 }

 /* This offers up a hover/focus state image for the “rss” class link */
 ul#nav a.rss:hover, ul#nav a.rss:focus {
   background : transparent url(images/rss_on.jpg) no-repeat 2px 2px;
 }

 /*
  This style the single state of the “current_page_item” class link. Not needed for
  the “rss” class link since that target page won’t display the menu
 */
 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
   background : transparent url(images/menu.png) no-repeat 0 -56px;
   color : #fff;
   cursor : default;
   text-align : left;
 }
ul#nav li.current_page_item ul{
   display:block;  
}
ul#nav li ul li{
   list-style-type:none;
}
 ul#nav li ul li a,  ul#nav li ul li a:active,
ul#nav li.current_page_item ul li a,  ul#nav li.current_page_item ul li a:active{
   background : transparent url(images/menu.png) no-repeat 0 -28px;
   color : #eeeeee;
   cursor : default;
   text-align : left;
   padding-left:30px
   
 }
ul#nav li ul li a:hover,
 ul#nav li ul li a:focus,
ul#nav li.current_page_item ul li a:hover,
 ul#nav li.current_page_item ul li a:focus{
   background : transparent url(images/menu.png) no-repeat 0 -28px;
   color : #d3d3a7;
   cursor : default;
   text-align : left;
}