/*********************************** body ***************************************/

body {
	margin: 0;
	padding: 0;
	font-size: 14px; line-height: 22px;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	color: black;
	background-color:black;
	font-family: "Lucida Grande", "Trebuchet MS", "Verdana", "Lucida Sans Unicode", "Century Gothic", sans-serif;
}


/********************************* top elements *********************************/


#container {
	padding: 0px;
	margin: 0px auto;
	width: 940px;
	background-color: white;
}

#header{
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 940px;
	overflow:hidden;
}

#header ul {
	position: relative;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	height: 10px; 
	text-align: right;
	color: black;
	background: inherit;
	display: block;
	list-style-type: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1.18em;
	letter-spacing: .15em;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Century Gothic", sans-serif;
}

#header li{
	position: relative;
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

.subnav li{
	position: relative;
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}


.clearanceHeader {
    height: 2px;
    clear:both;
}

/********************************* basic positioning and util-classes *******************/
.leftfloat {
    float: left;
}

img { border:none; }

.clearance {
    height: 2px;
    clear: both;
    border-bottom: 1px solid #ccc;    
}

em {
    font-style:italic;
	color:black;
}

acronym, abbr {
	border: inherit;
}

kbd, code {
	font-family: "Courier New","Courier",monospace;
}


/******************************** content sections ****************************/

#content {
	margin-bottom: 40px;
	/*color: inherit;
	background: inherit;*/
}

.loading {
  background: url(images/loading3am.gif) 206px 160px no-repeat;
}

#content em {
	font-style: italic;
}

#content em.akey {
	font-weight: normal;
	color: #7BB0C0;
	background: inherit;
	font-size: 1.0em;
	font-style: normal;
}

/************** Left Column - main content area **********************/

#leftcolumn {
	position: relative;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 490px;
}

#leftcolumn p, #portfolio p {
	margin: 20px 25px 20px 25px;
	clear: both;
	text-align: left;
}

#leftcolumn img {
	margin: 10px;
}


blockquote {
    background-color: #EEF3FA;
    border: 1px dashed gray;
}

.bPost {
    margin: 10px 0px 20px 0px;
    padding-bottom: 30px; 
    border-bottom: 8px dashed #ccc;
}

.bText {
    text-align: right;
}

.them {
	color: #AACEDA;
	background: #001C29;
	padding: 8px;
	margin: 0px -2px;
	border: 1px solid #FFFFFF;
}

.bPostMetaData {
font-size: 1.2em;
background-color: #ddd;
border-top: 1px solid #bbb;
border-bottom: 1px solid #bbb;
padding: 10px;
}

.bSmallPrint {
text-align:center;
}

/****************** Right column - sidebar area **********************/

#rightcolumn {
	position: relative;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 428px;
	text-align: center;
	font-size: 11px; line-height: 19px;
	border-left: 1px solid #ccc;
}


#rightcolumn p {
	margin: 0px 15px 20px 15px;
	text-align: left;
	clear: both;
}

.bSideItemLineup {
    width: 210px;
    float: left;
}

.SideItemLineup p {
    text-align:left;
}

.boxImgRight {
    margin: 0px 3px 7px 20px;
    float: right;
    border: 0px;
}

.boxAndieRight {
    margin: 0px 3px 7px 20px;
    float: right;
    border: 0px;    
}

.boxImgLeft {
    margin: 0px 20px 7px 0px;
    float: left;
    border: 0px;
}


.bSideItemBox {
    margin: 0px 0px 10px 0px;
    background-color: #CEDCF1;
    padding: 10px;
}

#content #loading {
  position: absolute;
  top: 230px;
  left: 260px;
  z-index: 4;
}


.link, li.link a {
	float: right;
	margin-right: 20px;
	/* JASON */
	/* font-size: 10px; */
	font-size:.8em;
	color: #9C9C9C;
	background: inherit;
}

li.link a {
	font-size:1em;
}



/**************** Footer *************************/

#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	clear: both;
	width: 100%;
	height: 20px;
	background-color: black;
	color: white;
}

/********************************* links ********************************/

#nav a, .subnav a{
	text-decoration: none;
	border:0px;
}

#nav a, .subnav a, #footer a{
	color: black;
	background: inherit;
	border:0px;
}

#nav a:hover, .subnav a:hover, #footer a:hover, #nav a.location, .subnav a.location, 
#nav a:focus, .subnav a:focus, #footer a:focus {
	text-decoration: underline;
	background: inherit;
    border:0px;
}   

a {
	text-decoration: none;
	color: black;
	background: inherit;
	padding: 0px 2px 0px 2px;
  border-bottom: 1px solid gray;
  font-weight:bold;
}

