/*************************************************


    site
    date
    by 76design

/*  reset css */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* end reset css */



/***************************************************
    generic
    */

html{
    font: 62.5%/160% helvetica, arial, sans-serif;
    background:#dedfdf;
    color: #333;
	overflow-y: scroll;
    }

body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 120%;
    }


	/* accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }


ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre {
  padding: 15px;

  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* css2 */
  white-space: pre-wrap; /* css 2.1 */
  white-space: pre-line; /* css 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* ie */
}

/* align checkboxes, radios, text inputs with their label
   by: thierry koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* make buttons play nice in ie:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized img:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/screenreader_visibility */
.hidden { display:none; visibility:hidden; }

/* hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/
   solution from: j.mp/visuallyhidden - thanks jonathan neal! */
.visuallyhidden { position:absolute !important;
  clip: rect(1px 1px 1px 1px); /* ie6, ie7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> the magnificent clearfix << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* hides from ie-mac \*/
.clearfix { display: block; }

/*************************************************

photon
by 76design


***************************************************
    generic

    */



html {
    font: 62.5%/160% verdana, arial, helvetica, sans-serif;
    background:#fff;
    color: #000;
    }

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    }

.error {
    border: solid 2px #bb2236;
}

.success {
    border: solid 2px #8ec641;
}

.required em {
    color: #f00;
}

/***************************************************
    wrapper

    */

#wrapper {
    width:960px;
    margin: 0px auto;
    text-align:left;
    }

/***************************************************
    utility

    */

#utility {
    margin:10px 0;
    padding:0;
    float:right;
    }

#utility li {
    list-style:none;
    }

/***************************************************
    breadcrumb

    */

#breadcrumb {
    list-style:none;
    margin:0 10px 0 0;
    padding:0;
    }
#breadcrumb li {
    display:inline;
    }
#breadcrumb a {
    text-decoration:none;
    }

/***************************************************
    header

    */

#header {
    height:81px;
    margin:0 0 20px 0;
    clear:both;
    }

.logo {
    background:url(../images/header.jpg);
    display:block;
    width:338px;
    height:81px;
    text-indent:-999em;
    }

/***************************************************
    main menu

    */

#topmenu {
    margin:0 0 20px 0;
    padding:0;
    }

#topmenu li  {
    list-style:none;
    float:left;
    margin:0 20px 0 0;
    width:auto;
    }

#topmenu a {
    display:block;
    padding:0;
    margin:0;
    text-decoration:none;
    }

/***************************************************
    sidemenu

    */

 #sidemenu {
     list-style:none;
    }

#sidemenu li {
     list-style:none;
    border-bottom:solid 1px #eee;
    }

#sidemenu li a{
    color:#000;
    text-decoration:none;
    padding:3px 0 3px 16px;
    display:block;
    }

#sidemenu li a:hover,
#sidemenu li a.selected{
    background:#666;
    }

/***************************************************
    columns

    */

#rightcolumn {
    float:left;
    width:184px;
    }

#leftcolumn {
    float:left;
    width:184px;
    margin:0 20px 0 0;
    }

#centrecolumn {
    width:540px;
    float:left;
    margin:0 20px 0 0;
    }

/***************************************************
    footer

    */

#footer {
    clear:both;
    margin:20px 0;
    height:20px;
    }

#footer p {
    float:left;
    }

#footer p.copyright {
    clear:both;
    float:right;
    margin:0;
    padding:0;
    }

#footer ul {
    margin:0;
    padding:0;
    float:left;
    }

#footer li {
    float:left;
    width:auto;
    list-style:none;
    margin:0 10px 0 0;
    }




#rightcolumn,
#centrecolumn,
#leftcolumn,
#topmenu,
#footer,
#header {
	border: dashed 2px #ddd;
	}

/***************************************************
	text

	*/

a{color:#00f;}
a:hover{color:#0ff;}
h1 {color:#000;}
h2 {color:#333;}
h3 {color:#666;}
h4 {color:#999;}
h5 {color:#bbb;}
h6 {color:#eee;}


/***************************************************
	tables
	 */

table{
	clear: both;
	width: 100%;
	padding:0;
	border-collapse: collapse;
	font-size:100%;
	}

table thead th {
	background:#ddd;
	}

table tbody td {
	color:#333;
	}

table td,
table th{
	vertical-align:middle;
	border-bottom: 1px solid #ddd;
	}

table th {
	padding: 8px 3px;
	color:#000;
	font-weight:bold;
	}

table tr td {
	padding:0 5px;
	vertical-align:middle;
	border-bottom: 1px solid #ddd;
	}

/***************************************************
	forms
	 */

label {
	display:block;
	color:#000;
	font-weight:bold;
	}

input,
textarea {
	border: 1px solid #000;
	color: #000;
	font-size: 120%;
	margin:2px 0;
	font-family:arial;
	}

input.checkbox {border:none;}
input.submit {}

form .form , form .form li, #content .form, #content .form li{margin:0; padding:0; list-style:none;}

.clear {clear:both;}
