html { overflow-y: scroll; }

body {
	font-size: 0.7em;
	background: url(../img/sidebg.png) repeat-x #c6c6c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	font-size: 14px;
	color: #df8600;
}
a:hover { color: #8B8B8B; }
a img {border: none;}
#logo { float: left; }
#content {
	width: 728px;
    height: 100%;
	margin: 0 auto;
	background: #c8c8c8;
	position: relative;
}
#refreshAll {
    display: block;
    width: 60px;
	position: absolute;
	top: 10px;
    left: 400px;
	font-size: 10px;
    text-align: center;
    cursor: pointer;
}
.toggler {
	cursor:pointer;
	font-weight:bold;
	color:#000;
	margin: 0;
	padding:5px;
	height: 14px;
	overflow: hidden;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../img/menubar.JPG) top #E59B46 repeat-x;
	clear: both;
	display: block;
    text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}
.toggler:hover {
	background-position: 50%;
	color: #000;
}
.toggler:active {
	background-position: bottom;
}
.feedContent { position: relative; clear: both; }
.element {
	margin-bottom:5px;
	padding-bottom: 3px;
	overflow: hidden;
	display: block;
    background: url(../img/elementbg.gif);
}
.slider {
    display: inline-block;
    border-left: 1px dotted #df8600;
    border-bottom: 1px dotted #df8600;
}
.column {
	float: left;
	width: 364px;
	position: relative;
	display: block;
	font-size: 13px;
    padding-top: 60px;
}

.feedTabs { list-style: none; border-bottom: 1px solid #df8600; height: 18px; text-align: center; margin-bottom: 10px;}
.feedTabs li { list-style: none; display: inline; }
.feedTabs li a { padding: 4px; text-decoration: none;}
.feedTabs li a:hover, .feedTabs li.active a {
	border-left: 1px solid #df8600;
	border-right: 1px solid #df8600;
	border-top: 1px solid #df8600;
	background: #fff;
	padding: 4px 3px;
}
.even .feedTabs li a:hover, .even .feedTabs li.active a { background: #E5E5E5; }
#loading, .loading {
	background: url(../img/ajax-loader.gif) no-repeat;
	position: absolute;
	top: 5px;;
	right: 5px;;
	height: 31px;
	width: 31px;
	text-indent: -9999em;
}
.column #loading, .column .loading {
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
}

#accordion { clear: both;}

.feedHeader {
    width: 100%;
    position: absolute;
    top: 0;
}
ul.list {
	list-style: url(../img/bullet.gif);
	margin: 0 5px 0 20px;
	vertical-align: top;
}
.list li { position: relative; }
.list li a, .list li p {
	font-size: 17px;
	line-height: 20px;
    display: block;
	margin-bottom: 5px;
}
.list li a {
    margin-bottom: 10px;
}
.list li p {
    margin-top: -10px;
}
.iconList { width: 260px; margin: 0 auto 20px auto; overflow: hidden; }
.iconList a p { font-size: 10px; text-decoration: none; }
.iconList a {
	text-decoration: none;
	display: block;
	float: left;
	width: 120px;
	height: 155px;
	overflow: hidden;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}
