/*
 * Copyright (c) 2007-2008 Sean Dempsey <sean@seandempsey.com>
 */

  @import url(stylesheet.css);
  @import url(tooltip.css);

/*** layout/general ***/

html,
body {
    margin: 0;
    padding: 0;
}
body {
    background: #cac2b8 url('page-background.png') repeat-y 50% 0;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-align: center;
}

code{
	font-size: 10px;
}	
#ie-warning {
    background-color: #cc0000;
    border-bottom: 1px solid #333333;
    color: #ffffff;
    font-size: 0.7em;
    margin: 0;
    padding: 0.5em 0;
}
#ie-warning h1 {
    font-size: 1.4em;
    margin: 0 0 0.2em 0;
}
#ie-warning p {
    margin: 0;
    padding: 0;
}
#ie-warning a {
    color: #cccccc;
}

#content a,
#sidebar a,
#footer a {
    border-bottom-style: dotted !important;
    border-bottom: 1px solid #888888;
    color: #117ccc;
    text-decoration: none;
}
#content a:hover,
#sidebar a:hover,
#footer a:hover {
    background-color: #eeeeee;
    border-bottom-style: solid !important;
    color: #117ccc;
}

#sidebar a:visited {
    text-decoration: none;
}

img {
    border: 0;
}
img.border {
    border: 1px solid #888888;
    padding: 2px;
}

blockquote {
    border-left: 0.3em solid #dddddd;
    margin: 0;
    padding-left: 0.7em;
}
div.code {
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    display: block;
    font-family: 'Courier New', Courier, monospace;
    font-size: 90%;
    line-height: 1.3em;
    margin: 0.5em 0;
    padding: 0.3em 0.6em;
}
div.code pre {
    margin: 0;
}
pre {
    font-size: 120%;
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

.tabs {
    display: none;
}
.tabs a {
    cursor: pointer;
}

div.clear {
    clear: both;
}

span.keyword{
	cursor: help;
	border-bottom-style: dotted !important;
	border-bottom: 1px solid #888888;
}

/*** more layout ***/

#page {
    background-color: #EFEFEF;
    margin: 0 auto;
    width: 760px;
}

#columns {
    background: #ffffff url('columns-background.png') repeat-y 500px 0;
    padding-bottom: 2em;
}
#widecolumns {
background: #ffffff url('columns-background.png') repeat-y 760px 0;
    padding-bottom: 2em;
}	

#main {    background: url('page-top-gradient.png') repeat-x !important;
    background-image: none;
    float: left;
    width: 500px;
}
#widemain {    background: url('page-top-gradient.png') repeat-x !important;
    background-image: none;
    float: left;
    width: 760px;
}


/*** header ***/

#header {
/*    background: #aaddff url('header-background.png') repeat-x left bottom; */
	background: #aaddff url('headboard.gif') repeat-x left bottom;
}
#header a {
    color: #ffffff;
    display: block;
    font-family: Helvetica;
    padding: 1em;
    text-decoration: none;
    text-align: left;
}
#header .part1 {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#header .part2 {
    border-top-style: dotted !important;
    border-top: 1px solid;
    display: block;
    padding-left: 0.1em;
    font-size: 0.9em;
    letter-spacing: 0.6em;
}


/*** navigation ***/

#nav {
    height: 2em;
    padding: 0 0.3em;
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
    float: left;
    margin: 0 0.1em;
}
#nav a {
    color: #777777;
    display: block;
    font-size: 0.8em;
    text-decoration: none;
}
#nav a span {
    display: block;
    padding: 4px 11px 8px 12px;
}
#nav a:hover {
    background: #0c5a88 url('nav-background-left.png') bottom left no-repeat;
    color: #ffffff;
}
#nav a:hover span {
    background: url('nav-background-right.png') bottom right no-repeat;
}


/*** content ***/

