/*  
Theme Name: Audaxium
Theme URI: http://localhost/wordpress/
Description: Audaxium Theme.
Version: 1.0
Author: Rod Mackay
Author URI: http://www.audaxium.com
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ADADAD url(http://www.audaxium.com/images/bg/page_bg.jpg) repeat-x left top;
}
a, a:link, a:visited {
	color: #A20D1F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
	font: 14px/140% Arial, Helvetica, sans-serif;
}
td, th {
	font: 14px/140% Arial, Helvetica, sans-serif;
}
h1 {
	margin:0px;
	font: bold 34px/100% "Lucida Sans Unicode", Arial, Verdana;
	color: #FFFFFF;
	display: block;
	z-index: 20;
}
h1 a, h1 a:link, h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: underline;
}
h2   {
	color: #A20D1F;
	margin: 0px 0px 4px;
	border-bottom: 1px dotted #CCCCCC;
	font: bold normal 24px/100% Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	padding-top: 0px;
}
h2 a, h2 a:link, h2 a:visited {
	color: #A20D1F;
	text-decoration: none;
}
h2   a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background: #A20D1F;
}
h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #3F486E;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
blockquote  {
	font: 15px Georgia, "Times New Roman", Times, serif;
	background: url(images/blockquote.gif) no-repeat left 5px;
	padding-left: 20px;
	color: #666666;
	margin: 0px 0px 15px 20px;
	display: block;
}
form {
	margin:0px;
	padding:0px;
}

/* Layout Styles  
-------------------------------------------------*/
#wrapper {
	text-align: left;
	width: 940px;
	height: auto;
	padding: 0px;
	margin: 10px auto 0px;
}
#page {
	height: auto;
	width: 940px;
	background: #FFFFFF;
	float: left;
}

#borderBottom {
	height: 20px;
	width: 940px;
	display: block;
	background: url(http://www.audaxium.com/images/bg/border_bottom.jpg) left top;
	float: left;
}

/* Page Header Styles 
-------------------------------------------------*/
#header {
	width: 940px;
	height: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#logo {
	height: 60px;
	width: 250px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 26px;
	padding: 0px;
}
div.searchForm {
	float: right;
	width: 280px;
	text-align: right;
	margin-top: 16px;
	vertical-align: top;
	height: auto;
}

#searchform {
	width: 300px;
	height: 30px;
	position: absolute;
	left: 606px;
	top: 20px;
}
#searchform #s {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	width: 200px;
	background: url(http://www.audaxium.com/images/header/search_box_bg.jpg) no-repeat left top;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 4px 0px 0px 5px;
}
#searchform #searchsubmit {
	background: #4A5680;
	font: bold normal x-small Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	border-style: none;
	height: 23px;
	margin-left: 3px;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#searchform #searchsubmit:hover  {
	background: #0066FF;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}

/* Navigation Styles  
-------------------------------------------------*/
#nav {
	height: 38px;
	width: 940px;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(http://www.audaxium.com/images/bg/nav_shadow.jpg) no-repeat left bottom;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 40px;
}
#nav li {
	float: left;
	list-style-type: none;
	font: 12px sans-serif, Arial, "Futura Hv BT";
	text-align: center;
	text-transform: uppercase;
}
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	height: 25px;
	float: left;
	margin-top: 4px;
	padding-top: 9px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(http://www.audaxium.com/images/nav/nav_bg.jpg) repeat-x left top;
	color: #FFFFFF;
	border-left: 2px groove #333959;
	text-decoration: none;
}
#nav li a:hover {
	background: #A20D1F url(http://www.audaxium.com/images/nav/nav_hv_bg.jpg) repeat-x left top;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a.nav-home, #nav li a.nav-home:link, #nav li a.nav-home:visited {
	width: 70px;
	border-left: none;
	background: url(http://www.audaxium.com/images/nav/nav_lt_both_bg.gif) no-repeat left top;
	padding-left: 6px;
}
#nav li a.nav-home:hover {
	background: url(http://www.audaxium.com/images/nav/nav_lt_both_bg.gif) no-repeat left bottom;
}
#nav li a.nav-products {
	width: 238px;
}
#nav li a.nav-services {
	width: 123px;
}
#nav li a.nav-analysis{
	width: 102px;
}
#nav li a.nav-process{
	width: 160px;
}
#nav li a.nav-contact{
	width: 100px;
}
#nav li a.nav-blog, #nav li a.nav-blog:link, #nav li a.nav-blog:visited {
	width: 70px;
	background: url(http://www.audaxium.com/images/nav/nav_rt_both_bg.gif) no-repeat right bottom;
	padding-right: 10px;
}
#nav li a.nav-blog:hover {
	background: url(http://www.audaxium.com/images/nav/nav_rt_both_bg.gif) no-repeat right bottom;
}


