/*------------------------------------------------------------------------------------
  Global Styles
------------------------------------------------------------------------------------*/

* {
  padding:0;
  margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*------------------------------------------------------------------------------------
  Main Layout & Styles
------------------------------------------------------------------------------------*/

body{
  font-family:Arial, Helvetica, Verdana;
  font-size:12px;
  color:#444;
}

#wrap{
  width:900px;
  margin:0 auto;
  overflow:hidden;
}

#content:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#content{ display:inline-block; }
* html #content { height: 1%; }
#content{ display:block; }

.main{
  float:right;
  width:660px;  
}

.sidebar{
	position:relative;
	float:left;
	width:200px;
	padding-top:25px;
}
.home .sidebar{
  padding-top:0;
}
/* Safari */
html>body*#wrap .sidebar{
  float:right;
  margin-right:40px;
}

/*------------------------------------------------------------------------------------
  Header
------------------------------------------------------------------------------------*/

#header{

}
#header a:hover{
  border:none;
}

ul#nav{
  position:absolute;
  top:54px;
  right:0;
}

ul#gnav{
  position:absolute;
  top:37px;
  right:0;
}


/*------------------------------------------------------------------------------------
  Footer
------------------------------------------------------------------------------------*/

#footer{
  height:60px;
  padding:10px 0 20px 0;
  font-size:16px;
  color:#999;
  border-top:1px solid #ed1f25;
}
#footer p, #footer ul, #footer ul li{
  margin:0;
  height:60px;
  line-height:16px;
}

#footer .copyright{
  float:left;
  padding-left:20px;
  background:url(../images/footer_copyright.gif) 0 0 no-repeat;
}


ul#fnav li.foot1{
	background-image: url(../images/footer1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/*------------------------------------------------------------------------------------
  Type
------------------------------------------------------------------------------------*/

.main p, .sidebar p{
  margin:16px 0;
}

a{
  text-decoration:none;
  color:#3399cc;
  outline:none;
}
a:visited{
  color:#457289;
}
a:hover{
  color:#007bb8;
  border-bottom:1px dotted #0e6591;
}

sup{
  font-size:0.7em;
}

h1{
  margin:30px 0 18px 0;
  font-size:18px;
  color:#ed1f25;
}
h1 em{
  font-style:normal;
  color:#666;
}

h2{
  margin:1em 0 -0.5em 0;
  font-size:1em;
  color:#000;
  border-bottom:1px dotted #BBB;
}

.sidebar h2{
  margin:36px 0 16px 0;
  font-size:16px;
  font-weight:normal;
  color:#000;
  border:none;
}
.sidebar h2 .minty{
  padding-left:3px;
  font-size:9px;
  color:#99cc66;
}

h3{
  margin:12px 0 -15px 0;
  font-size:12px;
  color:#000;
}
h3 a, h3 a:visited{ color:#000; }
h3 a:hover{ color:#000; border:none; }

h4{
  font-size:1em;
  font-weight:normal;
  color:#000;
}

.figure{
  margin:19px 0 1em 0;
  padding:2px;
  text-align:center;
  border:1px solid #ddd;
  background:#f5f5f5;
  line-height:0;
}
.fig-a{
  float:right;
  margin-left:15px;
}
.figure small{
  margin:2px 0 0 0;
  padding:5px 7px;
  display:block;
  font-size:10px;
  line-height:12px;
  text-align:left;
  color:#666;
  background:#ddd;
}
.figure small strong{
  text-transform:uppercase;
}

blockquote{
  margin:1em 0;
  padding:0 35px;
  font-size:12px;
  border:1px dotted #ddd;
  border-left:none;
  border-right:none;
  background:url(../images/blockquote_open.gif) 0 12px no-repeat;
}
.main blockquote p{
  margin:12px 0;
  color:#000;
}

.sidebar ul{
  list-style-type:square;
  margin-left:0px;
}

ul.outbound li{
  margin:0;
  padding:0 0 0 16px;
  list-style-type:none;
  background:url(../images/boxarrow-inactive.gif) 0 4px no-repeat;
}
ul.outbound li:hover{
  background-image:url(../images/boxarrow.gif);
}


ul.entries{
  margin:-10px 0 15px 0;
}
ul.entries li{
  list-style-type:none;
  margin:0;
  padding:10px 0 10px 25px;
  background:url(../images/icon_article.gif) 0 14px no-repeat;
  border-bottom:1px dotted #bbb;
  font-size:10px;
  color:#999;
}
ul.entries li h4{
  margin:0;
  font-size:12px;
}
ul.entries li h4 a{
  color:#000;
  border-color:#ccc;
}
ul.entries li h4 a em{
  color:#666;
  font-style:normal;
}
ul.entries li p{
  margin:0;
  font-size:10px;
  color:#999;
}


/*------------------------------------------------------------------------------------
  Forms
------------------------------------------------------------------------------------*/

.clear {
  clear: both;
}

#form1 form {
  font-size: 1.4em;
}


/* fieldset styling */
#form1 fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	width: 600px;
}

/* legend styling */
#content legend {
	font-weight: bold;
	color: #000000;
}