#content {
    font-size: 80%;
    line-height: 1.5em;
    margin: 0;
    padding: 0 20px 20px 20px;
    text-align: left;
}

#content div.intro {
    background-color: #F4F4E4;
    border: 1px solid #DDDAA2;
    margin-top: 1em;
    padding: 0.2em 0.8em;
}
#content div.intro h1 {
    border-bottom-color: #DDDAA2;
    margin-top: 0.5em;
}

#content h1,
#content h2,
#content h3 {
    clear: both;
}
#content h1 {
    border-bottom: 1px solid #dddddd;
    font-family: 'Lucida Grande', 'Trebuchet MS';
    font-size: 170%;
    margin: 1em 0 0.5em 0;

}
#content h1 small a{
   font-size: 50%;
	border-bottom: 0px;
	text-decoration: none;
}
#content h1 small a:hover{
	border-bottom: 0px;
	text-decoration: none;
	background-color: transparent;

}

#content h2 {
    font-family: 'Lucida Grande', 'Trebuchet MS';
    font-size: 150%;
    line-height: 1.3em;
    margin: 1.5em 0 0.5em 0;
}
#content h2 small {
    font-size: 70%;
}
#content h3 {
    font-size: 115%;
}
#content h4 {
    font-size: 14px;
    font-weight: bold;
}

#content img.float {
    float: right;
    margin: 0 0 0.2em 0.5em;
}

#content table {
    /* background-color: #eeeeee;*/
    border-spacing: 1px;
    width: 100%;
}
#content tr {
    /* background-color: #ffffff; */ 
    font-size: 1.0em;
    padding: 0.2em 1em 0.2em 0.5em;
    text-align: left;
    vertical-align: top;
}

#content td.label {
    font-weight: bold;
    vertical-align: middle;
}

#content small {
    color: #888888;
}


/*** boxes ***/

#content ul.boxes {
    list-style: none;
    margin: 2em auto;
    padding: 0;
    width: 22em;
}
#content ul.boxes a {
    background-color: #e8e8e8;
    background-image: url('box-background-dark.png') !important;
    background-image: url();
    background-position: top right;
    background-repeat: no-repeat;
    border: 1px solid #aaaaaa !important;
    color: #333333;
    display: block;
    margin: .5em 0;
    padding: .6em .8em;
    text-align: left;
}
#content ul.boxes a:hover {
    background-color: #0062A0;
    background-image: url('box-background-light.png') !important;
    background-image: url();
    border: 1px solid #d8d8d8 !important;
    color: #eeeeee;
}

#content ul.boxes strong {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
#content ul.boxes div {
    font-size: .95em;
    margin-top: .4em;
    line-height: 1.2em;
}


/*** forms ***/

legend {
    font-weight: bold;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
fieldset.simple,
fieldset.twocol {
    border: 1px solid #dddddd;
    padding: 1em;
}
fieldset.simple label {
    display: block;
    float: left;
    margin-top: 0.2em;
}
fieldset.simple label span {
    display: block;
    float: left;
    width: 100px;
}
fieldset.twocol label {
    display: block;
    float: left;
    margin-top: 0.2em;
    width: 100px;
}
fieldset.simple br,
fieldset.twocol br {
    clear: both;
}
fieldset.twocol input,
fieldset.twocol select,
fieldset.twocol textarea {
    margin: 0.2em 0;
}
fieldset.simple input[type='text'],
fieldset.twocol input[type='text'],
fieldset.simple input[type='password'],
fieldset.twocol input[type='password'],
fieldset.simple textarea,
fieldset.twocol textarea {
    width: 320px;
}
fieldset.simple textarea,
fieldset.twocol textarea {
    height: 20em;
}
fieldset.simple input[type='submit'],
fieldset.twocol input[type='submit'] {
    margin-top: 0.8em;
    margin-left: 120px;
}

input,
select,
textarea {
    border: 1px solid #888888;
}
input[type='text'],
input[type='password'],
textarea {
    padding: 0 0.2em;
}


/*** various page css ***/

#content ul li.faq{
	font-weight: bold;
}
#content ul li.faq ul{
	font-weight: 0;
	padding-left: 1.5em;
	margin-bottom: 1em;
}
#content ul li.faq ul li{
	text-align: justify;
	font-weight: normal;
	padding-left: 0em;
	margin-left: 0em;
}

