/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(images/bg.jpg) repeat-x;
	text-align: center;		
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

img {
border-style: none;
}

blockquote {
	padding: 0 30px;
	background: url(images/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

blockquote p {
}

/* links */
a { background: inherit; color: #347235; text-decoration: none; }
a:hover { background: inherit; color: #347235; text-decoration: underline; }

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	background: url(images/img08.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 37px;
	padding: 13px 30px 0px 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FCFDDF;
}

#menu a:hover {
	background: #333333;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(images/img04.gif) repeat-x;
}

/* Header */
#header {
	height: 101px;
}

#header-content {
	width: 960px;
}

/* header */
#header {
	height: 55px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 30px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 30px; left: 40px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 300px; top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #93cc65;
	color: #000000;
}
#header-content li a#current  {
	background: #93cc65;
	color: #000000;
}

/* additional classes */
.clear { clear: both; }
.gray  { color: #93cc65; }


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(images/img06.gif);
}

#bgtop {
	height: 20px;
	background: url(images/img07.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(images/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}
#page ul li{
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
}
#page ul li:hover {
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}

        #search {        
        margin: 0 auto; 
        padding: 0;
	      position: relative;
        }
        #search div {
        position:absolute; 
        width:185px;
        right: 15px; top: 10px;
        }
        
        #search #search-input {
        position:absolute; 
        top:0; 
        left:0; 
        width:150px; 
        height:30px; 
        background:url("images/search-input.png") 0 0 no-repeat; 
        overflow:hidden;
        }
        #search #search-input input {
        width:136px; 
        margin:8px; 
        border:0; 
        font:100%/1 "arial",sans-serif;
        }
        #search #search-submit {
        position:absolute; 
        top:0; 
        right:0; 
        width:30px;
        }
        
        
/* Content */

#content {
	float: left;
	width: 560px;
	min-height: 800px;
}

#left{
	float: left;
	width: 160px;
}

#right{
	float: right;
	width: 400px;
}

#column{
	float: left;
	width: 186px;
}

#bottom{
	float: left;
	width: 560px;
}

html>body #content {
	height: auto;
}

/* Post */

.post {
}

.post .bigpix {
	margin-bottom: 20px;
	background: #F0F0F0;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 10px 0px 0 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(images/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(images/img14.gif) no-repeat left center;
}

/* Sidebar Common Style */

.sidebar {
text-align: left;
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 5px 5px 5px 15px;
	background: none;
	border-bottom: 1px solid #F0F0F0;
	font-size: 13px;
	float: left;
	width: 150px;
}
#page .sidebar li:hover {
	padding: 5px 5px 5px 15px;
	background: #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	font-size: 13px;
	float: left;
	width: 150px;
}

.sidebar a {
	background: none;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 170px;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
	padding: 0 35px 0 0;
}

#syn{	
	width: 280px;
	float: left;
}
#ant{	
	width: 280px;
	float: left;
}


#myTable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin: 2px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#myTable th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#myTable td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
	color: #000000;
	border-top: 1px solid #e8edff;
}
#myTable tbody tr:hover td
{
	color: #000000;
	background: #eff2ff;
}


/* Form highlighting*/

.contact_form {
	width: 400px;
	font-size: small;
	float: center;
}
.contact_form input {
	border: 1px solid #b2b2b2;
	width: 400px; /* IE */
}
html>body .contact_form input {
	width: 148px; /* Others */
}
.contact_form_box {
	width: 360px;
}
.contact_form_box textarea {
	border: 1px solid #b2b2b2;
	width: 346px; /* IE */
	height: 150px;
}
html>body .contact_form_box textarea {
	width: 348px; /* Others */
}
.boxhead {
	height: 5px;
	font-size: 0px;
}
.boxhead div {
	height: 5px;
}
.boxbody {
	margin-left: 5px;
}
.boxfoot {
	height: 5px;
	font-size: 0px;
}
.boxfoot div {
	height: 5px;
}
/* Footer */

#footer {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	background: url(images/img10.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

