@charset "UTF-8";
/* CSS Document */

/* layout7?2 + mdcflavor + rightcol merge 12/28/10 */

/* reset --------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}
  
/* body --------------------------------------------------*/
body {
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#414141;
  background:#f2f2f2;
  text-align:center;
}

/* body#commentspopup {padding:0;background:white;} */

/* mdc nav bar */
.mbar A{color:#fff;text-decoration:none;font-weight:700}
.mbar,.mbar A:active,.mbar A:hover,.mbar A:visited:hover{color:#ccf;font-size:12px}
.grad{background-color:#CCC;background-image:url(/i/grad-feed.jpg);background-repeat:repeat-x}
.wline{background-color:#FFF;background-image:url(/i/w.gif);background-repeat:repeat-y}

#mdcnav img {
  float:left;
  clear:left;
  margin:0 px;
}

#mdcnav td {font-family:verdana,helvetica;font-size:12px}

/* links --------------------------------------------------*/
a {color:#377D8C;text-decoration:none;}

a:hover {color:#006193;}

a.commentlink {
  padding-left:16px;
  background:url(images/icons/comments.gif) center left no-repeat;
}

a.more {
  padding-right:10px;
  background:url(images/icons/more.gif) center right no-repeat;
}

a img {border:none;}


/* misc
--------------------------------------------------*/

.imagecaption {
	margin: 0 0 15px 5px;
	text-align:left;
	}

/* headings
--------------------------------------------------*/
h1 {font-size:30px;}

#content h2 {
  margin:0 0 10px 0;
  font-size:2.5em;
  font-weight:normal;}

#content h3 {
  margin:0 0 18px 0;
  font-size:1em;
  clear: both;}

#content h4 {
  margin:0;
  font-size:1em;}

#content.archive h2 {margin:0 0 26px 0;}

#content.archive h3 {
  margin:0 0 10px 0;
  font-size:1.3em;
  font-weight:normal;}

#content.archive h4 {
  margin:0 0 18px 0;
  font-size:1em;}

#content.archive h5 {
  margin:0;
  font-size:1em;}

blockquote strong {font-size:16px;
line-height:10px;
margin-left:-18px;
padding:0 0 8px;}

h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#333;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#666;}

/* paragraphs, lists, etc
--------------------------------------------------*/

p {
  margin:0;
  padding:0 0 18px 0;}

ul {
  margin:0 0 0 1.4em;
  padding:0 0 18px 0;}

ul ul {padding:0;}

blockquote {
  margin:0;
  padding:0 18px;
  font-style:italic;}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;}

pre, code, kbr {font-family:Courier, Monaco, monospace;}
code, kbr {padding:0 2px;}
abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;}
.lil {font-size:10px;}
pre,
code
  {background-color:#F2F8FA;}

kbr {color:#006B93;}

/* images
--------------------------------------------------*/

img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}

/* container
--------------------------------------------------*/
#container {
  width:1080px;
  margin:0 auto;
  padding:30px 0 0 0;
  text-align:left;
}

#commentspopup #container {
  width:455px;
  padding:0 15px;
}

#container.singlecol,
#commentspopup #container {background-image:none;}


/* header
--------------------------------------------------*/
#header {
  height:62px;

}

#header h1 {
  /*display:none; This will hide the text in your header */
  padding-top:50px;
}
#b-subhead {
	display:block;
	height:72px;
	position:relative;
	width:auto; 
	background: #EAEAE9;
	}
#subhead {
	display:block;
	background:#EAEAE9;
	height:72px;
	width:1080px;
	font-size:40px;
	padding:0px 0 0 10px;
	margin:0 auto;
	text-align: left;

	}
#subhead_bg {
	display:none;
	background:#eaeae9;
	height:71px;
	width:auto;
	margin-top:0;
	z-index:-1;
	}

/* navigation
--------------------------------------------------*/
#navigation {
  display:none;
  height:2.7em;
  line-height:2.7em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  height:100%;
  width:205px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:1.5em;
  width:140px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}

