/*

Theme Name: Mu_edge
Theme Date: 1/18/2009
Version: 1.0
Theme URI: http://www.edgeworksgroup.com/
Description: A highly functional CMS for a highly function web company
Author: Mary La Fluer Designer, Bruce Lupin Content, Eric Larson Developer
Author URI: http://www.edgeworksgroup.com

*/



html, body {
  padding: 0;
  margin: 0;
 }


#post-entry ul li {	list-style-type: inherit; }
#post-entry ul li ul{	margin-left:30px; }


#post-entry  li { list-style-type: disc; }



body {
	font-family: Arial, Geneva, Helvetica, Verdana;
	font-size: 100%;
	color: #333333;
	background-color: #333333;
}


.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 100%;
}

.clear-space {
	clear: both;
	margin: 0px;
	padding: 10px;
	height: 0px;
	width: 100%;
}



img {
	border-width: 0px;
	border-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Verdana;
}
h3 a {
	color: #000000;
	text-decoration: none;
}
.fix-browser {
	margin: 0px;
	padding: 0px 0px 1em;
	float: left;
	width: 100%;
}


#wrapper {
	margin: 0 auto;
	padding: 0px;
	overflow: visible;
}

.header {
	overflow: visible;
	background-image:url(images/splash.gif);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	list-style: none;

}




#vert-bar {
	position: relative;
	background-image:url(images/vert_bar.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	overflow: visible;
	margin-top: -20px;
	padding: 0;
	z-index: 899 !important;
		
}

#top {
	width: 960px;
	padding: 0px;
	margin: 15px auto 0em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#top ul { margin: 0px; padding: 0px; list-style: none; }

#top li { margin-top: 0px; padding-top: 0px; list-style: none;  }




.page-top {
	position: relative;
	background-image:url(images/page-top.png);
	background-repeat:no-repeat;
	background-position: 50% 0%;
	height: 4px;
	margin: 0px auto;
	padding: 0px;
	z-index: 20;
}

.page {
	position: relative;
	background-image:url(images/page.png);
	background-repeat: repeat-y;
	background-position: 50% 0%;
	height: 100%;
	overflow: auto;
	z-index: 15;
	margin: 0px auto 0px; padding: 0px;
}

.page-bottom {
	background-image:url(images/page-bottom.png);
	background-repeat:no-repeat;
	background-position: 50% 0%;
	height: 9px;
	margin: 0px auto 0px; padding: 0px;
	z-index: 20;
}


.custom-image-top {
	float: right;
	width: 300px;
	height: 100px;
	
}

li.logo h1 a {
	margin: 13px 0px 3px 108px;
	float: left;
	width: 250px;
	height: 50px;
	text-indent: -8000px;
	background-image: url(images/ewLogo.png);
	background-repeat: no-repeat;	
}

.site-title {
	width: 860px;
	margin: 0 auto;
	}

.site-title p {
	width: 860px;
	float: right;
	font-size: 1.025em; 
	color: #FFFFFF;	
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 8px;
	margin: 0px;
	 }

#navigation {
	margin: 0px;
	padding: 8px 0px 0px 4px;
	float: left;
	width: 157px;
	
}

/* -----------------------------------*/
/* >> Dropdown Navigations <<<-----*/
/* -----------------------------------*/


#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 157px;
	
}
#nav ul {
	background: transparent;
}


#nav li {	
	display: block;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li{
	background: url(none)!important;
	padding: 0px!important;
	}
	
#nav li ul {
	position: absolute;
	display: none;
	margin: 0px;
	margin-left:135px;
	margin-top: -24px;
	padding: 0px;
	width: 150px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	list-style-type: none;
	z-index: 1500 !important;
	}


/* Styles for Menu Items */
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 0px 15px 0px 25px;
	margin: 0px;
	font-size: 1em;
	line-height: 28px;
	}
#nav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 0px 15px 0px 25px;
	margin: 0px;
	font-size: 1em;
	line-height: 28px;
	background-image: url(images/arrow.png);
	background-color: #454545;
	background-repeat: no-repeat;
	background-position: 6px;
	}
	

	
