/*---------------------------------------------------------------------------------*/
/* DEFAULTS */
/*---------------------------------------------------------------------------------*/

/* reset */
@import "css/reset.css";

body {
	background:#f0f0f0;
font:12px/19px Arial, Helvetica, Sans-serif;	
	color:#333;
}

/* hyperlinks */
a, a:visited, a:active {

	color:#222;
	text-decoration:none;
}
a:hover {
	color:#369;
	text-decoration:underline;
}

/*---------------------------------------------------------------------------------*/
/* CONTAINERS */
/*---------------------------------------------------------------------------------*/
#wrapper {
	width:960px;
	margin:15px auto;
}
#column1 {
	float:left;
	width:647px;
}
.wrap {
	width:960px;
	margin:0px auto;
}

/*---------------------------------------------------------------------------------*/
/* POST BOXES */
/*---------------------------------------------------------------------------------*/
.post {
	width:645px;
	margin: 0px 0px 15px 0px;
	border:1px solid #dfdfdf;
}
.postbox {
	background:#fff url(images/bg-box.png) repeat-x top center;
	width:605px;
	padding:20px;
	border-bottom:1px solid #dfdfdf;
}
.postbox h2 {
	margin:0px 0px 5px 0px;
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	letter-spacing:-1px;
}
.postbox h2 a, .postbox h2 a:visited {
	color:#222;
	text-decoration:none;
}
.postbox h2 a:hover {
	color:#000;
}
.post-date {
	margin:10px 0px;
	color:#fff;
}
.post-date a, .post-date a:visited {
	color:#369;
	border-bottom:1px dotted #369;
}
.post-date a:hover {
	border-bottom:none;
	text-decoration:none;
}
.post-date em {
	background:none;
	font:12px/16px Georgia;
	color:#777;
}
.post-exerpt {
	
}
.post-thumb {
	float:left;
	margin:0px 20px 5px 0px;
}
.post-thumb img {
	background:#fff;
	padding:4px;
	border:1px solid #e6e6e6;
}
.post-bottom {
	background:#fff url(images/bg-cat-menu.jpg) repeat-x top center;
	height:43px;
	padding:0px 20px;
}
.filedin {
	float:left;
	background:url(images/icon-file.png) no-repeat 0px -1px;
	width:545px;
	margin:14px 0px 0px 0px;
	padding:0px 0px 0px 19px;
	color:#555;
}
.filedin a, .filedin a:visited {
	color:#555;
	border-bottom:1px dotted #999;
}
.filedin a:hover {
	color:#369;
	text-decoration:none;
	border-bottom:none;
}
.small-comment-cloud {
	float:right;
	background:url(images/bg-small-comment-cloud.png);
	width:32px;
	height:32px;
	margin:5px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
}
.small-comment-cloud a {
	color:#369;
	text-shadow:#fff 0px 1px 0px;
}

/*---------------------------------------------------------------------------------*/
/* CONTENT */
/*---------------------------------------------------------------------------------*/
#fullcontent {
	background:#fff url(images/bg-box.png) repeat-x top center;
	width:920px;
	padding:25px 20px;
	border:1px solid #dfdfdf;
}
#content {
	float:left;
	background:#fff url(images/bg-box.png) repeat-x top center;
	width:605px;
	padding:25px 20px;
	border:1px solid #dfdfdf;
}

/* browsing */
#browsing {
	background:#fff url(images/bg-box.png) repeat-x top left;
	width:605px;
	height:20px;
	margin:0px 0px 15px 0px;
	padding:15px 20px;
	line-height:20px;
	border:1px solid #dfdfdf;
}
#browsing h1 {
	float:left;
	font:18px/18px Arial;
	font-weight:bold;
	letter-spacing:-1px;
}
#browsing .catfeed {
	float:right;
	background:url(images/icon-cat-rss.png) no-repeat right 3px;
	padding:0px 17px 0px 0px;
}
#browsing .catfeed a:hover {
	text-decoration:none;
	border-bottom:1px dotted #369;
}


/* page title*/
.pagetitle {
	padding:0px 0px 10px 0px;
	font:bold 26px/28px Arial;
	letter-spacing:-1px;
}
.pagetitle a, .pagetitle a:hover {
	color:#222 !important;
	text-decoration:none;
}

/* post header & title */
.post-header {
	float:left;
	width:545px;
}
.post-title {
	margin:0px 0px 10px 0px;
	font-size: 26px;
	font-weight:bold;
	line-height:30px;
	letter-spacing:-1px;
}
.post-title a, .post-title a:visited {
	color:#222;
}

