﻿/**
 * SSCORE SCREEN STYLESHEET.
 * 
 * This is the core stylesheet which has generic layout elements eg Header
 * and navigation which are over both SS.org and SS.com. 
 * 
 * Any specific code can go here but remember this file will be included 
 * in both sites so caution will robinson!
 * 
 * The team responible for this effort - James K, Sal F, Sean H, Will R.
 * Any comments can be directed to those 4 amazing people.
 *
 */

/* RESET
---------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}

.tabstrip li,
.tabstrip li a {
	border: none !important;	
}

form .field {
	margin-bottom: 10px;	
}
	form input,
	form textarea {
		padding: 2px;
	}

/* DEFAULTS
---------------------------------------------------- */
html {
/*	font-family: "verdana"; */
	font-family: "Segoe UI";

}

body {
	background: url(../images/body_bkgd_plain.jpg) repeat-x 0 -33px;
}


a {
	color: #0B89E2;
	text-decoration: none;
	border-bottom: none;
}
	a:hover {
		color: #0B89E2;
		border-bottom: 1px dotted #0B89E2;
	}
	a img {
		border: none;
	}
	a.hasimg {
	    border-bottom: none;
	}
	
.clear {
	clear: both;	
}
.no_border {
	border: none;
}


/* LAYOUT
------------------------------------------------------- */

/* HEADER */
#header {
	margin: 0 0 0 5px;
	width: 939px;
	position: relative;
	background: #d5d5d5 url(../images/nav-bg-repeat.jpg) repeat-x bottom left;
	height: 131px;
}

	#header h1 {
		float: left;
		margin-top: 9px;
		width: 307px;
		height: 122px;
		display: inline;
	}
		#header h1 a,
		#header h1 span {
			width: 307px;
			border: none;
			float: right;
			height: 122px;
			display: inline;
		}
			#header h1 span:hover,
			#header h1 a:hover {
				background-position: bottom left;
			}
	#header ul {
		background: url(../images/nav-menu-right.jpg) no-repeat bottom right;
		overflow: hidden;
		float: left;
		margin-top: 46px;
		width: 632px;
		height: 85px;
		display: inline;
	}
		#header li {
			font-size: 13px;
			font-weight: normal;
			color: #FFF;
			width: auto;
			float: left;
			margin-top: 3px;
			overflow: visible;
			display: inline;
		}

			#header li a {
				background: url(../images/header_nav_divider.png) no-repeat right;
				margin-top: 14px;
				float: left;
				line-height: 54px;
				padding: 0 20px;
				height: 56px;
				border: none;
				color: #fff;
				font-weight: normal;
				display: inline;
			}
				#header li.RedirectorPage a:hover,
				#header li.onlineshop a:hover,
				#header li a:hover {
					background: url(../images/nav-bkgd.png) no-repeat center top;
					display: inline;
				}

				#header li.last a:hover {
					background: url(../images/nav-bkgd.png) no-repeat center top;
					display: inline;
				}

				#header li.RedirectorPage  a,
				#header li.onlineshop  a{
					background: url(../images/nav-bkgd.png) no-repeat center top;
					display: inline;
				}	
								
		#header li.active a,
		#header li.current a,
		#header li.section a {
			background: url(../images/nav-bkgd-hover.png) no-repeat center top;
			display: inline;
		}

/* FOOTER */


#footer {
	color: #333;
	font-size: 14px;
	text-align: left;
	_height: 1%;
}

#footer h2 {
	font-size: 120%;
	font-weight: normal;
}

#footer ul li {
	font-size: 14px;
	line-height: 100%;
	_height: 1%;
}

a.noUnderline {
	border-bottom: none !important;	
}


/* @end typography */

#wrapper {
	padding: 0 12px;
	background: url(../images/wrapper_bkgd.jpg) center repeat-y;
	_height: 1%;
	_overflow: hidden;
}

#container {
	margin: 0 auto;
	width: 944px;
	_height: 1%;
}

/* @group Sidebar Menu */

