@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image:url(/images/bg_mainBack08.gif);
	background-repeat: repeat-x;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

html,body,div,
ul,ol,li,dl,dt,dd,
/*form,fieldset,input,textarea,*/
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
   margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

hr {
    border: 0;
    height: 1px;
	margin: 20px 0;
    background-color: #ccc;
    color: #ccc;
}

address {
    font-style: normal;
    display: inline;
}

a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #d00;
	text-decoration: underline;
}

p {
	line-height: 1.5em;
	padding: 1em 1em 1em 0;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }

ol,ul {
    list-style: none;
}

.photoborder {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	margin: 5px;
	}
	
.required {
	color: #900;
	}

#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#header {
	margin: 0 auto;
	height: 52px;
	border-top: 1px solid #D23B3B;
	padding: 0;
	width: 870px;
}

#header_title {
	float: left;
	width: 250px;
	margin: 18px 0 0 15px;
	font-size: 30px;
	font-weight: bold;
	color: #fdfdf0;
}

#header_title h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	color: #fdfdf0;
}

a.header:link, a.header:active, a.header:visited {
	color: #fdfdf0;
	text-decoration: none;
}

a.header:hover {
	color: #fff;
	text-decoration: none;
}

#header_subtitle {
	margin: 36px 0 0 610px;
	width: 250px;
	font-size: 12px;
	font-weight: normal;
	color: #fdfdf0;
}

#header_photo {
	margin: 1px auto 0 auto;
	padding: 0;
	width: 890px;
	height: 212px;
}

/* header img crossfade */

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade li {
	position: absolute;
	top: 0;
	right: 0;
	width: 890px;
	height: 212px;
	visibility: hidden;
}

#nofade li {
	position: absolute;
	top: 0;
	right: 0;
	width: 890px;
	height: 212px;
	visibility: visible;
}

li img {
	display: block;
	border: 0;
}

.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}

/* end header img crossfade */

/* top navigation */


.slidetabsmenu{
float:left;
width: 820px;
font-size: 14px;
line-height:normal;
padding-left: 50px;
margin-left: 15px;
border-bottom-style: double;
border-bottom-color: #ccc;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(/images/slide-left.gif) no-repeat left top;
margin: 0 15px 0 0;
/*margin-right: 5px;*/
padding:0 0 0 9px;
text-decoration:none;
width: 110px;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(/images/slide-right.gif) no-repeat right top;
padding: 4px 13px 4px 4px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: #fff;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
border-bottom: 2px solid #C32C2C;
/*border: 1px solid #900;*/
/*border-width: 0 1px 1px 1px;*/
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
line-height:18px;
z-index:100;
background-color: #333;
width: 119px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 12px;
/*border: 0 solid #D6D6D6;*/
/*border-bottom-width: none;*/
padding: 4px 0 6px 0;
text-decoration: none;
color: #F7F7E0;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover {
color: #fff;
background-color: #444;
}



/* old below */

#navigation {
	margin: 7px auto;
	padding: 0;
	width: 870px;
	height: 25px;
	border-bottom-style: double;
	border-bottom-color: #D6D6D6;
	font-size: 14px;
     }

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#navigation li {
	display: block;
	float: left;
	padding: 0 46px;
}

#navigation a:link,
#navigation a:visited {
	width: auto;
	color: #666;
	text-decoration: none;
	display: inline;
	text-align: center;     
	voice-family: "\"}\"";   
	voice-family: inherit;
	}

#navigation a:hover {
	color: #c00;
	}

/* end top navigation */


#content {
	margin: 12px 0 20px 15px;
	width: 545px;
	min-height: 500px;
	float: left;
	border-right: 1px solid #eee;
}

/* posts */

#post {
	margin: 0 0 20px 10px;
	padding: 0 0 10px 0;
	width: 515px;
	border-bottom-style: double;
	border-bottom-color: #D6D6D6;
	line-height: 1.6em;
}

