/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
   background: #fff;
   color: #000; 
   margin:0;
   padding:0;
}


/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 90%; 
}

h1,h2,h3,h4,h5,h6 { 
  color: #000080; 
}



/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a { color: #0C3368; text-decoration: none; }

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, .nolink, .tabbertab a, .icon, a img{
   border: none !important;
   text-decoration:none !important;
}


a:focus, a:hover{background: none;}
#head a:focus, a:hover{background:none;}


/* Removes unwanted hover decoration
***************************************/
a.nohover:hover  { background: none;}




.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}




/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/



/********************************************************************************
                Images
********************************************************************************/

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}

div.border{
  border: 1px solid #ddd;
}


/********************************************************************************
                Misc
********************************************************************************/


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}


.pull-18{margin-left:-18px;}
/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}

.border{padding:0; border:3px solid #eee;}


/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/
.button {
	border: none;
	background-image: url(images/bt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:56px;
	height:22px;
	color:#FFF;
	font-weight:bold;
}

/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 0px auto 0px;
   padding: 10px 0px 10px 0px;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
   color: #000080;
   padding: 0px 10px 0px 10px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
}

#navbar ul li a:hover, a:active {
   text-decoration: underline;
}

#nav .current_page_item a {
   color:#fff; background-image:url(images/hover.jpg); background-repeat:no-repeat; background-position:center;
}

/********************************************************************************
				POSTS
********************************************************************************/	
.post-title{margin-bottom:10px;}
.post-title h1{margin-bottom:0; font-size:20px; font-family:Verdana, Geneva, sans-serif;}
.post-title h2{margin-bottom:0; font-size:20px; font-family:Verdana, Geneva, sans-serif;}
.post-title h5{margin-top:0px; margin-bottom:15px; font-size:11px; font-family:Verdana, Geneva, sans-serif; font-weight:normal;}
.entry{display:block; margin-bottom:20px;}

/********************************************************************************                                                  
                          Comments Code
********************************************************************************/
.avatar{float:left; padding:4px; }


/********************************************************************************
                Date Badge
********************************************************************************/
div.dateblock{
line-height: 1.02em;
width: 40px;
float: right;
margin-top: 6px;
background: #F3F3F3;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
color: #aaa;

text-align: center;
margin-right: 10px;
letter-spacing: 0.17em;
font-family: Arial, Verdana, sans;
padding: 1px;
}
span.dateblock_mon{
font-size: 9px;
display: block;
text-align: center;
color: #666;
font-family: Georgia, Arial, Verdana, sans;
}
span.dateblock_day{
font-weight: bold;
font-size: 15px;
display: block;
font-family: Georgia, Arial, Verdana, sans;
text-align: center;
position: relative;
top: -1px;
color: #336;
}
span.dateblock_year{
font-size: 9px;
display: block;
text-align: center;
color: #666;
font-family: Georgia, Verdana, Arial, sans;
}