/* comment cloud */
.comment-cloud {
	float:right;
	background:url(images/bg-comment-cloud.png);
	width:42px;
	height:42px;
	font:bold 16px/35px Arial;
	text-align:center;
}
.comment-cloud a {
	color:#369;
	text-shadow:#fff 0px 1px 0px;
}

/* entry */
.entry {
	padding:10px 0px 15px 0px;
}
.entry p {
	padding-bottom:10px;
}
.entry strong {
	font-weight:bold;
}
.entry em {
	font-style:italic;
	font-weight:normal;
}
.entry strong em, .entry em strong {
	font-style:italic;
	font-weight:bold;
}
.entry h1 {
	font:24px/26px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	letter-spacing:-1px;
}
.entry h2 {
	font:22px/24px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	letter-spacing:-1px;
}
.entry h3 {
	font:20px/22px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.entry h4 {
	font:17px/19px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.entry h5 {
	font:15px/17px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.entry h6 {
	font:13px/16px Arial;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.entry a, .entry a:visited {
	color:#369;
}
.entry a:hover {
	color:#369;
	text-decoration:underline;
}
.entry a img {
	border:none;
}
.entry ul {
	margin:0px 0px 0px 7px;
	padding-bottom:10px;
	list-style:none;
}
.entry ol {
	margin:0px 0px 10px 25px;
	list-style-type:decimal;
}
.entry ol ol {
	list-style:upper-alpha;
}
.entry ol ol ol {
	list-style:lower-roman;
}
.entry ol ol ol ol {
	list-style:lower-alpha;
}
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
	margin-bottom:0px;
}
.entry ul li {
	background:url(images/icon-bullet.png) no-repeat 0px 5px;
	padding:3px 0px 3px 19px;
	font-size:12px;
	line-height:19px;
}
.entry ol li {
	padding:3px 0px 3px 0px;
	font-size:12px;
	line-height:19px;
}
.entry li a:link, .entry li a:visited {
	color:#222;
}
.entry li a:hover {
	color:#369;
}
.entry li ul {
	margin:0px;
	padding:0px;
}
.entry del {
	text-decoration:line-through;
	color:#aaa;
}
.entry ins {
	text-decoration:underline;
	font-weight:bold;
}
.entry blockquote {
	margin:20px 0px;
	padding:15px 15px 1px 15px;
	background:#f5f5f5;
	border:1px solid #eee;
	border-width:1px 0px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.entry blockquote p, blockquote a, blockquote {
	color:#666;
	font-style:italic;
	font-size:1em;
}
.entry dfn {
	font-weight:bold;
}
.entry pre, .entry code, .entry tt {
	margin:1.5em 0px;
	white-space:pre;
	display:block;
}
.entry pre, .entry code, .entry tt {
	font:12px 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 20px;
	background:#f5f5f5;
	overflow:auto;
	padding:1em;
	color:#666;
}
.entry hr {
	background:#e6e6e6;
	color:#e6e6e6;
	clear:both;
	width:100%;
	height:1px;
	margin:15px 0px;
	border:none;
}
.entry input, .entry textarea {
	font-size:1em;
	padding:3px;
}

/* post images */
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:0px;
}
img.alignnone {
	padding:0px;
	margin:0px 0px 10px 0px;
	display:inline;
}
img.alignright {
	padding:0px;
	margin:0px 0px 10px 10px;
	display:inline;
}
img.alignleft {
	padding:0px;
	margin:0px 10px 10px 0px;
	display:inline;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.alignright {
	float:right;
	margin:0px 0px 10px 10px;
}
.alignleft {
	float:left;
	margin:0px 10px 10px 0px;
}
.wp-caption {
	background:#F7F7F7;
	text-align:center;
	padding:4px 0px 5px 0px;
	border:1px solid #e6e6e6;
}
.wp-caption img {
	margin:0px 0px 5px 0px;
	padding:0px;
	border:0px;
}
.wp-caption p.wp-caption-text {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
}

/* tags */
.tags {
	background:#fff url(images/icon-tag.png) no-repeat 0px 1px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 21px;
	color:#222;
}
.tags a, .tags a:visited {
	color:#222;
	text-decoration:none;
}
.tags a:hover {
	color:#369;
	text-decoration:underline;
}

/* post navigation */
.postnavi {
	padding:7px 0px 10px 0px;
	border-top:1px solid #e6e6e6;
}
.postnavi a:hover {
	text-decoration:none;
	border-bottom:1px dotted #369;
}
.postnavi p {
	font-family:Georgia, Times New Roman;
	font-style:italic;
	font-size:11px;
	color:#777;
	clear:both;
	text-transform:uppercase;
}
.postnavi .left {
	width:295px;
	text-align:left;
}
.postnavi .right {
	width:295px;
	text-align:right;
}

/*---------------------------------------------------------------------------------*/
/* SIDEBAR */
/*---------------------------------------------------------------------------------*/
#sidebar {
	float:right;
	width:300px;
       
}

/* ad blocks */
.adbox {
	background:url(images/bg-box.png) repeat-x;
	padding:18px 18px 3px 18px;
}
.ad125x125 {
	width:125px;
	height:125px;
	margin:0px 0px 15px 0px;
}

/* subscribe widget */
#subscribe {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	width:290px;
	margin:0px 0px 15px 0px;
	padding:8px 5px;
        
	border:1px solid #ddd;
	font-size:90%;
font-size: 16px;
}



#subscribe ul li {
height:25px;
line-height:25px;
list-style:none;
padding-left:10px;
padding-top: 10px;


font-size: 14px;
color:#FFF;
border-top:#e3e3e3 solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}

#subscribe ul li:hover {background-color:#deddde; position:relative;}



#shoutbox {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	width:290px;
	margin:0px 0px 15px 0px;
	padding:8px 5px;
        
	border:1px solid #ddd;
	font-size:90%;
}

#shoutsetting {
width: 240px;
padding-left: 25px;
}



