﻿
body
{
	background-color:#FFF;
	color:#000;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
}

h1
{
	font-size:1.6em;
}



a
{
	color:#CC6600;	/* #333; */
	font-weight:700;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a.linkWhatIDo
{
	color:#333;
	font-weight:700;
	letter-spacing:0em;
	text-decoration:none;
}

a.linkWhatIDo:hover
{
	color:#CC6600;
	text-decoration:underline;
}

li
{
	font-size:0.9em;
	line-height:1.2em;
	margin-left:20px;
}

p
{
	font-size:0.9em;
	letter-spacing:0.0em;
	line-height:1.1em;
}

#logo, #logoHome
{
	background-color:#FFF;
	color:#000;
	font-weight:700;
	padding:1px 1px 1px 10px;
}

#logo
{
	float:left;
	font-size:1.6em;
	letter-spacing:0.1em;
	width:40%;
}

#logoHome
{
	font-size:2.0em;
	letter-spacing:0.1em;
}

#logo a, #logoHome a
{
	color:#000;
	text-decoration:none;
}

#login
{
	float:left;
	text-align:right;
	width:50%;
}

#login a
{
	font-size:0.9em;
	font-weight:400;
}

#container
{
	margin:10px 10px 10px 10px;
	width:1200px;
	min-width:960px;
}

#search
{
	background-color:#FFFFFF;	/* EEEEEE; */
	border-bottom:dotted 1px #EEE;
	color:#999;
	float:right;
	padding-top:2px;
	padding-bottom:3px;
	padding-right:10px;
	text-align:right;
	width:50%;
}

#search input[type='text']
{
	font-size:0.8em;
	height:13px;
	width:120px;
}

#search input[type='button']
{
	font-size:0.8em;
	height:16px;
	width:40px;
}

input[type='button'], input[type='submit'], #search input[type='button']
{
	background-color:#EEE;
	border:solid 1px #999999;
	color:#666;
	cursor:pointer;
	font-weight:400;
	text-decoration:none;
}

input[type='button']:hover
{
	background-color:#CCC;
	border:solid 1px #666;
	color:#333333;
}

#searchContainer, .popupView
{
    background-color:#EEFFFF;
    border:solid 2px #CECECE;
    height:200px;
    padding:10px 10px 10px 10px;
    position:absolute;
    text-align:left;
    width:300px;
    z-index:999;
}

#header
{
	clear:both;
	height:20px;
	padding:10px 0px 10px 10px;	
	text-align:left;
}

#nav
{
	background-color:#333;	/* #FFF; */
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	clear: both;	
	height: 25px;
	margin: 0px 15px 0px 15px;  
	padding: 0;		
	width:100%;
}

#nav ul 
{
	display:inline;
    float: left;
    height: 20px;
    list-style: none;	        
    margin:0;
    min-width:880px;
    padding:0;
    text-transform: uppercase;
    width:880px;
}

#nav ul li 
{
	display:inline;
	margin:0;
	padding:0;
    vertical-align:baseline;
}

#nav ul li a 
{
	background-color:#333;
	border-right:solid 1px #666;
    color:#FFF;
    float:left;
    /* font: bold 0.9em/20px  Arial, Helvetica, sans-serif; */
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size:0.9em;
    font-weight:700;
    letter-spacing: -0.0px;
    height: 15px;
    margin: 0;
    padding: 5px 10px;	
    text-transform: uppercase;
    text-decoration: none;	
}

#nav ul li a:hover, 
#nav ul li a:active 
{
    background-color:#CC6600;	/* #CCC;	/* #996666; */
    border: none;
    color:#FFF;	/* #000; */
}

#nav ul li#current a 
{	
    color: #0da7d2;	
}        

#content, #contentHome, #sidebar
{
	float:left;
	height:480px;
	margin:0px 10px 10px 10px;
	min-height:480px;
	padding-top:30px;
}

#content
{
	border:none;
	padding-left:20px;
	width:70%;
}

#contentHome
{
	width:100%;
}

#sidebar
{
	border:none;	/* dotted 1px #CCC; */
	float:right;
	padding:30px 2px 2px 20px;
	width:20%;
}

.sidebarSection
{
	border: solid 1px #666;
	margin-bottom:20px;
	padding-top:10px;
	width:90%;
}

.sidebarHeader
{
	background-color:#333;
	color:#FFF;
	font-weight:700;
	margin:0px 1px 10px 1px;
	padding:1px 1px 1px 10px;
}

.sidebarContent
{
	padding: 0px 1px 10px 10px;
}

#sidebar ul
{
	font-size:0.9em;
	font-weight:400;
	margin-left:5px;         	
	margin-top:10px;
	margin-bottom:20px;
	padding-left:0px;
}

#sidebar li
{
	color:#999;
	line-height:20px;  
	list-style:none;
	list-style-type:none;
	margin:0px 0px 5px 2px;
	padding-left:25px;
}

#sidebar li a
{
	background-color:#FFFFFF;
	font-size:1.0em;
	font-weight:700;
	text-decoration:none;
}

#sidebar li a:hover
{
	color:#000;
	text-decoration:underline;
}

#footer
{
	border-top:dotted 1px #EEE;
	clear:both; 
	float:right;
	color:#999999;
	font-size:0.8em;
	height:20px;
	margin:10px 10px 1px 10px;
	padding-top:5px;
	text-align:right;
}

.bigText
{
	color:#333;
	font-size:1.2em;
	font-weight:700;
	line-height:1.2em;
}

.bigTextSmaller
{
	color:#333;
	font-size:1.1em;
	font-weight:700;
	line-height:1.1em;
}
        
#errorContainer
{
	margin-left:50px;
	margin-top:50px;
}

.errorText
{
	color:#FF0000;
}

.thumbnail
{	
	border-left:solid 1px #DDD;
	border-top:solid 1px #DDD;
	border-right:solid 3px #999;
	border-bottom:solid 3px #999;        	
}

.thumbnailCaption        
{
	color:#666;
	font-weight:700;
	margin-top:15px;
    /* padding-left:30px; */
    text-align:center;
    width:100%;
}

.newsSection
{
	border:dotted 1px #CECECE;
	clear:both;
	margin-bottom:20px;
	padding:10px 10px 10px 10px;
	width:85%;
}

.newsSection h1
{
	font-size:1.3em;
	font-weight:700;
	margin-bottom:10px;
}

.newsSectionDate
{
	color:#999;
	font-size:0.8em;
	margin-bottom:10px;
}

.newsSection p
{
	line-height:1.4em;
	margin-bottom:5px;
}

#tweets
{
	color:#666;
    font-size:0.8em;
}

#tweets .pubdate
{
    color:#999;
}

.whatIDoHome
{
	color:#999999;
	letter-spacing:0.1em;
	line-height:1.1em;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:80%;
}


