/* this imports all the styles necessary for sidebar decorations */
@import url(/styles/sidebar-links.css);
@import url(/styles/footer.css);
@media projection, screen { /* use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.tabs-hide {
	display: none;
}
}
/* Styles for Album List */
#albums {
	padding:10px;
}
#albumTable {
	border: 1px solid #666633;
	width: 100%;
}
#albumTable .cover {
	width: 40px;
	padding: 3px;
	text-align:center;
}
.artistMedia h3 {
	margin:0;
	padding:0 3px;
	background-color:#CCCCCC;
}
.artistMedia {
	border-top: 1px solid #999999;
	margin-top:4px;
}
#albumTable th {
	text-align:center;
	background-color:#CCCCCC;
	color:#000000;
	padding: 3px;
}
#albumTable td {
	border-right: 1px solid #666633;
	border-top: 1px solid #666633;
	padding:3px;
}
#album_display {
	width: 150px;
}
.album_box {
	float: left;
	width: 144px;
	padding: 3px;
	border-bottom: 1px solid #666633;
}
.fragment .album_box {
	width: 123px;
}
.fragment .album_box ul {
	width:100px;
	margin-left: -20px;
}
#album_table .album_box {
	width:157px;
	border: 1px solid #666633;
}
#album_table .album_box ul {
	width:132px;
	margin-left: -20px;
}
.album_box:hover {
	background-color:#CCCCCC;
}
.album_box a:link, .album_box a:visited, .album_box a:hover, .album_box a:active {
	color:#000;
	text-decoration: none;
	display:block;
}
.album_box a:hover {
	color: #FFFFFF;
}
a:active.album_box, a:active.album_box {
	color:#000;
	text-decoration: none;
}
.album_box img {
	border:1px solid #fff;
	float: left;
	width: 40px;
	height: 40px;
}
.album_box ul {
	float: left;
	list-style: none;
	font: normal 10px/10px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	width: 92px;
	_height:1em;
	height:auto;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
.album_box ul li, .box_ul_wide li {
	padding: 3px 0 3px 16px;
	margin:0;
	border-bottom:1px solid #666633;
}
.album_box li.album {
	background-image: url("/images/icons/cd.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}
.album_box li.artist {
	background-image: url("/images/icons/user.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}
.album_box li.genre {
	background-image: url("/images/icons/music-1.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}
.album_box li.reviewer {
	background-image: url("/images/icons/file-edit.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}
.album_box li.comment {
	background-image: url("/images/icons/comment.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}
.tableHeader {
	font-weight:bold;
	text-align:left;
	background-image:url(/images/misc/navbar.png);
	padding: 5px;
	color:#000000;
	border: 1px solid #666633;
}
#theater {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCCCCC;
	border:1px solid #000000;
	padding-bottom:5px;
}
#theater h2 {
	background-color: #FFFFFF;
	padding:5px;
	border-bottom: 1px solid #000000;
}
.artistMedia img {
	padding:0;
	margin:0;
}
.artistMedia li, #mediaPanel li {
	list-style-type: none;
	padding: 3px;
	border-top: 1px dotted #cccccc;
}
#mediaPanel ul, .artistMedia ul {
	padding:5px;
	margin:0;
}
#youtube h2, #mp3 h2, #stream_audio h2, #stream_video h2 {
	background-color:#CCCCCC;
	text-transform:uppercase;
	padding: 4px;
	margin: 0px;
	border-bottom: 2px solid #666633;
}
#newest, #newestAlbums, #newestArtists {
	height: 153px;
}
#newestAlbum_nav a {
	color: #000000;
}
tr.alt td {
	background-color:#e1e1e1;
}
tr.over td {
	background-color:#f7941d;
}
.itemHeader, h3, .widgettitle {
	border-top: 3px solid #333333;
	border-bottom: 1px solid #666666;
	color:#FF9900;
	margin: 5px 0;
	padding:5px;
    text-transform:uppercase; 
}
.rss {
	float:right;
	padding:7px;
}
/* Artist Main Section */
#biography, #interview, #recommendArtists, #taggedItems, #forumTopics, #artistComments {
	padding:15px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5em;
	font-size: 1.1em;
}
.artistHeader, .userHeader {
	text-transform:uppercase;
	background: #cccccc;
	padding: 8px;
	border-bottom: 1px solid #666633;
}
#tagline {
	background: #cccccc;
	border-bottom: 1px solid #666633;
	padding: 3px 10px;
	font-size: 1.1em;
}
/* Artist Resource Styles */
#tiyl,  #genres, #location {
	padding:5px 10px 5px 10px;
}
#favorite, #artistViews {
	padding:0px 10px 5px 10px;
}
#favorite {
	padding-top:8px;
}
#artistInfo h1, #artistInfo h2, #albumInfo h2, .panel h2, .urevright h6, .urev h6 {
	border-top: 2px solid #333333;
	border-bottom: 1px solid #666666;
	color:#FF6600;
	padding:3px;
	margin-top: 10px;
}
#artistInfo h1, #albumInfo h1 {
	font-size: 1em;
}
#artistInfo h2, #albumInfo h2 {
	font-size: 1.1em;
}
#artistInfo {
	float:right;
	width:150px;
	padding:10px;
}
#artistInfo ul {
	padding-left: 9px;
}
#artist_link {
	text-decoration: underline;
}
/* Artist Media Styles */
.songTitle {
	width:169px;
	padding:0;
}
.mediaLinkage {
	width:20px;
}
.mediaLinkage a {
	padding:0;
	margin:0;
}
.icon {
	width:16px;
}
.media td {
	border-top: 1px solid #666633;
	padding:3px;
	margin:0;
}
.media {
	font-size: .9em;
	background-color:#FFFFFF;
	margin-bottom: 0;
}
.td_border {
	border:1px solid #666633;
}
#subnav {
	float:right;
	padding:7px;
}
#subnav img {
	padding-left: 5px;
	vertical-align: middle;
}
/* Banner Styles */
#banner {
	float:right;
	padding: 10px 0 0 0;
	width:468px;
}