/* Breadcrumb Styles 
-------------------------------------------------*/
#breadcrumb {
	float: left;
	height: 20px;
	width: 920px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#breadcrumb p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#addThis {
	display: block;
	float: right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Body Content 
-------------------------------------------------*/
#banner {
	height: 100px;
	position: relative;
	float: left;
	width: 940px;
	background: url(http://www.audaxium.com/images/banner/red_img.png) no-repeat left top;
}
#banner h1 {
	position: absolute;
	left: 20px;
	top: 20px;
}

#banner .subscribe a, #banner.subscribe a:link, #banner.subscribe a:visited {
	background: url(images/feed_32.png) no-repeat left center;
	width: 191px;
	padding-left: 40px;
	position: absolute;
	left: 692px;
	top: 29px;
	height: 30px;
	font: bold 16px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #FFFFFF;
} 
#banner .description{
	position: absolute;
	bottom: 18px;
	color: #FFFFFF;
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	left: 20px;
}
#content {
	float: left;
	width: 620px;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-left: 25px;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
	margin-top: 4px;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 565px;
	height: auto;
}
.post-data {
	margin: 0;
	padding: 3px 0px 8px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.post-data a, .post-data a:link, .post-data a:visited {
	color: #578ABD;
	text-decoration: none;
	padding-top: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
.post-data a:hover {
	color: #333333;
	text-decoration: underline;
}
.post-data span {
	padding: 0 0 3px 19px;
	margin: 0px 15px 0px 0px;
}

.post-author {
	background: url(images/author.gif) no-repeat 1px center;
}
.post-category {
	background: url(images/category.gif) no-repeat left center;
}
.post-tag {
	background: url(images/tag.gif) no-repeat left center;
}
.post-comments {
	background: url(images/comments.gif) no-repeat left center;
}
.post-edit {
	background: url(images/edit.gif) no-repeat left center;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.entry {
	clear: both;
	padding-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.entry a {
}
.entry h1 {
	font: 18px "Lucida Sans Unicode", Arial, Verdana;
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 6px;
}

.entry h2 {
	font: 16px "Lucida Sans Unicode", Arial, Verdana;
	border-style: none;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 12px;
}
.entry h3 {
	margin-top: 14px;
	margin-bottom: 12px;
	padding: 0px;
}

.entry h4 {
	margin-top: 14px;
	color: #B36B00;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}


.entry ul {
	margin-top: 4px;
	margin-bottom: 24px;
	margin-left: 2px;
}
.entry ul li {
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 140%;
	list-style: none;
	background: url(images/red-disc.gif) no-repeat left 5px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font: 14px Arial, Helvetica, sans-serif;
}
.entry ul li li {
	color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 140%;
	list-style: circle;
	padding-left: 2px;
	background: url(none);
}
.entry ul li li li{
	list-style: square;
}
.entry ol {
	margin-top: 4px;
	margin-bottom: 24px;
}
.entry ol li {
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 140%;
}
.entry ul ul, .entry ul ul ul {
	padding-left: 14px;
}

.entry object {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* Table Styles */
.entry table {
	border: 1px solid #A20D1F;
	margin-top: 25px;
	margin-bottom: 25px;
}
.entry th {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #A20D1F;
	text-align: left;
	padding: 10px 4px;
}
.entry td {
	padding: 4px 2px 4px 6px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.entry tr.evenRow {
	background: #EEEEEE;
}
.entry caption {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 8px;
	margin: 20px 0px 0px;
}
.addthis_button_compact at300m a  {
	font-size: 11px;
}
a.more-link, a.more-link:link, a.more-link:visited  {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	float: right;
	width: auto;
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 4px 8px;
	background: #00CC33 url(http://www.audaxium.com/images/bg/but_bg_gr.gif) repeat-x left center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}
a.more-link:hover {
	color: #FFFFFF;
	background: #A20D1F;
	text-decoration:none;
}
.post-nav {
	clear: both;
	padding: 10px 0px;
	margin-bottom: 20px;
	border-top: 1px dotted #CCCCCC;
}
.post-nav  a, .post-nav  a:visited {
	color: #578ABD;
	font-size: 16px;
}
.previous {
	float: left;
	padding-left: 18px;
	background: url(images/nav-left.gif) no-repeat left center;
}
.next {
	float: right;
	padding-right: 18px;
	background: url(images/nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 50px;
	display: block;
}
h3#comments , h3#respond  {
	margin-top: 40px;
}
h4#respond  {
	margin: 20px 0px 10px;
	padding: 0px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px 5px 50px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	left: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #F5F5F5;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #666666;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#commentform input{
	width: 153px;
	background:#F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 598px;
	height: 150px;
	background:#F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:left;
	width: 144px;
	height: 30px;
	background: #00CC33 url(http://www.audaxium.com/images/bg/but_bg_gr.gif) repeat-x left center;
	text-transform: uppercase;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#commentform #submit:hover {
	background: #A20D1F;
}
/* sidebar
-------------------------------------------------*/
#sidebar {
	width: 230px;
	float: right;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 30px;
}
#sidebar li {
	list-style: none;
	border-style: none;
}
#sidebar h2, #sidebar .widgettitle {
	font: 16px "Lucida Sans Unicode", Arial, Verdana;
	padding: 8px 0 8px 10px;
	margin: 0;
	display: block;
	background: #A30E21 url(images/hd_sidebar.jpg) no-repeat left top;
	color: #FFFFFF;
	border-style: none;
}
#sidebar h2 a, #sidebar .widgettitle a {
	text-decoration: none;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#sidebar ul ul {
	margin: 0;
}
#sidebar ul li {
	padding: 0;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#sidebar ul ul li {
	background: url(images/ul_ul_bullet.gif) no-repeat 0 4px;
}
#sidebar ul a, #sidebar ul a:link, #sidebar ul a:visited {
	text-decoration: none;
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 6px 8px 26px;
	background: url(images/red-disc.gif) no-repeat 10px 12px;
	color: #333333;
	margin: 0px;
}
#sidebar ul a:hover {
	background: #FFFFFF url(images/red-disc.gif) no-repeat 10px 12px;
}


