/*
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 {
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 200%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img03.jpg);
}

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

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menuright {
	float: right;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 605px;
}

#idGeneralTitle {
	border-bottom: 1px solid #454545;
	font-size: 2.5em;
}

#wcontent {
	float: left;
	width: 100%;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

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

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}

.content_loading {
	background : #1F1F1F url('./images/loading1.gif') center center no-repeat;
}

.odd {
	background-color: #121212;
}
.even {
	background-color: #1F1F1F;
}

.comment {
	margin-top: -30px;
	display: none;
}

#editform {
	width: 100%;
}

#editform input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#editform .editInput {
	width: 80%;
	background: #1F1F1F;
	color:#FFFFFF;
}

#editform .editCombo {
	background: #1F1F1F;
	color:#FFFFFF;
}

.small {
	font-size:smaller;
}

.editBlog {
	
}

.editImg {
	border:0pt none;
	padding-left:5px;
}

.deleteBlog {
	
}

.deleteImg {
	border:0pt none;
	padding-left:5px;
}

.paging {
	text-align:right;
}

/* Product */

.product {
	margin-bottom: 10px;
}

.product .title {
	border-bottom: 1px solid #454545;
}

.product .title a {
	text-decoration: none;
}

.product .entry {
	padding: 0 20px;
	border-bottom: 1px solid #454545;
}

.product .entry img {
	float: left;
	margin-right: 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 295px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.6em;
}

/* Search */

#idSearch {
	padding: 20px;
	text-align: center;
}

#idSearch input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#idSearch #search {
	width: 80%;
	background: #1F1F1F;
}

/* Login */

#idLogin {
	padding: 20px;
	text-align: center;
}

#idLogin input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#idLogin #username {
	/*width: 70%;*/
	background: #1F1F1F;
}

#idLogin #password {
	/*width: 70%;*/
	background: #1F1F1F;
}

#idSubmit input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Account Info */

#editform .editAccountInput {
	width: 80%;
	background: #1F1F1F;
	color:#FFFFFF;
}

#editform .editCombo {
	background: #1F1F1F;
	color:#FFFFFF;
}

/* Auto Complete */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: #1F1F1F;
	overflow: hidden;
	
	display: none;
	position: absolute; 
	width: 200px;
	/*top: 403px; 
	left: 162px;*/
	margin-top: -8px;
	margin-left: 20px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:relative;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	margin-left: -20px;
	text-align: left;
}

.ac_loading {
	background : #1F1F1F url('./images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/* Calendar */

#idCalendar {
	padding-bottom: 20px;
}

#idCalendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#idCalendar caption {
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#idCalendar thead th {
	background: #333333;
}

#idCalendar tbody td {
	background: #111111;
}

#idCalendar a {
	text-decoration: none;
	font-weight: bold;
}

#idCalendar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

/* Cosmetic */

.flag:hover{
	cursor:pointer;
}