/*!
 * GetLilina.org version 3 - Common Styling
 *
 * Copyright 2010 Ryan McCue. Do not reuse without permission from the author.
 */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1.5;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #FFF;
}

h1 {
	font-size: 30px;
	margin: 21px 0 7px;
	height: 1.4em;
	line-height: 1;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #444;
	border-bottom: none;
}

h2 a:hover, h3 a:hover {
	background: inherit;
	color: #44f;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	font-size: 1em;
	padding: 0;
	margin: 1em 0 0.5em;
}

a, a:visited {
	color: #3399FF;
	text-decoration: none;
}

a.new {
	color: red;
}

a:hover, a.new:hover {
	color: #c30;
	text-decoration: none;
}
	
.clearer {
	clear: both;
}

small, blockquote, strike {
	color: #777;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

code, tt {
	font: 1em/1.5 Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

code {
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
	clear: both;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

/* Grid */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8 {
	float: left;
	margin: 0 1%;
}
.col-1 { width: 10.5%; }
.col-2 { width: 23%; }
.col-3 { width: 35.5% }
.col-4 { width: 48%; }
.col-5 { width: 60.5% }
.col-6 { width: 73%; }
.col-7 { width: 85.5%; }
.col-8 { width: 98%; }

/* Used on / and /download/ */
.box-holder {

}

.box-a {
	width: 50%;
	float: left;
}
.box-b {
	width: 50%;
	float: left;
}
.box-full {
	width: 100%;
	float: left;
}

.box > * {
	padding: 0 2em;
}
.box ul, .box p {
	margin: 1em 0;
	font-size: 1.4em;
	line-height: 1.45em;
	
	color: #777;
}
.box ul li {
	margin-bottom: 1em;
}



#page {
	margin: 20px auto;
	padding: 0;
	text-align: left;
	background: #fff;
}

#content {
	font-size: 14px;
}

#content h2 {
	height: 1.4em;
}

.entry p, .entry pre, .entry blockquote, .entry li {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 2em;
}

.entry ul {
	list-style-type: disc;
	margin: 1em 0 0.5em;
	padding: 0 0 0 40px;
}

.entry li {
	margin-bottom: 0.4em;
}

.entry li li {
	font-size: 1em;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

/*************
    SIDEBAR
*************/
#sidebar {
	font-size: 12px;
}

#sidebar form {
	margin: 0;
}

#sidebar h2 {
	font-size: 14px;
	margin: 1em 0;
	padding: 0;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments {
	color: #777;
}

#sidebar ul, #sidebar ul ol, #bottomnav ul, #bottomnav ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul > li {
	list-style-type: square;
}

#sidebar > ul > li {
	list-style-type: none;
	margin-bottom: 30px;
	clear: both;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar > ul > li > ul, #sidebar > ul > li > #newsposts {
	margin-left: 2em;
}

#sidebar > ul > li > ol {
	margin-left: 2.6em;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar li li {
	margin: 3px 0 5px;
	padding: 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#footer {
	width: 100%;
	clear: both;
	background: #333;
	color: #aaa;
	font-size: 14px;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 20px 0;
}

#footer a {
	color: #ddd;
	border: 0 none;
}

#footer a:hover {
	color: #fff;
	background: transparent;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 60px;
	margin: 0;
	width: 60%;
	}

.fullpagecolumn {
	float: none;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.fullpagecolumn {
	max-width: 550px;
}

.notice {
	text-align: center;
	margin: 2em 0;
	padding: 1em;
	background-color: #FFFFCC;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
}

.buttons a, .buttons button{
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;

	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	line-height:130%;
	text-decoration:none;
	color:#565656;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */

	margin: 1em auto 0;
}
.buttons button{
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

table.full {
	width: 100%;
	font-size: 12px;
	border: 1px solid #01A0C7;
	border-collapse: collapse;
	margin-bottom: 1em;
}
table.full thead {
	background: #01A0C7;
	color: #fff;
}
table.full tbody tr {
	border: 1px solid #ccc;
}
table.full td, table.full th {
	border: 0;
	padding: 10px 6px;
}
table.full tbody tr:first-child {
	border-top: 0;
}
table.full tbody tr:nth-child(2n+2) {
	background: #eee;
}

/* Sidenotes */
.note, .warning {
	padding: 1em 1em 0.25em;
	margin-top: 1em;
}
.note { background: #fff9d8; }
.warning { background: #f9d9d8; }


#header {
	background: #ffffff;
	font-size: 1.1em;
	height: 6em;
	font-family: Verdana, Helvetica, sans-serif;
	border-bottom: 2px solid #01A0C7;
}
#header #sitetitle {
	margin: 0;
	padding: 0;
	font-size: 1em;
	float: left;
	width: 30%;
}
#header #sitetitle a {
	margin: 0;
	padding: 0;
	display: block;

	height: 6em;
	border-bottom: none;
	text-indent:-9999px;
	
	background: url("/shared/images/logo-white.png") no-repeat center left;
}
#header #sitetitle a:hover {
	color: #E0E2E6;
	border-bottom: none;
}

/* navigation */

#navigation {
	margin: 0;
	padding: 0;
	float: right;
}

#navigation h2 {
	display:none;
}

#navigation ul {
	margin: 0;
	padding: 0;
	padding-top: 3em;
	list-style-type: none;
}

#navigation li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1em;
}

#navigation li a {
	color: #01A0C7;
	text-decoration:none;
	border: none;
	padding: 0 10px;
	line-height: 3em;
	display: block;
	font-size: 1em;
}

#navigation li a:hover {
	background: #6D6D6D;
	color: #FFF;
}

#navigation .current_page_item a{
	background: #01A0C7;
	color: #FFF;
}

#navigation .current_page_item a:hover {
}

#navigation .section_page_item a{
	background: #01A0C7;
	color: #FFF;
}

#navigation #page_item_download {
	margin-left: 2em;
	font-weight: bold;
}

#headline {
	background: #01A0C7;
	color: #fff;
	overflow: auto;
	padding-bottom: 2px; /* Account for text-shadow */
}
#headline h1, #headline h2, #headline .title {
	font-size: 22px;
	line-height: 50px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 1px #666;
}
#headline .login {
	float: right;
	line-height: 50px;
	font-size: 12px;
}
#headline p {
	margin: 0;
}
#headline .login a {
	color: #fff;
	margin-right: 10px;
}
#headline .login a.new {
	color: #f9d9d8;
	border: none;
}
#sidebar .new a, #sidebar a.new {
	color: #CC2200;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}
