/*
Theme Name: Trigger
Theme URI: http://www.triggerglobal.com
Description: Wordpress powered market theme
Version: 3.62
Author: triggerglobal.com
*/


/* General */

body {
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS";
	background:#519bc2 url(imgs/timms_bg.jpg) no-repeat;
	background-position:top center;
	font-size: 12px;
	color: #888888;
	text-align:center;
}
#container {
width:923px;
margin:0 auto;

}

 
 
/* Wrap */

#wrap {
	background:url(imgs/inner_bg.png);
	margin-left:1px;
	margin-top:0px;
	width: 855px;
	float:left;
	padding:0 4px 0 4px;
	
}

/* Logo And Header background:#FFFFFF;*/

#content {
	width: 855px;
	margin-bottom: 0px;
	float:left;
}
#leftouter {
float:left;
width:667px;
margin-bottom:0px;

}
#leftshop {
float:left;
width:669px;
background:#FFFFFF;
margin-top:0px;
margin-bottom:0px;

}

#left{
width:669px;
background:#FFFFFF;
min-height:630px;
margin-bottom:0px;
padding-top:5px
}

#right{
float:left;
margin-left:2px
}
 .blue {

text-align:center;
width:185px;
margin-bottom:22px;
}
 .bluelast {
text-align:center;
width:185px;
margin-bottom:-5px;
}
.bluehome {
margin-top:15px;
text-align:center;
width:185px;
margin-bottom:22px;
}
#right img {
border:none
}
#entrycol {
float:left;
display:block
}
.entry {
width:510px;
margin-top:5px;
}
.entry img {
/*border:#b9b9b9 solid 1px*/
border:none
}

#subheader{
background:url(imgs/subnav3.png) no-repeat top left;
width:922px;
height:41px;
margin-left:1px;
text-align:left;


}

#subheadershop{
background:url(imgs/subnavshop.png) no-repeat top left;
width:922px;
height:41px;
text-align:left;

}
#archivestop{
float:right; 
padding: 10px; 
margin-right:250px;
}
#subheader img.home {
margin:10px 0 0 15px;
}
#bar {
background: url(imgs/header_bg.png) no-repeat;	
width:923px;
height:122px;

}
#bar SPAN {
visibility:hidden;
}
/* Nav */
ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
	width: 923px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
/*--CSS Sprites - Default State--*/
ul#topnav a {
	float: left;
	display: block;
	height: 56px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}
/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: left -56px;
}
/*--Assign an image and width to each link--*/
ul#topnav li.blog a {
	background-image: url(imgs/blog_a.png);
	width: 158px;
	margin-left:1px
}
ul#topnav li.blog2 a {
	background-image: url(imgs/blog_a.png);
	background-position: left bottom;
	width: 158px;
	margin-left:1px
}
ul#topnav li.superfan a {
	background-image: url(imgs/sf_a.png);
	width: 259px;
}
ul#topnav li.superfan2 a {
	background-image: url(imgs/sf_a.png);
	background-position: left bottom;
	width: 259px;
}
ul#topnav li.fishyface a {
	background-image: url(imgs/ff_a.png);
	width: 257px;
}
ul#topnav li.fishyface2 a {
	background-image: url(imgs/ff_a.png);
	width: 257px;
	background-position: left bottom;
}
ul#topnav li.store a {
	background-image: url(imgs/store_a.png);
	width: 227px;
}
ul#topnav li.store2 a {
	background-image: url(imgs/store_a.png);
	width: 227px;
	background-position: left bottom;
}

#home li.blog a, /*--Home Page > Home Link--*/
#about li.superfan a, /*--About Page > About Link--*/
#services li.fishyface a, /*--Services Page > Services Link--*/
#portfolio li.store a /*--Portfolio Page > Portfolio Link--*/
{
	background-position: left bottom;
	border:#096 solid 1px;
}

#nav {
	width: 920px; /* this will be the width of your menu */
	height: 56px; /* this wil be the height of your menu */
	float: left; /* When you float an element it becomes a block box. This box can then be shifted to the left or right on the current line. */
	margin: 0; /* Margin defines the space around elements. In this line we have defined the margin for: bottom, left, right and top respectively. You will have to adjust accordingly to where you want to place your menu */
	
	
}
#nav a{
    text-indent: -99999px; /* Moves the text the given value to the left */
    display: block; /* Means that the element is displayed as a block */
    float: left;
    background-color: transparent; /* This makes the underlying colors shine through */
    background-image: url(imgs/topnav.png); /* Here you will have to use your picture */
    background-repeat: no-repeat; /* Makes sure that the image is not repeated indefinitely */
    height: 56px; /* Sets the height of this class */
    }