#nav li.current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 0px 15px 0px 25px;
	margin: 0px;
	font-size: 1em;
	line-height: 28px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 6px;
	}	
	
#nav li.current_page_item li a:hover {
	background: #454545!important;
	display: inline-block;
	padding: 4px 12px;
	margin: 0px;
	float: left;
	border-bottom: 0px none;
	width: 150px;
	font-size: 1em;
	line-height: 18px;

}

#nav ul li a, #nav li.current_page_item li a {
	text-decoration: none;
	color: #EEE;
	display: inline-block;
	padding: 4px 12px;
	margin: 0px;
	float: left;
	border-bottom: 1px dotted #666666;
	width: 150px;
	font-size: 1em;
	line-height: 18px;
	background-image: url(images/trans.png);
	background-repeat: repeat;
	}
	
#nav ul li a:hover, #nav ul li.current_page_item a {
	text-decoration: underline;
	color: #FFFFFF;
	display: inline-block;
	background: #ff2a1d!important;
	padding: 4px 12px;
	margin: 0px;
	float: left;	
	width: 150px;
	font-size: 1em;
	line-height: 18px;
	border-bottom: 1px dotted #FFFFFF;
	}
#nav li.current_page_item ul li a:hover {	
	background: #ff2a1d!important;
	}
#nav li.page-item-191 ul li{
	display:none;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

#nav ul li ul li a {
display:none;	
}
#nav ul li.current_page_item ul li a {
display:none;	
}

#promo {
float:left;
margin-top:60px;
padding-left:24px;
}
#promo li {
list-style-type:none;
}
#promo li a{
color:#FFFFFF;
text-decoration:none;
}
#promo li a:hover{
text-decoration: underline;
	color: #FFFFFF;
	display: inline-block;
	
}

/* -----------------------------------*/
/* >> End Dropdown Navigations <<<-----*/
/* -----------------------------------*/#navigation .rss-feeds {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 28px;
	width: 100px;
	line-height: 28px;
	font-size: 1em;
	color: #FFFFFF;
}
#navigation .rss-feeds a {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/rss.png) no-repeat left center;
}
#custom-img-header {
	margin: 0px;
	padding: 1em 0px 0px;
	float: left;
	height: 150px;
	width: 900px;
	overflow: hidden;
}

.container {
	margin: 0px auto;
	padding: 0px 0px;	
	width: 960px;
	
}


#content {
	float: right;
	margin: 0px auto;
	padding: 0px 0px;	
	width: 795px;
 	color: #333333;
	min-height: 650px;
}

#content-home {
	float: right;
	margin: 0px auto;
	padding: 0px 0px;	
	width: 795px;
 	color: #333333;
	min-height: 720px;
}


#top-content {
	margin: 0px;
	padding: 0px 0px 1.5em 15px;
	float: left;
	width: 515px;
}

.bot-content {
	padding-top: 25px;
	width: 795px;
	height: 100%;
	}



.footer {
	position: relative;
	z-index: 10!important;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 320px;
	padding: 0px;
	overflow: visible;
	width: 100%;
	margin-top: -204px;	
	background-color: #333333;
}


.footer_content {
	position: relative;
	background-image:url(images/footer_bar.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	z-index:45 !important;
	height: 320px;
}

.footer-links {
	margin: 0px auto;
	width: 900px;
	padding-top: 210px;
	padding-bottom: 10px;
	
}


.footer_copy {
	margin: 0px auto;
	width: 900px;
	background-image: url(images/brackets.png);
	background-repeat: no-repeat;
	background-position: 180px bottom;
	padding-left: 78px;

}

.footer_copy p, .footer-links p, .footer-links a {
	color: #FFFFFF;
	margin: 0 auto;
	width: 600px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
}

.footer-links a { padding-right: 10px; padding-left: 10px; }
.footer-links p { padding-right: 20px; } 

.footer-links a:hover {
text-decoration: underline;
}



#footer_content p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_content p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.banner {
	position: relative;
	float: left;
	margin: 0px;
	margin-left: -25px;
	padding: 0px 0px 10px 0px;
	width: 795px;
	height: 225px;
	z-index: 1200;

}


