 .wp-caption {
    background-color: #F3F3F3 !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 3px 3px 3px 3px !important;
    margin: 10px 0 !important;
    padding-top: 4px !important;
    text-align: center !important;
}

 #wrapper {
 margin-top:60px;
 }
 .supportImg {
 padding-bottom:12px;
 }
#supportText{
     color: #727B66;
    font-family:'Maven Pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
 }
 
 #main_content{
 overflow:hidden;
  padding:0px;
 }
 #sidebar1 {
 padding:0px;
 margin-left:0px
 }
 #sidebar {
 padding:0px;
 margin-right:0px;
 }


.post li{
font-weight:normal;
}
.postcontent img {
    border: 2px solid #BECCA8;
	
    text-align: center;
}

.entry img {



    text-align: center;
}

.imgborder {
border:1px solid #ffa800;
padding:0px;
text-align:center;
}
.noImgBorder {
border:0px solid #becca8;

}
.photoCredits {
        font-family: Arial;
		font-weight:bold;
		position:relative;
        color: #B45131;
        font-size: 9px;
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
		top:-10px;
		text-align:center;
			
	
}
.imagePaddingRight {
border:5px solid #A1CED4 ;
padding:0px;
text-align:center;
margin-right:10px;
float:left;
}
.clear {
clear:both;
width:100%;
border:0 none;
clear:left;
height:0px;

}


h1, h2, h3, h4, h5, h6 {
    font-family:'Maven Pro', sans-serif;

        color: #e2944a;
		padding-top:8px;
}
hr {
background-color:#d7d8d8;
border:0 none;
clear:left;
color:#727B66;
height:1px;

}

/* Header Specific Classes */
.headerContainer {
	width: 100%;
	position: absolute; 
	top: 0; 
	left: 0; 
	display:block;
	float:left;
	height:16px;
	background: url(/interface/upperLeftBar.png) top left no-repeat;
	
}
.headerLeft {
	width:500px;
	float:left;
	z-index:1;
}
.headerRight {

	float:right;
	padding-right:30px;
	z-index:1;
}
.navheadImage {
	padding:0px;
}

.headimage
{
position: relative;
display:block;
top:50px;
left:-34px;
margin-bottom: 25px;
}
/*  
Theme Name: Astral 960 grid  theme
Theme URI: /
Description: A three-columned wordpress theme based on the 960px framework
Author: kris northern
Author URI: http://www.phidelity.com

*/

/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata {
padding-top:6px;
border-top:1px;
border-top-style:solid;
border-top-color:#d7d8d8;
padding-bottom:6px;

margin-bottom:0px;
font-size:12px;
font-weight:bold;

}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul {
	
}

#sidebar li {
	list-style-type: none;
}

#sidebar1 li {
	list-style-type: none;
	color:#5f6857;
	line-height:18px;
	padding-left:0px;
	margin-left:10px !important;
	padding-bottom:6px;

}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	
	}

#sidebar #searchsubmit {
	
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;

	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
		}

a img {
	border: none;
	padding: 0px;
	}
	
img {
 	border: none;
	padding: 0px;
}		
	
/* End Various Tags & Classes*/

/***Begin Web 2.0 Specific CSS***/
body {

	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	top-margin:0px;
	margin-left:0px;
top-padding:0px;
}

#mainbox {
	margin: 0px auto;
	width: 775px;
}

.bringdown {
	clear: both;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
}

a:link {
	color: #B45131;
	text-decoration: none;
}

a:visited {
	color: #B45131;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***Header Stuff***/
#logo {
	/*behavior: url('iepngfix.htc');
	background-image: url("wp-content/themes/web20/iepngfix.htc");
	width: 298px;*/
	height: 36px;
	float: left;
	margin-top: 35px;
}

#logo h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#logo h1 a {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
}
#logo h1 a:hover {
    text-decoration: none;
	
}

#headerdec {
	behavior: url("wp-content/themes/web20/iepngfix.htc");
	background-image: url("images/design.png");
	width: 179px;
	height: 97px;
	margin-left: 526px;
}

#search {
	margin-left: 551px;
	margin-top: -68px;
}

#search input {
	width: 133px;
	height: 17px;
	border: 1px solid #FFF;
	background-color: #D3D9DB;
}

input#submit {
	width: 69px;
	height: 21px;
	border: 0px;
	position: absolute;
	margin-top: 1px;
}

ul#menu {
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

html>body ul#menu {
	margin-top: 51px;
}

#menu li {
	list-style-type: none;
	width: 80px;
	height: 24px;
	background-image: url("images/navbg.gif");
	float: left;
	text-align: center;
	padding-top: 5px;
}

li#lastlink {
	width: 81px;
}

#menu a {
	color: #000;
	font-size: 14px;
}

#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/***Main Area Stuff***/
.bannerimg {
position:relative;
left:-102px;
}
#content {
	float: left;
	width: 500px;
	padding-bottom: 10px;
	margin-left:100px;
	overflow:hidden;
	
}

#sidebar {
	

}

/***Footer Stuff***/
#footer {
	clear: both;
	background-image: url("images/foot-top.gif");
	background-repeat: no-repeat;
	width: 740px;
	padding-top: 8px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
}

#footbar {
	background-image: url("images/foot-bar.gif");
	width: 739px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	padding-top: 5px;
	font-family: Verdana;
	font-weight: bold;
}
#footbar a {
 color: #17444A;
 font-size: 12px;
 }