#nav a#btn_first{
    width: 160px; /* Sets the width of the first button to 100px */
    background-position: 0px 0px; /* Sets the starting position of the background image to x=0 and y=0 */
}
#nav a#btn_first:hover {
    width: 160px;
    background-position: 0px -56px; /* here I have altered the value of the y-coordinate to reflect the hover state in my nav_menu.png image */
}
.select_btn_first {
    width: 160px;
    background-position: 0px -56px; /* here I have altered the value of the y-coordinate to reflect the hover state in my nav_menu.png image */
}

#nav a#btn_second{
    width: 259px;
    background-position: -160px 0px; /* In nav_menu.png my next button is located at this coordinate */
}
#nav a#btn_second:hover{
    width: 259px;
    background-position: -160px -56px;
}
.select_btn_second {
     width: 259px;
    background-position: -160px -56px; /* here I have altered the value of the y-coordinate to reflect the hover state in my nav_menu.png image */
}

#nav a#btn_third{
    width: 255px;
    background-position: -419px 0px; /* In nav_menu.png my next button is located at this coordinate */
}
#nav a#btn_third:hover{
    width:255px;
    background-position: -419px -56px;
}
.select_btn_third {
    width: 255px;
    background-position: -419px -56px; /* here I have altered the value of the y-coordinate to reflect the hover state in my nav_menu.png image */
}

#nav a#btn_fourth{
    width: 240px;
    background-position: -673px 0px; /* In nav_menu.png my next button is located at this coordinate */
}
#nav a#btn_fourth:hover{
    width: 240px;
    background-position: -673px -56px;
}
.select_btn_fourth {
    width: 240px;
    background-position: -673px -56px; /* here I have altered the value of the y-coordinate to reflect the hover state in my nav_menu.png image */
}

a {
	text-decoration: underline;
	color: #4D98C8;
}

a:hover {
	text-decoration: underline;
	color: #1C5F85;
}


/* Top Bar */



#bar .pdl {
	float: right;
}
#bar .postform {
	font-family:verdana;
	font-size:8pt;
	background-color:#EEEEEE;
	border-width:1px;
	width: 175px;
	margin: 0px;
}
#bar .pdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}



/* Content -> News Panel */

#content .news {
	width: 420px;
	float: left;
}
#content .news .head {
	background-image: url(imgs/news.gif);
	height: 23px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
}
.post {
	margin: 10px 20px;
	text-align:left;
}
.postsecond {
background:  url(imgs/bg_topsec.gif) no-repeat;
width:645px;
height:41px;
margin:-12px 0 -10px 15px;
}
.postsecond_blogcontent {
background:  url(imgs/bg_topsec.gif) no-repeat;
width:645px;
height:41px;
margin:2px 0 -10px 15px;
}
.postsecondmid {
background:  url(imgs/bg_midsec.gif) repeat-y;
margin-left:15px;
}
.postsecondend {
background:  url(imgs/bg_botsec.gif) no-repeat;
width:645px;
height:16px;
margin:-12px 0 -10px 15px;
}
select {
 background-color: #d7d7d7;
 border:#a9a9a9 solid 1px;
 color: #7f7f7f;
 width:150px
}
.post SPAN.title{
text-align:left;
color:#515151;
font-weight:bold;
font-size:20px;
padding-left:0px;
}
.post SPAN.title A{
text-decoration:none;
color:#515151;
padding:0 10px 10px 0;
}
.post SPAN.title A:hover{
text-decoration:underline;
}
#edit A{
text-decoration:none;
color: #888888;
}
.post SPAN.author A{
text-decoration:none;
color: #888888;
font-style:italic;
}
.post SPAN.author A:hover, #edit A:hover{
color:#f8b029;
}
#edit {
float:left;
margin:42px 0 0 10px;
}
#comment_bg {
/*background:url(imgs/comment_bg.jpg) no-repeat;
width:54px;
height:48px;*/
float:left;

margin-top:10px;

}
#comment_inner {
float:left;
/*
width:17px;
height:17px;
margin:7px 0 0 29px;
text-align:center;
*/
}
#comment_inner A{
color:#fff;
text-decoration:none;
width:21px;
height:41px;
background:url(imgs/comment_bg.jpg) 0 0 no-repeat;
display:block;
padding:7px 0 0 33px
}

