/* CSS Document */

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF;
	text-align: center;	
	width: 650px;	
}

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

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	background-color: #E6F1FB; 
	font-size: 16px;
}


/***********************
	  LAYOUT
************************/

#header-content, #footer-content {
	width: 650px;
}

#breadcrumbs {
	margin-left: 15px;
	color: #006699;
	font-size: 16px;
	

}

#content {
	width: 650px;
	text-align: left;
	padding-left: 10px;
	margin: 0 auto;
	
	
	
		
}

#wrapper {
	width: 650px;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	}
	

/* header */
#header {
	height: 26px;
	text-align: left;	
}
#header-content {	
	display: none;
	
}
#header-content h1#logo {
	display: none;
	
}
#header-content h1#logo a {
	display: none;
}
#header-content #slogan {
	display: none;
}

/* header menu */
#header-content ul {
	display: none;	
}
#header-content li {
	display: none;
}
#header-content li a {
	display: none;
}
#header-content li a:hover {
	display: none;
}
#header-content li a.current  {
	display: none;
}

/* header photo */
.headerphoto {
	display: none;

}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 650px;
	background: url(../images/hbglg.jpg) repeat-y center;

	}


/* sidebar */
#sidebar {
	display: none;
}	



/* main */
#main {
	float: left;
	width: 650px;	
	margin: 0 0 10px 0; padding: 0;	


		
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	
}


#main h2 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	 	

}

#main h3 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
		

}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

.tabstrip li {
	list-style-image: none !important;
}

.post {
	margin: 0; padding: 0;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('../images/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('../images/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('../images/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	display: none;	
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear  { clear: both; }
.gray   { color: #BFBFBF; }
.blue	{ color: #006699; }
.green	{ color: #65944A; }
.black	{ color: #66FFFF; }

p, h1,h2,h3,h4,h5,h6 {
	margin: 10px 15px;
	margin-left: 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}


