/*
THEME NAME: Relish Networks
THEME URI: http://www.relishnetworks.com
DESCRIPTION: Theme for the Relish Networks site
VERSION: 1.0
AUTHOR: Dave Bowker
AUTHOR URI: http://www.davebowker.com
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/*//////////////////////////////
	>>> INDIVIDUALS
//////////////////////////////*/

.clearer {
	clear:both;
}
a {	
	outline:none;
	text-decoration:none;
}
.strong {
	font-weight:bold;
}
hr {
	visibility:hidden;
}
.indent {
	margin-left:30px !important;
}


/*//////////////////////////////
	>>> STRUCTURE
//////////////////////////////*/

* {
	margin:0;
	padding:0;
}
html {
	height:101%;
	background:#071427 url(/images/background.png) repeat-x top center;
}
body {
	font:62.5% Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
	color:#ffffff;
	margin:0;
	height:101%;
	background:url(/images/background_light.jpg) no-repeat top center;
}
#wrapper {
	margin:0 auto 0 auto;
}

/*//////////////////////////////
	>>> HEADER
//////////////////////////////*/

#header {
	padding:100px 0 0 0;
	margin:0 auto 90px auto;
	width:940px;
	position:relative;
	z-index:1;
	cursor:default;
}
#header h1#blog-title {
	text-indent:-99999px;
}
#header h1#blog-title a {
	display:block;
	width:302px;
	height:75px;
	background:url(/images/relishnetworks_logo.gif) no-repeat;
}
#header #blog-description {
	display:none;
}
#access {
	position:absolute;
	top:30px;
	right:0px;
	font-size:13px;
	color:#c7d2df;
	font-weight:bold;
}
#access li a {
	color:#c7d2df;
	margin:0 0 0 25px;
}
#access li a:hover {
	color:#ffffff;
}
#access li {
	display:inline;
}
#access li a.go {
	position:relative;
	padding:0px 25px 0px 15px;
	margin:0 0 0 10px;
	background:url(/images/dropdown_arrow_1.gif) no-repeat 93% 50%;
}
#access li:hover a.go {
	border:1px solid #26364b;
	padding:10px 24px 10px 14px;
	background:#152235 url(/images/dropdown_arrow_2.gif) no-repeat 93% 50%;
}
#access li:hover ul {
	display:block;
}
#access li:hover a {
	color:#ffffff;
}
#access li ul {
	display:none;
	position:absolute;
	top:25px;
	right:0px;
	background:#152235;
	font-size:12px;
	width:250px;
	border:1px solid #26364b;
}
#access li ul li a {
	display:block;
	padding:10px;
	margin:0px;
	background:url(/images/sep_300x1.gif) no-repeat bottom center !important;
	border:none !important;
}
#access li ul li a:hover {
	background:#374459 url(/images/sep_300x1.gif) no-repeat bottom center !important;
	border:none;
	color:#ffffff;
}
#access li ul li.last a {
	background-image:none !important;
}
/*#access li ul li.lifestyle a:hover {
	background:#930859;
}
#access li ul li.money a:hover {
	background:#013101;
}
#access li ul li.news a:hover {
	background:#181818;
}
#access li ul li.science a:hover {
	background:#086391;
}
#access li ul li.sport a:hover {
	background:#3d5a1a;
}
#access li ul li.tech a:hover {
	background:#9d3600;
}*/

/*//////////////////////////////
	>>> NETWORK CAROUSEL
//////////////////////////////*/

#carouselwrap {
	background:#080e1f url(/images/sliderbg.gif) repeat-x top;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	/*height:100px;*/
	padding:20px 0 20px 0;
	position:relative;
}
#carouselwrap .carousel {
	position:relative;
	left:20px;
	width:980px !important;
	height:100px;
	margin:0 auto 0 auto;
	padding:0;
	overflow:scroll;
	overflow-x:hidden;
}
#carouselwrap .carousel ul {
	list-style:none;
	display:inline-block;
	position:relative;
}
#carouselwrap .carousel ul li {
	float:left;
	margin:0 20px 20px 0;
}
#carouselwrap .carousel ul li img {
	width:140px;
	height:100px;
}
#carouselwrap .prev {
	position:absolute;
	left:50%;
	top:35px;
	width:36px;
	height:70px;
	background:url(/images/slider_scroll_left.gif) no-repeat 0 0;
	margin:0px 0 0 -515px;
}
#carouselwrap .next {
	position:absolute;
	right:50%;
	top:35px;
	width:36px;
	height:70px;
	background:url(/images/slider_scroll_right.gif) no-repeat 0 0;
	margin:0px -515px 0 0;
}
#carouselwrap:hover .prev {
	background:url(/images/slider_scroll_left.gif) no-repeat 0 -70px;
}
#carouselwrap:hover .next {
	background:url(/images/slider_scroll_right.gif) no-repeat 0 -70px;
}
#carouselwrap .prev:active {
	background:url(/images/slider_scroll_left.gif) no-repeat 0 -140px;
}
#carouselwrap .next:active {
	background:url(/images/slider_scroll_right.gif) no-repeat 0 -140px;
}
#carouselwrap .carousel ul li a span.popup {
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
}

/*//////////////////////////////
	>>> BUBBLE
//////////////////////////////*/

.bubble {
    position: relative;
}
.popup {
    position:absolute;
	top:70px;
	left:0px;
    display:none; /* keeps the popup hidden if no JS available */
	background:#000000;
	width:140px;
	height:22px;
	padding:8px 0 0 0;
	z-index:2;
	text-align:center;
	font-size:12px;
	cursor:pointer;
}

/*//////////////////////////////
	>>> MAIN
//////////////////////////////*/