#comment_inner A:hover { background-position: 0 -48px;}

#vote_bg {
background:url(imgs/vote_bg.gif) no-repeat;
width:25px;
height:23px;
float:left;
margin:33px 0 0 30px;
}
#vote_icons {
float:left;
margin-top:10px
}

#sharesec {
float:left;
width:160px;
background:url(imgs/share.gif) no-repeat left;
padding-left:42px;
height:22px;
margin:35px 0 0 140px;
/*border:#00CC66 solid 1px */
}

#content .news h2 {
	font-size: 1.225em;
	color: #555;
	margin: 0px;
	margin-bottom: 6px;
}
#content .news h2 a {
	color: #555;
	border-bottom: 1px none #888;
}
#content .news h2 a:hover {
	border-bottom: 1px dotted #222 ;
	color: #222;
}
#content .news h2 img {
	vertical-align: text-bottom;
	margin-right: 2px;
}
#content .news .comments {
	font-size: .825em;
	font-weight: normal;
	color: #ca1717;
}
#content .news p {
	font-size: 1em;
	line-height: 165%;
	margin-bottom: 11px;
	color: #232323;
}
#content .news li {
	margin-bottom: 15px;
}
#content .news .post p a {
	border-bottom: 1px none #4D98C8;
	color: #4D98C8;
	padding: 2px;
}
#content .news .post p a:hover {
	border-bottom: 1px dotted #1C5F85;
}
#content .post h3 {
	font-size: 1.325em;
	color: #333;
	margin-bottom: 10px;
}
/* Content -> Product and Sidebar Panel */

#content .products {
	width: 400px;
	float: right;
}
#content .products .head {
	background-image: url(imgs/newproducts.gif);
	height: 23px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 8px;
}
#content .products .post {
	float: left;
	/*width: 116px;*/
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	display: inline;
}
#content .products .post .item {
	font-size: 12px;
	/*background-image: url(imgs/itembg.gif);*/
	/*height: 86px;*/
	/*width: 116px;*/
	text-align: center;
	line-height: normal;
	margin-bottom: 5px;
}
#content .products .post .item img {
	margin-top: 7px;
}
#content .products .post .item a img {
	border: 1px solid #D2D2D2;
	padding: 3px;
}
#content .products .post .item a:hover img {
	border: 1px solid #7cceed;
}
#content .products .post .inside {
	font-size: 12px;
}
#content .products .post .top {
	color: #222;
	text-align: center;
}
#content .products .post .top h2 {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content .products .post .top h2 a {
	color: #4d98c8;
}
#content .products .post .top h2 a:hover {
	color: #2a718c;
}
#content .products .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .products .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content .products .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#navigation {
	font-size: 12px;
	margin:20px 8px 15px;
	background:#FFFFFF;

	
}
#navigation .alignleft {
	
	float: left;

	
}
#navigation .alignleft a {
width:93px;
height:20px;
background:url(imgs/olderentries.jpg) 0 0 no-repeat;
display:block;
text-indent:-1500px;
overflow:hidden;
padding:0px
}
#navigation .alignleft a:hover { background-position: 0 -20px;}

#navigation .alignright {
	
	float: right;
}
#navigation .alignright a {
width:93px;
height:20px;
background:url(imgs/newerentries.jpg) 0 0 no-repeat;
display:block;
text-indent:-3500px;
overflow:hidden;
padding:0px
}
#navigation .alignright a:hover { background-position: 0 -20px;}

#fanfbbut a {
width:183px;
height:33px;
background:url(imgs/but_fanFB.jpg) 0 0 no-repeat;
display:block;
text-indent:-3500px;
overflow:hidden;
padding:0px;
margin-left:1px;
margin-top:-41px;
}
#fanfbbut a:hover { background-position: 0 -33px;}
#emailbut a {
width:186px;
height:31px;
background:url(imgs/but_email.jpg) 0 0 no-repeat;
display:block;
text-indent:-3500px;
overflow:hidden;
padding:0px;
margin-top:0px;
}
#emailbut a:hover { background-position: 0 -31px;}

#content .products .navigation a {
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
}
#content .products .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content .products .navigation .left {
	width: 45%;
	float: left;
}
#content .products .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
/* Content -> Sidebar Widget Styles */

