/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01a.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}

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

h1 {
	letter-spacing: -1px;
	font-size:24px;
}

h2 {
	font-size:20px;
	text-align:left;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
}



p.head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#666666;
	text-align:left;

}
p.terms {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-align:left;

}

p.center {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#666666;
	text-align:center;

}
p.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:justify;

}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #70BF0C;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
text-decoration: undeline;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	padding: 0 0px;
	background: url(images/head.gif) center bottom no-repeat;
	
}

/* Menu */

#menu {
	width: 980px;
	height: 100px;
	
}

#menu ul {
	margin: 0;
	padding: 25px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#menu  a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: #70BF0C
}

/* Logo */

#logo {
	clear: both;
	width: 980px;
	height: 200px;
}

#logo h2 {
	text-transform:none;
	text-align:right;
	font-style: italic;
}

#logo h1 {
	padding: 50px 90px 0 0;
	font-size: 20px;
	font-weight: bold
	text-transform:none;
	text-align:right;

}

#logo h2 {
	padding: 0 0 0 100px;
	font-size: 14px;
}

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

/* Page */

#page {
	width: 900px;
	height:auto;
	margin: 0 auto;
	padding: 10px 0;
}

/* Content */

#content {
	float: left;
	width: 600px;
	min-height:768px;
}

.post {
}

.post .date {
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	background: #C9E5FC;
	border: 1px solid #C9E5FC;
	text-align: center;
	font-size: 11px;
	color: #3F4C6B;
}

.post .date b {
	display: block;
	padding: 5px 0;
	background: #F4FAFE;
	font-size: 24px;
	font-weight: normal;
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0 0 0 0;
	color: #B2B7C4;
}

.post .entry {
	padding: 20px 0;
	line-height: 200%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;

}

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

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background: url(images/img04c.gif) center top no-repeat;
}

#sidebar li ul {
	line-height: 240%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	text-align:center;
	color: #ffffff;
}
.title 
{
color: #70BF0C;
font-weight:400;

}

#s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/footer.gif);
	border-top: 5px solid #C245D1;
	text-align: center;
	font-size: 12px;
}

#footer p {
	margin: 0;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position:relative;
height:290px;
width:400px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#E6EBE8;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: 666666;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


