/*
Theme Name: Sonarym Designs
Description:  A theme created by <a href="www.sonarym.com">Sonarym Designs</a>
Version: 1.0
Author: Andy Van Der Straeten
Author URL: http://www.sonarym.com
*/

body {
	background-color: #808080;
	text-align: center;
	padding:5px;
}

#header {
	background-color: #0b0303; 
	background-position: center;
	width: 800px;
	height: 100px;
	margin-left: auto;
   margin-right: auto;
}


#navigation {
      width:800px;
		height: 28px;
      background:url("images/navmain.gif");
      font-size:93%;
      line-height:normal;
		color: #fad01d;
		width: 800px;
		margin-left: auto;
  		margin-right: auto;

      }
    #navbar{
	margin:0;
		list-style:none;
      }
    #navbox {
      display:inline;
      margin:0;
      padding:0;
      }
    #navigation a {
      float:left;
      background:url("images/navleft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #navigation a span {
      float:left;
      display:block;
      background:url("images/navright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:yellow;
      }
    
    #navigation a span {float:none;}
    
    #navigation a:hover span {
      color:yellow;
      }
    #navigation a:hover {
      background-position:0% -42px;
      }
    #navigation a:hover span {
      background-position:100% -42px;
      }  
		
#content {
	background-color: White;
	width: 800px;
	padding: 0px 0 0 0px;
	margin-left: auto;
   margin-right: auto;
	text-align: left;
	}
	
#contenthome {
	background-color: White;
	width: 800px;
	padding: 0px 0 0 0px;
	margin-left: auto;
   margin-right: auto;
	text-align: left;
	}	

#contentportfolio {
	background-color: White;
	width: 800px;
	padding: 0px 0 0 0px;
	margin-left: auto;
   margin-right: auto;
	text-align: center;
	}
	
#floatright {
	float: right;
}

#text {
	padding: 0 0 0 30px;
	font-size: 14px;
	font-family: serif;
}	

	
#text h1 {
	padding: 0 0 0 0;
	margin: 0;
	
}


#footer {
	background-color: #0b0303;
	width: 800px;
	color: yellow;
	margin-left: auto;
	margin-right: auto;
}

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	color: #fff;
}
div.sdmenu div {
	background: url(images/title.gif) repeat-x;
	overflow: hidden;
}

div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	cursor: pointer;
	color: white;
	background: url(images/expanded.gif) no-repeat 10px center;
	border-bottom: 1px solid #520100;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #faf6c6;
	display: block;
	border-bottom: 1px solid #520100;
	color: #000000;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #520100 url(images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 20;
  padding: 0;
  min-width: 600px;
  max-width: 790px;
  width: 750px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color: #000000;
	border-color: #520100;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 300px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}