#instantwin {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	width:290px;
	margin:0px 0px 15px 0px;
	padding:8px 5px;
        
	border:1px solid #ddd;
	font-size:90%;
}

#instantsetting {
width: 197px;
padding-left: 50px;
}


#ad {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	width:290px;
	margin:0px 0px 15px 0px;
	padding:8px 5px;
        
	border:1px solid #ddd;
	font-size:90%;
}

#adsetting{

width:240px;padding-left:25px;font-size:18px;text-align:center;}


#adsetting ul li {
height:20px;
list-style:none;
line-height: 10px;

padding-top: 15px;



font-size: 14px;
color:#FFF;
border-top:#e3e3e3 solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}

/* tabber */
#tabber {
	background:#FEFEFE url(images/bg-box.png) repeat-x;
	height:auto;
	display:block;
}
#tabber .inside {
	padding:0px 15px 0px 15px;
}
#tabber ul.tabs {
	height:53px;
	background:url(images/bg-widget-title.png) repeat-x center top;
	padding:0px 5px;
}
#tabber ul.tabs li {
	background:none;
	float:left;
	display:inline;
	font-size:11px;
	color:#fff;
	margin:0px 1px 0px 0px;
	padding:0px 0px 0px 5px;
	cursor:pointer;
	border-bottom:none;
}
#tabber ul.tabs li a.selected, #tabber ul.tabs li a:hover {
	color:#369;
	text-decoration:none;
	background:url(images/bg-tabs-selected.png) no-repeat center 41px;
	border-bottom:none;
}
#tabber ul.tabs li a {
	color:#444;
	line-height:42px;
	display:block;
	float:left;
	padding:0px 7px 10px;
	text-transform:uppercase;
}
#tabber #tag-cloud, #tabber .inside li {
	padding:10px 0px;
}
#tabber .inside li {
	background:none;
	border-bottom:1px solid #ededed;
}
#tabber .inside li a {
	color:#333;
	line-height:19px;
}
#tabber .inside a:hover {
	color:#369;
}
#tabber .inside li div.info {
	display:table;
	top:0px !important;
	margin:0px !important;
	padding:0px !important;
}
#tabber .inside li span.meta {
	display:block;
	font:italic 11px/20px Georgia, Times New Roman;
	color:#999;
}
#tabber .inside li span.meta a {
	color:#999;
}
#tabber .inside li span.meta a:hover {
	color:#369;
	text-decoration:none;
	border-bottom:1px dotted #369;
}
#tabber .inside li img.avatar, #tabber .inside li img.thumb {
	border:1px solid #f0f0f0;
	padding:2px;
	background:#fff;
	float:left;
	margin:0px 8px 0px 0px;
}