#form1 form p {
	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#form1 label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#form1 input {
  width: 200px;
}

#form1  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#form1 input.radio, input.submit {
  width: auto;
}

#form1 input.checkbox {
	width: 25px;
}

#form1 .checkbox-wording {
	float: left;
	width: 165px;
	margin-right: 5px;
}

/* style form elements on focus */
#form1  input:focus, textarea:focus {
	background: #ffc;
}

#form1  input.radio {
    float: left;
	margin-right: 1em;
}

#form1  textarea {
	width: 300px;
	height: 100px;
}
#form1 { 
  width: 660px;
  float: right; 
}

#form1 p {
	font-size: 1.2em;
}

#form1 ul {
	margin-left: 45px;
	font-size: 0.9em;
}

/*------------------------------------------------------------------------------------
  Table Styles
------------------------------------------------------------------------------------*/

table{
	width:100%;
	color:#000000;
	background:#FFFFFF;
	border-collapse:separate;
	font-size:12px;
}
caption{
	padding:10px 10px 5px 0;
	text-align:left;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
th{
	text-align:center;
	padding:5px;
}
td{
	text-align:center;
	padding:3px 5px;
}
.odd td{
	background:#F0F1F2;
}
table.data th, table.data td{
  text-align:left;
}

/*------------------------------------------------------------------------------------
  Main Styles
------------------------------------------------------------------------------------*/

.main{
  font-size:12px;
  line-height:19px;
}
.home .main, .sidebar{
  line-height:16px;
  font-size:12px;
}

body{
  background:url(../images/back_dotted-backpage.gif) 0 100px repeat-x;
}
body.feature-article{
  background:url(../images/spacer.gif) 0 100px repeat-x;
}
body.home{
  background:url(../images/back_dotted-home.gif) 0 100px repeat-x;
}

#feature{
  position:relative;
  height:100px;
  padding:5px 0;
  overflow:hidden;
}

#tabnav{
  list-style-type:none;
  margin:36px 0 18px 0;
  font-size:16px;
}
#tabnav li{
  margin:0;
  padding-right:30px;
  padding-left:0;
  display:inline;
  background:transparent;
}
#tabnav li a{
	color:#FF0000;
	border:none;
}
#tabnav li a:hover{
  color:#999;
}
#tabnav li a.active{
  color:#000;
}

.main ul, .main ol{
  margin:6px 0;
}
.main ul li{
	list-style-type:none;
	margin-left:10px;
	margin-bottom:5px;
	padding:0px 0px 0px 45px;
	background-image: url(../images/icon_li2.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
.main ol li{
  margin-left:32px;
  margin-bottom:5px;
}
.titlepurle {
	color: #602D82;
	font-weight: bold;
}

/*------------------------------------------------------------------------------------
  Feature
------------------------------------------------------------------------------------*/
.services #feature{
	position:relative;
	height:25px;
	padding:0;
	overflow:hidden;
}
.home #feature{
	position:relative;
	height:255px;
	padding:0;
	overflow:hidden;
	width: 900px;
}
#feature a{
  border-bottom:none;
}

