
body {
	font: 11px "Tahoma", "Arial", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	/*background:url(../../images/picara/body.jpg) #f6f6f6;*/
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:720px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1300 ? "1300px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../../images/picara/innerwrapper.jpg) top repeat-x;
	padding:10px 20px 20px 20px;
}

#header {

	margin: 10px 0 45px 0;

}
#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:40px trebuchet ms, arial, verdana;
	color:#333;
	padding:10px 20px 0px 5px;
	margin:0 20px 0 25px;
}

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

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:29px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


#header #nav {
	clear:both;
	background:url(../../images/picara/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:6px 10px 6px 0 !important;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #teaser {
	background: #18648D;
	font-family: trebuchet ms, arial;
	padding: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}
p {
	margin:15px 0;
	line-height:22px;
}

h1 {
	font: 18px Trebuchet ms;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
	margin: 10px 0px -7px 0px;
}

h1 a {
	color:#79B933;
	text-decoration:none;
}

h1 a:hover {
	color:#5F9128;
}

#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	color: #808080;
	font:100% Verdana;
	margin:10px 0 15px 0;
}

ul {
	margin:0px 0 0px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	color:#444;
}

ul span {
	color:#444;
}


img.borded {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	margin: 0 0 20px 0;
	font:18px trebuchet ms, arial, verdana;
	font-weight: bold;
	font-style: italic;
	color:#aaa;
	line-height: 25px;
}

/*CODE AND CONSOLE */

.console {
	background: #2C2C2C;
	font-family: monospace, courier;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	line-height: 16px;
	margin: 0px 0px 20px 0;
}

.code {
	background: #EFEFEF;
	font-family: monospace, courier;
	font-size: 12px;
	color: #787878;
	padding: 5px 10px 5px 10px;
	border: 1px solid #DFDFDF;
	margin: 0px 0px 20px 0;
}

.caption {
	font-family: verdana;
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
}

.console user {
	color: #14EF0C;
}

.console path {
	color: #0698C0;
}