#content .products .widgetcase {
	width: 350px;
	float: right;
}
#content .products .widgetcase p {
	font-size: .850em;
	color: #343434;
	line-height: 175%;
}
#content .products .widgetcase .textwidget {
	font-size: .850em;
	color: #343434;
	line-height: 175%;
}
#content .products .widgetcase h2.widgettitle {
	font-size: .965em;
	margin-bottom: 10px;
	padding: 0px;
	color: #454545;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
#content .products .widgetcase ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#content .products .widgetcase ul li {
	margin-bottom: 3px;
}
#content .products .widgetcase ul li a {
	font-size: 1em;
	color: #1c5f85;
}
#content .products .widgetcase ul li a:hover {
	background-color: #e2e2e2;
	color: #222;
}
#content .products .widgetcase ul .children {
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 1em;
	line-height: normal;
}
#wp-calendar {
	background-color:#F1F1EF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-size: .725em;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	margin-bottom: 9px;
}
#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;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #E6E6DF;
	color: #333333;
}
#wp-calendar caption {
	display: none;
}
#wp-calendar td {
	color:#333333;
	font: normal 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0px;
	text-align: center;
	background-color: #FFFFFF;
}
#wp-calendar td.pad:hover {
	font-size:9px;
	color:#FF4200;
	background-color: #ffffff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #E6E6DF;
	color: #ca1717;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* Content -> Spacer */
.spacer {
	width: 100%;
	clear: both;
}
/* Content -> Product Item Display Page */

#content .breadcrumbs {
	margin-bottom: 5px;
}
#content .breadcrumbs p {
	font-size: 11px;
	text-transform: lowercase;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
#content .breadcrumbs p a {
	border-bottom: 1px none #888;
	color: #444;
}
#content .breadcrumbs p a:hover {
	border-bottom: 1px solid #111;
	color: #111;
}
#content .news .ls {
	width: 256px;
	float: left;
}
#content .news .tr {
	width: 356px;
	text-align: center;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 2px;
}
#content .news .tr img {
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #999;
	margin-right: 3px;
	margin-left: 3px;
}
#content .news .mi {
	width: 350px;
	padding: 2px;
	border: 1px solid #f2f2f2;
	margin-bottom: 2px;
	height: 350px;
}
#content .product_image {
	float: left;
	text-align: center;
}
#content .product_image .tr img {
	padding: 2px;
	border: 1px solid #999;
	margin-right: 3px;
	margin-left: 3px;
}
#content .product_image .mi {
	padding: 2px;
	border: 1px solid #f2f2f2;
	margin-bottom: 2px;
}
#content .desc {
	width: 450px;
	float: right;
	padding-top: 8px;
}
#content h2 .price {
	background-color: #9ac15c;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
}
#content h2 .sold {
	background-color: #ca1717;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
}
#content .desc .buy {
	padding: 5px;
	font-size: 11px;
	line-height: 150%;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;

}
#content .desc .buy .lsf {
	width: 40%;
	float: left;
}
#content .desc .buy .rsf {
	float: right;
	width: 40%;
}
#content .desc .buy .field {
	font-family: verdana;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	/*width: 115px;*/
	margin: 0px;
}
#content .desc .buy .field2 {
	font-family: verdana;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	margin: 0px;
}
#content .desc h2 {
	font-size: 1.225em;
	color: #555;
	margin: 0px;
	margin-bottom: 6px;
}
#content .desc p {
	font-size: 1em;
	line-height: 165%;
	margin-bottom: 11px;
	color: #232323;
}
#content .desc p a {
	color: #1c5f85;
	border-bottom: 1px solid #1c5f85;
}
#content .desc p a:hover {
	color: #111;
	border-bottom: 1px solid #222;
}
/* Content -> Normal Full Product Flow */