/* widgets 
-------------------------------------------------*/
#sidebar .widget {
	margin: 0 0 32px;
	background: #F4F4F4;
}
#sidebar h2 a.rsswidget, #sidebar h2 a.rsswidget:visited, #sidebar h2 a.rsswidget:link {
	color: #FFFFFF;
}
#sidebar h2 a.rsswidget:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: transparent;
}
#sidebar li#tag_cloud-3.widget.widget_tag_cloud div {
	padding: 5px;
}
#sidebar li.widget.widget_categories ul a {
	background: url(images/category.gif) no-repeat 6px 8px;
}
#sidebar li.widget.widget_categories ul a:hover {
	background: #FFFFFF url(images/category.gif) no-repeat 6px 8px;
}
#sidebar li.widget.widget_recent_entries ul a {
	background: url(images/post.gif) no-repeat 6px 8px;
}
#sidebar li.widget.widget_recent_entries ul a:hover {
	background: #FFFFFF url(images/post.gif) no-repeat 6px 8px;
}
#sidebar #searchform {
	position: relative;
	margin: 0;
	right: auto;
	bottom: auto;
}
#sidebar #wp-calendar caption {
	font-weight: bold;
}
#sidebar #wp-calendar td {
	width: 32px;
	padding: 4px 2px;
	text-align: center;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
