/*
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: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

/*form {
	margin: 0;
	padding: 0;
}*/

/* form elements */
form {
	margin:10px; padding: 10px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:500px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #89366A;	
}

/*input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}*/

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #339966;
}

a:hover {
	text-decoration: none;
	color: #89366A;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 58px;
	margin: 0 auto;
	padding: 1px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 58px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 58px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 58px;
	padding: 17px 25px 0 25px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	display: block;
}


#menu a:hover {
	background: url(images/img04.gif) repeat-x;
	color: #339966;
}

#menu .current_page_item a {
	background: url(images/img05.gif) repeat-x;
	color: #339966;
}

/*Hover menus code*/
	#menu li ul {
		position: absolute;
		top: 60px;
		width: 10em;
		left: -999em;
		/*#339966*/
		background: url(images/menu_bg.gif);
		opacity:0.85;
		filter:alpha(opacity=85);/**/
		height: 30px;
	}
	
	#menu li ul li {
		float:none;
		/**/
		background: #339966;
		display:block;
		font-size: 0.9em;
		height: 30px;
	}
	
	#menu li ul li a:hover{
		float:none;
		/**/
		background: #339966;
		display:block;
		font-size: 0.9em;
		height: 30px;
		color: #89366A;
	}
	
	#menu li ul li a{
		float:none;
		/**/
		background: #339966;
		display:block;
		font-size: 0.9em;
		height: 30px;
		color: white; 
	}
	
	
	#menu li:hover ul, #menu li.sfhover ul {
		left: auto;
		/*#339966
		background: url(images/menu_bg.png);*/
		height: 30px;
	}

/* Grey boxes */

#grey-boxes1 { 
	margin-bottom:10px;
	margin-left:60px;
	}


/*background:url(../images/greyboxes1-middle-bg.gif);*/
#grey-boxes1 .middle {
	background:url(images/greyboxes1-middle-bg.gif)  repeat-y; 
	width:550px;/*518*/
	height:auto;
	overflow:hidden;
	margin-top:-2px;
}

#grey-boxes1 .text1 { left:10px; margin-left: 10px; }
#grey-boxes1 .text2 { left:60px; margin-left: 40px; }
#grey-boxes1 .text3 { left:130px; margin-left: 42px; }

#grey-boxes1 .text1,
#grey-boxes1 .text2,
#grey-boxes1 .text3 {
	float:left;
	width:140px;/* 132 */
	margin-bottom:-2px; 
	/*
	border-width: 1px;
  border-style : solid ;
 	border-color : blue ;
	*/
}
#grey-boxes1 .text1 p a,
#grey-boxes1 .text2 p a,
#grey-boxes1 .text3 p a {
	color:#333;
}

#grey-boxes1 .text1 h2,
#grey-boxes1 .text2 h2,
#grey-boxes1 .text3 h2 {
	font-size: 1.0em;
}


#grey-boxes1 .top {
	margin-bottom:-1px;

}
#grey-boxes1 .bottom {
	margin-top:-4px;
}


#grey-boxes1 p {
	margin-bottom:5px;
	margin-top:5px;
	line-height:normal;
}





/* Logo */

#logo {
	width: 962px;
	height: 91px;
	margin: 0 auto;
	background: url(images/img06.gif) no-repeat;
	color: #339966;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	font-size: 2.6em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #339966;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}

/* Content */

#content {
	float: right;
	width: 680px;
	background: url(images/bg.gif) no-repeat top center;
}

#datefield {
	text-align: right;
	font-weight: bold;
	color: #89366A;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px solid #F5F5F5;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
	background: url(images/img09.gif) no-repeat left bottom;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
	background: url(images/img10.gif) no-repeat right bottom;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
	background: #F5F5F5 url(images/img08.gif) no-repeat left bottom;
}

#sidebar li li {
	margin: 9px 0px 0px 0px;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
	margin: 0;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