#banner img {
	padding: 0;
}

/* Sub Nav */
.adminTools ul li { float: left; }
#utility_nav ul li { float: right;}
.adminTools ul li, #utility_nav ul li {
	height: 22px;
	padding: 0 12px 0 0;
	margin: 1px 0 1px 5px;
	background: url(/images/misc/sub-nav-right.png) no-repeat right top;
}
.adminTools ul li:hover, #utility_nav ul li:hover {
	background: url(/images/misc/sub-nav-right.png) no-repeat right bottom;
}
.adminTools ul li a, .adminTools ul li a:visited, #utility_nav ul li a, #utility_nav ul li a:visited {
	display: block;
	height: 17px;
	padding: 5px 0 0 12px;
	line-height: 100%;
	border: 0;
	color: #fff;
	font-size: 11px;
	background: url(/images/misc/sub-nav-left.png) no-repeat left top;
}
.adminTools ul li a:hover, .adminTools ul li:hover a, #utility_nav ul li a:hover, #utility_nav ul li:hover a {
	color: #fff;
	background: url(/images/misc/sub-nav-left.png) no-repeat left bottom;
}

/* Navigation Bar Styles */
#nav .search {
	float:right;
}
#nav .search input {
	font-size:.9em;
}
#nav {
	padding: 2px 0px;
	margin-right: -2px;
	background-image:url(/images/misc/navbar.png);
	color:#000000;
	height: 19px;
	border: 1px solid #666633;
	font-weight:bold;
	text-transform: uppercase;
	font-stretch: expanded;
	font-size:.9em;
	clear: both;
}
#nav ul, #utility_nav ul, .adminTools ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	background: url(/images/misc/separator.gif) right top no-repeat;
}
#nav a {
	padding: 0.4em 0.8em 0.3em 0.8em;
	display: block;
	text-decoration: none;
	color:#000000;
}
#nav a:hover {
	color:#666633;
}
#nav .selected {
	color:#666633;
	border-bottom:3px solid #666633;
}
#second_nav {
	background-color: #cccccc;
	width: 730px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2.5em;
	clear:both;
	border:1px solid #666633;
	border-top: none;
	border-bottom: none;
}
#reviewBlock .highlight {
	background-color: #999999
}
.reviewBlock {
	font: normal 100% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin:0;
	padding: 2px 5px 2px 0;
	border-top: 1px solid #666633;
	color:#333333;
	display:block;
	height: 45px;
	background-color: none;
}
.reviewBlock img {
	float:left;
	padding: 2px 4px 2px 2px;
}
#commentStream ul {
	margin-left:0;
}
#commentStream li {
	padding-top:5px;
	
	list-style-type:none;
}
/* Two Column Page Layout Styles */
#header {
	height:100px;
	margin-top:10px;
	margin-left:5px;
	padding: 0;
	clear:both;
	width: 900px;
}
#header h1 {
	padding-left:37px;
}
#siteLogo {
	float:left;
}
#content p {
	line-height:1.3;
	padding:3px 10px;
}
#main_content {
	padding:10px;
	margin-left: 160px;
}
#content ol, .itemContent ol, .itemContent ul {
	padding: 8px 0 8px 25px;
}
#artistInfo {
	border-left:1px solid #666633;
	border-bottom:1px solid #666633;
	background: #FFFFFF url(/images/misc/table_bg.gif) repeat-x scroll bottom;
}
#wrapper {
	width:730px;
	background-color:#FFFFFF;
	border-top: none;
	border: 1px solid #666633;
	border-bottom: 5px solid #666633;
	color:#333333;
}
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.bWrapper {
	padding: 0 20px;
}
#content {
	margin-right: 170px;
}
#user_content {
}
#container {
	width:900px;
	margin:0;
}
#content p a, .readMore a {
	text-decoration:underline;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
