/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: arial;
	font-size: 14px;
	text-align: justify;
	color: #000000;
	background-image: url(images/page-background-fade.jpg);
	
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #231ef1;
}

h1 {
	letter-spacing: -1px;
	font-size: 25px;
	height: 60px;
	padding-top: 5px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(images/page-header.jpg);
	background-repeat: no-repeat;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

#sidebar .genre  {

		padding-left: 25px;
		padding-top: 5px;
		text-decoration: none;
		font:  caps bolder 16px arial;
		display: block;
		color: black;
		width: 100px;
		background-color: #ffffff;
}




a:link {
	color: #234ff3;
}

a:hover, a:active {
	text-decoration: none;
	color: #A5E543;
}

a:visited {
	/*color: #A5E543;*/
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
	height: 250px;
	border-bottom: 2px blue solid;
	background-color: #ffffff;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 810px;
	margin: 0 auto;
	height: 75px;
}

/* Menu */

#menu {
	float: left;
	width: 810px;
	height: 60px;
	background: url(images/img03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px 12px 35px;
	letter-spacing: -.5px;
	text-decoration: none;
	font-size: 20px;
	color: #FFFFFF;
	background: url(images/img06.jpg) no-repeat left 50%;
}

#menu a:hover
	{
	background-position: -182px;
	}


#menu .current_page_item a {
	color: #A5E543;
}

/** LOGO */

#logo {
	width: 810px;
	height: 260px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 0 0 100px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 105px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 0px 0 0 100px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #9B9B9B; 
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 810px;

	margin: 0 auto;
	/*padding: 20px;*/
	padding-top: 0px;
	background-color: #ffffff;
	border-right: 1px #08d9ff solid;
	border-left: 1px #08d9ff solid;
}

/* Content */

#content {
	float: left;
	width: 500px;
	margin: 10px;
	color: #000000;
	background-color: #ffffff;
}

/*FAQ Page*/
.faq h3
	{
	font-size: 20px;
	}


/* Post */

.post {
	padding: 15px 0px;
}

.post .entry {
	padding: 0 5px;
	font-size: 14px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	
	background-color: #ffffff;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li li {
	margin: 0;
	padding-left: 25px;
}

#sidebar .genre {
color: #00000;
}

#sidebar .side-box h2 {
	background: url(images/rounded-top.gif) no-repeat left top;
	height: 40px;
	margin: 0px;
}

#sidebar .side-box h2 span{
	margin-left: 35px;
	position: relative;
	top: 12px;
}

#sidebar .side-box {
	background: url(images/rounded-bottom.gif) no-repeat left bottom;
	background-color: #fffff;
	padding-bottom: 32px;
	width: 248px;
	margin-bottom: 5px;
}

#sidebar .side-box ul{
	background: url(images/rounded-middle.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
	color: black;
}


/* Contact Page */
#contactcontent
  {
  width: 630px;
  margin: 30px 0px 0 30px;
  float: left;
  position: relative;
  bottom: 30px;
  clear: both;
  }      

fieldset
	{
	width: 435px;
	float: left;
	border: none;
	}
  
#contactform  .label
	{
	float: left;
	width: 100px;
	text-align: left;
	padding-right: 20px;
	}
	
#contactform .text
	{
	width: 250px;
	}
	
#contactform #date
	{
	width: 120px;
	}
	
#contactform  .message
	{
	width: 250px;
	height: 100px;
	}
	
#contactform .submit
	{
	float: right;
	margin-right: 28px;
	}
/*CONTACT PAGE CALENDAR*/

#calendar table 
	{
	margin-right: 10px;
	margin-top: 10px;
	font-family: arial;
	border: solid #FFCCFF 1px;
	color: blue;
	}
	
#calendar .header
	{
	height: 10px;
	font-size: 11px;
	background-image: none;
	}
	
#calendar tr 	
	{
	height: 32px;
	}

#calendar td 	
	{
	border: 1px blue dotted;
	background-image: url(images/calendar-weekday-bg.gif);
	background-repeat: repeat-x;
	width: 32px;
	text-align: center;
	
	}
#calendar .we
	{
	background-image: url(images/calendar-weekend-bg.gif);
	background-repeat: repeat-x;
	}
#calendar a 
	{
	text-decoration: none;
	color: blue;
	font-weight: bold;
	}

#calendar
	{
	width: 250px;
	}
	
#calendar .weekdays td
	{
	background-image: none;
	background-color: blue;
	border-collapse: collapse;
	color: white;
	}
	
#calendar .nextMonth
	{
	float: right;
	border: black 1px solid;
	}
	

.testimonial-box p
	{
	padding-top: 20px;
	background: url(images/quote-open.jpg) no-repeat left top;
	width: 230px;
	}
	
.testimonial-box
	{
	color: black;
	background: url(images/quote-close.jpg) no-repeat right bottom;
	width: 240px;
	padding-bottom: 10px;
	padding-top: 130px;
	}
	
	
.blue-table
	{
	border: #59c2f8 solid 2px;
	border-collapse: collapse;
	font-family: arial;
	width: 500px;
	text-align: left;
	}
		
.blue-table tr
	{
	text-align: center;
	border-top: #59c2f8 dotted 1px;
	border-bottom: #59c2f8 solid 1px;
	}
	
.blue-table td
	{
	border-bottom: #59c2f8 solid 1px;
	text-align: left;
	padding-left: 20px;
	}
			
.blue-table th
	{
	background-image: url('images/table header.jpg');
	border-bottom: #59c2f8 dotted 2px;
	text-align: left;
	padding-left: 40px;
	}
			
.odd 
	{
	background-color: #dbfff9;
	}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}



#footer {
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 0;
	border: 1px #08d9ff solid;
	border-top: blue 1px solid;
	background-color: #ffffff;
	color: #000000;
	width: 810px;
}

#footer .design
	{
	position: relative;
	left: 360px;
	}
	
#footer .copywright
	{
	margin-left: 20px;
	}
	
html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
}

/*TOOLS_CONTENT*/
#content-form{
padding-left: 10px;
}