.introbox {
	float: left;
	width: 500px;
	font-size: 1em;
	line-height: 18px;
	padding-right: 20px;
	padding-bottom: 9px;
	margin-top: 10px;

}

.introbox p {
	font-size: .98em;
}

.introbox img {
	margin: -9px 0px 0px -35px;
	padding: 0px;
	float: right;
}

#custom-intro-image {
	height: 250px;
	width: 280px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#intro-text {
	float: right;
	width: 278px;
	margin: 0px;
	padding: 0px 10px;
	border-right: 1px solid #eee;
}
.introbox a {
	color: #660000;
	text-decoration: underline;
}

.introbox h2 {
	font-size: 1.785em;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #000000;
	font-weight: 400;
}
.introbox h2 a {
	color: #000;
	text-decoration: none;
}
.introbox h2 a:hover {
	color: #663300;
	text-decoration: none;
}
#intro-text p {
	font-size: 1em;
	line-height: 18px;
	margin: 0px;
	padding: 12px 0px 0px;
	float: left;
	width: 100%;
}

#top-right-widget object {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 250px
}
#top-right-widget embed {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 200px
}
#top-right-widget table {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 200px
}
.wrap {
	margin: 0 auto;
	overflow: visible;
}


#flash-wrap {
	position: relative;
	margin: 0 auto;
	overflow: visible;
	width: 970px;
	padding: 0px;
	z-index: 99!important;
}

#flash-box {
	position: relative;
	float: left;
	background-image: url(/images/flash_bg.png);
	background-repeat: no-repeat;
	margin-top: -436px;
	width: 207px;
	height: 169px;
	z-index: 111;
}

.flash {
	position: absolute;
	margin: 18px 0px 0px 18px;
	padding: 0px;
	z-index: 9999;	
}


#top-right-widget {
	margin: 0px;
	padding: 10px 4px 0px 0px;
	float: left;
	width: 250px
}
#top-right-widget h3 {
	font-size: 1.125em;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	color: #000000;
}
#top-right-widget .list {
	margin: 0px;
	padding: 0.5em 0px 1em 18px;
	float: left;
	width: 200px;
	list-style-type: none;
}
#top-right-widget .list ul {
	margin: 0px;
	padding: 0em;
	float: left;
	width: 200px;
	list-style-type: none;
}
#top-right-widget .list li {
	margin: 0px 0px 8px;
	padding: 0em;
	float: left;
	width: 200px;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
#top-right-widget .list ul li {
	margin: 8px 0px 0px;
	padding: 0em;
	float: left;
	width: 200px;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
.small-box .list li a, #top-right-widget .list li a {
	color: #660000;
	text-decoration: none;
}
.small-box .list li a:hover, #top-right-widget .list li a:hover {
	color: #CC0000;
	text-decoration: underline!important;
}

.custom-bottom-image {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 220px;
	
}

.custom-bottom-image a {
	margin: 0px auto;
	padding: 0px;
	float: left;
	width: 220px;
	
}






.itembox {
	float: left;
	width: 249px;
	padding: 0px;
	margin: 0px auto 0px; padding: 0px; padding-right: 7px;	
}

