/* Craftysue.com 2011 by SAS */

/* HTML ELEMENTS */

/* top elements */
* { padding: 0; 
     margin: 0; 
     outline: 0; 
}

body {
	margin: 0; 	
	padding: 0;
	font: 80% Arial,Georgia,Verdana,Tahoma,sans-serif;
	/*font: normal 12px/1.7em Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;*/
	color: #000000;
	text-align: center;
	background: #ffffff;
}

/* links */
a:link, a:visited {
	color: #303030;
	background-color: inherit;
	text-decoration: none
}
a:hover {
	color: #303030;
	background-color: #aeb3ff;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em Arial, 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #303030;
}
h1 { 
	font-size: 2.2em;
}
h2 { 
	font-size: 1.8em; text-transform:uppercase;
}
h3 { 
	font-size: 1.3em; 
}

h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #000000;
}
ul span, ol span {
	color: #000000;
} 

/* images */
img {
    border: 0px ;
	padding: 8px;
}
img.no-border { 
	border: none;
}
img.float-right { 
	margin: 5px 0px 5px 15px; 
}
img.float-left { 
	margin: 5px 15px 5px 0px; 
}

code {
    margin: 5px 0;
    padding: 20px 15px;
    text-align: left;
    display: block;
    overflow: auto;  
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    /* white-space: pre; */
    background: #111;
    border: 1px solid #151515;
}
acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 10px 10px 10px 10px;
  	background: #c8dfcb;
    border: 1px solid #c8dfcb;
    font: normal 1.3em/1.5em Arial,'Trebuchet MS', Sans-serif;
}

/* form elements */
form {
	margin: 15px;
	padding: 15px 10px;
	background: #aeb3ff;
    border: 1px solid #6363c0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 2px;
	border: 1px solid #505050;
    color:#000000;
	background: #ffffff;
}
textarea {
	width: 250px;
	padding:3px 2px;
	border: 1px solid #505050;
	height:100px;
	display:block;
	color:#000;
	background: #ffffff;
}
input.button { 
	margin: 0; 
   	border: 1px solid #505050;
	padding: 2px 3px; 
	color: #000000;
	background: #ffffff;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #ffffff;
	color: #000000; 
	height: 20px;
	border: 1px solid #000000;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #000000;
	color: #ffffff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/* LAYOUT  */
#header-content, #footer-content, #content { width: 950px; }

/* header */
#header {
	background: url(img/blackheader.png) repeat-x 0 0;
	height: 120px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 50px Arial, Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #000;
	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 20px;
	background:url(img/vsdlogo.png) repeat-x 0 0;
	height: 120px;
	width: 448px;
}

#header-content #slogan {
	position: absolute;	
	font: bold 12px Arial, 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;	
	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px; left: 35px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 75px; 
	font: bolder 1.3em Arial,'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #aeb3ff;
}
#header-content li a:hover {
	background: #aeb3ff;
	color: #000000;
}
#header-content li a#current  {
	background: #aeb3ff;
	color: #000000;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #ffffff url(img/vsdcontainer.png) repeat-x;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0; margin: 0 auto;
}
/* main */
#main {
	background: #ffffff;
    float: left;
	margin: 35px 0 10px 0;
	padding: 0;
    width: 680px;
}
#main h1 {
	font: bold 1.8em Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #000000;
}

#sitemap { 
	width: 600px;
    margin: 30px;
 	padding: 10px 10px 10px 10px;
  	background: #c8dfcb;
    border: 1px solid #c8dfcb;
    font: normal 1.1em  Arial,'Trebuchet MS', Sans-serif;
}
#sitemap a {
    font: bold 1.1em  Arial,'Trebuchet MS', Sans-serif;
}

#sitemap h2 {
    font: bold 1.1em  Arial,'Trebuchet MS', Sans-serif;
}

/* sidebar */
#sidebar {
	float: right;
	width: 260px;
	margin: 30px 0;
    padding: 0;
}
#sidebar h1 {
	font: normal 1.4em Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: #000 url(img/arrow.png) no-repeat 10px .6em;
	padding: 7px 0 7px 35px;
    margin-bottom: 10px;
	color: #aeb3ff;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;			
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:normal;
	color: #9DC0A7; 
	height: 1.8em;
	text-decoration: none;
	padding: 5px 0 5px 15px;
	background: #000;		
	border-bottom: 1px dashed #9DC0A7;
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #9DC0A7;
}
#sidebar ul.sidemenu a:hover {
	padding: 5px 0 5px 10px;
	background: #000;
	border-left: 5px solid  #9DC0A7;
	color: #ffffff;		
}
#sidebar .sidebox {
	background: #000000;
	margin: 5px 15px 10px 15px;
	color: #aeb3ff;		
}
#sidebar .sidebox-a {
	background: #aeb3ff;
	margin: 5px 15px 10px 15px;
	color: #000000;		
}
#sidebar .sidebox-a h1 {
	font: normal 1.4em Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: #aeb3ff;
	padding: 7px 0px 0px 18px;
    margin-bottom: 0px;
	color: #000000;
}
/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	border-top: 10px solid #aeb3ff;
	text-align: left;	
}
#footer h2 {
    font-size: 1.3em;
    text-transform: none;
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer-content {	
	margin: 0 auto;
    padding: 15px 0 0 0;
}
#footer-content a {
	color: #000000;
}
#footer-content a:visited {
	text-decoration: none;
	color: #aeb3ff;
}
#footer-content a:hover {
	color: #000000;
}

/* footer list */
#footer-content ul.flist {
	list-style: none;
	margin: 0; padding: 0;
    border-top: 1px solid #aeb3ff;
}
#footer-content ul.flist li {
    border-bottom: 1px solid #aeb3ff;
}
#footer-content ul.flist li a:link,
#footer-content ul.flist li a:visited {
    color: #303030;
    display: block;
	font-weight: normal;
	padding: 5px 0 ;
	width: 98%;
}
#footer-content ul.flist li a:hover {
  text-decoration: none;
  color: #000000;
}

/* footer columns */
#footer-content .col {
	/* width: 32%; */
    width: 255px;
	padding: 0 5px 30px 15px;	
}
#footer-content .col2 {
	/* width: 30%; */
    width: 245px;
	padding: 0 0 30px 0;	
}
#footer-content .space-sep {
	margin-right: 20px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; 
}
.comments {
	border: 1px solid #151515;
	background: #9DC0A7;
	padding: 8px 10px;
	margin: 20px 15px 10px 15px;
}
.itemname {
	font-size: 1.0em;
	font-weight: 800;
	color: #333366;
    text-transform: uppercase; 
}
.hide { 
	display: none; 
}
.notice {
	font-size: 1.2em;
	color: #990000; 
}
.leftspace {
	margin: 0;
	padding: 10px 15px 10px 20px;
}
.centeredimage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px; }