blockquote {
	padding: 10px 30px;
}
/* User Profile Pages */
.recs li {
	list-style-type:none;
	padding: 2px 0 2px 4px;
	margin: 0;
	border-bottom: dotted 1px #666666;
}
.itemContent p {
	padding:5px;
}
.itemContent h5 {
	border-bottom:1px solid #666633;
	margin-left:5px;
}
/* Review Page Styles */
#review {
	padding: 10px;
	margin-left: 160px;
	font-size: 1.1em;
	line-height: 1.4em;
}
#albumInfo {
	width:140px;
	float:left;
	border-right: 1px solid #666633;
	border-bottom: 1px solid #666633;
	margin-right: 8px;
	background: #FFFFFF url(/images/misc/table_bg.gif) repeat-x scroll bottom;
	padding:10px;
}
#albumInfo ul {
	padding: 0;
	margin:0;
	padding-bottom:5px;
}
#albumInfo li {
	list-style-type: none;
	margin-left:0px;
	padding-top: 5px;
}
#albumInfo p {
	padding:5px;
	margin: 0;
}
#albumInfo a {
	text-decoration: underline;
}
#albumInfo a:hover {
	background-color:#FF9900;
	text-decoration: none;
}
#albumInfo .albumArt {
	padding: 7px;
	margin-right:auto;
	margin-left:auto;
}
.visible {
	display: block;
}
.invisible {
	display: none;
}
/* user review section */
#userReviews {
	margin-left: 160px;
	margin-right: auto;
	padding: 8px;
	font-size: 1em;
}
#userReviewTease {
	border: 1px dotted #000000;
	padding: 5px;
}
#userReviews h1 {
	border-bottom: 1px solid #666633;
	padding-bottom: 3px;
	font-size: 1.5em;
	background:#990000;
	padding: 5px;
	color:#CCCCCC;
	margin-bottom: 5px;
}
#userReviewContainer {
	margin-left:auto;
	margin-right:auto;
}
#uReviewRating, .urevleft, .commentleft {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.commentleft {
	width: 50px;
}
.urevleft {
	background-position:left;
	background-image: url(/images/misc/box_background.gif);
	background-repeat: repeat-y;
	width: 100px;
}
#comment .textfield {
	margin-bottom:5px;
}
#comment_box {
	width: 100%;
	height:60px;
}
#thePreview h2 {
	border-top: 2px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top:5px;
	padding: 3px;
	text-align:center;
}
#live-preview {
	width:100%;
}
#theForm {
	display:none;
}
#userReviewTease, .urevright, .commentright, .urev {
	float: left;
	background-image: url(/images/misc/box_background.gif);
	background-repeat: repeat-y;
	background-position: right;
	font: 11px/15px;
	text-align: justify;
	color: #272727;
	padding: 6px;
	overflow: visible;
}
.urev {
	max-width:360px;
}
.urevright {
	width: 252px;
}
.commentright {
	width: 475px;
}
.revdate, .revrate {
	font-weight:normal;
}