#feature h2.title{
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:9px 10px 7px 10px;
  font-size:9px;
  font-weight:normal;
  text-transform:uppercase;
  color:#ccc;
  border:none;
  background:#333;
  z-index:2;
}

#feature #storywrap{
	position:relative;
	width: 900px;
}
#feature .story{
  position:relative;
  float:left;
  margin:0;
  width:900px;
  height:230px;
}
#feature .story .info{
	position:absolute;
	top:0;
	right:0;
	width:278px;
	height:180px;
	padding:25px 22px;
	line-height:1.5;
	color:#ffffff;
	background-color: #6c3293;
	background-image: none;
	background-repeat: repeat-y;
	background-position: 0 0;
}
#feature #browse-archives .info, #feature #the-network .info{
  width:556px;
}
#feature .story .info h3{
  margin:0 0 -3px 0;
  line-height:1.2;
  font-size:18px;
  font-weight:normal;
  text-transform:none;
  color:#fff;
}
#feature .story .info h3 em{
  font-style:normal;
  color:#d2d2d2;
}
#feature .story .info a{
  font-weight:bold;
}

#feature #featurenav{
	clear:both;
	height:25px;
	margin:0;
	background:#ed1f25;
	border-top:1px solid #ed1f25;
}
#feature #featurenav li{
	list-style-type:none;
	float:left;
	height:25px;
	margin:0;
}
#feature #featurenav li a{
	display:block;
	height:25px;
	margin-top:-1px;
	border-right: 1px solid white;
	padding:0 10px;
	font-size:14px;
	line-height:24px;
	color:#fff;
	background:#ed1f25;
	font-weight: bold;
}
#feature #featurenav li a:hover{
	background-color: #6c3293;
}
#feature #featurenav li.active a{
  color:#000;
  border-top:1px solid #ed1f25;
  background:#fff;
}
#feature #featurenav li a em{
  color:#ccc;
  font-style:normal;
}
#feature #featurenav li.active a em{
  color:#666;
}
#feature #featurenav li span{
	display:block;
	height:24px;
	padding:0 10px;
	font-size:10px;
	line-height:24px;
	color:#ccc;
	text-transform:uppercase;
}

#feature .columns .first{
  float:left;
  padding-right:25px;
  width:253px;
}
#feature .columns .last{
  float:right;
  width:278px;
}

.timearchive{
  font-size:11px;
}
.category-cloud{
  font-size:12px;
  color:#444;
}
.timearchive h4{
  margin:12px 0 0 0;
  font-weight:normal;
  border-bottom:1px solid #444;
  color:#999;
}
.timearchive h4 a{
  color:#999;
}
.timearchive ul{
  margin:0 0 -7px 0;
}
.timearchive ul li{
  list-style-type:none;
  display:inline;
  margin:0;
  padding:0 3px 0 0;
}
.timearchive ul a{
  color:#666;
}
.category-cloud a{
  color:#999;
}
#the-network .category-cloud a{
  color:#fff;
}
.category-cloud a strong{
  color:#ccc;
}
#feature .story .timearchive a, #feature .story .category-cloud a{
  font-weight:normal;
}
#feature .story .timearchive a:hover, #feature .story .category-cloud a:hover{
  border-bottom:1px dotted #ccc;
}

/*------------------------------------------------------------------------------------
  Homepage Story
------------------------------------------------------------------------------------*/