/*** projects ***/

div.project h3 {
    margin-top: 2.5em;
    margin-bottom: .3em;
}
div.project img {
    border: 1px solid #888888;
    float: left;
    margin: 0 .8em .8em 0;
    padding: 2px;
}


/*** big buttons ***/

div.bigbutton {
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 8px;
    color: #888888;
    line-height: 1.7em;
    padding: 0.5em 1em;
    text-align: center;
}
#content div.bigbutton a {
    border-bottom: 0px;	
}
#content div.bigbutton a:hover {
    border-bottom-style: dotted !important;
    border-bottom: 1px solid #888888;
    /* text-decoration: underline;	*/
}

div.bigbutton span {
    font-size: 180%;
}

/*** sidebar ***/

#sidebar {
    background: url('page-top-gradient.png') repeat-x !important;
    background-image: none;
    font-size: 75%;
    margin: 0 0 0 500px;
    text-align: left;
}

#sidebar ul a, 
#sidebar ul a:visited,
#sidebar ul a:active {
		border-bottom: 0px;
		text-decoration: none;
}

#sidebar ul a:hover {
    text-decoration: none;
}

#sidebar div.container {
    border-bottom: 1px solid #d8d8d8;
    padding: 1.5em;
}

#sidebar div.container_bottom {
    /* border-bottom: 1px solid #d8d8d8; */
    padding: 1.5em;
}

/* Escape IE/Win float bugs */
/* Begin hiding from IE/Mac \*/
* html #sidebar div.container {
    height: 1%;
}
/* End hiding from IE/Mac \*/

#sidebar h3 {
/*    background: url('icon-main.png') no-repeat 0 50%; */
    font-family: 'Lucida Grande', 'Trebuchet MS';
    font-size: 120%;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0.8em 0;
    padding: 0 0 0 40px;
}

#sidebar h3.computer{
	background: url('../images/computer.png') no-repeat 0 50%;
}	
#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar small {
    display: block;
    margin-top: 1em;
}

#sidebar div.contact span {
    display: none;
}

#sidebar ul.buttons li {
    float: left;
    margin: 4px 6px;
}


/*** footer ***/

#footer {
    border-top: 1px solid #cccccc;
    clear: both;
    color: #333333;
    font-size: 60%;
    margin: 0;
    padding: 0.7em 3em 1.2em 3em;
    text-align: center;
}

#footer-cols {
    margin: 0 auto;
    width: 620px;
}

#footer h4 {
    border-bottom: 1px solid;
    font-family: 'Lucida Grande', 'Trebuchet MS';
    font-size: 150%;
}

#footer_section {
    float: left;
    margin-right: 20px;
    text-align: left;
    width: 300px;
}
#footer_section ul {
    margin: 0;
}
#footer_section img {
    border: 1px solid;
    float: left;
    margin-right: 0.6em;
    padding: 2px;
}
#footer_section span {
    display: block;
    line-height: 1.6em;
}

#footer-col-stats {
    float: left;
    text-align: left;
    width: 300px;
}

ul#footer-about {
    clear: both;
    list-style: none;
    margin: 0em auto;
    padding-top: 0em;
    text-align: left;
    width: 60em;
}
ul#footer-about li {
    margin-bottom: 0.2em;
}

/*** lists with icons ***/

ul.tags, ol.tags {
    list-style: none;
    padding-left: 2em;
}

ul.tags li, ol.tags li {
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 2px;
    min-height: 16px;
    padding-left: 20px;
}


