#flash {
z-index: 0;
}


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01a.gif) repeat-x;
	font: Garamond, arial;
	color: #000000;
}


h1 { font-size: 1.5em; }


h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #000000;
	font-size:14px;
	
}

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

/* Header */

#header {
float:none;
	width: 900px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	
}


#logo a {
	text-decoration: none;
	color: #ffffff;
}


/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 480px;
	margin: 0 auto;
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}




#prev span, #next span {
	display: none;
}



#thumbs img {
	padding: 8px 0 0 10px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 430px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #FF8400;
}



.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

/* Boxed1 */



.boxed h2 {
	padding-left: 20px;
	color: #0078FF;
}

.boxed .content {
	padding: 10px;
}

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

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
}

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 20px;
	text-align: justify;
	font-size: smaller;
}

/* Footer */

#footer {
	clear: both;
	background-image: url(../images/img16.gif);
	background-repeat: repeat-x;
	position: absolute;
	margin-bottom:0;
    bottom: 0;
	width:100%;
	
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #000000;
}

#footer a {
	color: #000000;
}