#navigation #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
}

  /* mdcflavor */
  #navigation {background-color:#5D7B9F;}
  
  #navigation li {border-color:white;}
  
  #navigation a {color:white;}
  
  #navigation .selected,
  #navigation a:hover
	{background-color:#345C8E}
  
  #navigation form {
	border-color:white;
	background:#708EB3;
  }
  
  #navigation #s {border-color:#EAFBFF;}
  
  #navigation #searchbutton {
	color:white;
	background-color:#59A0C1;
  }

/* content
--------------------------------------------------*/
#content {
  float:left;
  width:733px;
  padding:6px 0 0 0;
  margin:0 5px 0 0;
  font-size:12px;
}

.singlecol #content {
  float:none;
  width:550px;
  margin:0 70px;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}

#subhead #submit-s li a {
	color:orange;
	font-size:20px;

}
#subhead #submit-s li a img{
	margin-top:10px;
}
#subhead #submit-s ul {
	margin-bottom:0;
	margin-left:0;
}
#subhead #submit-s ul li {
	list-style:none;
	float:left;
	margin-left:10px;
}
#subhead #submit-s {
	width:200px;
	margin-left:585px;
}
#subhead #title {
	width:100px;
}

/* Entry
--------------------------------------------------*/
.entry {
	height:auto;
	width: 713px;
	margin:0 0 40px 0;
	padding: 0 10px 40px 10px;
	background: white url(images/entry_grad_07a.jpg) top left repeat-x;
	}
.entry .info {
  position:relative;
  margin-top:-12px;
  padding:3px;
  border-bottom:0px solid;
  margin-bottom:8px;
  font-size:10px;
}
.entry .info em {
  padding-right:6px;
  font-style:normal;
}
.entry .author,
.entry .editlink a {
  margin:0;
  padding:0 0 0 10px;
}
.entry #filedunder {
  clear:both;
  padding:3px 0 0 0;
  font-size:10px;
  border-bottom:1px solid;
  margin-top:20px;
}
.entry td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	vertical-align:top;
}
.entry .entrycat{padding-left:6px;}
.entry .story {margin-bottom:20px;}
.entry .single {clear:both;}
.entry .single .entrycat{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin-top:-8px; margin-bottom:10px; padding:0px;}

/* needs to be merged with above */

.entry .author {}
.entry .info {
  color:#999;
  padding-top: 10px;
}
.entry .info a {border-color:#949494;}
.entry a.more {
  padding-left:12px;
  background:url(images/icons/more.gif) center left no-repeat;
}
.entry .info .date {
  padding-left:0;
}
.entry .info .author {
  padding-left:15px;
}
.entry #filedunder {border-color:#EFB73A;}

.entry_footer {
	height:63px;
	background:#fff url(images/feed_white_round_25.gif) bottom left no-repeat;
	padding:37px 20px;
	margin-bottom: 20px;
	margin-top: -40px;
	border-top:9px solid #ececec;
	}
	
.entry_img img {
	margin-right:5px;
	margin-top:15px;
	}
	
.entry_footer_info {
	float:left;
	margin-right:10px;
	}
	
.entry_footer_infoa {
	float:left;
	margin-right:10px;
	width:250px;	
	}

.entry_footer a {
	color:#EFB73A;
	}
.navigation {
	display:block;
	clear: both;
	height: 130px;
	width: auto;
	background:  #f0f0f0;
	padding: 15px 10px;
	margin-bottom: 15px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	}

.navigation img {border: 1px solid black;}

.navigation .right {
	float: right;
	text-align: right;
	}

.navigation .left {
	float: left;
	}	

	
/* Mini-Entry
--------------------------------------------------*/
.minientry  {border-color:#D9D9D9;}

.minientry .commentlink {border-color:#949494;}

.minientry .permalink {
  padding-left:15px;
  background:url(images/icons/post.gif) center left no-repeat;
}

.minientry .author {
  padding-left:23px;
  border-color:#949494;
  background:url(images/icons/author.gif) 10px 2px no-repeat;
}



/* comments
--------------------------------------------------*/
.commentlist {padding-left:0;}

.commentlist li {border-top: 1px #ccc solid; padding: 5px 0 60px 0;list-style-type: none;clear:both; margin-top:0;}

.commentinfo {margin-right:10px; width:130px; padding: 0 0 0 5px;}

li.graybox {background: #f8f8f8; display:table; width: 100%; margin:0; padding-bottom: 20px;}

.comment-text {width:385px;}

#commentnum {border-top: 5px #ccc solid; padding: 15px 0 5px 0; margin: 15px 0 0 0;}


#comments h2 {margin-bottom:24px;}

#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.55em;
  color:#6C8C37;
}

#comments ul {margin:0 0 0 20px;}

#comments li {
  position:relative;
  margin-bottom:18px;
}


#comments li p {padding:0 0 10px 0;}

#comments .header {
  position:relative;
  min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
  margin:0 0 10px 0;
  padding:3px 6px;
}

* html #comments .header {height:19px;} /* IEWin */

#comments .header strong {font-family:Georgia,sans-serif;}

#comments .header .gravatar {
  position:absolute;
  top:1px;
  right:1px;
}

#comments li.comment {list-style-image:url(images/icons/comments.gif);}

#comments li.trackback,#comments li.pingback {list-style-image:url(images/icons/pingtrackback.gif);}

#commentform {background-color:#EDF3DE;}

#comments .header {background-color:#EDF3DE;}

#comments .header.alt {background-color:#E9F7F6;}


/* form
--------------------------------------------------*/
form {padding:6px 0;}

#commentform, #contactform {margin-bottom:18px;}

form fieldset {border:0 solid;} /* Opera */

form p {
  padding:6px 0;
  border-bottom:1px solid;
  border-color:white;
}

#commentform label, #contactform label {
  display:block;
  float:left;
  width:60px;
}

#commentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

#commentform em, #contactform em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
  color:#C8C8B4;
}

#commentform input, #contactform input, #commentform textarea, #contactform textarea {
  padding:3px;
  width:200px;
  border:1px solid;
  font-size:0.9em;
}

#commentform input, #contactform input {color:#414141;}

#commentform input, #contactform input, #commentform textarea, #contactform textarea {
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}

#commentform .button, #contactform .button {
  border-color:white #DCDCDC #DCDCDC white;
  background-color:#F0F0F0;
}

#commentform textarea, #contactform textarea {overflow:auto;}

#commentform input {width:200px;}
#commentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:465px;}

* html #commentform textarea {width:320px;} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN; but why? */

form .button {
  width:90px !important;
  border-bottom:1px solid;
  font-weight:bold;
}

#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}

#commentform label, #contactform label { color:#6C8C37;}


/* archives
--------------------------------------------------*/
.archive .postspermonth {
  margin:0;
  list-style:none;
  color:#A0A0A0;
}


/* content misc
--------------------------------------------------*/
.next a {float:right; width:200px; text-align:right;}
.previous a {float:left; width:200px; text-align:left;}


#entrynavigation {
  overflow: auto;
  height:1%;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid;
  font-size:0.9em;
}

.next a {
  padding-right:10px;
  background:url(images/next.gif) center right no-repeat;
  font-size:16px;}

.previous a {
  padding-left:10px;
  background:url(images/previous.gif) center left no-repeat;
  font-size:16px;}

#entrynavigation {border-color:#F3F4F4;}

.editlink {
  position:absolute;
  height:14px;
  width:14px;
  right:2px;
  background:url(images/icons/edit.gif) 0 -14px;
}

html>body .editlink {bottom:6px;}

.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a {
  display:block;
  height:14px;
  width:14px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0; /* IEWin */
  text-indent:-9999px;
  background:url(images/icons/edit.gif) 0 0;
}

.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover
  {background:none;}

.story {
	margin-top:30px;
	}

.feed_posted {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#bebebe;
	}

/* subcontent
--------------------------------------------------*/
#subcontent {
  float:right;
  width:205px;
  padding:15px 0 0 15px;
  font-size:0.9em;
  line-height:1.5em;
}

* html #subcontent {padding-top:32px;} /* dirty fix for IEWIN; temporary! */

