body
{
	margin: 0px auto;
	color: #000;
	font-size: 12px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	background: url('../img/design/background.png') center top repeat;
}

a, a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:active
{
	color: #cccccc;
	text-decoration: none;
}

a:hover
{
	color: #446167;
	text-decoration: none;
}

a:focus { outline: none; }
a img { border: none; }
p { margin: 12px 0; }

img
{
	max-width: 100%;
	padding: 0;
}

small { font-size: 11px; }

hr
{
	height: 1px;
	color: #9b8d75;
	border: 0px;
}

/* OVERALL SHELL */
#sleeve
{
	margin: 0px auto;
	width: 1200px;
}

#page
{
	margin: 0px auto;
	width: 900px;
	padding: 0 0 15px 0;
	background: url('../img/design/white_trans_85.png') left top repeat;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#container
{
	padding: 0 0 0 0;
	width: 900px;
	text-align: left;
	background: url('../img/design/swpradio_sideborder_right.png') left top repeat-y;
	background-position: 500px 230px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* SLABS */
#left_slab
{
	width: 150px;
	float: left;
	min-height: 500px;
	background: url('../img/design/swpradio_logo.png') left top no-repeat;
	background-position: 53px 28px;
}

#right_slab
{
	width: 150px;
	float: right;
	position: relative;
	min-height: 500px;
	background: url('../img/design/swpradio_rightdripandbox.png') left top no-repeat;
	background-position: -5px 74px;
	z-index: -100;
}

/* HEADER */
#header
{
	margin: 0px auto;
	height: 248px;
	width: 1200px;
	background: url('../img/design/swpradio_logo.png') left top no-repeat;
	background-position: 53px 28px;
}

.header_left, #header_left a, #header_left a:visited
{
	float: left;
	margin: 0 0 0 0;
	overflow: hidden;
	color: #199bd7;
}

.header_left a:hover { color: #fff; }

.header_right, #header_right a, #header_right a:visited
{
	float: right;
	font-size: 16px;
	margin: 74px 0 0 0px;
	width: 674px;
	height: 155px;
	overflow: hidden;
	color: #000;
	background: url('../img/design/swpradio_boxnodrip.png') left top repeat;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.header_right a:hover { color: ##ffc000; }

/* NAV */
#nav_wrapper
{
	margin: 0px auto;
	margin-top: -19px;
	text-align: center;
	width: 900px;
	height: 36px;
	background: #fff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.nav_wrapper_right ul
{
	font-size: 18px;
	width: 456px;
	height: 36px;
	margin-left: -40px;
}

.nav_wrapper_right li
{
	float:left;
	display: inline-block;
	padding: 4px 10px 15px 10px;
	text-align: center;
}

.nav_wrapper_right li a, .nav_wrapper_right li a:visited
{
	width: 70px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}

.nav_wrapper_right li a:hover
{
	display: inline-block;
	text-decoration: none;
	color: #446167;
}

.nav_wrapper_right li.current, .nav_wrapper_right li.current a
{
	width: 70px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #fcbf10;
}

.nav_wrapper_right li.current a:hover
{
	color: #446167;
}

.nav_wrapper_right li.home, .nav_wrapper_right li.home a
{
	width: 70px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #fcbf10;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

.nav_wrapper_right li.home a:hover
{
	color: #446167;
}

.yellow_bar_sm
{
	width: 852px;
	height: 17px;
	position: relative;
	margin-top: -6px;
	z-index: 999;
	background: url('../img/design/swpradio_yellowbar_sm.gif') left top repeat-x;
}

.yellow_bar
{
	width: 852px;
	height: 30px;
	position: relative;
	margin-top: -6px;
	z-index: 999;
	background: url('../img/design/swpradio_yellowbar.gif') left top repeat-x;
	border-bottom: 2px solid #fff;
}

.yellow_bar ul
{
	margin-top: -4px;
	margin-left: -30px;
	text-align: left;
	font-size: 14px;
	width: 610px;
	display: inline-block;
}

.yellow_bar li, .yellow_bar li a
{
	display: inline-block;
	color: #000;
	padding: 0 10px 0 10px;
}

.yellow_bar li, .yellow_bar li a:visited
{
	text-decoration: none;
	color: #000;
	display: inline-block;
}

.yellow_bar li a:hover
{
	text-decoration: none;
	color: #fff;
	display: inline-block;
}

.yellow_bar li.current
{
	text-decoration: none;
	color: #4d4d4d;
	padding: 0;
}

.opx_wrapper
{
	margin: 15px 15px 0 15px;
	text-align: center;
	padding: 0 0 0 0;
	width: 870px;
	height: 87px;
}

.opx_wrapper_left
{
	float: left;
	margin: 0;
	text-align: center;
	padding: 0 0 0 0;
	width: 485px;
	height: 87px;
	background: #ccc;
	border: 1px dotted #aaa;
}

.opx_wrapper_mid
{
	float: left;
	margin: 0 0 0 30px;
	text-align: justify;
	padding: 0 0 0 0;
	width: 200px;
	height: 87px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.opx_wrapper_right
{
	float: right;
	margin: 0;
	text-align: justify;
	padding: 0 0 0 0;
	width: 110px;
	height: 87px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.opx_wrapper_mid h1, .opx_wrapper_right h1
{
	font-size: 16px;
}

.opx_wrapper_bottom
{
	margin: 0px auto;
	margin-bottom: 0px;
	text-align: center;
	padding: 0 0 0 0;
	width: 451px;
	height: 87px;
	background: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.opx_wrapper_admin
{
	margin: 0px auto;
	margin-left: 45px;
	text-align: left;
	padding: 0 0 0 0;
	width: 451px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.description
{
	padding: 0 0 10px 0;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
}

.title
{
	padding: 0 0 0 20px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -.5px;
}

#content
{
	/*background: url('../img/design/yellow_trans.png') left top repeat;*/
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-right: 20px;
}

/* MAIN CONTENT */
#main_content
{
	float: left;
	/*background: url('../img/design/red_trans.png') left top repeat;*/
	width: 485px;
	margin: 0px auto;
	margin-left:15px;
	padding: 10px 0px 0px 0px;
	color: #333;
}

#main_content .main_nav
{
	float: right;
	margin: 0 auto;
	line-height: 12px;
	text-align: right;
	width: 100px;
	padding-bottom: 20px;
}

#main_content .main_nav_home a
{
	float: right;
	font-size: 18px;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url('../img/design/swpradio_nav.png') no-repeat;
	background-position: 0px -100px;
}

#main_content .main_nav_home a:hover
{
	float: right;
	color: #000;
	text-decoration: none;
	display: inline-block;
	background: url('../img/design/swpradio_nav.png') no-repeat;
	background-position: -50px -100px;
}

#main_content .main_nav_next a
{
	float: right;
	font-size: 18px;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url('../img/design/swpradio_nav.png') no-repeat;
	background-position: 0px 0px;
}

#main_content .main_nav_next a:hover
{
	float: right;
	color: #000;
	text-decoration: none;
	display: inline-block;
	background: url('../img/design/swpradio_nav.png') no-repeat;
	background-position: -50px 0px;
}

#main_content .main_nav_prev a
{
	float: right;
	font-size: 18px;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url('../img/design/swpradio_nav.png') no-repeat;
	background-position: 0px -50px;
}

#main_content .main_nav_prev a:hover
{
	float: right;
	color: #000;
	text-decoration: none;
	display: inline-block;
	background: url('../img/design/swpradio_nav.png') no-repeat;
	background-position: -50px -50px;
}

/*RIGHT COLUMN*/
#share_icons
{
	float: right;
	width: 110px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	margin-right: 15px;
}

#right_links
{
	float: right;
	width: 110px;
	padding: 15px 0px 0px 0px;
	text-align: left;
	margin-right: 15px;
}

/* SHOWS */
#show_wrapper
{
	margin: 0px auto;
	width: 485px;
	height: 250px;
}

.show_date
{
	letter-spacing: 5px;
	font-size: 14px;
}

#show_album
{
	float: left;
	width: 210px;
	padding-bottom: 20px;
}

#show_album img
{
	display: inline-box;
	width: 200px;
	padding: 3px;
}

#show_album a:hover img
{
	display: inline-box;
	padding: 3px;
	background: #ffc000;
}

#show_body
{
	float: right;
	width: 265px;
	max-height: 245px;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 20px;
}

/* ENTRIES */
.entry_wrapper { margin-top: 0px; }

.mainmix
{
	width: 485px;
	height: 44px;
	margin-bottom: 15px;
	float: left;
}

/*.entry
{
	border-bottom: 1px dotted #B3B3B3;	
}*/

.entry_date
{
	letter-spacing: 3px;
	font-size: 9px;
	padding: 3px;
}

.entry_indent
{
	margin-left: 25px;
	margin-bottom: 25px;
}

.entry_body
{
	font-size: 16px;
	text-align: justify;
}

/* LEFT CONTENT */
#leftbar
{
	margin-left: 530px;
	padding: 10px 15px 0px 0px;
	width: 215px;
	min-height: 200px;
	background-position: 0px 550px;
	text-align: center;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.side_shows
{
	margin: 0px auto;
	width: 215px;
	padding: 0px 0 41px 0;
}

.side_shows ul
{
	list-style-type: none;
	float: right;
	width: 215px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	font-size: 12px;
	color: #000;
}

.side_shows ul li { padding-bottom: 35px; }

.side_shows h1
{
	width: 215px;
	margin: 0px auto;
	font-size: 16px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
}

.side_shows h1 a
{
	font-size: 14px;
	color: #000;
}

.side_shows h1 a:visited
{
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

.side_shows h1 a:hover
{
	font-size: 14px;
	text-decoration: none;
	color: #446167;
}

.side_shows h2
{
	width: 215px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.side_shows h3
{
	width: 215px;
	line-height: 14px;
	text-align: justify;
	margin: 0px auto;
	font-size: 11px;
	font-weight: normal;
}

.side_shows h4
{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.side_img { padding: 0 0 10px 0; }

.side_social
{
	text-align: center;
	margin: 0px auto;
	width: 215px;
	padding: 0 0 30px 0;
}

.side_social h1
{
	text-align: center;
	padding: 0 0 5px 0;
}

.side_social .icons
{
	text-align: right;
	padding-bottom: 5px;
	margin: -20px 60px 0 0px;
}

.side_social .swp
{
	text-align: center;
	padding-bottom: 5px;
	margin: -20px 0px 0 0px;
}

.side_shows a img, .side_social a img
{
	display: inline-block;
	padding: 3px;
	color: #000;
}

.side_shows a:visited img, .side_social a:visited img
{
	text-decoration: none;
	color: #000;
	display: inline-block;
}

.side_shows a:hover img, .side_social a:hover img
{
	text-decoration: none;
	color: #446167;
	display: inline-block;
	background: #ffc000;
}

.side_text
{
	display: inline-block;
	margin: 0px auto;
	width: 215px;
	overflow: hidden;
	text-align: justify;
}

.top_icon
{
	margin: 0px auto;
	text-align: center;
}

.top_icon h1
{
	margin: 0px auto;
	padding: 10px 0 10px 0;
}

.top_icon .dotbar
{
	margin: 0px auto;
	text-align: center;
	padding: 30px 0 40px 0;
}

.top_icon a img
{
	display: inline-block;
	padding: 3px;
	color: #000;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
}

.top_icon a:visited img
{
	text-decoration: none;
	color: #000;
	display: inline-block;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
}

.top_icon a:hover img
{
	text-decoration: none;
	color: #446167;
	display: inline-block;
	background: #ffc000;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
}

.side_social .current
{
	text-decoration: none;
	color: #4d4d4d;
	padding: 0;
	display: inline-block;
}

.recent
{
	display: inline-block;
	margin: 0px auto;
	width: 215px;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 50px;
}

.iphone_button a
{
	display: inline-block;
	margin: 20px 0 20px 0;
	background-color: #333;
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	width: 445px;
	height: 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.iphone_button_shows a
{
	display: inline-block;
	margin: 0 0 20px 0;
	background-color: #333;
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	width: 100px;
	height: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.fb_like { width: 485px; }

.tweet { width: 485px; padding-bottom: 10px;}

/* HEADINGS */
h1
{
	margin: 0;
	color: #4d4d4d;
	font-weight: bold;
	font-family: 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
	letter-spacing: -.5px;
	font-size: 22px;
}

h1 a:hover
{
	margin: 0;
	color: #446167;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 22px;
	text-decoration: none;
}

h2
{
	margin: 0;
	color: #446167;
	font-weight: normal;
	font-family: 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
	letter-spacing: -.5px;
	font-size: 18px;
}

h1 a, h1 a: visited, h2 a, h2 a: visited, h3 a, h3 a: visited, h4 a, h4 a:visited { color: #446167; }
h2 a { font-size: 18px; }

h2 a:hover
{
	margin: 0;
	color: #000;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 18px;
	text-decoration: none;
}

h3
{
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #4d4d4d;
	text-decoration: none;
	clear: both;
	line-height: 20px;
	letter-spacing: 0px;
}

h3 a:hover
{
	margin: 0;
	color: #000;
	text-decoration: none;
}

h4
{
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #446167;
	text-decoration: none;
	clear: both;
	line-height: 14px;
	letter-spacing: 0px;
}

h4 a:hover { color: #000; }

/* TABLE */
table .comment
{
	text-align: left;
	padding: 3px;
	background: #fff;
	width: 485px;
}

table.comment td { text-align: left; }
.long { width: 475px; }
.short { width: 250px; }
.vshort { width: 20px; }

.commentbox
{
	width: 475px;
	height: 200px;
}

/* TOP SCROLL */
#top_box
{
	border: 1px solid #B3B3B3;
	background-color: #D7D7D7;
}

#top_scroll
{
	width: 500px;
	height: 22px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#t_scroll_left
{
	float: left;
	width: 200px;
}

#t_scroll_right
{
	float: right;
	width: 100px;
}

#top_icon
{
	float: right;
	margin-right: 10px;
	margin-bottom: 3px;
}

#top_title
{
	float: left;
	margin-left: 10px;
	font-size: 14px;
	width: 528px;
}

/* FADE EFFECT */
.white_fade
{
	padding-top: 15px;
	margin-left: -260px;
	width: 895px;
	height: 80px;
	z-index: 999;
	background: url('../img/design/swpradio_whitefade.png') left bottom repeat-x;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.bottom_dots
{
	margin: 0px auto;
	width: 400px;
	padding: 25px;
	text-align: center;
}

.bottom_line
{
	width: 870px;
	height: 3px;
	margin: 0 15px 0 15px;	
	background: url('../img/design/swpradio_tinydotbar.png') left bottom repeat-x;
}

/* SEARCH */
#search
{
	float: left;
	height: 30px;
	width: 160px;
	background: url(../design/search.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#s
{
	border: 0px solid #cccccc;
	width: 102px;
	height: 20px;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

.searchsubmit
{
	border: none;
	cursor: pointer;
	display: none;
}

.submit
{
	margin-top: 1px;
	width: 27px;
	height: 28px;
	font-size: 12px;
	padding: 0px;
	border: none;
	cursor: pointer;
	background: url(http://images.scottwiner.tv/spacer.gif);
	background-repeat: repeat-x;
}

/* COMMENTS */
.comment_icon
{
	margin: 2px 2px 2px 2px;
	width: 12px;
	height: 12px;
	background-position: 0px 0px;
	display: block;
	float: left;
	background-image: url("http://images.littlescottie.com/comments.png");
	background-repeat: no-repeat;
}

.comment_icon:hover
{
	margin: 2px 2px 2px 2px;
	width: 12px;
	height: 12px;
	background-position: -12px 0px;
	display: block;
	float: left;
	background-image: url("http://images.littlescottie.com/comments.png");
	background-repeat: no-repeat;
}

/* COMMENTARY */
#commentary
{
	padding: 10px 10px 10px 10px;
	min-height: 75px;
	margin-top: 5px;
	border: 1px solid #B3B3B3;
	background: none;
	background-color: #D7D7D7;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#commentary_text { min-height: 80px; }

.commentary_text
{
	min-height: 80px;
	margin-left: 65px;
	vertical-align: middle;
	padding: 0 0 0 0;
}

.commentary_text .author
{
	margin-top: 5px;
	padding: 5px 10px 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #B3B3B3;
	text-align: right;
	font-size: 10px;
	color: #555;
}

.commentary_icon
{
	margin: 2px 2px 2px 2px;
	width: 12px;
	height: 12px;
	background-position: 0px 0px;
	display: block;
	float: left;
	background-image: url("http://images.littlescottie.com/commentary.png");
	background-repeat: no-repeat;
}

.commentary_icon:hover
{
	margin: 2px 2px 2px 2px;
	width: 12px;
	height: 12px;
	background-position: -12px 0px;
	display: block;
	float: left;
	background-image: url("http://images.littlescottie.com/commentary.png");
	background-repeat: no-repeat;
}

.commentary_auth a
{
	display: inline-block;
	margin-top: 55px;
	padding: 2px 0 2px 0;
	background: #555;
	color: #fff;
	width: 50px;
	border: 1px solid #B3B3B3;
	font-size: 10px;
	text-align: center;
	z-index: -1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.commentary_auth a:hover
{
	margin-top: 55px;
	background: #ff4d00;
	color: #000;
	text-decoration: none;
}

.commentary_img
{
	margin: 2px 12px 2px 2px;
	background: url('http://images.littlescottie.com/scottie_lilpic.gif');
	height: 50px;
	width: 50px;
	border: none;
	font-size: 12px;
	float: left;
	z-index: -1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.commentary_img2
{
	margin: 2px 12px 2px 2px;
	background: url('http://images.littlescottie.com/toddie_lilpic.gif');
	height: 50px;
	width: 50px;
	border: none;
	font-size: 12px;
	float: left;
	z-index: -1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* DISQUS */
.disqus { float: right; }
#disqus { color: #000; }
#disqus a { color: #446167; }
#disqus a:hover { color: #000; }

#disqus_thread
{
	color: #000;
	width: 485px;
	margin: 0px auto;
}

blockquote
{
	margin-left: 65px;
	padding: 5px 10px 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #B3B3B3;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

/* FOOTER */
#footer
{
	width: 880px;
	margin: 0px auto;
	height: 75px;
	padding: 10px;
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	text-decoration: none;
	font-weight: bold;
}

#footer p { font-size: 10px; }
.footnav { margin-top: 21px; }

#footer .footnav a
{
	width: 100px;
	color: #199bd7;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 15px;
	text-align: center;
}

#footer .footnav a:hover { color: #fff; }

#footer .footmsg
{
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#footer .footmsg a { color: #446167; }
#footer .footmsg a:hover { color: #fff; }

.copyright
{
	font-size: 12px;
	margin-top: 10px;
}

#subfooter
{
	padding: 0 0 20px 0;
	margin: 0 auto;
	color: #685d4a;
	text-align: center;
}

#subfooter a { color: #b65223; }

/* CLEARS */
#blankleft { clear: left; }
.endcap { clear: both; }
.clear { clear: both; }