.box-top {
	width: 249px;	
	height: 11px;
	background-image: url(images/b-top.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	
}

.small-box {  }

.tall-box { }

.box-mid {
	width: 249px;	
	background-image: url(images/b-mid.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	height: 100%;
	overflow: auto;
	z-index: 50;
	margin: 0px auto 0px; padding: 0px;
	padding-bottom: 10px;

}

.box-bot {
	width: 249px;	
	height: 12px;
	background-image: url(images/b-bot.jpg);
	background-repeat: no-repeat;
	z-index: 50;
	margin: 0px;
	padding: 0px;
}



.space { float: left; width: 35px; }


.itembox img {
	margin-bottom: 1px;
}
.itembox h2 {
	font-size: 1.0em;
	margin: 0px auto;
	padding: 0px;
	padding-left: 18px;
	padding-bottom: 8px;
	float: left;
	width: 220px;
	color: #000000;
}
.itembox p {
	font-size: 1em;
	line-height: 18px;
	margin: 0px auto;
	padding: 0px 0px;
	padding-left: 18px;
	float: left;
	width: 210px;
}
.itembox h3 {
	margin: 0px auto;
	padding: 5px 0px 0px;
	padding-left: 15px;
	float: left;
	width: 220px;
}
.itembox .list {
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
	float: left;
	width: 200px;
	list-style-type: none;
}
.tall-box ul.list {
	margin: 0px;
	padding: 0em;
	padding-left: 18px;
	float: left;
	width: 220px;
	list-style-type: none;
}
.itembox .list li {
	margin: 0px 0px 8px;
	padding: 0em;
	float: left;
	width: 220px;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
.itembox .list ul li {
	margin: 8px 0px 0px;
	padding: 0em;
	float: left;
	width: 200px;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
.itembox .list a {
	color: #000000;
	text-decoration: none;
}
.itembox .list a:hover {
	color: #660000;
	text-decoration: underline;
}

#footer .fleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}
#footer .fright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 280px;
	text-align: right;
}
#post-entry {
	margin: 0px;
	padding: 15px 15px 15px 15px;
	float: left;
	width: 540px;
	border-right: 1px solid #ededed;
}
#post-entry h2 {
	font-size: 1.35em;
	color: #000000;
	margin: 0px 0px 1em;
	padding: 0px;
	float: left;
	width: 100%;
}
#post-entry h2 a {
	color: #660000;
	text-decoration: underline;
}
#sidebar {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	float: right;
	width: 160px;
}
.list .textf {
	padding: 1%;
	width: 90%;
	background: #FFFFFF;
	margin: 0px 0px 10px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#sidebar .list {
	margin: 0px;
	padding: 10px 0px 25px;
	float: left;
	width: 100%;
	list-style-type: none;
}
#sidebar .list ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
#sidebar h3 {
	font-size: 1.125em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#sidebar .list li {
	font-size: 1em;
	line-height: 18px;
	margin: 0px 0px 8px;
	padding: 0px;
	float: left;
	width: 100%;
}
#sidebar .list ul li {
	margin: 8px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 1em;
}
#sidebar a {
	color: #660000;
	text-decoration: underline;
}
.list form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.list label {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.list input {
	font-family: Arial, Tahoma, "Lucida Sans";
}
.list p {
	margin: 0px;
	padding: 0px;
}
p#profile-avatar {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left!important;
}
p#profile-avatar img {
	float: left!important;
	padding-right: 10px;
}
#profile-stuff {
	margin: 0px;
	padding: 0px;
	float: left!important;
	line-height: 18px;
}



#sidebar a:hover {
	color: #000000;
	text-decoration: none;
}
#sidebar object {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#sidebar embed {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#sidebar table {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#content a:hover {
	color: #000033!important;
	
}

.post-meta {
	margin: 0px;
	padding: 0px 0px 3em;
	float: left;
	width: 100%;
}
.post-meta a {
	color: #990000;
	text-decoration: underline;
}
.post-meta a:hover {
	color: #CC0033;
	text-decoration: none;
}
.post-meta h1 {
	font-size:2.25em;
	font-weight: normal;
	color:  #ff9900;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-transform: none;
	
}


h1 {
	text-transform: lowercase;
	color:  #ff9900;
}
.post-blog h1 {
	font-size:1.90em;
	font-weight: normal;
	color:  #000;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-transform: none;

}

.post-blog h1 a, .post-blog h1 a:hover {
	font-size: 18px;
	font-weight: normal;
	color:  #000;
	text-decoration: none;
}

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


.post-meta h1 a {
	font-size: 1.25em;
	color: #ff9900;
	text-decoration: none;
	line-height: 1.45em;
	text-transform: lowercase;
}

.post-meta h1 a:hover {	
	color:  #ff9900;
	text-decoration: none;
}

.post-author {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 15px;
}
.post-content {
	font-size: 1em;
	margin: 0px;
	padding: .85em 0px;
	float: left;
	width: 100%;
	line-height: 18px;
}
.post-content img {
	border-width: 0px;
	border-style: none;
}

