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

body {
	margin-top: 50px;
	padding: 0;
	background: #000000 url(images/black.jpg) top center no-repeat;
	background-attachment:fixed;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}


/* Page */

#page {
	background:#E1E1E1 url(images/headerblend.jpg) top center no-repeat;
	width: 960px;
	margin: 0 auto;
	padding: 5px 0px;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #3F5C10;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

#header {
	width: 1000px;
	margin: 0 auto;
}

/* Header */

#logo {
	width: 960px;
	height: 349px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}


/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 460px;
	padding: 30px 30px 0px 30px;
}

.post {
	padding-bottom: 45px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 3em;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
}

.byline {
	background: url(images/img04.jpg) repeat-x left bottom;
	padding-bottom: 10px;
}

.tag {
	padding: 0 15px;
}

.entry {
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

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

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	background: url(images/img04.jpg) repeat-x left bottom;
}


.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 20px;
	background: url(images/img03.png) no-repeat left top;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a {
}

/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	color:#FFFFFF;
	background:url(images/footer.png);
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

#footer .link {
	float: right;
	padding-top: 18px
}

#footer .copyright {
	float: left;
}


        .lavaLampWithImage {
            position: relative;
            height: 60px;
            width: 960px;
            background: url("images/img01.jpg") no-repeat top;

            margin: 0px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("images/lava.png") no-repeat right -60px;
                        width: 9px; height: 60px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/lava.png") no-repeat top left;
                            height:60px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: 14px arial;
                        text-decoration:none;
                        color:#8C0209;
                        outline: none;
                        text-align: center;
                        top: 20px;
                        letter-spacing: 0;
                        z-index: 10;
                       	display: inline;
                        float: left;
                        height: 60px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover {
							color:#dfdfdf;
						
						}

div.leftmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
}
div.leftmenu div {
	background: url(images/title.gif) repeat-x;
	overflow: hidden;
}
div.leftmenu div:first-child {
	background: url(images/toptitle.gif) no-repeat;
}
div.leftmenu div.collapsed {
	height: 25px;
}
div.leftmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.leftmenu div.collapsed span {
	background-image: url(images/collapsed.gif);
}
div.leftmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #8C0209;
}
div.leftmenu div a.current {
	background : #ccc;
}
div.leftmenu div a:hover {
	background : #8C0209 url(images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