/* widgets */
.widget {
	background:#fff;
	width:300px;
	margin:0px 0px 15px 0px;
	border:1px solid #dfdfdf;
}
.widget h3 {
	background:url(images/bg-widget-title.png) repeat-x;
	height:43px;
	padding:0px 15px;
	font-size:15px;
	font-weight:bold;
	color:#444;
	line-height:42px;
	letter-spacing:-1px;
}
.widget p {
	padding-bottom:5px;
}
.widget ul {
	clear:both;
	margin:0px;
}
.widget ul li {
	background:url(images/icon-arrow.png) no-repeat 0px 10px;
	padding:8px 0px 8px 19px;
	border-bottom:1px solid #ededed;
}
.widget ul li a {
	padding:0px;
	text-decoration:none;
	color:#333;
}
.widget ul li a:hover {
	color:#369;
	text-decoration:underline;
}
.widget ul ul {
	margin:0px;
	padding:0px;
	border-top:none;
}
.widget ul ul li {
	border:none;
}
.widgetbox {
	background:url(images/bg-box.png) repeat-x;
	padding: 10px 15px 15px 15px;
}
.textwidget {
	padding-top:5px;
}

/* calendar */
#wp-calendar {
	width:100%;
}
#wp-calendar, #wp-calendar th, #wp-calendar caption {
	text-align:center;
}
#wp-calendar th {
	background:#f5f5f5;
	padding:3px;
	border:1px solid #f0f0f0;
}
#wp-calendar td {
	padding:5px 2px;
	border:1px solid #f0f0f0;
}
#wp-calendar caption {
	background:transparent;
	font-weight:bold;
	padding:3px 0px 7px 0px;
	color:#333;
}
#wp-calendar #today {
	background:#f5f5f5;
	font-weight:bold;
}


/*---------------------------------------------------------------------------------*/
/* COMMENTS */
/*---------------------------------------------------------------------------------*/
#respond {
	margin:15px 0px 0px 0px;
}
#respond p {
	color:#777;
	margin:0px;
}
.comments-box {
	padding:30px 0px 0px 0px;
	border-top:1px solid #e6e6e6;
}
.comments-box h3 {
	font-size:14px;
	letter-spacing:-1px;
}
.cancel-comment-reply {
	padding:5px 0px 0px 0px;
	font-size:11px;
}
.text {
	border:1px solid #e6e6e6;
	padding:2px;
	color:#777;
	width:200px;
}

/* comment framework */
#pings {
	margin-bottom:40px;
}
ul.children {
	margin-left:0px;
}
ol.commentlist {
	margin:15px 0px 0px 0px;
}
cite.fn {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
}
cite.fn a, cite.fn a:hover {
	color:#333;
	text-decoration:none;
}
span.says {
	display:none;
}
.commentlist li {
	margin:-1px 0px 0px 0px;
	padding:15px;
	list-style:none;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.commentlist li.depth-2 {
	background:#ffffff;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-left:15px;
}
.commentlist li.depth-3 {
	background:#fafafa;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-left:15px;
}
.commentlist li.depth-4 {
	background:#ffffff;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-left:15px;
}
.commentlist li.depth-5 {
	background:#fafafa;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-left:15px;
}
.commentlist code {
	background:#e6e6e6;
	padding:5px;
}
.commentlist .moderation {
	margin-top:10px;
	color:#660000;
}
.commentlist .thread-even {
	background:#fafafa;
}
.commentlist .children {
	margin-top:15px;
}
.commentlist p {
	clear:both;
}
.comment-author {
	margin-bottom:5px;
}
.avatar {
	margin-right:10px;
	float:left;
	padding:2px;
	border:1px solid #e6e6e6;
	background:#fff;
}
.reply {
	margin:15px 0px 0px 0px;
}
.reply a, .reply a:visited {
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:0px 6px 1px !important;
	text-transform:uppercase;
	text-decoration:none !important;
}
.comment-meta {
	float:left;
	margin-bottom:15px;
}
.comment-meta a {
	color:#666;
}
.comment-date a, .comment-date a:visited {
	color:#888;
	font-size:1.1em;
}

/* comment form */
#commentform {
	margin:10px 0 0 0;
}
#commentform input.txt, #commentform textarea {
	font:14px/14px Arial, Helvetica, sans-serif;
	border-color:#ccc #efefef #efefef #ccc;
	border-width:1px;
	border-style:solid;
}
#commentform input.txt {
	color:#666;
	background:#fcfcfc;
	width:170px;
	margin:0 5px 10px 0;
	padding:5px 7px;
}
#commentform textarea {
	color:#666;
	background:#fcfcfc;
	width:95% !important;
	padding:5px 7px;
}
#commentform #submit {
	margin:15px 0 0 0;
}