.story{
  margin:0 0 2px 0;
  overflow:hidden;
}
.story .meta{
  position:relative;
  height:12px;
  padding:4px 0;
  font-size:9px;
  color:#000;
  border-top:1px solid #e6e6e6;
}
.story .meta p{
  position:absolute;
  top:4px;
  margin:0;
}
.meta .date{
  left:0;
}
.story  p.ratings{
  margin-top:4px;
  left:350px;
  width:50px;
  background:url(../images/stars_dull.gif) 0 0 repeat-x;
}
.ratings span{
  display:block;
  text-indent:-9999px;
  background:url(../images/stars_dark.gif) 0 0 repeat-x;
}
.story  .ratings .rating{
  display:none;
}
.story .meta .go{
  right:0;
  text-transform:uppercase;
}
.story .meta .go a{
  color:#000;
  border-color:#ccc;
}
.story .meta .go .separator{
  padding:0 2px;
}

/*------------------------------------------------------------------------------------
  Archives
------------------------------------------------------------------------------------*/

ul.archives{
  margin:20px 0 0 0;
}
ul.archives:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html ul.archives {height: 1%;}
ul.archives li{
  list-style-type:none;
  float:right;
  width:270px;
  margin:0 0 20px 0;
  padding:0;
  font-size:11px;
  background:transparent;
}
ul.archives li.odd{
  clear:both;
  float:left;
  padding-right:20px;
}
ul.archives li h3{
  margin:0;
  font-size:11px;
}
ul.archives li p{
  margin:0;
}
ul.archives a{
  color:#000;
  border-color:#ccc;
}
ul.archives p a{
  color:#333;
}/*------------------------------------------------------------------------------------
  Feature
------------------------------------------------------------------------------------*/

.feature-article #feature{
  height:135px;
}

.section-heading{
  margin:30px 0;
  padding:0 12px;
  height:39px;
  background:url(../images/comments_heading.gif) 0 0 no-repeat;
}
.section-heading-small{
  margin:20px 0 10px 0;
  padding:0 12px;
  height:25px;
  background:url(../images/section_heading-small.gif) 0 0 no-repeat;
}
.section-heading h2{
  margin:0;
  float:left;
  line-height:39px;
  text-transform:uppercase;
  border:none;
}
.section-heading-small h2{
  margin:0;
  line-height:25px;
  text-transform:uppercase;
  font-weight:normal;
  font-size:11px;
  color:#666;
  border:none;
}
.results .section-heading-small h2{
  float:left;
}
.section-heading h2.comments{
  padding-left:23px;
  background:url(../images/section_icon-comments.gif) 0 50% no-repeat;
}
.section-heading h2.addcomment{
  padding-left:23px;
  background:url(../images/section_icon-addcomment.gif) 0 50% no-repeat;
}
.section-heading p{
  margin:0;
  float:right;
  line-height:39px;
  font-size:11px;
}
.section-heading a.rss{
  padding:2px 25px 2px 0;
  background:url(../images/comment_rss.gif) 100% 50% no-repeat;
}
.section-heading a{
  color:#666;
  font-size:10px;
  text-transform:uppercase;
  border:none;
}
.section-heading a:hover{
  color:#000;
}


/*------------------------------------------------------------------------------------
  Feature
------------------------------------------------------------------------------------*/

.feature-article #feature{
  padding:0;
}

#feature .storyhead{
  width:900px;
  height:135px;
  overflow:hidden;
  position:relative;
}

#feature .storyhead .stats{
  position:absolute;
  top:0;
  right:0;
  width:278px;
  height:85px;
  margin:0;
  padding:25px 22px;
  line-height:1.5;
  color:#b8b8b8;
  background:url(../images/black_fade.png) 0 0 repeat-y;
}

#feature .stats{
  color:#fff;
}
#feature .stats a{
  color:#fff;
  border-bottom:1px dotted #ccc;
}
#feature .stats h4{
  margin:0;
  color:#fff;
  font-size:12px;
  font-weight:bold;
}
#feature .stats h4 span{
  padding-right:20px;
  background:url(../images/icon_stats.gif) 100% 50% no-repeat;
}
#feature .stats ul{
  margin:5px 0 0 0;
  color:#eee;
}
#feature .stats ul li{
  list-style-type:none;
  margin-left:0;
}
.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6c3293;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

