/*
Title: RainRecording.com screen styles
Date Modified: 1/7/2008
--
Author: Bayt & Takl
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	typography
	navigation
	alignment
	icons
	legacy
*/

/* layout
------------------------------------- */
	html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #7694D6 url(/images/backgrounds/hush/gradient.jpg) left top repeat-x;
	/* background: #8899C5 url(/images/backgrounds/main.jpg) left top repeat-x; */
	color: #5a5a5a; /* #4e6172 */
	font: normal 12px/1.5em  Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-align: center; /* for centering Win IE 5 */
	}

#wrapper {
	background: #fff;
	width: 950px;
	margin: 5px auto;
	padding: 0;
	text-align: left;
	}

/* ----- header ----- */
#header {
	margin: 0;
	background: transparent url(/images/backgrounds/hush/masthead-950.jpg) no-repeat top left;
	/* background: transparent url(/images/backgrounds/masthead.jpg) no-repeat top left; */
	height: 130px;
	padding-right: 75px;
	}

#logo {
	float: left;
	width: 141px;
	padding: 25px 0 0 38px;
	}

#logo h1, #logo h1 a {
	text-indent: -4000px;
	display: block;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 77px; 
	background: url(/images/logos/rainrecording_141x77.gif) 0 0 no-repeat;
	border-bottom: none;
	text-decoration: none;
	}

/* ----- main content ----- */
#main {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 50px;
	width: 875px;
	text-align: left;
	}

ul, ol {
	font-size: 11px;
	}

ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

/* column boxes */
.col_box {
	margin-top: 20px;
	width: 100%;
	}

.col_box_content {
	padding: 0 10px 5px 10px;
	font-size: 90%;
	line-height: 1.5em;
	}

.col_image, a .col_image {
	margin: 0 10px 5px 0;
	padding: 0;
	border: none;
	text-decoration: none;
	}

.col_box_left, .col_box_right, .col_box_center {
	width: 270px;
	margin: 0;
	padding: 0;
	}

.col_box_center {
width: 100%;
}

.col_box_left, .col_box_right, .col_box_center {
	background: #e6e6e6 url(/images/backgrounds/rounded_box/bottom_curve.gif) bottom right no-repeat;
	margin-bottom: 25px;
	}

.col_box_left h3, .col_box_right h3, .col_box_center h3 {
	background: #ccc url(/images/backgrounds/rounded_box/heading.gif) top left no-repeat;
	font-size: 115%;
	color: #333;
	text-shadow:#fff 2px 2px;
	margin: 0;
	padding: 5px 10px;
	}
	
.col_box_left h3 a, .col_box_right h3 a, .col_box_center h3 a {
	color: #333;
	text-decoration: none;
	}

.col_box_left h3 a:hover, .col_box_right h3 a:hover, .col_box_center h3 a:hover {
	color: #000;
	text-decoration: none;
	}

.col_box_left h4, .col_box_right h4, .col_box_center h4 {
	font-size: 110%;
	margin: 15px 0 0 0;
	padding: 0;
	}

.col_box_left {
	float: left;
	}

.col_box_right {
	float: right;
	}
	
.col_box_center {
	margin-left: auto;
	margin-right: auto;
	}

#right_col {
	float: right;
	margin: 25px 0;
	width: 175px;
	}
	
#right_col ul {
	list-style-type: square;
	}

#right_col ul li {
	font-size: 90%;
	line-height: 1.4em;
	margin-left: -15px;
	padding-left: 0;
	padding-right: 15px;
	padding-bottom: 5px;
	}

/* ----- tabs ----- */
.tab_container {
	margin: 10px 0 50px 0;
	width: 540px;
	}

div.tab-pane dl {
	margin: 25px 25px 25px 5px;
	}

div.tab-pane ul {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
	}

div.tab-pane ul li ul {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 25px;
	}

div.tab-pane ul li {
	list-style-type: disc;
	}

div.tab-pane ul li ul li {
	list-style-type: circle;
	}

div.tab-pane dt {
	font-size: 90%;
	font-weight: bold;
	padding-left: 65px;
	}

div.tab-pane h3 {
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5em;
	padding-bottom: 0;
	margin: 0;
	}