.post-category {
	margin: 0px;
	padding: 0px 0px 5px;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
.post-tag {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
.post-category a {
	font-weight: normal;
	text-decoration: underline;
}
.post-tag a {
	font-weight: normal;
	text-decoration: underline;
}
#comments-template {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#comments-template h4 {
	font-size: 1.25em;
	line-height: 25px;
	color: #000000;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 100%;
}
#comments-template blockquote {
	color: #000000;
	text-decoration: none;
	margin: 10px 0px 10px 15px;
	padding: 10px 0px 0px 5px;
	clear: both;
	background: url(none);
	border-left: 5px solid #333333;
	font-size: 1em;
	line-height: 18px;
	font-family: Arial, Tahoma, "Lucida Sans";
	font-weight: bold;
}

.com {
	margin: 0px;
	padding: 10px 0px;
	float: left;
	width: 98%;
}
.com-avatar {
	margin: 0px;
	padding: 0px;
	float: left;
}
.com-avatar img {
	padding: 3px;
	border: 1px solid #efefef;
}

.com-block {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	overflow: hidden;
	width: 490px;
}
.com-author {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}
.com-block a {
	font-weight: normal;
	color: #660000;
	text-decoration: underline;
}
.com-block a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.com-text {
	margin: 0px;
	padding: 1em 0px;
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 18px;
}
.com-alt {
	margin: 0px;
	padding: 10px 0px;
	float: left;
	width: 98%;
	background: #F8F8F8;
}
h4#pingback {
	margin: 25px 0px 20px;
	padding: 0px;
}
.ping {
	float: left;
	width: 90%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ping li {
	margin: 0px 0px 10px;
	padding: 0px;
}
.ping a {
	color: #660000;
	text-decoration: underline;
}
.ping a:hover {
	color: #990000;
	text-decoration: none;
}
h4#feedback {
	margin: 30px 0px 0px;
	padding: 0px;
}
h4#respond {
	margin: 30px 0px 0px;
	padding: 0px;
}
.notify {
	margin: 0px 0px 25px;
	padding: 0px;
	float: left;
	width: 100%;
}
.notify a {
	color: #660000;
	text-decoration: underline;
}
.notify a:hover {
	color: #990000;
	text-decoration: none;
}
#comment-form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#comment-form label {
	font-size: 1em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#comment-form label a {
	color: #660000;
	text-decoration: underline;
}

#comment-form label span {
	color: #990000;
	font-weight: normal;
}
#comment-form p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#comment-form .intext {
	padding: 3px 2px;
	width: 300px;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	font-family: Arial, Geneva, Helvetica, Verdana;
	color: #333333;
	margin: 0px 0px 15px;
}
#comment-form .inarea {
	margin: 5px 0px 0px;
	padding: 0px;
	width: 400px;
	height: 200px;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	font-family: Arial, Tahoma, "Lucida Sans";
	font-size: 1em;
	color: #333333;
}
#comment-form .inbutton {
	font-family: Arial, Tahoma, "Lucida Sans";
	font-size: 1.025em;
	color: #000000;
	padding-right: 7px;
	padding-left: 7px;
}


.post-social {
	margin: 0px;
	padding: 3px 0px;
	float: left;
	width: 100%;
	border-top: 2px solid #f7f7f7;
	border-bottom: 2px solid #F7F7F7;
}
.addthis-blk {
	margin: 0px;
	padding: 8px 0px;
	float: left;
	width: 100%;
}


.post-social p {
	margin: 0px 5px 0px 0px;
	float: left;
	display: block;
	height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 24px;
}
.post-social p a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 22px;
	width: 24px;
}

