/**********************
*	Core structure
**********************/
body {
	background: #38414A url(images/bg_gradient.gif) repeat-x 50% 0;
	font: normal 0.80em "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	color: #ccc;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 768px;
	margin: 0 auto;
	padding: 30px 0px;
}

/**********************
*	Headers
**********************/
#header {
	width: 100%;
}
#header img {
	float: left;
	padding: 0px 10px;
}

h1,h2,h3,h4 {
	font-weight: normal;
	line-height: 1.1em;
}

h1 { font-size: 320%; margin-bottom: 0; }
h2 { font-size: 180%; color: #4082ae; margin-top: 0; }
h3 { font-size: 140%; color: #fff; margin-bottom: 0.5em; }
h4 { font-size: 120%; font-style: italic; }

/**********************
*	Content
**********************/
#content {
	background: #121212;
	padding: 0px 10px 10px 10px;
	width: 100%;
}

#home { background: #000; }
#about { background: #000; }
#contact { background: #000; }

.menu li {
	list-style: none;
}

#result{
	overflow: auto;
	padding: 10px 0;
	margin: 10px 0;
	font-size: 120%;
}

.form {
	float: left;
	height: 32px;
}
.load {
	background: url(images/spinner.gif) no-repeat;
}

#home input {
	border: 1px solid #4082ae;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.txt-field {
	background: #000;
	float:left;
	padding: 1px 5px;
	height: 28px;
}
.button {
	float:left;
	background: #4082ae;
	height: 32px;
}

#about li {
	list-style-image: url(images/ok.png);
	font-size: 120%;
	margin-left: 20px;
}

.ads {
	clear: both;
	border-top: 1px solid #333;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#digg {
	float: right;
}
/**********************
*	AJAX elements
**********************/
.load {
		background: url(images/spinner.gif) no-repeat;
		width: 32px;
		height: 32px;
		margin: 0 auto;
}

.ui-tabs { padding: .2em; }
.ui-tabs-nav { padding: .2em .2em 0 0;  position: relative; }
.ui-tabs-nav li { font-size: 150%; float: left; border-bottom: 0 !important; margin: 0; padding: 0; }
.ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; color: #4082ae; }
.ui-tabs-nav li a:hover { color: #fff; }
.ui-tabs-nav li.ui-tabs-selected {  padding-bottom: .1em; border-bottom: 0; background: #000; }
.ui-tabs-panel { padding: 1em 1.4em;  display: block; border: 0; background: none; }
.ui-tabs-hide { display: none !important; }