/* **************************************************** 

Title:   GetSimple CSS Document
Author: Chris Cagle
URL: 	http://www.cagintranet.com/ 
	http://get-simple.info/
	http://get-simple.ru/
Created: 	September 2, 2009

**************************************************** */

/* GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/* GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family:verdana, arial, "lucida Grande", verdana, helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	color:#555;
	border-top:7px #CF3805 solid;
	}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	}
.center {text-align:center !important;}
.pot {display:none;}	


h1 {letter-spacing:-1px;font-weight:normal;color:#000;border-bottom:1px solid #eee;padding-bottom:5px;font-size:30px;font-family:arial;margin:0 0 20px 0;}
h3 {font-size:16px;color:#CF3805;font-family:arial;margin:0 0 10px 0;}
h2 {font-size:18px;color:#CF3805;font-family:arial;margin:0 0 10px 0;}
h4 {font-size:15px;color:#111;font-family:arial;margin:0 0 10px 0;}

#sidebar {width:260px;float:right;text-align:left;}
#sidebar h3 {color:#333;padding-bottom:5px;border-bottom:1px dotted #eee;}
#bodycontent {width:590px;float:left;text-align:left;}

#bodycontent p, #bodycontent pre {margin:0 0 20px 0;line-height:19px;}
#bodycontent ul, #bodycontent ol {margin:0 0 20px 20px;line-height:19px;}
#bodycontent ul ul, #bodycontent ol ol {margin:0 0 0 20px;}
#bodycontent p b, #bodycontent p strong {color:#222;}



#bodycontent a:link, #bodycontent a:visited {
text-decoration:underline;
font-weight:bold;
color:#333;
}
#bodycontent a:hover {
color:#CF3805;
font-weight:bold;
text-decoration:underline;
}
#bodycontent pre {font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;border:1px solid #ccc;background:#f1f1f1;padding:15px;font-size:11px;line-height:14px;color:#444;}
#bodycontent code {font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;background:#f1f1f1;padding:2px;font-size:11px;color:#444;}
#bodycontent pre code {display:block;border:none;padding:0;font-size:11px;}
#header {position:relative;height:120px;}
#header #nav {list-style:none;background:#182227;position:absolute; top:40px;left:260px;width:640px;}
#header #nav {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:16px;
}
#header #nav li {height:32px;float:left;font-size:13px;text-align:center;}
#header #nav li a {display:block;padding:0 15px;line-height:32px;}
#header #nav li a:link, #header #nav li a:visited {color:#9FB8C4}
#header #nav li.current a, #header #nav li a:hover {color:#FFF}
#header #nav li.current a {font-weight:bold;}

#header #logo {text-indent:-9999px;position:absolute; top:40px;left:0px;display:block;background:transparent url('logo.png') center center no-repeat;height:32px;width:225px;}

/** homepage **/
#index  h1 {border:none;padding:0;margin:0 0 10px 0;text-align:center;}
#index  h5 {border:none;padding:0;margin:0 0 20px;text-align:center;font-size:15px;color:#666;letter-spacing:-1px;}
#index #bodycontent {width:900px;float:left;text-align:left;}
#index #bodycontent .section {text-align:center;margin:0 10px 20px 0;float:left;background:#f9f9f9;padding:8px 0;border:1px solid #ccc;height:220px;width:124px;}
#index #bodycontent .section p {font-size:11px;line-height:13px;padding:0 8px;}
#index #bodycontent .section b {font-size:12px;display:block;padding:5px 0 10px 0;}
#index #bodycontent .section img {border:1px solid #ccc;height:100px;width:100px;background:#fff;}
#index #bodycontent #download {width:200px;height:220px;}
#index #bodycontent #download h4 {font-family:verdana;font-weight:bold;margin:0 0 5px 0;color:#000;font-size:12px;}
#index #bodycontent #download .version {font-weight:bold;display:block;color:#000;font-family:arial;letter-spacing:-4px;font-size:60px;margin:0 0 5px 0}
#index #bodycontent #download img {border:none;background:transparent;padding:0}
#index #bodycontent #last {margin:0 0 20px 0;}
#index #sidebar {display:none;}

/** FOOTER **/

#footer {
	line-height:15px;
	font-size:11px;
	color:#999;
	margin:40px 0;
	}
	#footer a:link, #footer a:visited {
		color:#999;
		text-decoration:underline;
		font-weight:normal;
		}
	#footer a:hover {
		color:#666;
		text-decoration:underline;
		font-weight:normal;
		}