#subcontent ul, #subcontent p {margin:0 10px;}


/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  margin:18px 0 10px 0;
  font-family:Georgia,serif;
  font-size:1em;
  line-height:1em;
  color:white;
  background:url(images/icons/corner_top_left.gif) top left no-repeat;
}

#subcontent h2 em {
  display:block;
  padding:5px 10px;
  font-style:normal;
  background:url(images/icons/corner_bottom_right.gif) bottom right no-repeat;}

/* subcontent list
--------------------------------------------------*/
#subcontent ul li {
  margin:2px 0 2px 18px;
  padding-bottom:2px;
  border-bottom:1px solid;
  border-bottom-color:#F0F0F0;
}

#subcontent li a {
  display:block;
  padding:1px 0;
  height:1%; /* IE WIN */
}

#subcontent ul.categories li ul {margin:0;}

#subcontent ul.categories li li {
  margin:0;
  padding:0 0 3px 0;
  border-bottom:none;
}

#subcontent ul.categories li ul ul {margin:0 0 0 16px;}

#subcontent li a:hover {background-color:#A9C0D2;}

#subcontent ul.pages li {list-style-image:url(images/icons/post_yellow.gif);}

#subcontent ul.categories li,
#subcontent ul.months li {list-style-image:url(images/icons/categories_yellow.gif);}

#subcontent ul.links li {list-style-image:url(images/icons/links_yellow.gif);}

#subcontent ul.feeds li {list-style-image:url(images/icons/feeds_yellow.gif);}

#subcontent ul.posts li {list-style-image:url(images/icons/post_yellow.gif);}

#subcontent ul.categories li li {list-style-image:url(images/icons/sub_categories_yellow.gif);}

	
/* footer
--------------------------------------------------*/
#footer {
  clear:both;
  padding:40px 0 15px 0;
  font-size:0.9em;
  color:#A0A0A0;
  background:white url(images/icons/footer_bg.gif) 470px 0px no-repeat;
}

.singlecol #footer {padding:25px 0 15px 0;background-image:none;}

#footer p {
  padding:12px 0 18px 0;
  border-top:1px solid;
}

#footer strong {font-weight:normal;}

.singlecol #footer p {
  padding:12px 70px 18px 70px;
}

/* end layout7?2 */

/* RightCol */

#rightcol{
	float:left;
	width:308px; 
	margin:0 0 0 0; 
	padding:0; 
	background:url(images/spring_flavour/subcontent_bg.gif) top left no-repeat;
	}
.L{
	float:left; 
	width:150px;
	}
.R{
	float:right; 
	width:150px;
	}
#rightcol h2{
	padding:15px 0; 
	margin:0 0 10px 0; 
	font-size:10px; 
	color:#fff; 
	text-align:center;
	background:#414243;
	}
#rightcol h2 em {
	padding:0 3px 3px 0; 
	display:block; 
	font-style:normal;
	}

#rightcol ul{
	margin:0;
	}
#rightcol li{
	margin:0;
	list-style:none;
	}
#rightcol li a,
#rightcol ul.posts a {
	color:#414243;
	font-size:10px;
	}
#rightcol ul.posts a img {
	
	}
#rightcol a:hover,
#rightcol ul.posts a:hover {
	color:#CC6600;
	}
.section {
	display:none;
	}

.ad_medrec h1, .ad_skyscraper h1{
	font-size:9px; 
	color:#999999; 
	font-family:"Times New Roman", Times, serif; 
	letter-spacing:1px; 
	font-weight:100; 
	margin:0;
	}
.ad_medrec{
	width:300px;
	height:600px;
	padding:4px 4px 4px 4px; 
	margin:10px 0 10px 0; 
	border-right:#eee solid 2px;
	border-bottom:#eee solid 2px; 
	clear:both; 
	background-color:#F7F5F5;
	}
.ad_skyscraper{
	float:right; 
	width:160px; 
	padding:10px; 
	border:#666 solid 1px;
	}
.spacer{
	clear:both;
	}
	
/* end RightCol */