.urevright h6 {
	padding:0px 5px 5px 0;
	margin-bottom: 5px;
	margin-top:0;
	font-size:1.1em;
}
.urevright {
	line-height: 1.3em;
}
/* Pagination Styles */
#pagination {
	padding: 5px;
	text-align:center;
	margin: 5px;
}
#pagination a {
	border: 1px solid #f7941d;
	padding: 4px;
}
#pagination a:hover {
	background-color:#e1e1e1;
}
/* Home Page Styles */
#homeContainer {
	width:900px;
	margin: 0;
}
#homeWrapper {
	background-color:#ffffff;
	color:#333333;
	margin:0;
	padding:5px 5px 0 5px;
	border: 1px solid #666633;
	border-bottom: 5px solid #666633;
	width:890px;
}
/* Home Page Header Styles */
#homeWrapper h1 {
	padding: 5px 7px 2px 7px;
	margin-right: 0px;
	margin-left: 0px;
	background: url(/images/misc/button_back.gif) left top no-repeat;
	text-transform:uppercase;
	border-bottom: 1px solid #666633;
	font-size:1.3em;
}

#newReviews {
	padding:0px;
	height: 570px;
	width: 200px;
	overflow: auto;
	background:none;
	color:#00FF00
}
#newUsers, #mediaMP3, #homeForum, #featureContent {
	padding:0px;
	height:240px;
	width:220px;
	overflow: auto;
}
#bandFeature {
	width: 420px;
}
.featurePage {
	margin-right:10px;
}
.featurePage2 {
	width:247px;
	float: right;
	margin-right:10px;
}
.headerBack {
	display:block;
	background: url(/images/misc/button_back.gif) left top no-repeat;
	padding: 5px 7px 2px 7px;
}
#bandFeature h1 {
	padding:0;
	background:0;
}
.mainFeature {
	width: 100%;
}
.featureTag {
	background-color:#FF6600;
	font-size: 1.3em;
	text-transform:uppercase;
	padding:4px;
	color:#333333;
	margin-bottom:7px;
	border-bottom: 2px solid #666633;
	text-decoration: none;
}
#classicPage {
	background: none;
	font: normal 70% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin:0;
	color:#333333;
}

/* Search Page Styles */
#searchResults, #regContent {
	padding: 10px;
}
#searchResults h2, #regContent h2 {
	text-decoration:none;
}
#searchResults h3 {
	padding: 5px;
}
#buttonstable {
	width:100%;
}
.content {
	width:100%;
}
span.digg, span.edit {
	background-color:#CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	font-weight:bold;
	width: 90px;
	text-align:center;
}
span.edit {
	margin-left:auto;
	margin-right:auto;
}
.siderating {
	padding:0px;
	margin:0px;
	height:13px;
	width: 58px;
	display:inline;
	vertical-align: middle;
	border: 0;
}


