/* @group General Styles */

body {
	margin: 0px 5px 0px 5px;
	letter-spacing: 0.5px;
	padding: 0;
	background: #2b2b2b url(/images/wallpaper.jpg) repeat-y center top;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

b, strong {
	font-weight: bold;
	letter-spacing: 1px;
}

a:link, a:visited {
	text-decoration: none;
}

div.snowflake {
 /* Apply a slight dark shadow (or if light, a glow) to each snowflake */
 text-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}

img {
	border: none;
}

table {
	font-size: 1em;
}

/* normalize monospace sizing 
 * meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */
code, pre { font-family: "Courier New", monospace, serif; font-size: 1em; }

/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }

/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
/* h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; } */

/* maxvoltar.com/archive/-webkit-font-smoothing */
/* html { -webkit-font-smoothing: antialiased; } */

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:active { outline: none; }
a:focus { outline: thin dotted; }

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

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

.textLink { cursor: pointer; }

/* www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button { width: auto; overflow: visible; }

/* @end */

/* @group Layout */

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	position: relative;
}

#pageHeader {
	height: 150px;
}

#pageHeader img {
	position: absolute;
	top: 20px;
	right: 40px;
}

#pageHeader h1 {
	color: #fff;
	margin: 0px;
	padding: 20px 20px 0px 40px;
	letter-spacing: 3px; /* 6 */
	font-size: 2.3em;
}

#pageHeader h2 {
	color: #fff;
	margin: 0px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 40px;
	letter-spacing: 2px; /* 4 */
	font-size: 1.2em;
}

#contentContainer {
	line-height: 2em;
	position: relative;
	z-index: 4;
}

#contentContainer #content {
	padding-right: 20px;
	padding-left: 20px;/*40*/
}

#sidebarContainer {
	width: 189px;
	font-size: 1em;
	position: relative;
	z-index: 3;
}

#sidebarContainer #sidebar {
	line-height: 1.4em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebarContainer #sideHeader {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#footer {
	width: auto;
	display: block;
	clear: both;
	background: #d0d0d0;
}

/* @end */

/* @group Toolbar */

#navcontainer {
	line-height: 2.0em;
	border-top: 1px solid #fff;
	position: relative;
	color: #fff;
}

#navigate {
	background: repeat-x url(/images/gradient_top_70px.png);
}

#navcontainer #current, #navcontainer #primary, #navcontainer #secondary, #navcontainer #tertiary, #navcontainer #quaternary, #navcontainer #quinary, #navcontainer #senary {
	color: #fff;
}

#navcontainer #primary:hover, #navcontainer #secondary:hover, #navcontainer #tertiary:hover, #navcontainer #quaternary:hover, #navcontainer #quinary:hover, #navcontainer #senary:hover {
	color: #000;
}

#navcontainer .currentAncestor {
	color: #fff;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-weight: bold;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	height: 23px;
}

#navcontainer a:hover {
	color: #000;
}

#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* @end */

/* @group Other */

#subHeader {
	border-top: 1px solid #fff;
	margin-left: 190px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}

#subHeader table {
	height: 70px;
	width: 100%;
	background: repeat-x url(/images/gradient_top_70px.png);
}

.leftText {
	text-align: left
}

.rightText {
	text-align: right
}

.centerText {
	text-align: center
}

.rightTable {
	margin-left: auto;
	margin-right: 0px
}

#bottom {
	height: 50px;
	background: repeat-x url(/images/gradient_bottom_50px.png);
	margin: 0px 0px 1px 0px; /* top right bottom left */
    width: auto;
	display: block;
	clear: both;
}

#submit1 {
	border-width: 1px;
	color: #00f;
	background-color: #F0FFFF;
	font-variant: small-caps;
	font-size: 150%;
	text-align: center;
}

.submit1 {
	border-width: 1px;
	color: #00f;
	background-color: #F0FFFF;
	font-variant: small-caps;
	font-size: 150%;
	text-align: center;
}

.field1 {
	color: #00f;
	background-color: #F0FFFF;
	text-align: center;
}

.fieldset1 {
	padding: 0;
	text-align: center;
}

.legend1 {
	font-variant: small-caps;
	color: #00f;
	text-align: center;
	font-size: 125%;
}

fieldset p {
	text-align: center
}

.smallText {
	font-size: 50%;
	text-align: center;
}

.largeText {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

.fullTable {
	width: 100%;
}

.mainSectionTitle {
	font-size: 120%;
	margin-bottom: 0px; 
	margin-top: 0px;
}

.mainText {
	margin-bottom: 30px;
}

.centerTable {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img .image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

img .image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}

.centerImage {
	display:block; 
	margin-left:auto; 
	margin-right:auto;
}

.avatar {
	max-width: 150px;
    max-height: 150px;
}


/* @end */