/* footer styles
-------------------------------------------------*/
#footer {
	clear: both;
	background: #4E5989 url(http://www.audaxium.com/images/bg/footer_shadow.jpg) repeat-x left top;
	color: #FFFFFF;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:link, #footer a:visited{
	color: #C3D5E6;
}
#footer a:hover {
	text-decoration: none;
}
#footer .left-col{
	width: 280px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer .right-col{
	width: 230px;
	float: right;
	padding-right: 10px;
	margin: 5px 15px 5px 5px;
}
#footer h4 {
	font: bold normal 15px/100% "Trebuchet MS", Tahoma, Arial;
	color: #CCCCCC;
	margin: 5px 0px 25px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/ft_comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
	font-size: 12px;
}
.recent-comments a, .recent-comments a:link, .recent-comments a:visited {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 120%;
}
.recent-posts li {
	background: url(images/ft_post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a, .recent-posts a:link, .recent-posts a:visited {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
}
#followus img {
	margin-right: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
dt.gallery-icon a:hover {
	border-color: #0066FF;
}
/* wordpress post formating, etc.
-------------------------------------------------*/
.addthis_container {
	z-index:10000;
}
.center {
	text-align: center;
}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	background: #F5F5F5;
	border: solid 1px #d6d1c7;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	border: solid 1px #d6d1c7;
	padding: 5px 2px 0;
	margin-bottom: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.wp-caption-text {
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0;
	color: #666666;
}

/* Subfooter Styles
-------------------------------------------------*/
#subFooter {
	height: auto;
	width: 940px;
	float: left;
	margin-top: 15px;
}
#subFooter h6 {
	font: bold 12px "Lucida Sans Unicode", Arial, Verdana;
	margin: 4px 0px 6px;
	padding: 0px;
	color: #4E4E4E;
	text-transform: uppercase;
}
#subFooter  p {
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#subFooter a:link, #subFooter a:visited {
	color: #333;
	text-decoration: none;
}
#subFooter a:hover {
	text-decoration: none;
	color: #000000;
	background: #FFFF00;
}
#offer {
	float: left;
	height: 160px;
	width: 420px;
	padding-left: 15px;
}
#offer ul {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#offer li {
	padding-bottom: 2px;
}


#connect {
	height: 160px;
	width: 480px;
	float: right;
}
#contact {
	float: left;
	height: 135px;
	width: 200px;
}
#rss {
	float: right;
	height: 30px;
	width: 235px;
}

#followUs {
	float: right;
	height: 100px;
	width: 235px;
}
#followUs h6, #rss h6 {
	display: block;
	float: left;
}

#followUs ul, #rss ul {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding-left: 2px;
	display: block;
	float: right;
	width: 140px;
	margin: 0px;
}
#followUs li, #rss li {
	margin: 0px;
	padding: 0px;
}

#followUs li a, #followUs li a:link, #followUs li a:visited, #rss li a, #rss li a:link, #rss li a:visited {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	color: #333333;
	font-weight: normal;
}
#followUs li a:hover, #rss li a:hover {
	text-decoration: underline;
	background: #CCCCCC;
}
#rss li a.feed {
	background: url(http://www.audaxium.com/images/icon/ft_rss.gif) no-repeat left center;
}
#followUs li a.twitter {
	background: url(http://www.audaxium.com/images/icon/ft_twitter.gif) no-repeat left center;
}
#followUs li a.facebook {
	background: url(http://www.audaxium.com/images/icon/ft_facebook.gif) no-repeat left center;
}
#followUs li a.youtube {
	background: url(http://www.audaxium.com/images/icon/ft_youtube.gif) no-repeat left center;
}
#followUs li a.linkedin {
	background: url(http://www.audaxium.com/images/icon/ft_linkedin.gif) no-repeat left center;
}

#credits {
	width: 400px;
	color: #666666;
	font: 10px/120% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	float: right;
	margin-right: 0px;
	height: 20px;
	text-align: right;
}
#credits a, #credits a:link, #credit a:visited {
	color: #666666;
	text-decoration: underline;
}

