/*
 * 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;
}

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;
}

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


/*** header ***/

#header {
    background: #aaddff url('header-background.png') 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.8em;
    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, .myTable table {
     background-color: #eeeeee;
    border-spacing: 1px;
    width: 100%;
}
#content tr, .myTable tr{
    background-color: #ffffff; 
    font-size: 1.0em;
    padding: 0.2em 1em 0.2em 0.5em;
    text-align: left;
    vertical-align: middle;
}

#content td.label, .myTable 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: underline;
}

#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 h3.squares{
	background: url('icon-squares.gif') 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;
}


/*** icons ***/

.icon-admin,
.icon-email,
.icon-externallink,
.icon-feed,
.icon-imprint,
.icon-jabber,
.icon-link,
.icon-news,
.icon-product,
.icon-snippet,
.icon-tag,
.icon-user,
.icon-website,
.icon-sb-delicious,
.icon-sb-digg,
.icon-sb-furl,
.icon-sb-reddit,
.icon-sb-spurl {
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 16px;
    padding-left: 20px;
}
.icon-admin { background-image: url('icons/user_red.png'); }
.icon-email { background-image: url('icons/email.png'); }
.icon-externallink { background-image: url('icons/world.png'); }
.icon-feed { background-image: url('icons/feed.png'); }
.icon-imprint { background-image: url('icons/vcard.png'); }
.icon-jabber { background-image: url('icons/lightbulb.png'); }
.icon-link { background-image: url('icons/bullet_go.png'); }
.icon-news { background-image: url('icons/newspaper.png'); }
.icon-product { background-image: url('icons/package.png'); }
.icon-snippet { background-image: url('icons/cut_red.png'); }
.icon-tag { background-image: url('icons/tag_orange.png'); }
.icon-user { background-image: url('icons/user.png'); }
.icon-website { background-image: url('icons/cog.png'); }

/*** lists with icons ***/

ul.external,
ul.feeds,
ul.links,
ul.news,
ul.products,
ul.snippets,
ul.tags, ol.tags {
    list-style: none;
    padding-left: 2em;
}
ul.external li,
ul.feeds li,
ul.links li,
ul.news li,
ul.products li,
ul.snippets li,
ul.tags li, ol.tags li {
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 2px;
    min-height: 16px;
    padding-left: 20px;
}
ul.external li { background-image: url('icons/bullet_black.png'); padding-left: 16px; }
ul.feeds li { background-image: url('icons/feed.png'); }
ul.links li { background-image: url('icons/bullet_go.png'); }
ul.news li { background-image: url('icons/newspaper.png'); }
ul.products li { background-image: url('icons/package.png'); }
ul.snippets li { background-image: url('icons/cut_red.png'); }
ul.tags li, ol.tags li { background-image: url('icons/tag_orange.png'); }


/*** rating scale ***/

.rateablestars {
	color: #23238E;
	font-size: 12px;
	font-family: 'Veranda', 'Arial';
}
.rateablestars img {
	cursor: pointer;
	border: 0px;
}
.breakLine {
	border-bottom: 1px dotted rgb(204, 204, 204);
	width: 100%;
	line-height: 2px;
}