.digg {
background: url(images/socials/social.gif) -77px;
}
.delicious {
background: url(images/socials/social.gif) -50px;
}
.stumble {
background: url(images/socials/social.gif) -23px;
}
.tech {
background: url(images/socials/social.gif) -1px;
}
.blinklist {
background: url(images/socials/blinklist.png) no-repeat center;
}
.blogmark {
background: url(images/socials/blogmarks.png) no-repeat center;
}
.bumpzee {
background: url(images/socials/bumpzee.png) no-repeat center;
}
.dzone {
background: url(images/socials/dzone.png) no-repeat center;
}
.furl {
background: url(images/socials/furl.png) no-repeat center;
}
.netscape {
background: url(images/socials/netscape.gif) no-repeat center;
}
.netvouz {
background: url(images/socials/netvouz.png) no-repeat center;
}
.reddit {
background: url(images/socials/reddit.png) no-repeat center;
}
.scopeo {
background: url(images/socials/scoopeo.png) no-repeat center;
}
.scuttle {
background: url(images/socials/scuttle.png) no-repeat center;
}
.spurl {
background: url(images/socials/spurl.png) no-repeat center;
}
.taggly{
background: url(images/socials/taggly.png) no-repeat center;
}
.thisnext {
background: url(images/socials/thisnext.png) no-repeat center;
}
.wists {
background: url(images/socials/wists.png) no-repeat center;
}
.yahooweb {
background: url(images/socials/yahoomyweb.png) no-repeat center;
}

.post-mail {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 100%;
	font-size: 11px!important;
}

.post-mail ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.post-mail ul li {
	margin: 0px 15px 0px 0px;
	float: left;
	list-style-type: none;
	line-height: 26px;
	display: inline-block;
	height: 26px;
	color: #333333;
}
.post-mail a {
	color: #212121;
	text-decoration: none;
	font-weight: 400;
}
.post-mail a:hover {
	color: #CC0033;
    font-weight: normal!important;
	text-decoration: underline;
}
.mycomment {
	background: url(images/socials/icomment.png) no-repeat left center;
	padding-left: 16px;
}
.myemail {
	background: url(images/socials/email.gif) no-repeat left center;
	padding-left: 20px;
}
.myblogit {
	background: url(images/blog.gif) no-repeat left center;
	padding-left: 18px;
}
.myupdate {
	background: url(images/socials/feed-n.png) no-repeat left center;
	padding-left: 16px;
}


.flash {
	position: absolute;
	z-index: 99999;	
}

embed { position: relative; z-index: 999999; }

div.projectscroller {
margin-left: 18px;
float:left;
width:210px;
}
div.projectscroller li {
height:301px;
}
div.projectscroller li a {
color:#660000;	
}
span.scrolltext {
font-size:12px;
width:210px;
line-height:12px;
float:left;
display:block;
}
div.projectscroller a.next, div.projectscroller a.prev{
font-size:9px;
}
div.projectscroller a.next{
float:right;
width:13px;
color:#660000;
text-decoration:none;
}
div.projectscroller a.prev{
float:left;
width:13px;
color:#660000;
text-decoration:none;
}
div.projectscroller a.next:hover{
text-decoration:underline;
}
div.projectscroller a.prev:hover{
text-decoration:underline;
}
#arrow_holder {
height:15px;
width:210px;
}

span.scrolltitle {
font-size:10px;
display:block;
font-weight:bold;
text-align:left;
width:162px;
text-transform:uppercase;

}

div.small-box ul.list {
font-size:12px;
overflow:hidden;
}
div.small-box ul.list li {
width:205px;
}
#newsevents {
float:left;
height:167px;
overflow:hidden;
position:relative;
width:220px;
}
#newseventsinner {
width:220px;
position:relative;
}
#down {
margin-left: 18px;	
color:#660000;
text-decoration:none;
}
#up {
margin-left: 5px;	
color:#660000;
text-decoration:none;
}

/* Testimonial Block */
#testimonials {
width:225px;
margin-left:-60px;

}

#thetestimonial {
margin-top:10px;
margin-right:10px;
}
span.quote {
display:block;
}
span.name {
margin-top:5px;
display:block;
font-weight:bold;
font-style:italic;
}
span.position {
display:block;
font-style:italic;
	
}
/*GALLERY*/
.galleria{list-style:none;width:463px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
div.galleria_container {
width:463px;
}

h3.orange {
color:  #ff9900;	
font-size: 20px;
}