/*-----------------------------------------------------------------------------
Theme Name: FileRide Enterprise
Theme URI: http: //www.fileride.com/
Description: FileRide Corporate Enterprise website
Version: 1.0
Author: Klokie
Author URI: http: //www.fileride.com/
Copyright: FileRide AB
-----------------------------------------------------------------------------*/
@CHARSET "UTF-8";

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	background: #0d2452 url('pic/bg-grad.png') repeat-x scroll 0 -177px;
	position: relative;
	padding: 0 0 0;
}

#wrapper {
	background: transparent url('pic/content.png') no-repeat scroll 100% 100%;
	width: 733px;
	margin: 0 auto;
	padding-bottom:117px;
	position: relative;
	z-index: 100;
}

#maincontainer {
	padding: 30px 36px 0;
	background: transparent url('pic/content.png') no-repeat scroll 0 0;
	z-index:100;
}
/**
* menu
*/
#menucontainer {
	margin: 0 auto;
	background: transparent url('pic/masthead.png') no-repeat scroll 0 0;
	width: 763px;
	height: 106px;
	position: relative;
}

#menucontainer .content {
	padding: 70px 150px 0; 
}
#menucontainer .bg {
	color: transparent;
	text-indent: -1000em;
	background: transparent url('pic/rays.png') no-repeat scroll 0 0;
	z-index:-100;
	overflow: visible;
	width:1199px;
	height:641px;
	position: absolute;
	left:-533px;
	top:47px;
}
#menucontainer ul {
	height: 1em;
	float: right;
	text-align: right;
	margin: 0;
}
#menucontainer ul li {
	display: block;
	float: left;
	height: 1em;
	margin: 0;
}
#menucontainer ul li.bar {
	color: #fff;
	padding: 0 3px;
}
#menucontainer ul li a, #menucontainer ul li a:link,#menucontainer ul li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 2px 3px 2px;
}
#menucontainer ul li a:hover {
	text-decoration: underline;
}
#menucontainer ul li a:active, #menucontainer ul li.current_page_item a {
	background-color: #6499d3;
}
#menucontainer ul li.logo {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 342px;
}
#menucontainer ul li.logo a {
	display: block;
	color: transparent !important;
	background-color: transparent;
	overflow: hidden;
	padding-top: 86px;
	height: 0;
	text-indent: -1000em;
	width: 342px;
}
/**
* contact form
*/
#UserRegisterForm .required {
	white-space: nowrap;
}
#UserRegisterForm #UserEmail {
	padding:3px;
	width:200px;
}
#UserRegisterForm #UserEmail.default {
	color:#0D2452;
}
#form-reg-error, #form-email-error, #form-success {
	padding-top:6px;
	color: red;
	display: none;
}
#form-success {
	color: green;
}
#menucontainer #contact {
	position: absolute;
	width: 364px;
	right: 0;
	top: -106px;
}
#menucontainer #contact a.rope {
	cursor: pointer;
	position:absolute;
	display: block;
	color: transparent !important;
	background-color: transparent;
	overflow: hidden;
	text-indent: -1000em;
	overflow: hidden;
	background: transparent url('pic/rope.png') no-repeat scroll 0 0;
	height: 0;
	right: -36px;
	padding-top: 373px;
	width: 35px;
}
.contact a.text {
	color: #ffffff;
	text-decoration: none;
	padding: 0 3px;
	position:absolute;
	font-style: italic;
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-size: 1.2em;
	white-space:nowrap;
	width: 120px;
	right:-160px;
	top:133px;
}
.contact.open a.text {
	display: none !important;
}

#contact-text {
	position:absolute;
	top:-200px;
	right: 15px;
	z-index:200;
	padding:0 0 20px;
	background: transparent url('pic/borders.png') no-repeat scroll 100% 100%;
}
#contact-text.success {
	top: 1px;
}
#contact-text.success #UserRegisterForm, #contact-text.success p {
	display: none;
}
#contact-text .inner {
	padding:15px 18px 0;
	width: 264px;
	background: transparent url('pic/borders.png') no-repeat scroll 0 0;
}
#contact-text h3 {
	margin: 0 0 0.25em;
}

#contact-text.open {
	display: block;
}

.right a.close {
	color:red !important;
	background-color: transparent !important;
	text-decoration: none !important;
	font-size:12px;
	margin-right:5px;
	cursor: pointer;
}

/**
* header
*/
#header {
	margin: 0 auto;
	width: 703px;
	padding: 0 30px;
	text-align: right;
}
#header h1, #header h2 {
	color: #0d2452;
	font-size: 48px;
	line-height: 1em;
	text-align: right;
	white-space: nowrap;
	margin: 0 0 10px;
}
#header h1 {
	font-weight: normal;
}
#header h2 {
	font-weight: bold;
}

/**
* main
*/
#maincontainer .content {
	padding: 0 0 3em;
	background-color: #ffffff;
	min-height:501px;
}
#maincontainer .content h1, #maincontainer .content h2 {
	color: #959fca;
	font-size:48px;
	line-height: 1em;
	margin: 0 0 10px;
}
#maincontainer a:link, #maincontainer a:visited {
	color: #6499d3;
}

#maincontainer a:hover, #maincontainer a:active {
	text-decoration: underline;
	border-bottom: none;
	padding-bottom: 3px;
	background-color: transparent;
}
.content h4 a, .content h4 a:link, .content h4 a:visited {
	text-decoration: underline;
}

.fileride .disclaimer {
	color: #0d2452;
	font-size:0.9em;
	margin: 0;
}
/**
	* footer
	*/
#footer {
	background-color:#0D2452;
	margin: 0;
	height:0;
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
	padding-bottom: 142px;
}

#footer .content {
	color: #0d2452;
	padding: 7em 20px 0;
	margin: 0 auto; 
	text-align: center; 
	width: 733px;
}

#footer .copyright {
	color: #efefef;
}

/**
* posts, pages
*/
#maincontainer .content .pagepost .post .column {
	display: block;
	margin-right:0;
	width:49%;
}

.fileride .feature-list {
	background:transparent url(pic/bg-features.png) no-repeat scroll 0 0;
	margin:0;
	padding: 18px 22px 18px 36px;
	clear: both;
	height: 162px;
}
	
#maincontainer .content .pagepost .post .feature-list .column {
	padding-bottom: 22px;
	height: 162px;
	width:280px;
	margin: 0 10px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
#maincontainer .content .pagepost .post .feature-list .last {
	margin:0 0 0 42px;
	width:270px;
}

.fileride .feature-list dl {
	height:76px;
	margin:0; 
	padding:0;
}
.fileride .feature-list dt {
	font-weight: bold;
	font-size:18px;
	margin:0; 
	padding:0;
}
.fileride .feature-list dd {
	font-size: 12px;
	margin:0; 
	padding:0;
}
.fileride .feature-list ul.bulleted li {
	list-style-position:outside;
	padding-left:0;
	margin-left:10px;
	font-size: 0.9em;
}
