/* ==============================================
	   ADMINT.US STYLES / VERSION 1
============================================== */



/* ==============================================
   Global Styles
============================================== */

* { /* Global browser reset */
	margin: 0;
	padding: 0;
} 
html {
	background: #ded5b7 url(../images/bg.jpg) repeat;
	font-size: 62.5%;
}
body {
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	background: transparent url(../images/bg_fade.jpg) repeat-x top left;
	text-align: center; /* Workaround for IE 5.x */
	line-height: 1.5em;
}
h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset {
    margin-top: 1em;
    margin-bottom: 1em;
}
h1 {
    margin-top: 14px;
	margin-bottom: .5em;
	font-size: 2.1em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
a:link, a:visited {
	color: #1fbeca;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: #FFF;
}
dt {
	font-weight: bold;
    margin-top: 1em;
}
small {
	font-size: 0.9em;
}



/* ==============================================
   Site Shell Elements
============================================== */

#header {
	height: 50px;
	background: transparent url(../images/header.jpg) repeat-x left bottom;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#content {
	width: 600px;
	float: left;
	padding-bottom: 30px;
}
#footer {
	text-align: left;
	border-top: 1px dotted #FFF;
	color: #82807b;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: .8em;
}
#sidebar  {
	width: 324px;
	float: right;
}
#sidebar ul {
	list-style: none;
	margin: 1em 0 0;
}
#sidebar li {
	padding: 10px 0;
	border-bottom: 1px dotted #FFF;
}



/* ==============================================
   Home Page
============================================== */

.logotype {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
}

/* ==============================================
   Admint
============================================== */

body#admint h1 {
	font-weight: normal;
}
#admint_banner {
	margin-left: 25px;
}
body#admint h1.special {
	text-align: center;
	font-weight: bold;
}
.column {
	width: 420px;
}
.column img {
	border: none;
	float:left;
	margin-right:15px;
}
.left {
	float: left;
	margin-left: 50px;
	display: inline; /* IE Double-Margin Bug */
}
.right {
	float: right;
	margin-right: 40px;
	display: inline; /* IE Double-Margin Bug */
}
.overview p {
	height: 110px;
}
a.over_title:link, a.over_title:visited {
	color: #000;
	font-size: 1.4em;
	display: inline;
}
a.over_title:hover {
	background-color: transparent;
}
.learn_more {
	background: transparent url(../images/arrow_more.png) no-repeat center right;
	padding-right: 7px;
}
#subnav {
	margin: 10px 0 30px;
}
#subnav ul {
	list-style: none;
	margin: 0;
}
#subnav li {
	display: inline;
	margin-right: 60px;
}
#subnav a:link, #subnav a:visited {
	color: #FFF;
	font-weight: bold;
}
#subnav a:hover {
	color: #000;
	text-decoration: none;
}
#subnav .active a:link, #subnav .active a:visited {
	color: #000;
}
#admint_tag {
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	margin: 14px 0;
}
#more_admint {
	text-align: center;
	clear: both;
}
#more_admint a {
	text-decoration: underline;
}

#screenshots {
	list-style: none;
	margin: 0;
}
#screenshots li {
	clear: left;
	height: 264px;
}
#screenshots img {
	float: left;
	margin-right: 20px;
}
#content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
#content td, #content th {
	text-align: center;
	padding: 5px;
}
#content td.align {
	text-align: left;
}
#faq_ques {
	border-bottom: 1px dotted white;
	padding-bottom: 1em;
}
#faq_ques li {
	list-style-type: none;
}




/* ==============================================
   Contact Form
============================================== */

form#contact {
	border: none;
	margin: 0;
	width: 594px;
}
form ol {
	margin: 0;
}
form li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}
form label {
	display: block;
	margin: 0 0 .25em 0;
}
.entrybox, .formtext {
	background-color: #FFF;
	border: none;
	font-size: 12px;
	padding: 5px;
	width: 360px;
}
select {
	background-color: #FFF;
	border: none;
	font-size: 12px;
	padding: 5px;
	width: 370px;
}
textarea {
	font-family: inherit;
}
.formtext {
	width: 360px;
}
.oops {
	color: #EE0000;
}
select:hover {
	background-color: #FFF;
}



/* ==============================================
   Misc
============================================== */

.clear {
	clear: both;
}