#footercontent {
	background-image: url("images/foot-bottom.gif");
	background-repeat: no-repeat;
	width: 730px;
	background-color: #434F54;
	background-position: bottom left;
	padding: 5px;
	padding-top: 0px;
}

#footer h2 {
	background-image: url("images/subhead.gif");
	width: 154px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	margin: 0px;
	font-family: Tahoma;
	margin: 0px auto;
}

#footer h3 a {
	margin: 0px;
	padding: 0px;
	color: #E7EC6A;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

#footer a {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

#footer h3 {
	margin: 0px;
	padding: 0px;
}

.recentcontent {
	margin-bottom: 5px;
}

.recentcontent p {
	margin: 0px;
	padding: 0px;
}

.footbox {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

/***Post Stuff***/
.post {
	margin-bottom: 30px;
	
	
}

.posttitle {
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-bottom:0px;
}

.post h2 a {
    font-family:'Maven Pro', sans-serif;
	color: #254389;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	line-height:18px;
}

.posttitle small {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-top: 1px;
	margin-bottom:5px;
	
}

.post a:link {

	color: #e2944a;
	text-decoration: none;
}

.post a:visited {
		color: #b45131;
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

.commentsquare {
	width: 67px;
	height: 76px;
	background-image: url("images/c-box.gif");
	color: #FFF;
	font-size: 27px;
	float: right;
	text-align: center;
}

.commentsquare a {
	color: #FFF;
	font-size: 27px;
	text-decoration: none;
}

.commentsquare a:link {
	text-decoration: none;
}

.commentsquare a:visited {
	text-decoration: none;
}

.commentsquare a:hover {
	text-decoration: underline;
}

.postcontent {
	clear: both;
	padding-bottom:30px;
}

.postfoot {
	border-top: 1px solid #becca8;
	border-bottom: 1px solid #becca8;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 23px;
	margin-bottom:30px;
}

/***Sidebar Items***/
#sidebar h2 {
	
}

.showcase {
	background-color: #D2DE50;
	background-image: url("images/showcase-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 177px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0px auto;
}

.archivebox {
	background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #5f6857;
}

.archivebox ul {
	padding: 0px;
	margin: 0px;
}

.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}

.archivebox a {
	color: #24636A;
	font-size: 12px;
}

.archivebox a:link {
	text-decoration: none;
}

.archivebox a:visited {
	text-decoration: none;
}

.archivebox a:hover {
	text-decoration: underline;
	color: #C0440D;
}

#sidebar ul ul{
	
}

#sidebar li li{
	margin-left:10px;
	padding-top:4px;
		padding-bottom:4px;

}

#sidebar a {
	color: #5f6857;
	font-size: 12px;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:visited {
	text-decoration: none;
}

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

/***Text Wigit***/
h2.widgetitle {
	background-image: none;
	font-size: 0px;
	color: #FFF;
}

li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}

/***Other Stuff***/
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}

.footbox li a {
	color: #E7EC6A;
}


ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot {
	margin-left: -40px;
}

ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot2 {
	margin-left: -40px;
}
p {
    color: #727B66;
    font-family:'Maven Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
li {
    color: #727B66;
    font-family:'Maven Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
ol {
    color: #727B66;
    font-family:'Maven Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
	}
small {
    color: #727B66;
    font-family:'Maven Pro', sans-serif;
    font-size: 10px;
    line-height: 12px;
}
h3 {
    font-family:'Maven Pro', sans-serif;

        font-size: 16px;
        margin: 0px;
        padding: 0px;

	
}
.bloghead {
position:relative;
left:-80px;
}
.url {
text-decoration: none;
}
.postByAuthor {
background-color:#eeeeed;
border:1px solid #D7D8D8;
}
.postByAuthor ul{
    padding: 0 0 0 25px;

}
.postByAuthor a:link {

	color: #5f6857;
	text-decoration: none;
}

.postByAuthor a:visited {
		color: #5f6857;
	text-decoration: none;
}

.postByAuthor a:hover {
	text-decoration: underline;
		color: #5f6857;
}
.postByAuthor li {

line-height:12px;
font-size:11px;
padding-left:15px;
}
.commentlist li {
background-color:#eeeeed;
border: 1px solid #D7D8D8;
color:#5f6857;

}
.separator{
padding-top:30px;
}
.navigation_2{
display: block;
background-color:#eeeeed;
border: 1px solid #D7D8D8;
}

h1,h2,h3,h4,h5,h6 {
font-family: 'Doppio One', sans-serif;
}
	
p {
    color: #727B66;
    font-family:'Maven Pro', sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}
b {    
font-family:'Karla', sans-serif;
font-weight:bold;
}

.justify {
    color: #727B66;
    font-family:'Maven Pro', sans-serif;

    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
li {
    color: #727B66;
    font-family:'Maven Pro', sans-serif;

    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
ol {
    color: #727B66;
    font-family:'Maven Pro', sans-serif;

    font-size: 15px;
    line-height: 24px;
    text-align: justify;
	}
small {
    color: #727B66;
    font-family:'Maven Pro', sans-serif;
    font-size: 11px;
    line-height: 20px;
}
h3 {
	    color: #E2944A;;
        font-size: 16px;
        margin: 0px;
        padding: 0px;
		}
		
		h2 {
	    color:  #E2944A;
        font-size: 20px;
        margin: 0px;
        padding: 0px;
		}