/* subbmit & reply button */
.button, .button:visited, .reply a {
	display:inline-block;
	position:relative;
	background:url(images/alert-overlay.png);
	padding:5px 8px 6px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff !important;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
.button, .button:visited, .reply a {
	background-color:#666;
}
.button:hover, .reply a:hover {
	color:#fff  !important;
	text-decoration:none;
}
.button:active, .reply a:active {
	top:0px;
}
.button, .button:visited {
	font-size:13px;
	font-weight:bold;
	line-height:1;
}
.button, .button:visited {
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
}
.button, .button:visited, .reply a {
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border:1px solid rgba(0,0,0,.25);
	border-bottom-color:rgba(0,0,0,.35);
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);
}
.button:hover, .reply a:hover {
	opacity:0.9;
}

/*---------------------------------------------------------------------------------*/
/* PAGINATION */
/*---------------------------------------------------------------------------------*/

/* default pagination */
.pagination {
	margin:15px 0px 0px 0px;
	padding:5px 0px;

	font-size:12px;
	font-style:italic;
	line-height:18px;
}
.pagination a {
	display:block;
	background:#fff;
	margin:0px;
	padding:4px 8px;
	color:#369;
	text-shadow:#fff 0px 1px 0px;
	border:1px solid #dfdfdf;
}
.pagination a:hover {
	background:#ddd;
	border:1px solid #ccc;
}
.pagination .left a {
	background-image:url(images/icon-arrow-left.png);
	background-repeat:no-repeat;
	background-position:8px center;
	padding-left:20px;
}
.pagination .right a {
	background-image:url(images/icon-arrow-right.png);
	background-repeat:no-repeat;
	background-position:95% center;
	padding-right:20px;
}

/* wp-pagenavi */
.pagination .wp-pagenavi {
	text-align:right;
}
.pagination .wp-pagenavi a:link, .pagination .wp-pagenavi a:visited {
	display:inline;
	background:#fff;
	color:#369;
	margin:0px 0px 0px 3px;
	padding:4px 8px;
	border:1px solid #ccc;
	text-decoration:none;
}
.pagination .wp-pagenavi .on, .pagination .wp-pagenavi .current, .pagination .wp-pagenavi a:hover {
	background:#efefef;
	margin:0px 0px 0px 3px;
	padding:4px 8px;
	font-weight:normal;
	color:#369;
	border:1px solid #ccc;
}
.pagination .wp-pagenavi .extend, .pagination .wp-pagenavi span.pages {
	background:#fff;
	padding:4px 8px;
	color:#333;
	text-shadow:#fff 0px 1px 0px;
	border:1px solid #ccc;
}

/* comments navigation */
.navigation {
	padding:20px 0px 0px 0px;
	font-style:italic;
}


/*-----------------------------------------------------------------------------------*/
#cat {

width:150px; 
font-size:12px;
margin:0px; 
padding:0px; 
background-color:#666;

}

#cat ul li {
height:25px;
line-height:25px;
list-style:none;
padding-left:10px;

color:#FFF;
border-top:#fff solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}


.topcat {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 280px;
	font-size: 17px;
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	color: #f1f3d8;


}


#footer_wrap{background:#423e35 url(images/backgrounds/footer_background.png) repeat-x 0 0;position:relative;min-width:1002px;padding:0 10px;}














.clear { clear: both }
a img{ border: 0; }
img a{ border: 0; }