/********************************************************************************
                Designer CSS
********************************************************************************/
body{font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;  font-size:14px; color:#454545;}
h1 {color:#000;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;  font-size:28px; line-height:120%; }
h1 a{color:#000;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;  font-size:28px; line-height:120%; }
h2 {color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;  font-size:22px; line-height:120%; }
h2 a{color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;  font-size:22px; line-height:120%; }
h5 cite{color:#0C3368; font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif; font-size:13px; }


#header{ height:auto; float:left;}
#logo{ height:110px; width:300px; float:left; margin:8px 0 0px 12px;}
.box2 ul li {clear:both;float:left;}
#menu_container{height:120px; width:635px; float:left; }
.titiletext{width:274px; height:30px; float:left; margin-top:8px; margin-left:350px;}
#topsearch{float:right; width:235px; height:70px; margin-top:8px; }
#border{border:1px solid #C0B5AF; width:948px; float:left; margin-top:8px;}
.topsearch_text{ float:left; height:20px;color:#FFF; text-decoration:none; margin-right:10px; margin-left:25px}
.search{float:left; width:230px; height:30px; margin-top:10px;}
.search_input{float:left; width:150px; height:23px;}
.search_button{float:left; width:56px; height:23px; padding-left:5px;}
.bt{ width:26px; height:23px; float:left;}
.facebook_icon{ width:18px; height:18px; float:left; margin:2px;}
.twitter_icon{ width:18px; height:18px; float:left; margin:2px;}

.blue #nav{ margin-top:6px; float:left;display:block;height:36px; width:950px;font-size:11px;font-weight:bold; background-color:#0C3368; float:left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
.blue #nav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.blue #nav ul li{display:block;float:left;margin:0 1px 0 0;}
.blue #nav ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:11px 18px 0 16px;height:29px;}
.blue #nav ul li a:hover,.blue #nav ul li a.current{color:#fff; background-image:url(images/hover.jpg); background-repeat:no-repeat; background-position:center}


#body{ margin:0px; padding:0px;}
#body_content_left{ width:630px; height:auto; float:left; margin:6px;}
#body_left_box{height:auto; width:630px; float:left; margin-top:20px;}
#fcg{margin:0 0 0 8px;}
.edit{display:inline;}
.edit a{color:red;}
.audiothumb img{width:188px; height:124px; margin-bottom: 5px; border:#ccc 2px solid; float:left;}
.powerpress_links_mp3{font-size:10px;}
.box3 .powerpress_links_mp3{display:none;}
.comment-timeout{margin-top:15px;}
.multimedia-list p{margin-bottom:5px;}
.multimedia-list h2{margin-bottom:5px;}
.multimedia-list h5{margin-top:0px; margin-bottom:15px; font-size:11px; font-family:Verdana, Geneva, sans-serif; font-weight:normal;}
/* CATEGORY BOXES */

.box2{width:200px; height:100%; float:left; margin-bottom:10px; padding-left:8px; border-right:1px dotted #ccc; overflow:hidden;}
.row{float:left;}
.row .box2:last-child{border-right:none;}
.box2 img{width:188px; height:124px; margin-bottom: 5px; border:#ccc 2px solid; float:left;}
.box2 h2{width:200px; color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif; float:left; font-size:22px; line-height:120%; margin:5px 3px 5px 0;}
.box2 h2 a{width:200px; color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif; float:left; font-size:22px; line-height:120%; margin:5px 3px 5px 0;}
.box2 p{width:200px; font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;  font-size:11px; color:#454545; margin:2px 3px 10px 0;}
.box2 small{width:200px; display:block; color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:120%; text-transform:uppercase;}
.box2 cite{width:200px; color:#454545; font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif; font-size:12px; margin:0;}

/* SIDEBAR BOXES */
.box3{width: 280px; padding:10px; border:#ccc 1px solid; margin: 0 0 10px 7px;}
.box3 h2{color:#0C3368;font-family:Arial, Helvetica, sans-serif; font-size:17px; line-height:120%; margin:0 5px 5px 0; border-bottom:3px solid #0C3368;}
.box3 h2 a{color:#0C3368;font-family:Arial, Helvetica, sans-serif; font-size:17px; line-height:120%; margin:0 5px 5px 0; border-bottom:3px solid #0C3368;}
.box3 h3 a{color:#0C3368;font-family:Arial, Helvetica, sans-serif; font-size:15px; margin:5px 5px 5px 0;}
.box3 ul{margin-bottom:2px;}
.box3 ul li{list-style-type:circle;color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;font-size:12px;margin:0 5px 5px 0;border-bottom:1px dotted #ccc;}
.box3 ul li a{color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;border-bottom:none;}
.box3 p{color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;border-bottom:none; margin:3px 3px 3px 0;}
.box3 div a{color:#0C3368; font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif; border-bottom:none; margin-left:18px;}
.box3 div.readmore{background-image:url(images/file.png); background-repeat:no-repeat; font-size:12px; height:25px;}
.box3 div.moremedia{background-image:url(images/video.png); background-repeat:no-repeat; font-size:12px; height:25px; margin-top:3px;}
.execphpwidget img{display:block; margin-left:1px; width:278px; height:145px;}

/* MAIN BOXES */
.articleimage img{width:280px; border:3px solid #eee; display:block; margin:-10px 5px 8px 0;} /* height:185px;*/
.box{background:#fff; width: 280px; padding:10px; margin: 0 0 10px 7px; overflow:hidden;}
.box h3{margin-bottom:10px;}
.box ul{margin-bottom:2px;}
.box cite{width:200px; color:#454545; font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif; font-size:12px; margin:0; display:block;}
.box small{width:280px; display:block; color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:120%; text-transform:uppercase; margin:5px 0 5px 0; text-align:left;}
.box ul li{list-style-type:circle;color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;font-size:12px;margin:0 5px 5px 0;border-bottom:1px dotted #ccc;}
.box ul li a{color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;border-bottom:none;}
.box p{color:#0C3368;font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;border-bottom:none; margin:3px 3px 3px 0;}
.box div a{color:#0C3368; font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif; border-bottom:none; margin-left:0;}
.box div.readmore{background-image:url(images/file.png); background-repeat:no-repeat; font-size:12px; height:25px;}
.box div.moremedia{background-image:url(images/video.png); background-repeat:no-repeat; font-size:12px; height:25px; margin-top:3px;}


/* FOOTER BOXES */
.box4{float:left; width:210px; border-right:#999 1px solid; margin-left:15px;}
.box4 h3{color:#0C3368;font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:normal; text-transform:uppercase;  margin-bottom:10px;}
.box4 p{color:#333333;font-family:Verdana, Geneva, sans-serif; font-size:11px; margin-bottom:10px;}
.box4:last-child{border-right:none;}

.more-link a{margin-left:0;}

#sidebar{margin-top:5px;}
#topbanner{ height:264px; width:632px; float:left; background:url(images/banner.jpg); background-repeat:no-repeat;}

#footer{height:213px; background-image:url(images/footer_bg.jpg); background-repeat:no-repeat; background-position: 98% 100%; overflow:hidden; margin:60px 0 0 5px;}
.footerbox_a{width:210px; height:auto; float:left;  }
.footerbox_b{width:210px; height:auto; float:left; border-right:#999 1px solid; margin-left:15px; }
.footerbox_c{width:210px; height:auto; float:left; margin-left:15px; }
.footerbox_titile{ width:210px; height:25px; float:left;}
.footerbox_smalltext{ width:210px; height:auto;float:left;}
.footer_bottomtext{width:510px; height:auto;float:left;color:#333333;font-family:Verdana, Geneva, sans-serif; font-size:11px; margin:20px 0px 10px 10px;}


/* FEATURED MULTIMEDIA IMAGE WITH TITLE */
.my-caption {border:1 solid #000; background-color:#000; padding:none; margin:none;}
.my-caption-text {test-transform:capitalize; font-size:18px; color:#fff; text-align:center;padding:5px 1px; margin:0px;}


/* CONTENT FORMS */
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #F2F3F6; border: 1px solid #7E8AA2; padding:10px; }

/*****Forms*****/
ol.forms { float: left; list-style: none; margin: 0; width: 100%; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}
ol.forms textarea { height: 300px; width: 334px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #f2f3f6; border-color: #ff9800; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	background: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font: 16px/16px "Avenir LT Std", Helvetica, Arial, sans-serif;
	overflow: hidden;
	padding: 6px 3px 3px 3px;
	text-transform: uppercase;
	width: auto;
}
ol.forms li.buttons button:hover { color: #f2f3f6; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: right; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }
