/* MLP Design (http://www.mlpdesign.net). All Rights Reserved */

/* Global Style Settings */

body {
	color:#ccc;
	text-align:center;
	font:normal 90% "Trebuchet MS",sans-serif;
	margin:0;
	background-color: #555;
	
}
img { border:0;}
h1 { background:#000; color:#9c3; font-weight:bold; font-size: 1.4em; margin:0; padding-top: 6px;}
h2 { background:#000; color:#9c6; font-weight:bold; font-size:1em; margin:0; padding-top:4px;}
h3 { border-bottom:#ccc 1px solid; padding-bottom:10px; font-size: 1em; font-weight: lighter; letter-spacing:.1em; clear:both;}
a:link, a:visited, a:active {
	background-color:inherit;
	text-decoration: none;
	color:#C3DE6C;
}
a:hover {
	background-color:inherit;
	text-decoration: none;
	color:#C3DE6C;
}
form ul { list-style:none; margin-left:75px; padding:1px;}
strong {
	background:#000;
	text-decoration: none;
	color:#C3DE6C;
	font-weight:normal;
}
.button { text-align:center; padding:10px 0;}
.spacer { height:2px; clear:both;}

/* End of Global Settings */


/* Header */
#header 
{
	width:700px;
	height:160px;
	margin:auto;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#header h1
 {
	background-color:#C3DE6C;
	color:#333;
	width:175px;
	margin:50px 0 0 8px;
	text-align:center;
	float:left;
}

/* Content and Sidebar Settings */
#main
{ width:785px; margin:auto; clear: both; background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0;}

* html body #main
{ width:800px;}

#content 
{
	float:left;
	width: 62%;
	font-size:.95em;
	text-align:left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content p
{ line-height:1.35em; word-spacing:.2em; text-align:justify;}

#content ul 
{ list-style:none; margin-left:30px; padding:1px; text-align:left;}

#content ul li
{ padding-left:15px; background: url(img/arw.gif) 0 3px no-repeat #000; color:inherit; text-align:left;}

#content ol
{ margin-left:20px; text-align:left;}

* html body #content ol
{ margin-left:60px; text-align:left;}

#sidebar 
{
	float:left;
	width:197px;
	text-align:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 43px;
}

#sidebar h1
{
	color:#000;
	font-weight:600;
	font-size:1.1em;
	line-height:30px;
	margin:0;
	padding-left:14px;
	text-align:left;
	background-color: #C3DE6C;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#sidebar h2
{
	color:#000;
	font-weight:600;
	font-size:1.1em;
	line-height:30px;
	margin:0;
	padding-left:15px;
	text-align:left;
	background-color: #C3DE6C;
}

#sidebar ul 
{ margin:0; padding:0; text-align:left;}

#sidebar li 
{
	display:block;
	list-style: none;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}

#sidebar li a, #sidebar li a:link, #sidebar li a:visited 
{
	color: #666;
	display:block;
	padding:8px 4px 8px 15px;
	text-decoration: none;
	font-size:.75em;
	text-align:left;
	background-color: #C3DE6C;
}

#sidebar li a:hover
{
	color: #000;
	display:block;
	text-align:left;
	background-color: #C3DE6C;
}

#sidebar .off, #sidebar .off a
{
	color: #666;
	padding:0 10px;
	text-align:left;
	line-height:1.6em;
	font-size:8pt;
	background-color: #C3DE6C;
}


/* Portfolio Settings */
.gallery
{ width:430px; margin:10px 0 10px 15px; text-align:left;}

.thumb 
{ margin:10px 20px 10px 0; float:left; width:120px; text-align:center; font-size:.9em;}	

.thumb .img
{ display: inline; border:1px solid #777; width:120px; height:90px;}

.desc
{ width:295px; margin:0; float:right; text-align:justify; font-size:.9em; word-spacing:-.25em; }

/* ie fix */
* html body .thumb
{margin:5px 15px 5px 0;}

* html body .desc
{ margin:5px 8px 0 0;}


/* Footer Settings */
#footer 
{ width:700px; height:40px; background:url(img/footertop.gif) 50% 0 no-repeat #000; color:#333; font-size:.75em; 
  margin:0 auto; padding-top:25px; text-align:center; clear:both;}
 
#footer a:link,#footer a:visited,#footer a:active
{
	text-decoration: none;
	color:#333;
	background-color: #C3DE6C;
}

#footer a:hover
{
	text-decoration: none;
	color:#fff;
	background-color: #C3DE6C;
}
#main #sidebar p {
	color: #000;
	font-size:0.8em;
	margin:0;
	padding-left:15px;
	text-align:left;
}