ul.overview li, div.tab-pane ul li, div.tab-pane dd {
	padding-bottom: 12px;
	font-size: 90%;
	}

ul.overview li, div.tab-pane ul li {
	margin-left: -15px;
	padding-left: 0;
	}

/* ----- blue quote box----- */
blockquote.bluebox {
	background: #3388E9 url(/images/backgrounds/quote_top.jpg) no-repeat top left;
	color: #fff;
	font-size: 90%;
	line-height: 1.4em;
	width: 375px; 
	padding: 0; 
	margin: 25px auto;
	}

blockquote.bluebox p.quote {
	padding: 30px 25px 0 75px;
	text-align: left;
	}

blockquote.bluebox p.author {
	background: url(/images/backgrounds/quote_bottom.jpg) no-repeat bottom left;
	text-align: right;
	padding: 0 25px 25px 5px;
	}

/* ----- footer ----- */
#footer {
	background: #fff url(/images/backgrounds/footer.jpg) no-repeat bottom left;
	height: 125px;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
	clear: both;
	color: #ccc;
	font-style: normal;
	font-size: x-small;
	}

.footer_nav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: none; 
	color: #333;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

.footer_nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.footer_nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

.footer_nav ul li a:hover {
	background: none;
	color: #000;
	}

.footer_nav ul li a.last { border-right: none; }
	
#footer p {
	clear: both;
	}


/* typography
------------------------------------- */
h1, h2, h3, dt, dt a, legend {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	/* letter-spacing: .1em; */
	color: #3A4278; /* #636 */
	font-weight: normal;
	line-height: 1.4em;
	}

h2 {
	color: #5F7196; /* #8799C5 */
	font-size: 180%;
	text-shadow: none;
	text-align: left;
	margin: 10px auto;
	/* margin-top: 0; */
	width: 900px;
	}

h2 a, h2 a:link, h2 a:hover, h2 a:active, h2 a:visited {
color: #5F7196;
text-decoration: none;
}

h2 a:hover {
color: #8799C5;
}

h2 {
margin-left: 50px;
padding-left: 0;
}

h2 span {
color: #666666;
font-size: 70%;
}

#main h2 {
margin-left: 0;
}

h3, dt, legend {
	font-weight: normal;
	font-size: 125%;
	}

h4 {
	font-size: 100%;
	}

.caption {
	text-align: left;
	line-height: 1.5em;
	font-size: x-small;
	}

.caption_big {
	text-align: left;
	line-height: 1.5em;
	font-size: small;
	}

.alert {
	color: #C00;
	}

.small {
	font-size: 90%;
	line-height: 1.3em;
	}
	
abbr, acronym {
	font-style: italic;
	cursor: help;
	}

/* navigation
------------------------------------- */
a {
	color: #3d60ca;
	text-decoration: none
	}

a:link {
	color: #3d60ca;
	text-decoration: none
	}

a:hover  {
	color: #3d60ca;
	text-decoration: underline
	}

div.nav {
	float: right;
	width: 585px;
	margin: 50px auto;
	/* margin-right: 100px; */
	}

.nav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: #ccc url(/images/backgrounds/navbar.gif) repeat-x top left; 
	color: #333;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

.nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

.nav ul li a:hover {
	background: #DBDBDB url(/images/backgrounds/navbar_r.gif) repeat-x top left;
	color: #000;
	}

.nav ul li a.selected {
	color: #4469da;
	background: #DBDBDB url(/images/backgrounds/navbar_r.gif) repeat-x top left;
	}

.nav ul li a.last { border-right: none; }

.navcontainer #active { border-left: 1px solid #fff; }

/* subnav */
div.subnav {
	float: none;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 auto 10px auto;
	/* margin-right: 100px; */
	}

.subnav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: #333 url(/images/backgrounds/subnavbar.gif) repeat-x top left; 
	color: #fff;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

.subnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.subnav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #333;
	}

.subnav ul li a:hover {
	background: #DBDBDB url(/images/backgrounds/subnavbar_r.gif) repeat-x top left;
	color: #000;
	}

.subnav ul li a.last { border-right: none; }

.subnavcontainer #active { border-left: 1px solid #fff; }