#container {
	width:940px;
	margin:30px auto 100px auto;
}
#container h2 {
	text-indent:-99999px;
	border-bottom:1px solid #182945;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}
#container h2 a {
	font-size:30px;
	border:none;
	display:block;
}

	/* Page images */
	#container h2.privacy a {
		background:url(/images/h2titles.gif) no-repeat 0 0;
		width:190px;
	}
	#container h2.terms a {
		background:url(/images/h2titles.gif) no-repeat 0 -64px;
		width:270px;
	}
	#container h2.about a {
		background:url(/images/h2titles.gif) no-repeat 0 -128px;
		width:120px;
	}
	#container h2.networks a {
		background:url(/images/h2titles.gif) no-repeat 0 -192px;
		width:180px;
	}
	#container h2.contact a {
		background:url(/images/h2titles.gif) no-repeat 0 -256px;
		width:165px;
	}
	#container h2.thankyou a {
		background:url(/images/h2titles.gif) no-repeat 0 -320px;
		width:165px;
	}
	
	/* RSS block images */
	#container h2.rss {
		border-bottom:1px solid #152337;
	}
	#container h2.rss a {
		height:77px;
	}
	#container h2.rss.newsrel a {
		background:url(/images/h2rsslogos.gif) no-repeat 0 0;
	}
	#container h2.rss.moneyrel a {
		background:url(/images/h2rsslogos.gif) no-repeat 0 -97px;
	}
	#container h2.rss.lifestylerel a {
		background:url(/images/h2rsslogos.gif) no-repeat 0 -194px;
	}

#container h3 {
	font-size:18px;
	font-weight:bold;
}
#container h4 {
	font-size:14px;
	font-weight:bold;
}
#container a {
	color:#c7d2df;
	font-weight:bold;
	border-bottom:1px dotted #26364b;
}
#container p:hover a {
	color:#a83600;
}
#container p a:hover {
	color:#a83600;
	border-bottom:1px solid #a83600;
}
#container p {
	font-size:12px;
	line-height:16px;
	margin:0 0 20px 0;
}
#container ul, #container ol {
	list-style-position:inside;
	margin:0 0 30px 0;
	font-size:12px;
}
#container ul li, #container ol li {
	margin:0 0 15px 20px;
}
#container ul li ul, #container ol li ol {
	margin:5px 0 10px 0;
}
#container .colleft {
	float:left;
	position:relative;
	width:300px;
	margin:0 0 30px 0;
}
#container .colmid {
	float:left;
	position:relative;
	width:300px;
	margin:0 0 30px 20px;
}
#container .colright {
	float:right;
	position:relative;
	width:300px;
	margin:0 0 30px 0;
}
#container .col2left {
	float:left;
	width:620px;
}

	/*//////////////////////////////
		>>> INDEX.PHP - RSS BOX
	//////////////////////////////*/
	
	#container a.rss_subscribe {
		position:absolute;
		top:59px;
		right:0px;
		width:16px;
		height:16px;
		display:block;
		background:url(/images/rss_16x16.png) no-repeat 0 0;
		border:none;
	}
	#container ul.rss_list {
		background:#152235;
		list-style:none;
		margin:-20px 0 0 0;
	}
	#container ul.rss_list li {
		margin:0;
		list-style-position:outside;
	}
	#container ul.rss_list li a {
		font-weight:normal;
		color:#a3adbb;
		display:block;
		padding:9px 10px 9px 10px;
		margin:0px;
		background:url(/images/sep_300x1.gif) no-repeat bottom center !important;
		border:none !important;
	}
	#container ul.rss_list li a:hover {
		background:#374459 url(/images/sep_300x1.gif) no-repeat bottom center !important;
		border:none;
		color:#ffffff;
	}
	#container ul.rss_list li.last a {
		background-image:none !important;
	}

	/*//////////////////////////////
		>>> CONTACT.PHP
	//////////////////////////////*/
	
	ul.address {
		list-style:none;
		list-style-position:outside !important;
	}
	ul.address li {
		margin:0 0 2px 0 !important;
	}
	form#contact {
		background:#152235;
	}
	form#contact label {
		display:block;
		font-size:12px;
		margin:0 0 5px 0;
	}
	form#contact input, form#contact textarea {
		display:block;
		padding:5px;
		width:268px;
		border:1px solid #303f53;
	}
	form#contact textarea {
		height:154px;
	}
	form#contact select {
		display:block;
		width:280px;
		border:1px solid #303f53;
		padding:5px;
	}
	form#contact input#submit {
		width:280px;
		background:#152235;
		color:#ffffff;
		font-weight:bold;
		cursor:pointer;
	}
	form#contact .formwrap, form#contact .formwrapsubmit {
		background:#152235;
		padding:10px;
		border-bottom:1px solid #202c3f;
	}
	form#contact .last {
		border:none;
	}
	form#contact .formwrap:hover {
		background:#1b283b;
	}
	form#contact .formwrapsubmit:hover {
		background:#c7d2df;
	}
	form#contact .formwrapsubmit:hover label {
		color:#152235;
	}
	
/*//////////////////////////////
	>>> SIDEBAR
//////////////////////////////*/

.sidebar {
	display:none;
	width:300px;
	float:right;
	background:red;
}

/*//////////////////////////////
	>>> FOOTER
//////////////////////////////*/

#footer {
	clear:both;
	width:100%;
	padding:20px 0 20px 0;
}
#footer p {
	width:940px;
	margin:0 auto 0 auto;
	font-size:12px;
	line-height:16px;
	color:#54637a;
}
#footer a {
	color:#54637a;
	border-bottom:1px dotted #54637a;
}
#footer a:hover {
	color:#c7d2df;
	border-bottom:1px solid #c7d2df;
}
#footer:hover a {
	color:#c7d2df;
}
.hidden{display:none !important;}