@charset "utf-8";

/* ------------
 * Global Reset
 * ------------
 *
 * Cross-browser style reset to a common base by Eric Meyers
 *
 */
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
	}
:focus { outline: 0 } /* remember to define focus styles! */
select, input, textarea, button { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 1em; color: #333 }
ol, ul { list-style: none }
table { border-collapse: separate; border-spacing: 0 } /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left; font-weight: normal }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q {	quotes: "" "" }


/* --------
 * Structure
 * --------
 *
 * 
 *
 */
 
 
body {
	background: #D0E4EF url(../images/bg-body.jpg) no-repeat top center;
	font:62.5%/1.5 "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #5F334E;
}

#container {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
	}

	
#head {
	min-height: 140px;
	position: relative;
	}
	
	
#body-wrap {
	background: #080808 url(../images/header.jpg) no-repeat top left;
	font-size: 1.35em;
	clear: both;
	padding-top: 290px;
	width: 980px;
	}

.body-wrap-2 {
	background: #9cabb2;
	font-size: 1.35em;
	margin-top: 30px;
	text-align: center;
	padding: 115px 0;
	position: relative;
	}
	
#content {
	padding: 0 0 0 30px;
	margin-right: 347px;
	}
#sidebar {
	float: right;
	width: 275px;
	color: #fff;
	margin: -22px 30px 0 0;
	position: relative;
	padding-bottom: 200px;
	height: 540px;
	he\ight: 340px;
	}
	
#foot {
	padding: 10px 0 15px 0;
	font-size: 1.2em;
	clear: both;
	margin-top: 10px;
	}


/* --------
 * Sidebar
 * --------
 *
 * 
 *
 */ 
 
#newsletter {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 275px;
	padding: 10px;
	w\idth: 255px;
	border: 1px solid #ccc;
	}	
#newsletter input {
	background: #929292 url(../images/form-input-bg.gif) repeat top left;
	width: 252px;
	border: 0;
	height: 26px;
	margin-bottom: 5px;
	padding: 0 3px;
	w\idth: 246px;
	}
#newsletter button {
	float: right;
	}
#newsletter .field-half input {
	width: 123px;
	padding: 0 3px;
	w\idth: 117px;
	}
#newsletter #cfnewsfirst {
	margin-right: 3px;
	}
#newsletter .field-half label {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}
#newsletter input.requiredValue, #newsletter input.invalidValue {
	background: #f1f1f1 url(../images/icon-error-field.gif) no-repeat center left;
	padding-left: 25px;
	w\idth: 227px;
	border: 1px dotted #e11f25;
	}
#newsletter label.requiredValue {
	background: none;
	}
#newsletter .field-half input.requiredValue {
	background: #f1f1f1 url(../images/icon-error-field.gif) no-repeat center left;
	padding-left: 25px;
	w\idth: 90px;
	border: 1px dotted #e11f25;
	}
	
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 22px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 21px;
	line-height: 21px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #ccc;
	overflow: hidden;
	position: relative;
	}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1em;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
	}
ul.tabs li a:hover, ul.tabs li.active {
	background: #fff;
	color: #000;
	}	
/*html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #ccc;
	border-bottom: 1px solid #fff;
	color: #000;
	}*/
.tab_container {
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	}
.tab_content {
	padding: 10px;
	line-height: 1.1em;
	height: 315px;
	he\ight: 295px;
	font-size: 95%;
	overflow: auto;
	}
.tab_content ul {
	list-style: disc;
	margin: 10px 0 0 17px;
	}
.tab_content ul li {
	margin-bottom: 3px;
	}
.tab_content h3 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	}
.tab_content p {
	margin-bottom: 4px;
	}

	
/* --------
 * Body-Wrap
 * --------
 *
 * 
 *
 */ 
 
#thanks #content {
	color: #fff;
	}
 
#logo {
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 100;
	}

.addthis_button {
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 100;
	}

#body-inner {
	background: transparent url(../images/header-bottom.jpg) no-repeat bottom left;
	
	}

.body-wrap-2 form {
	background: #000 url(../images/heading-linux-advantage.jpg) no-repeat top left;
	width: 663px;
	padding: 0 30px 30px 30px;
	w\idth: 603px;
	margin: 0 auto 0 auto;
	text-align: left;
	}	