/* ----- misc ----- */
div.button {
border: 1px solid #999;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-align: center;
background: #fff url(/images/backgrounds/button.gif) left top repeat-x;
width: 100px;
}

div.button a {
display: block;
color: #000;
text-decoration: none;
}

div.button:hover {
background: #ffc;
}

.footnote {
	color: #999;
	font-size: 80%;
	}

input:focus, textarea:focus { 
	background-color: #D8E9FB; 
	}

img, a img {
	border-width: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.border_btm {
	border-bottom: 1px dashed silver;
	}

.lrg_banner {
	margin: 15px auto 45px auto;
	text-align: center;
	}

.banner {
	margin: 15px auto 20px auto;
	text-align: center;
	}

.inset {
	width: 125px;
	margin: 0 0 10px 15px;
	text-align: center;
	float: right;
	}

.inset .caption {
font-size: 80%;
}

.no_bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
dd {
	margin: 0;
	}

/* alignment
------------------------------------- */
.align_left {
	float: left;
	}

.pad_left {
	float: left;
	margin: 0 15px 10px 0;
	}

.align_right {
	float: right;
	}

.pad_right {
	float: right;
	margin: 0 0 10px 15px;
	}

.pad_center {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.clear {
	clear: both;
	}

/* icons
------------------------------------- */

p.flag_uk {
	background: url(/images/icons/flags/uk_ball.jpg) left top no-repeat; 
	padding-left: 45px;
	padding-bottom: 5px;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 1.4em;
	}

a.pdf {
	background: url(/images/icons/pdf_12x12.gif) left top no-repeat; 
	padding-left: 20px;
	}

a.info {
	background: url(/images/icons/info_12x12.gif) left top no-repeat;  
	padding-left: 20px;
	}

a.pages {
	background: url(/images/icons/pages_12x12.gif) left top no-repeat;  
	padding-left: 20px;
	}

p.notice {
	background: url(/images/icons/alert_12x12.gif) left top no-repeat;  
	padding-left: 20px;
	font-size: 10px;
	line-height: 1.4em;
	text-align: justify;
	}

a.download {
	background: url(/images/icons/download.gif) left top no-repeat;  
	padding-left: 23px;
	padding-bottom: 7px;
	}

.notice_big {
	background: url(/images/icons/alert_32.gif) left top no-repeat;  
	padding: 5px 0 15px 45px;
	}

/* xp icon */
.icon_xp {
	background: url(/images/products/software/xp_50x50.jpg) left top no-repeat;  
	padding-left: 65px;
	}

/* le icon */
.icon_le {
	background: url(/images/products/software/le_50x50.jpg) left top no-repeat;  
	padding-left: 65px;
	}

/* giga icon */
.icon_giga {
	background: url(/images/products/software/giga_50x50.jpg) left top no-repeat;  
	padding-left: 65px;
	}

/* pcdj icon */
.icon_pcdj {
	background: url(/images/products/software/pcdj_50x50.jpg) left top no-repeat;  
	padding-left: 65px;
	}

/* nero icon */
.icon_nero {
	background: url(/images/products/software/nero_50x50.jpg) left top no-repeat;  
	padding-left: 65px;
	}
	
	/* acronis icon */
.icon_acronis {
	background: url(/images/products/software/acronis_50x50.jpg) left top no-repeat;  
	padding-left: 65px;
	}




/* legacy (DO NOT USE)
------------------------------------- */
/* ----- rounded corner box ----- */
div.rounded {
	width: 200px;
	background: #E4E9EC url(/images/backgrounds/200pxbottom.gif) no-repeat bottom center;
	padding-bottom: 15px;
	}

div.rounded h3 {
	font: normal 20px/20px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 15px 15px;
	margin: 0;
	background: transparent url(/images/backgrounds/200pxtop.gif) no-repeat top center;
	}

div.rounded h3 a {
	color: #4e6172;
	text-decoration: none;
	}

div.rounded h3 a:link {
	color: #4e6172;
	text-decoration: none;
	}

div.rounded h3 a:hover  {
	color: #619DB7;
	text-decoration: none;
	}
	
div.rounded p {
	padding: 5px 15px;
	}

div.rounded dt {
	font-size: 14px;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	}

div.rounded dd {
	font-size: 11px;
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
	}