#regContent a {
	text-decoration:underline;
}
#regContent a:hover {
	background-color:#CCCCCC;
}
#regContent .panel a {
	text-decoration:none;
}
#regContent .panel a:hover {
	text-decoration: underline;
}
/* Jquery Tabs Styles */

/*
TAB STYLES:
Some more styles, not important for making tabs work, just for the look of it...
*/
.anchors {
	list-style: none;
	margin: 0;
	padding: 0 0 18px;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	content: " ";
}
.anchors li {
	float: left;
	margin: 0 1px -5px 0;
}
.anchors a {
	display: block;
	position: relative;
	top: 1px;
	border: 1px solid #000;
	border-bottom: 0;
	z-index: 2;
	padding: 2px 9px 1px;
	color: #000;
	text-decoration: none;
}
.anchors .on a {
	padding-bottom: 2px;
	font-weight: bold;
}
.anchors a:focus, .anchors a:active {
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active {
	background: #eaeaea;
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
	cursor: pointer;
}
#searchResults .fragment {
	height:500px;
	padding: 10px;
}
.panel {
	margin-bottom: 10px;
}

.sink {
	position:relative;
	top:290px;
}
.panel h2 {
	border-top: none;
}
.panel ol {
	margin-left: 5px;
	padding: 3px;
}
.tools {
	text-align:right;
	font-style:normal;
	font-size:10px;
	font-variant:normal;
	text-transform:none;
	display:inline;
	float: right;
}
#friendLegend {
	padding-bottom: 4px;
	display:block;
}
.friendAdd, .recommend {
	padding: 0px 10px 5px 5px;
	line-height: 1.5em;
}
.showFriend {
	width: 50px;
	margin: 5px;
	float: left;
	min-height: 75px;
	overflow:hidden;
}
.showFriend .icon {
	vertical-align:text-top;
	padding: 3px;
}
.recommend {
	border-bottom: 1px solid #666633;
}
.userPosts {
	margin-left: -10px;
}
/*  Center Styles */
#control-center {
	width: 468px;
	color:#FFFFFF;
	float:right;
	margin-top: 6px;
	border-top: 1px black solid;
}
#control-center a {
	color:#000000;
	text-decoration: none;
}
#control-center a:hover {
	text-decoration: underline;
}
#message-center {
	float:right;
	font-weight: bold;
}
#message-center .inbox {
	color:#990000;
}
#regContent .panel {
	margin-bottom: 25px;
}
/* Blog Styles */