.body-wrap-2 form legend {
	color: #fff;
	font-size: 200%;
	padding: 13px 0 0 0;
	display: block;
	margin-bottom: 30px; 
	}
.body-wrap-2 form label {
	color: #fff;
	}
.body-wrap-2 form dd {
	margin-bottom: 15px;
	}
.body-wrap-2 form input {
	background: #0c0c0c url(../images/form-input-bg.gif) repeat-x top left;
	width: 226px;
	border: 0;
	height: 26px;
	}
.body-wrap-2 form textarea {
	background: #888 url(../images/form-textarea-bg.gif) repeat-x top left;
	height: 215px;
	width: 317px;
	border: 0;
	}
.body-wrap-2 form .form-checkbox {
	width: auto;
	height: auto;
	background: none;
	}
button {
	background: none;
	border: 0;
	padding: 0;
	}
	
.errors {
	margin: 10px 0;
	padding: 10px 10px 10px 95px;
	border: 1px dashed #e11f25;
	background: #f1f1f1 url(../images/icon-error.gif) no-repeat top left;
	min-height: 70px;
	min-he\ight: 50px;
	}
.body-wrap-2 form input.requiredValue, .body-wrap-2 form input.invalidValue {
	background: #f1f1f1 url(../images/icon-error-field.gif) no-repeat center left;
	padding-left: 25px;
	w\idth: 199px;
	border: 1px dotted #e11f25;
	}
.body-wrap-2 form textarea.requiredValue {
	background: #f1f1f1 url(../images/icon-error-field.gif) no-repeat center left;
	padding-left: 25px;
	w\idth: 290px;
	border: 1px dotted #e11f25;
	}
	
	
.body-wrap-2 .inner {
	padding: 0 0 30px 0;
	width: 663px;
	margin: 0 auto 0 auto;
	text-align: left;
	}

.form-left {
	float: left;
	width: 230px;
	margin-top: 30px;
	}
.form-right {
	float: right;
	width: 320px;
	margin-top: 30px;
	}

.to-top {
	position: absolute;
	right: 45px;
	top: 35px;
	}

.float-checkbox {
	float: left;
	width: 20px;
	}
.float-statement {
	float: left;
	margin-left: 5px;
	width: 560px;
	font-size: 85%;
	line-height: 1em;
	color: #fff;
	}
	
.body-wrap-2 .inner address {
	font-size: 85%;
	display: block;
	margin-top: 15px;
	}

/* --------
 * Content
 * --------
 *
 * 
 *
 */ 
 
#about-linuxit {
	position: relative;
	top: -40px;
	}
 
#current-publication {
	border: 1px solid #898989;
	width: 600px;
	height: 425px;
	}
	
#controls {
	margin: 20px 0;
	}

.pdf {
	background: transparent url(../images/icon-pdf.gif) no-repeat center left;
	padding: 10px 0 10px 35px;
	}
.refer {
	background: transparent url(../images/button-refer-a-friend.gif) no-repeat top left;
	float: right;
	width: 110px;
	height: 25px;
	}
.contact-us {
	background: transparent url(../images/button-contact-us.gif) no-repeat top left;
	float: right;
	width: 93px;
	height: 25px;
	margin-right: 10px;
	}
.to-top {
	background: transparent url(../images/button-back-to-top.gif) no-repeat top left;
	float: right;
	width: 115px;
	height: 25px;
	}
.button span {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}
	
	
	
/* --------
 * Fonts
 * --------
 *
 * 
 *
 */	
	
h1 {
	color: #fff;
	font-size: 170%;
	}
	h1 span {
		font-size: 60%;
		}
	
.body-wrap-2 p {
	margin: 0 0 15px 0;
	text-align: justify;
	}
.body-wrap-2 h2 {
	font-size: 200%;
	margin-bottom: 10px; 
	}
#content h2 {
	margin: 20px 0;
	font-size: 140%;
	}

/* --------
 * Forms
 * --------
 *
 * 
 *
 */


	
 
/* --------
 * Links
 * --------
 *
 * 
 *
 */
 
a {
	color: #fff;
	text-decoration: underline;
	}
a:hover {
	color: #ccc;
	}

#foot a {
	color: #e11f25;
	}
 

 
/* --------
 * Foot
 * --------
 *
 * 
 *
 */ 
 
 

 
 
/* --------
 * Utility
 * --------
 *
 * 
 *
 */

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	

