

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(images/main-bg.gif);;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #181818;
}

/*

body {
-x-system-font:none;
background:#DDDDDD url(../img/body.gif) repeat fixed 0 0;
color:rgba(14, 32, 59, 0.75);
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
padding-top:50px;
position:relative;
}*/

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #F44903;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}


/*
for the heading 
*/

h6 {
color : red;
font-size:100px;
font-weight:bold;
height:270px;
line-height:80px;
overflow:hidden;
padding-left:25px;
position:relative;
text-transform:uppercase;
width:890px;
z-index:50;
}

h6 a {
color : red;
display:block;
letter-spacing:-15px;
margin-top:-45px;
position:relative;
text-decoration:none;
white-space:nowrap;
}

h6 a em {
color:rgba(14, 32, 59, 0.5);
font-size:36px;
font-style:normal;
left:0;
letter-spacing:0;
line-height:75px;
position:absolute;
text-align:right;
text-transform:lowercase;
top:55px;
width:880px;
}

/*

end of heading
*/

/* Header */

#header {
	background : url(images/back6.jpg) repeat-x left top;
	
	width: 100%;
	height: 220px;
	margin: 0 auto;
}
#header h1, #header p {
	margin: 0;
	padding: 0;
}
#header h7 {
	float: left;
	margin: 0;
	padding: 0px 0 0 60px;
	font: italic 40px Gabriola;
	font-style: italic;
	color : white
}
#header p {
	float: left;
	margin: 0;
	padding: 0px 0 0 60px;
	font: italic 80px Gabriola;
	font-style: italic;
	color : white
} 
/* Logo */

#logo {
	float: left;
	height: 65px;
	margin: 0;
	padding-top: 20px;
	color: red;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left:20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font: italic 120px gabriola;
	color : #800000  
	}

#logo p {
	float: left;
	margin: 0;
	padding: 0px 0 0 220px;
	font: italic 80px Gabriola;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 279px;
	height: 110px;
	padding: 0;
	background: url(images/img02.jpg) no-repeat left top;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 9px 10px;
	border: none;
	background: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 38px;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 10px 30px 7px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/img03.jpg) no-repeat left top;
}

#page-bgbtm {
	padding: 30px 10px 0px 20px;
	background: url(images/img05.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 670px;
	padding: 0;
}

.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #181818;
}

.post .title a {
	color: #181818;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	background: url(images/img10.jpg) repeat-y left top;
	text-align: justify;
}

.post .entry-bgtop {
	background: url(images/img08.jpg) no-repeat left top;
}

.post .entry-bgbtm {
	margin-bottom: 25px;
	padding: 30px 20px 10px 20px;
	background: url(images/img09.jpg) no-repeat left bottom;
}


.links {
	display: block;
	width: 130px;
	height: 33px;
	margin-top: 20px;
	padding-top: 7px;
	background: url(images/img07.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */
#updates{
float: right;
	width: 230px;
	padding: 10px 0px 0px 0px;
	color: #787878;
}

#updates a {
/*display:block;
margin-left:45px;
 width:126px;
 height:50px;*/
 font-size:13px;
 text-decoration:none;
 color:#F44903;
 /*text-align:center;
 background:url(images/menu_deact.gif) no-repeat;
 padding-top:6px;*/
 }
 
 #updates h2{
 height: 38px;
	padding: 12px 0 0 15px;
	letter-spacing: -.5px;
	color: #181818;
 
 }
 
#sidebar {
	float: right;
	width: 230px;
	padding: 10px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 15px;
	background: url(images/img06.jpg) no-repeat left 15px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 15px;
	letter-spacing: -.5px;
	color: #181818;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul ul ul{
	display:none;
}

#sidebar ul ul li:hover ul 
{display: block;}
/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}

#menubar {

margin-left:35px;
}
#album ul
{

list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
#album li
{
float:left;
}
#album li
{
display:block;
width:150px;

font-weight:bold;
color:#FFFFFF;
background-color:#888;
text-align:center;
padding:3px;
text-decoration:none;
text-transform:uppercase;
}
#album li:hover
{
cursor:pointer;
background-color:#25383C;
}
#image_window {
padding:30px;
padding-left:80px;
Padding-top:80px;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 80px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 80px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: 24px gabriola;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