#sidebar {
	float: left;
	width: 210px;
	padding: 0 5px;
	position: relative;
	_height: 1%;

}

	#sidebar ul {
		margin: 0;
		background: none;
		border: 0;
		border-top: 1px solid #d6d6d6;
	}
		#sidebar ul li {
			border: 0;
			border-bottom: 1px solid #d6d6d6;
			padding: 0 0 0 15px !important;
			background: none;
		}
			#sidebar ul li.section {
				padding-bottom: 0;
			}
			#sidebar ul li.current.last,
			#sidebar ul li.current.first {
				border-bottom: 1px solid #d6d6d6;
			}
			#sidebar ul li span.inPage {
				color: #0D73B8;
				font-size: 11px;
			}
				#sidebar ul li span {
					display: block;
					padding-top: 3px;
					padding-bottom: 3px;
				}
				#sidebar ul li span em {
					font-style: normal;
				}
			#sidebar ul li a {
				color: #333;
				font-size: 11px;
				border-bottom: none;
			}
				#sidebar ul li.current {
					background: url(../images/nav-arrow-selected.png) 0px 9px no-repeat;
				}
				#sidebar ul li.section a {
					color: #0D73B8;
				}
				#sidebar ul li.current a {
					color: #0D73B8;
					font-weight: bold;
				}
					#sidebar ul li a:hover {
						color: #0D73B8;
					}
		
/* menu 3 */		
	#sidebar ul li ul,
	#sidebar ul li.current ul {
		border-top: 0;
	}
		#sidebar ul li ul li.first {
			border-top: 1px solid #d6d6d6;
		}
		#sidebar ul li.section ul li,
		#sidebar ul li.current ul li {
			padding-bottom: 3px;
		}
		#sidebar ul li.current ul li.last,
		#sidebar ul li.section ul li.last {
			border-bottom: 0;
		}
		#sidebar ul li.current ul li a,
		#sidebar ul li.section ul li a {
			color: #333;
			font-weight: normal;
		}
		#sidebar ul li.section ul li.current a {
			color: #0D73B8;
			font-weight: bold;
		}
		#sidebar ul li.section ul li a:hover,
		#sidebar ul li.current ul li a:hover {
			color: #0D73B8;
		}

/* @group searchbox */

#searchbox {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 188px;
	height: 27px;
	background: url(../images/searchbox.png) no-repeat top left;
	display: inline;
}

	#searchbox label {
		display: none;
	}
	#searchbox input.text {
		background: none;
		border: 0;
		margin: 0;
		width: 150px;
		position: absolute;
		top: 4px;
		right: 28px;
		color: #666;
	}
	#searchbox input.action {
		float: right;
		clear: none;
		background: none;
		padding-top: 24px;
		cursor: pointer;
		overflow: hidden;
		border: none;
		width: 24px;
		height:24px;
		display: inline;
	}
/* @end */

/* @group footer */

#footer {
	overflow: hidden;
	position: relative;
	background: #E5E4E1;
	margin: 0 2px;
	clear: left;
	_width: 100%;
}
	#footer ul {
		overflow: hidden;
		font-size: 11px;
		margin: 10px 12px 10px 0;
	}
		#footer li {
			display: block;
			float: left;
		}
			#footer li a {
				border: none;
				border-left: 1px dotted #aeaead;
				padding: 15px 25px 0px 10px;
				margin: 0;
				display: block;
				width: 260px;
				color: #333333;
				text-decoration: none;
				float: left;
			}
				#footer li a:hover {
					background: #fff url(../images/footer-nav-hover.gif) no-repeat center right;
				}
					#footer li a span {
						border-bottom: 1px dotted #999;
						line-height: 1.5em;
					}					
					
		#footer h2 {
			margin-bottom: 24px;
			color: #333;
		}
		

#footer_nav {
	clear: both;
	padding: 0px 0 22px 90px;
	width: 100%;
	_height: 1%;
	_overflow: hidden;
}	
	#footer_nav h2{
		padding-top: 22px;
	}
	#footer_nav ul {
		overflow: hidden;
		font-size: 11px;
		margin: 10px 12px 10px 0;
		_margin: 0px;
		_height: 1%;
		_overflow: hidden;
	}
		#footer_nav li {
			display: block;
			float: left;
		}
			#footer_nav  li a {
				border: none;
				border-left: 1px dotted #aeaead;
				padding: 15px 25px 0px 10px;
				margin: 0;
				display: block;
				width: 260px;
				color: #333333;
				text-decoration: none;
				float: left;
			}
				#footer_nav  li a:hover {
					background: #fff url(../images/footer-nav-hover.gif) no-repeat center right;
				}
					#footer_nav  li a span {
						border-bottom: 1px dotted #999;
						line-height: 1.5em;
						_height: 1%;
						_overflow: hidden;
					}					
					
		#footer_nav h2 {
			margin-bottom: 24px;
			color: #333;
			_height: 1%;
		}	
#footer_disabled
{
	border: none;
	border-left: 1px dotted #aeaead;
	padding: 15px 25px 0px 10px;
	margin: 0;
	display: block;
	width: 260px;
	color: #333333;
	text-decoration: none;
	float: left;
}

#contact_info {
	background: #CDCDCD;
	width: 100%;
}

