﻿/* =MagStyles
-------------------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #EEEEEE;
	color: #ffffff;
}

#container
{
	background-color: #000000;
	width: 900px;
	margin: 10px auto 0px auto;
	border-bottom: solid 7pt #FFFFFF;
	border-top: solid 7pt #FFFFFF;
	border-right: solid 7pt #FFFFFF;
	border-left: solid 7pt #FFFFFF;
}

#wrapper
{
	margin: 0 auto;
	padding: 1.5em 0;
	width: 883px;
	position: relative;
}

x#grid
{
	background: url(grid-17px.png) repeat-y;
	width: 883px;
	height: 100%;
	position: absolute;
}

#navigation
{
	margin-left: 200px;
	padding-bottom: 1.6em;
	border-bottom: 0.1em solid #ffffff;
	margin-bottom: 1.7em;
}

#textContent
{
	width: 38%;
	float: right;
}

#footer
{
	clear: both;
	border-top: 0.1em solid #ffffff;
}

#footer p
{
	font-size: 1.3em;
	padding-top: 1em;
	padding-bottom: 0em;
}

.footerSiteName
{
	float: right;
}

/* type */

body
{
	font-size: 62.5%;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Lucida, Arial, Helvetica, sans-serif;
}

#navigation p
{
	font-size: 1.4em;
	line-height: 1.2142857em;
	font-weight: bold;
	color: #f26522;
}

#navigation ul
{
	list-style: none;
	font-size: 1.4em;
	line-height: 1.2142857em;
}

#navigation li
{
	display: inline;
	padding-right: 1em;
}

#navigation a
{
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
}

.highlight
{
	color: #22b0f2;
}

.watermark
{
    color: #BBB;
}

.Nav
{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.54545454em;
	padding-top: 0.3em;
	padding-bottom: 0.4927272em;
	width:100%;
	text-align:center;
}

h1
{
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.54545454em;
	width: 470px;
	padding-top: 0.3em;
	padding-bottom: 0.4927272em;
}

h2
{
	font-size: 5.1em;
	font-weight: normal;
	line-height: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.56666666em;
	clear:both;
}

h3
{
	font-size: small;
	font-weight: bold;
	line-height: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.56666666em;
	clear:both;
	color: #FECA4B;
}

#content p
{
	font-size: 1.3em;
	line-height: 1.54545454em;
	margin-bottom: 1.54545454em;
}

.boxout
{
	width: 60%;
	float: left;
	overflow: hidden;
}

.boxout img
{
	display: block;
}

.boxout ul
{
	list-style: none;
	margin-bottom: 1.7em;
}

.boxout li
{
	font-size: 1em;
	line-height: 1.7em;
}

.boxout ul.captionsList li
{
	width: 30%;
	float: left;
	font-size: 1.2em;
	line-height: 1.7em;
	margin-right: 17px;
	list-style-type: none;
}

.stoneManImageContainer
{
	float: left;
	margin-right: 17px;
}


/* = Buttons
----------------------------------------------------------------*/
.Button
{
	font-size: 1.2em;
	width: 5em;
	text-align: center;
}

/*=Links
----------------------------------------------------------------*/
a
{
	color: #22b0f2;
	text-decoration: underline;
}

a:link
{	
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border:0;
}

a.bullet
{
	font-weight: bold;
	color: #FECA4B;
	text-decoration: none;
}

span.bullet
{
	font-weight: bold;
	color: #FECA4B;
}

bullet
{
	font-weight: bold;
	color: #FECA4B;
}

/* =DataGrids
-------------------------------------------------------------*/

.Grid
{
	border: solid 1px black;
	border-collapse: separate;
	padding: 0.5em;
	margin: 0.5em;
	font-size: 1.3em;
}

.GridHeader
{
	background: black;
	color: #FECA4B;
	font-weight:bold;
	padding:1em;
}

.GridItem
{
	vertical-align: middle;
	height:50px;
}

.GridItemAlt
{
	vertical-align: middle;
	height:50px;
}

/* = Simple Boxes
----------------------------------------------------------------*/
.SimpleBox
{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
	padding-top: 0;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-right: white 1px solid;
	border-bottom: white 1px solid;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: black;
	text-align:left;
	font-size: 1.3em;
}

.SimpleBox h2
{
	font-size: 1.3em;
	font-weight:bold;
	padding: 0.5em;
	background-color: black;
	color: #22b0f2;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1pt solid white;
	text-align:center;
}

.SimpleBox p
{
	padding: 0.5em;
}

.SimpleBox a
{
	color: white;
	text-decoration: underline;
}

.SimpleBox a:hover
{
	color: white;
	text-decoration: none;
}

ul.normal
{
	font-size: small;
	margin-bottom: 2em;
	margin-left: 3em;
	color: #FECA4B;
}

ul li span
{
	color: white;
}

/* = Blog
----------------------------------------------------------------*/

.blogtitle
{
    font-size:large;
}

.bloggray
{
    font-size:small;
    color: #BBB;
}

.blogcontent
{
    font-size:medium;
}

.blogcomments
{
    font-size:small;
    text-align:right
}