.iconList.flickr a { width: 75px; height: 110px;}
.iconList a:hover {
	background: #E59B46;
}
.iconList a:hover p { color: #000; }
.iconList a img { margin-bottom: 5px; }

.list li .shareLink, .iconList li .shareLink {
    width: 17px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: -9999px;
    text-indent: -9999px;
    background: url(../img/shareLink.png) no-repeat;
    border: 1px solid #cacaca;
    cursor: pointer;
}
.list li:hover .shareLink { left: -19px }
.shareList {
    position: absolute;
    top: 20px;
    left: -9999px;
    z-index: 80;
    padding: 10px;
    background: #d7d7d7;
    border: 1px solid #cacaca;
    cursor: default;
    color: #8B8B8B;
}
.shareLink:hover + .shareList, .shareList:hover { left: -19px; }
.shareList li { display: inline-block; margin-top: 5px; }
.shareList li a {
    font-size: 12px;
    text-decoration: none;
    color: #8B8B8B;
}
.shareList li a:hover {
    text-decoration: underline;
}

a.up, a.down, a.noUp, a.noDown {
	width: 13px;
	height: 13px;
	text-indent: -9999em;
	position: absolute;
	right: 3px;
}

a.up {background: url(../img/ups.gif) top no-repeat; top: 3px;}
a.noUp {background: url(../img/ups.gif) bottom no-repeat; top: 3px; cursor: default;}
a.down {background: url(../img/downs.gif) top no-repeat; top: 16px;}
a.noDown {background: url(../img/downs.gif) bottom no-repeat; top: 16px; cursor: default;}

.prevNext { width: 100%; height: 13px; margin-top: 3px; position: relative;}
.prev {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 13px;
    height: 13px;
    background: url(../img/lefts.gif) left no-repeat;
    text-indent: -9999em;
}
.next {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 13px;
    height: 13px;
    background: url(../img/rights.gif) left no-repeat;
    text-indent: -9999em;
}
.slideTrack {
    width: 675px;
    height: 7px;
    position: absolute;
    background: #E4AE6A;
    top: 3px;
    left: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -opera-border-radius: 3px;
}
.slideTrack a {
    background: #8B8B8B;
    height: 13px;
    display: block;
    position: absolute;
    width: 13px;
    margin-left: -6px;
    margin-top: -3px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -opera-border-radius: 6px;
}

.info {
	padding: 10px;
	background: #ffb648;
	border: 1px solid #df8600;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.column .info { margin: 3px; font-size: 10px; }
.where {
	height: 5px;
	border: 1px solid #8b8b8b;
	margin: 3px 3px 10px 3px;
	overflow: hidden;
	display: block;
	clear: both;
    position: relative;
}
.where span {
	background: #8b8b8b;
	height: 5px;
	display: block;
    position: absolute;
}
a.refresh {
	background: url(../img/refresh.gif) no-repeat;
	width: 30px;
	height: 30px;
	margin: 3px;
	text-indent: -9999px;
	float: left;
}
h2.feedTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #df8600;
	float: left;
	text-align: center;
	margin-top: 7px;
	width: 311px;
}

#loginForm p {
	float: right;
	margin: 35px 5px 0 0;
	color: #8B8B8B;
	font-family: Verdana;
	font-size: 13px;
}
#loginForm p a {
	text-decoration: none;
}
#login, #signup {
   	position: absolute;
	right: 0px;
	top: 47px;
	display: none;
	z-index: 99;
}
.boxContent {
	width: 320px;
    height: 150px;
	background: url(../img/loginBg.png) left no-repeat;
	text-align: right;
	font-size: 14px;
	padding-bottom: 20px;
}
.boxContent input {
	margin: 1px 20px 1px 0;
	clear: both;
	padding: 2px;
	border: 1px solid #e59c4a;
}
.boxContent button {
	float: right;
	clear: both;
	margin: 1px 20px 1px 0;
}
.loginEndcap {
	background: url(../img/endcapBg.png) no-repeat;
	width: 300px;
	height: 28px;
}
#loginForm a { padding: 3px; }
#loginForm a.active {
	background: #e59c4a;
	color: #ffffff;
}
#loginForm a.close {
	background: url(../img/close.gif) no-repeat top;
	height: 10px;
	width: 10px;
	display: block;
	float: right;
	margin: 5px;
	padding: 0;
    position: absolute;
    top: 10px;
    right: 0px;
}
#loginForm form {
    position: absolute;
    top: 30px;
    right: 0;
}
.clear {
	clear: both;
	float: none;
}


#tooltip {
	position: absolute;
	background: #ffb648;
	border: 1px solid #df8600;
	padding: 2px;
	font-family: Verdana;
	display: none;
}
#googleAds {
    margin-top: 10px;
}
#footer {
    text-align: center;
    font-size: 12px;
    color: #000;
    margin: 10px 0;
}