#contact_info p {
	padding: 10px;
	line-height: 13px;
	text-align: center;
}

#contact_info span {
	margin-right: 8px;
	display: inline-block;
}


/* @group Sidebar Menu */

#sidebar {
	float: left;
	width: 210px;
	padding: 0 5px;
	position: relative;
}

	#sidebar ul {
		margin: 0;
		background: none;
		border: 0;
		border-top: 1px solid #d6d6d6;
	}
		#sidebar ul li {
			border: 0;
			border-bottom: 1px solid #d6d6d6;
			padding: 2px 0 2px 15px;
			background: none;
		}
			#sidebar ul li.section {
				padding-bottom: 0;
			}
			#sidebar ul li.current.last,
			#sidebar ul li.current.first {
				border-bottom: 1px solid #d6d6d6;
			}
			#sidebar ul li span.inPage {
				color: #0D73B8;
				font-size: 11px;
			}
				#sidebar ul li span {
					display: block;
					padding-top: 3px;
					padding-bottom: 3px;
				}
				#sidebar ul li span em {
					font-style: normal;
				}
			#sidebar ul li a {
				color: #333;
				font-size: 11px;
				border-bottom: none;
			}
				#sidebar ul li.current {
					background: url(../images/nav-arrow-selected.png) 0px 9px no-repeat;
				}
				#sidebar ul li.section a {
					color: #0D73B8;
				}
				#sidebar ul li.current a {
					color: #0D73B8;
					font-weight: bold;
				}
					#sidebar ul li a:hover {
						color: #0D73B8;
					}
		
/* menu 3 */		
	#sidebar ul li ul,
	#sidebar ul li.current ul {
		border-top: 0;
	}
		#sidebar ul li ul li.first {
			border-top: 1px solid #d6d6d6;
		}
		#sidebar ul li.section ul li,
		#sidebar ul li.current ul li {
			padding-bottom: 3px;
		}
		#sidebar ul li.current ul li.last,
		#sidebar ul li.section ul li.last {
			border-bottom: 0;
		}
		#sidebar ul li.current ul li a,
		#sidebar ul li.section ul li a {
			color: #333;
			font-weight: normal;
		}
		#sidebar ul li.section ul li.current a {
			color: #0D73B8;
			font-weight: bold;
		}
		#sidebar ul li.section ul li a:hover,
		#sidebar ul li.current ul li a:hover {
			color: #0D73B8;
		}

/* @group content typography
 */

#content_container {
	font-size: 85%;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	margin: 0 2px;
	position: relative;
	_height: 1%;
}
#content_container .title {
	font-weight: normal !important;
	color: #333;
	font-size: 25px;
	padding: 22px 0px 0px 0px;
	
}


/* PAGINATION */
#PageNumbers,
.pagination {
	text-align: center;
}
	#PageNumbers p a,
	.pagination p a {
		border-bottom: none;
	}
		#PageNumbers p a.prev,
		.pagination p a.prev {
			background: url(../images/pagination-left.jpg) no-repeat center left;
			font-size: 16px;
			border-bottom: none;
			padding: 3px;
			padding-left: 26px;
			color: #888;
		}
		#PageNumbers p a.next,
		.pagination p a.next {
			background: url(../images/pagination-right.jpg) no-repeat center right;
			font-size: 16px;
			padding: 3px;
			border-bottom: none;
			padding-right: 26px;
			color: #888;
		}
			
/* PAGE COMMENTS */
#PageComments {
	border: none;
	margin-bottom: 0;
}
	#PageComments li {
		list-style: none;
		background: #F2FAFF;
		border-bottom:1px solid #B2E0FF;
		padding-left: 12px;
		margin-bottom: 12px;
		padding-left: 10px;
		margin-left: 0;
	}
		#PageComments li.odd {
			background: #fff;
			border: 0;
		}
		#PageComments li p {
			margin-bottom: 12px;
		}
	#PageComments .info {
		margin-bottom: 0;
		margin-top: -10px;
		font-size: 12px;
		color: #666;
	}
	#PageComments_holder h4,
	#TrackBacks_holder h4 {
		color: #222;
		font-weight: bold;
		font-size: 16px;
		margin: 0 0 6px 0; /* Align Header with text in Comment */
	}

/* SEARCH RESULTS */
#search_results li {
	background: none;
	padding-left: 0;	
}
#search_results li h3 {
	margin-top: 0;	
}

/* SITE MAP */
#SiteMap ul,
#SiteMap ul li {
	border: none;
	padding:5px 0pt 5px 35px;
}
#SiteMap ul {
	margin-bottom: 5px;
	padding-left: 0;
}