#content a.imagelink, #content a.imagelink:hover {
  border:none;
}


#content a:hover, #content a:focus {
	color: black;
	border-bottom: 1px solid black;
}


#header a, #header a:hover, #leftcolumn h2 a:hover {border:0px;}

#footer a, #footer a:hover, #footer a:visited {
    color: white;
}


/********************************* lists ********************************/

/*ul, dl, ol {*/
ol, #rightcolumn ul {
	text-align: justify;
  margin-right: 15px;
}

#leftcolumn ul, #leftcolumn dl {
	position: relative;
	list-style-type: none;
	text-align: justify;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}

#leftcolumn li, #leftcolumn dt {
	margin: 0px 5px 0px 0px;
}

#leftcolumn li.last { margin: 0px; }

#leftcolumn ul.map li, #leftcolumn ul.map li ul li {
  text-align: right;
}

#leftcolumn ul.map li ul, #leftcolumn ul.map li ul li {
  margin-right: 0px;
}

#leftcolumn ul.map li a {
  float: left;
}

ul#alternate { text-align: right; }

#alternate img { white-space:nowrap; } 

.bold, dd { color: #FFFFFF; background: inherit; }
.boldbig, dt {
	font-size: 1.35em;
	font-weight: bold;
}

#leftcolumn dl { margin-top: 15px; }

dd {
	padding: 0px;
	margin: 0px 0px 10px 15px;
}

/************************** header typestyles ***************************/

h1
{
	display: none;
	
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 30px 0px;
	color: black;
	background: inherit;
	text-transform: uppercase;
	text-align: left;
	/* JASON */
	/* font-size: 46px; */
	font-size: 4em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
}

h2, h2 a, h2 a:hover
{
	font-family: "Verdana", "Lucida Sans Unicode", "Century Gothic", sans-serif;
	/* JASON */
	/* font-size: 18px; */
	font-size: 1.3em;
	text-align: left;
	margin: 15px 15px 15px 15px;
	padding: 0px;
	/*color: #00E2FF;*/
	color: black;
	border: 0px;
  line-height: 1.3em;
}

h3
{
	font-family: "Verdana", "Lucida Sans Unicode", "Century Gothic", sans-serif;
	/* JASON */
	/* font-size: 18px; */
	font-size: 1.5em;
	text-align: left;
	margin: 15px 15px 10px 15px;
}

h4 {
    font-size: 1.1em;
    text-align:left;
   	margin: 15px 15px 10px 15px;
}

h5
{
	margin: 1px 15px 9px 3px;
	color: #AEC8CF;
	background: inherit;
	text-align: left;
	/* JASON */
	/* font-size: 10px; */
	font-size: .9em;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
}

h6
{
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	color: #AEC8CF;
	background: inherit;
	text-align: right;
	/* JASON */
	/* font-size: 10px; */
	font-size: .9em;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
}


/****************** Comment and Comment form styles from kubrick template *********************/

.GrayBox {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

.bCommentMetaData {
/*margin: 3px 0px 10px 10px;
 display: block; */
font-weight: normal;
}

small.bCommentMetaData {
margin: 3px 0px 7px 7px;
}

#CommentForm input, #CommentForm textarea {
font : 1em Verdana, Arial, Sans-Serif;
}

#CommentForm input {
width : 170px;
padding : 2px;
margin : 5px 5px 1px 0;
}

#CommentForm input.chekbox {
width : auto;
}
#CommentForm textarea {
padding : 2px;
}
#CommentForm #submit {
margin : 0;
float : right;
}
#CommentForm p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin : 0px 0px;
}
.bCommentList {
padding: 0;
font : 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: left;
}
	
.bCommentList li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
font-weight : bold;
list-style: none;
}

.bCommentList cite, .bCommentList cite a {
font-weight : bold;
font-style : normal;
font-size : 1em;
}

.bCommentList p {
margin: 10px 5px 10px 0;
font-weight : normal;
line-height : 1.5em;
text-transform: none;
text-align: left;
}

/* Begin styles for comments */
div.bComment, form.bComment { 
/* margin : 1ex 1ex;
padding : 1ex 1ex;
border : 1px dotted #999; */
}


form.bComment .notes {
display: block;
}

fieldset {
border: 0;
}

.bCommentTitle {
margin : 4px 10px 4px 10px;
font-weight : bold;
color : #333;
text-align:
}

.bCommentText {
text-align: left;
margin:10px;
}

#bPostsWide h4 {
margin-bottom : .4em;
}
/* End styles for comments */