#content #leftshop .grid {
	margin: 0px auto;
	width: 669px;
	float: left;
}
#content #leftshop .grid .post {
	float: left;
	/*width: 116px;*/
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	display: inline;
}
#content #leftshop .grid .post .item {
	font-size: 12px;
	/*background-image: url(imgs/itembg.gif);*/
	/*height: 86px;*/
	/*width: 116px;*/
	text-align: center;
	line-height: normal;
}
#content #leftshop .grid .post .item img {
	margin-top: 7px;
}
#content #leftshop .grid .post .item a img {
	border: 1px solid #D2D2D2;
	padding: 3px;
}
#content #leftshop .grid .post .item a:hover img {
	border: 1px solid #7cceed;
}
#content #leftshop .grid .post .inside {
	font-size: 12px;
}
#content #leftshop .grid .post .top {
	color: #222;
	text-align: center;
}
#content #leftshop .grid .post .top h2 {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .925em;
}
#content #leftshop .grid .post .top h2 a {
	color: #4d98c8;
}
#content #leftshop .grid .post .top h2 a:hover {
	color: #2a718c;
}
#content #leftshop .grid .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content #leftshop .grid .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content #leftshop .grid .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#content #leftshop .grid .navigation a {
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
}
#content #leftshop .grid .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content #leftshop .grid .navigation .left {
	width: 45%;
	float: left;
}
#content #leftshop .grid .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
#content #leftshop .grid .price {
	background-color: #d3d3d3;
	color: #222;
	width: 108px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
#content #leftshop .grid .sold {
	background-color: #d3d3d3;
	color: #ca1717;
	width: 108px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
/* Content -> Archives */

#content .archive {
	width: 100%;
	margin: 0px auto;
}
#content .archive h2 {
	font-size: .875em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 9px;
}
#content .archive h2 a {
	color: #1c5f85;
}
#content .archive h2 a:hover {
	color: #222;
}
#content .archive p {
	line-height: 165%;
	color: #232323;
	font-size: .825em;
}
#content .archive .col1 {
	width: 400px;
	padding-right: 49px;
	float: left;
}
#content .archive .col1 p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#content .archive .col1 p img {
	vertical-align: bottom;
}
#content .archive .col2 {
	width: 120px;
	padding-right: 29px;
	float: left;
	text-align: center;
}
#content .archive .col2 img {
	padding: 2px;
	border: 1px solid #ccc;
}
#content .archive .col2 a img {
	border: 1px solid #ccc;
}
#content .archive .col2 a:hover img {
	border: 1px solid #222;
}
#content .archive .col3 {
	width: 100px;
	padding-right: 29px;
	float: left;
	margin-right: 20px;
	text-align: center;
}
#content .archive .col3 .price {
	background-color: #D3E7B8;
	margin-top: 20px;
	color: #507733;
	padding: 2px;
	font-weight: bold;
}
#content .archive .col4 {
	width: 100px;
	float: right;
	text-align: center;
}
#content .archive .post-even {
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: #f9f9f9;
	padding-right: 5px;
	padding-left: 5px;
}
#content .archive .post-odd {
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .archive .post-even p a, .post-odd p a {
	border-bottom: 1px dotted #999;
	font-weight: normal;
}
/* Content -> Comments */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #d1d1d1;
}
#commentform textarea {
	width: 98%;
}
#commentlist .author {
	font-size: .950em;
	margin-bottom: 5px;
	color: #555;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist p a {
	background-color: #fff;
	font-size: .925em;
	line-height: 175%;
}
/* Content -> Footer and Copyright */

#footer {
	width:667px;
	/* background-color: #f7f7f7;
	border:#99FF33 solid 1px; */
}
#footer2 {
	margin-bottom: 0px;
	width:667px;
	float:left;
	/* background-color: #f7f7f7;
	border:#99FF33 solid 1px; */
	height:49px;
}
#footer3 {
	margin-bottom: 5px;
	width:667px;
	float:left;
	margin-top:-13px;
	/* background-color: #f7f7f7;
	border:#99FF33 solid 1px; */
	height:49px;
}
#foot_bg {
background:url(imgs/tempfooter.png) no-repeat left;
width:669px;
height:49px;
color:#FFFFFF;

}
#footer .col1 {
	width: 40%;
	float: left;
	padding-left: 3%;
}
#footer .col2 {
	width: 40%;
	float: right;
	padding-right: 20px;
	text-align: right;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: .840em;
	line-height: 165%;
}
#footer p a {
	color: #1c5f85;
}
#footer p a:hover {
	background-color: #ccc;
	color: #111;
}
#copyright {
	text-align: center;
}
#copyright p {
	font-size: 11px;
	color: #555;
	margin: 0px;
	padding: 0px;
}
#copyright p a {
	color: #777;
}
#copyright p a:hover {
	color: #222;
}



.redbar {
background-color: #ca1717;
color: #fff;
text-align: center;
font-size: 11px;
padding-top: 3px;
padding-bottom: 3px;
}

.redbar a {
color: #fff;
border-bottom: 0px dotted #f2f2f2;
}