#blogComments {
	border-top: 3px solid #990000;
	margin-top: 5px;
	clear:left;
}
#blogComments h4.comments {
	padding: 5px 0 5px 0;
	font-size: 1.5em;
}
.commentPost {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.blogPostSummary {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding:10px 0;
	clear:left;
}
.blogPostSummary .blogPost {
	margin-left: 0px;
	margin-top:0;
}
.blogPostSummary .blogPost h2 {
	margin-bottom: 4px;
	font-size:1em;
	margin-top:0;
	background: none;
}
.blogPostSummary .blogPost p {
	margin: 0;
}
.blogPostSummary .blogPost .poster {
	margin: 0;
	font-weight:bold
}
.blogPostSummary .blogPost .commentCount {
	float:right;
}
.blogPostSummary .blogPost .tags {
	font-weight:normal;
}
#blogPosts h2.main {
	margin-top: 5px;
	margin-bottom:5px;
}
#blog h1, #blog h2, #blog h4, #blog h5, #blog h6 {
	padding-left: 8px;
}
#blogDisplay p {
	padding:5px;
	margin:5px;
}
#blogDisplay {
	clear:left
}
#blogDisplay ol {
	margin-left:40px;
}
#blogDisplay ul {
	margin-left: 60px;
}
#blogDisplay ol li, #blogDisplay ul li {
	border:none;
	padding-top:2px;
	padding-bottom:0;
}
#blogDisplay ol li {
	list-style:decimal;
}
#blogDisplay ul li {
	list-style:square;
}
#blogDisplay h1, #blogDisplay h2, #blogDisplay h3, #blogDisplay h4, #blogDisplay h5, #blogDisplay h6 {
	border: none;
	padding:5px;
}
#blogDisplay h1 {
	font-size: 1.6em;
	border-bottom: 2px solid #999999;
	padding: 8px 5px;
}
#blogDisplay h2 {
	font-size: 1.4em;
	border-bottom: 2px solid #999999;
	padding: 8px 5px;
}
#blogDisplay h3 {
	font-size: 1.3em;
}
.titleDisplay {
	border-top: 3px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
	padding: 8px 5px;
	font-size: 1.6em !important;
}
#blogDisplay h4 {
	font-size: 1.2em;
}
#blogDisplay h5 {
	font-size: 1.1em;
}
#blogDisplay h6 {
	font-size: 1em;
}
#blogPosts li {
	padding: 4px 0px;
	margin-left:20px;
}
#blogPosts.itemContent li {
	border-bottom:1px dotted #999999;
	padding: 4px 0px;
	list-style:none;
	margin-left:-30px;
}
.standout {
	background-color:#990000;
	color:#CCCCCC;
	border-top: 3px solid #666666;
	padding: 4px;
	font-size: 1.1em;
	font-weight:bold;
	border-bottom: 1px solid #666666;
}
.standout a {
	color:#CCCCCC
}
.standout a:hover {
	color:#666666;
}
/* Form Styles */
.formLabel {
	font-size: .9em;
	font-weight: bold;
	color: #000000;
}
.formHelp {
	font-size: x-small;
	color: #858585;
	text-align:right;
}
/* Drawer Styles */
#drawer {
	position:absolute;
	top: 134px;
	left: 736px;
	width: 163px;
	height: 650px;
	border: 1px solid #666666;
	background-color:#CCCCCC;
	padding: 3px;
	overflow:auto;
}
#drawer_ad {
	position:absolute;
	top: 800px;
	left: 760px;
	width:130px;
	height: 200px;
}
#contact {
	position:absolute;
	top: 143px;
	left: 736px;
	width: 150px;
	padding: 5px;
}
#comment_img {
	position:absolute;
	top: 200px;
	left: 906px;
	width: 15px;
	height: 80px;
	border-right: 1px solid rgb(102, 102, 102);
	border-left: 1px solid rgb(102, 102, 102);
	border-bottom: 1px solid rgb(102, 102, 102);
	border-top: 1px solid rgb(102, 102, 102);
	background-color:#CCCCCC;
	padding: 3px;
}

#contact ul {
	list-style: none;
}
#contact ul li {
	padding: 2px 0 2px 16px;
	margin:0;
}
#contact li.message {
	background-image: url("/images/icons/email.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}
#contact li.recommendations {
	background-image: url("/images/icons/thumb-up.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}
#contact li.preferences {
	background-image: url("/images/icons/tools.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}
#contact a {
	color: #FFFFFF;
}
.comment_body {
	margin-left: 35px;
}
#drawer #comment_d .comment_entry {
	border-top: 1px solid #FF6600;
}
.comment_entry {
	border-top: 1px dotted #CCCCCC;
	margin: 5px;
	padding-top: 3px;
}
.comment_avatar {
	float:left;
}
.tab_selected {
	border-left:none !important;
}
#drawer ul {
	list-style-type: none;
}
#drawer ul li {
	padding: 5px 0;
	border-bottom: dashed #F60 1px;
}

/* Wordpress helpers */
/* Layout helpers */
.theContent object { 
	padding: 10px;
}
.theContent p img {
	padding: 10px;
}
.left  {
	float:left;
	margin-right:10px;
}
.right { 
	float:right;
	margin-left:10px;
}
.picCenter {
	display: block; margin-left: auto; margin-right: auto;
}
.myicon {
	border:0 !important;
	padding:0;
}