#page {background: #fff url(http://www.freebiepanda.com/wp-content/themes/bigfoot/images/pagebg.jpg) top left repeat-x; margin: 0 auto;  }
 #main { width: 1000px; margin: 0 auto;  }
	#top { width: 1000px;  }
	  #top div.logo { float: left; }
	  #top div.logo img { border: 0; margin: 20px; }
	  #top div.menu { float: right; margin-bottom: 10px; margin-top: 25px;  }
	  #top div.menu ul li { display: inline; list-style: none; color: #fff; font-family: "Helvetica Neue", Georgia, serif; font-size: 14px;  width: 87px; }
	  #top div.menu ul li a { color: #fff; text-decoration: none;  width: 87px;  padding: 5px 20px 20px 20px; }
	 	

 #top div.menu ul li a:hover { width: 87px; padding: 5px 20px 31px 20px; background: #407792; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;  }
	


 
	#search { float: right; margin-right: 30px; margin-bottom: 10px; background: #407792; padding:10px; margin-top: 0px;   }
	form.searchform input.text { color: #676767; font-family: "Helvetica Neue", Georgia, serif; font-size: 14px;  }
	button.sgo { padding: 5px; background: #363636; border: 0; color: #fff; font-family:"Helvetica Neue", Georgia, serif; font-size: 14px; text-transform: uppercase; }
	
	#header { background: url(http://www.freebiepanda.com/wp-content/themes/bigfoot/images/headerbg.jpg) top left no-repeat; height: 372px;  }
		#header div.left { }
		#header div.right { font-family: "Helvetica Neue", Georgia, serif; font-size: 16px; color: #000; float: right; width: 270px; margin-top: 50px; margin-right: 80px;  }
			ol.steps { padding: 0 30px; margin: 0; }
			ol.steps li { margin: 8px 0; font-size: 16px;  }
			ol.steps li a { color:#c94003; }
			#header div.right img {padding-left: 20px; padding-top: 20px; }
	body#subpage #header { background: inherit; height: 50px; }
	body#subpage #header div.left { font-family: "Helvetica Neue", Georgia, serif; font-size: 30px; color: #fff;  }
	body#subpage #header div.right { }


	#slogan { background: url(http://www.freebiepanda.com/wp-content/themes/bigfoot/images/sloganbg.png) top left no-repeat; height: 69px; font-family:  "Helvetica Neue", Georgia, serif; font-size: 22px; color: #f0f0f0; white-space: nowrap; }
		#slogan div.statement { padding-left: 5px; padding-top: 5px; text-align: center; }
		#slogan div.statement b { color:#f09b01;  }




html.hasFontSmoothing-false #header div.right, html.hasFontSmoothing-false #top div.menu ul li, html.hasFontSmoothing-false form.searchform input.text, html.hasFontSmoothing-false button.sgo, html.hasFontSmoothing-false body#subpage #header div.left,  html.hasFontSmoothing-false #slogan, html.hasFontSmoothing-false div.cleft h1, html.hasFontSmoothing-false div.cleft div.tip h2,html.hasFontSmoothing-false div.cleft div.services h2, html.hasFontSmoothing-false #content div.cright div.newsletter h2, html.hasFontSmoothing-false #content div.cright div.newsletter	input.nltext, html.hasFontSmoothing-false #content div.cright div.newsletter input.nlsubmit, html.hasFontSmoothing-false #content div.cright div.video, html.hasFontSmoothing-false #footerinner h2 {
font-family: "Trebuchet MS", Arial, Georgia, Verdana, serif;
}

html.hasFontSmoothing-false #slogan {
font-size: 20px;
}

html.hasFontSmoothing-false #header div.right h2 {
font-size: 18px;
}

html.hasFontSmoothing-false ol.steps li {
font-size: 15px;
}


/*---------------------------------------------------------------------------------*/
/* FOOTER */
/*---------------------------------------------------------------------------------*/
#footer {
	background:#363636 url(images/bevel-footer.png) repeat-x top center;
	margin:30px 0px 0px 0px;
	padding:25px 0px 10px 0px;
}

/* footer widgets */
#footer1 {
	float:left;
	width:229px;
}
#footer2 {
	float:left;
	width:229px;
	margin:0px 0px 0px 15px;
}
#footer3 {
	float:left;
	width:229px;
	margin:0px 0px 0px 15px;
}
#footer4 {
	float:right;
	width:228px;
}
.footerwidget {
	background:#fff;
	margin:0px 0px 15px 0px;
	box-shadow: 0px 0px 3px #bbb; -moz-box-shadow: 0px 0px 3px #bbb; -webkit-box-shadow: 0px 0px 3px #bbb;
}
.footerwidget h3 {
	background:url(images/bg-cat-menu.jpg) repeat-x top center;
	height:43px;
	padding:0px 15px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height:44px;
	letter-spacing:-1px;
	border-bottom:1px solid #dfdfdf;
}
.footerwidget ul li {
	background:url(images/icon-bullet.png) no-repeat 0px 10px;
	padding:8px 0px 8px 19px;
	border-bottom:1px solid #ededed;
}

/*---------------------------------------------------------------------------------*/
/* BOTTOM */
/*---------------------------------------------------------------------------------*/
#bottom {
	background:#363636 url(images/bevel-bottom.png) repeat-x top center;
	padding:10px 0px;
	font-family:georgia;
	font-style:italic;
	color:#eeeeee;
}
#bottom a {
	color:#eeeeee;
}
#bottom a:hover {
	color:#222;
	text-decoration:none;
	border-bottom:1px dotted #333;