.post-date {
	color: #A10808;
}

#post p {
	line-height: 1.6em;
}

#post h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

#post h2 a:link, #post h2 a:active, #post h2 a:visited  {
	text-decoration: none;
}

#post h2 a:hover  {
	text-decoration: none;
}

.post_date {
	font-size: .8em;
	color: #900;
}

#post_title {

}

#post_comments {
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #bbb;
}

#post_comments a:link, #post_comments a:active, #post_comments a:visited  {
	color: #bbb;
}

#post_comments a:hover  {
	color: #d00;
	text-decoration: underline;
}

#comments {
	margin: 20px 20px 0 0;
	padding: 20px 0 0 0;
	border-top-style: double;
	border-top-color: #D6D6D6;
}

/* ---- */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

.asset-name,
.asset-name a,
.archive-title {
    color: #000;
}

.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #ddd;
}


 .asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    /*width: 100%;*/
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
	padding-right: 10px;
}

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
	padding: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
	background-color: #eee;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

.byline {
	font-weight: bold;
	font-size: 1.2em;
	}
	
.bylineDate {
	font-weight: normal;
	color: #333;
	}

.entry-categories,
.entry-tags {
	margin-top: 15px;
    margin-bottom: .5em;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* ---- */


/* sidebar */

#side {
	float: right;
	margin: 0 30px 0 0;
	width: 290px;
}

#side h3 {
	margin: 20px 0 3px 0;
}

#side h3+p {
	margin-top: 3px;
}

#side_about {
	background-image:url(/images/bg_side_about.gif);
	background-repeat: no-repeat;
	height: 85px;
	padding: 12px 10px 0 10px;
}

#side_about p {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fdfdf0;
	padding: 0;
	margin: 0;
}

#side_about a:link, #side_about a:active, #side_about a:visited {
	color: #fdfdf0;
	text-decoration: none;
}

#side_about a:hover {
	color: #ff9;
	text-decoration: underline;
}

#side_about img {
	float: left;
	margin: 5px 0 0 3px;
}

#side_calendar {
	
}

#side_calendar ul {
	margin: 0 0 0 10px;
	padding: 0;
}


#side_calendar li {
	list-style: none;
	padding: 0 0 8px 0;
	font-size: .9em;
}

#side_social {

}

#side_social p {
	font-size: .9em;
	margin: 0 0 4px 0;
}

#side_flickr p {
	font-size: .9em;
	margin: 0 0 4px 0;
}

#side_links ul {
	margin: 0;
	padding: 0;
}


#side_links li {
	list-style: none;
	padding: 3px 0;
	font-size: .9em;
}

/* end sidebar */

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.recent-comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent-comments-list li {
	padding-bottom: 10px;
}

.blog-feeds {
    margin: 0;
    padding: 0;
    list-style: none;
}


.input-default {
    background-color: #9AAEC2;
}


/* end posts */


#footer {
	width: 100%;
	height: 130px;
	background-image: url(/images/bg_footerBack08.gif);
	background-repeat: repeat-x;
}

#footer_inner {
	width: 870px;
	height: 128px;
	margin: 0 auto;
	font-size: .9em;
	line-height: 1.3em;
	color: #fdfdf0;
	border-top: 1px solid #D43E3E;
}

#footer_info {
	margin: 20px 0 0 0px;
	float: left;
	width: 350px;
}

#footer_info_text {
	margin-top: 5px;
}

#footer_info img {
	margin-right: 10px;
}

#footer_nav {
	margin: 20px 0 0 600px;
	padding: 0;
	width: 250px;
	font-size: 11px;
     }

/*
#footer_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#footer_nav li {
	padding: 0;
	text-align: right;
}

#footer_nav a:link,
#footer_nav a:visited {
	width: auto;
	color: #fff;
	text-decoration: none;   
	voice-family: "\"}\"";   
	voice-family: inherit;
	}

#footer_nav a:hover {
	color: #fdfdf0;
	}
*/