/* Medias */
.media-print
{
	display: none;
}

hr.separator
{
	display: none;
}

a {
	color: #263248;
}

a img {
	border: 0 none;
}

body {
	margin: 0;
	padding: 0 10px;
	background-color: #c1c7d3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 76%;
	font-family: verdana, arial, tahoma, sans-serif;
}
	#content-jump {
		display: none;
	}
	#main {
		padding-bottom: 10px;
		background-color: #263248;
	}
		#strip {
			padding: 3px 0;
			background-color: #333;
			color: #999;
		}
			#strip-name {
				float: left;
				padding-left: 10px;
				font-size: 0.9em;
				line-height: 16px;
				text-transform: uppercase;
			}
			#strip ul {
				float: right;
				margin: 0;
				padding: 0;
				list-style: none;
				text-transform: lowercase;
			}
				#strip li {
					float: left;
					margin-right: 10px;
					font-size: 0.9em; /* Has to be set here to not conflict with vBulletin's default font-size for LIs */
				}
				#strip li.strip-dd {
					position: relative;
				}
					#strip a,
					#strip li.strip-dd span.strip-dd-more {
						display: block;
						padding-left: 21px;
						background-repeat: no-repeat;
						background-position: left center;
						text-decoration: none;
						color: #fff;
					}
					#strip li.strip-dd span.strip-dd-more {
						cursor: pointer;
						background-image: url(../../../utility/images/icons/silk/gif/black/bullet_arrow_down.gif);
					}
						#strip li ul {
							display: none;
							position: absolute;
							right: -10px;
							padding: 3px;
							background-color: #333;
						}
						#strip li.hover ul {
							display: block;
						}
							#strip li ul li {
								float: none;
								font-size: 1em;
							}
								#strip li ul li a {
									line-height: 2em;
								}
					#strip a.strip-main {
						background-image: url(../images/icons/main-icon.gif);
					}
					#strip a.strip-forum {
						background-image: url(../images/icons/forum-icon.gif);
					}
					#strip a.strip-blog {
						background-image: url(../images/icons/blog-icon.gif);
					}
					#strip a.strip-store {
						background-image: url(../images/icons/store-icon.gif);
					}
					#strip a.strip-reference {
						background-image: url(../images/icons/reference-icon.gif);
					}
					#strip a.strip-twitter {
						background-image: url(../../../utility/images/icons/sites/twitter-16x16-white.gif);
					}
					#strip a.strip-facebook {
						background-image: url(../../../utility/images/icons/sites/facebook-16x16-white.gif);
					}
		#navigation {
			margin: 0 10px;;
			color: #fff;
			text-transform: uppercase;
		}
			#navigation ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
				#navigation li {
					float: left;
					margin-right: 1px;
				}
					#navigation a {
						display: block;
						padding: 10px;
						color: #fff;
						text-decoration: none;
					}
					#navigation li.navigation-item-active a,
					#navigation li.current a,
					#navigation li.current-cat a, /* Wordpress */
					#navigation li.current_page_item a, /* Wordpress */
					#navigation a:hover,
					#navigation a:active
					{
						background-color: #fff;
						color: #263248;
					}
		#header {
			margin: 0 10px 10px 10px;
			height: 100px;
			background-color: #fff;
		}
			#logo {
				float: left;
			}
				#logo a {
					display: block;
					background-image: url(../images/logo.gif);
					background-repeat: no-repeat;
				}
					#logo img {
						visibility: hidden;
					}
		#search {
			margin: 0 10px 10px 10px;
			background-color: #7e8aa2;
			padding: 10px;
			color: #fff;
			font-weight: bold;
			text-align: center;
		}
			#search form {
				margin: 0;
			}
			#search .input-text {
				width: 400px;
			}
			#search .search-powered {
				font-size: 0.7em;
				font-weight: normal;
			}
		#body {
			margin: 0 10px 10px 10px;
			background-color: #ebe6e1;
		}

			#content {
				background-color: #fff;
			}
				#yield {
					padding: 0 10px;
					min-height: 400px;
				}
				* html #yield {
					height: 400px;
				}
					#yield hr.separator {
						display: none;
					}
		#footer {
			margin: 0 10px;
			color: #fff;
		}
			#footer a {
				color: #fff;
			}
			#footer-info {
				float: left;
				padding: 10px;
				width: 610px;
				background-color: #222;
			}
				#footer-4d-wrapper {
					margin-bottom: 10px;
				}
					#footer-4d {
						width: 468px;
						height: 60px;
					}
				#footer-info p {
					margin: 10px 0 0 0;
				}
				#footer-info #copyright {
					margin-top: 0;
				}
			#footer-navigation {
				float: right;
				width: 280px;
				text-transform: uppercase;
			}
				#footer-navigation ul {
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#footer-navigation li {
						float: left;
						margin-right: 1%;
						border-bottom: 1px solid #7e8aa2;
						width: 49%;
						font-size: 0.8em; /* Has to be set here to not conflict with vBulletin's default font-size for LIs */
					}
						#footer-navigation a {
							display: block;
							padding: 0.25em 0.5em;
							text-decoration: none;
						}
						#footer-navigation li.current a,
						#footer-navigation li.current-cat a, /* Wordpress */
						#footer-navigation li.current_page_item a, /* Wordpress */
						#footer-navigation a:hover,
						#footer-navigation a:active
						{
							background-color: #fff;
							color: #263248;
						}

#toplinks {
  background-color: #263248;
  padding: 0 0 10px 10px;
}
