/*
Theme Name: OpenPli
Theme URI: http://openpli.org
Author: OpenPLi
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
*/

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* Main */

* {
	line-height:1.4;
}

body {
	font:13px "Helvetica Neue", Helvetica, sans-serif;
}

p {
	margin-bottom:1em;
	clear:both;
}

a, a:visited {
	color: black;
	font-weight: bold;
	text-decoration:none;
}

a:link:hover {
	text-decoration:underline;
}

a:visited {
/*	color:#666; */
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

.gray,
.gray a {
	color:#a2a2a2;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear, ul, ol, #sidebar dl {
	clear:both;
}

.external {
	background: url(images/external.png) no-repeat center right;
}

.back {
	margin-bottom:2em;
}

ul {
	list-style-type:disc;
	padding:0 20px;
	margin-bottom:1em;
}

ul img {
	vertical-align:middle;
	position:relative;
	top:-1px;
}


ul.list,
ol {
	float:left;
	margin-bottom:1em;
	list-style:none;
	padding:0;
}

ul.list.col1 {
	width:100%;
}

ul.list.col3 {
	margin-left:-8px;
}

ul.list li {
	margin-bottom: 4px;
	padding: 8px 0px 4px;
	border-top: 1px solid #D0D0D0;
}

	ul.list.col3 li {
		float:left;
		width:213px;
		margin-left:8px;
	}

ul.list span {
	color: #A2A2A2;
	font-weight: bold;
}

ol {
	list-style-type:decimal;
	padding-left:20px;
}

dl {
	font-size: 12px;
	display: block;
	position: relative;
}
	
dl.indent {
	margin-left:8px;
}

dl.indent dt {
	text-indent:0;
}

dl dt, 
dl dd {
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #D0D0D0;
	width:50%;
	float:left;
}

dl.meta dt:first-child,
dl.meta dt:first-child + dd {
	border:none;
	padding-top:0;
}

dl dt {
	color: #A2A2A2;
	font-weight: bold;
	clear:left;
}

dl dd {
	text-align:right;
}

.entry dl {
	margin-bottom:1em;
}

dl dt,
dl dd {
/*	border-top:1px solid #bdbdbd;*/
}

#site {
	margin:0px auto;
	padding:0 8px 8px;
	width:944px;
}

#header {
	height:180px;
	font-size:12px;
}

#logo {
	height:110px;
	display:block;
}

	#logo img {
		margin-top:48px;
	}

.menu {
	background: #1c4464;
	display: block;
	height: 40px;
	text-transform: uppercase;
	list-style: none;
	padding:0;
	margin:0;
}

.menu li {
	float:left;
}

.menu li a {
	border-left: 1px solid white;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 2;
	text-indent: 8px;
	width: 141px;
	text-decoration:none;
}

.menu li.current-menu-item a,
.menu li.current-post-ancestor a,
.menu li.current-category-ancestor a {
	background:#1794D1 url(images/corner.png) no-repeat bottom right;
}

#menu-item-58 a {
	width:233px;
}

#main {
	float:left;
	width:100%;
	margin-bottom:2em;
}

#left {
	float: left;
	width: 650px;
}

h2, h3, h4 {
	margin-bottom:.5em;
}

h2 {
	font-size:26px;
	font-weight:bold;
	border-bottom:1px solid #bebebe;
	margin-left:8px;
}

#intro h2 {
	border:none;
	margin-left:0;
	padding-bottom:0;
}

.entry h2 {
	color:#aaa;
	margin-left:0;
	margin-top:1em;
}

h3 {
	font-size:14px;
	background: #1794D1;
	font-size: 15px;
	padding: 2px 8px;
	color: white;
}

#sidebar h4.alert {
	#background:#FF4210;
	background: #ff0000;
	color:#fff;
}

h3, h4 {
	display: block;
	font-weight:bold;
	float:left;
	clear:both;
	margin-bottom:.75em;
	position:relative;
}

h3:after,
h4:after {
	content:"";
	position:absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #1794D1;
	top:100%;
	left:50%;
	margin-left:-6px;
}

h4:after {
	border-top-color:#FFCD4C;
}

h4.alert:after {
	border-top-color:#FF4210;
}

.post h4:after {
	display:none;
}

h5 {
	color:#000;
	font-size:14px;
	line-height:1em;
}

.entry {
	float:left;
	clear:both;
	width:452px;
	margin-left:8px;
}
	
	.entry.wide {
		width:auto;
	}

.meta {
	width:175px;
	float:left;
	margin-left:15px;
}

.post {
	clear:both;
	border-top: 1px solid #D0D0D0;
}

.post a.floatright {
	margin-bottom:2em;
}

.post h4,
.entry h4 {
	font-weight: normal;
	font-size:20px;
	margin-bottom: .5em;
	float:none;
}

.timestamp {
	font-weight: bold;
	color: #A2A2A2;
	margin: 1em 0 0;
}

.newslist {
	clear:both;
}

.newslist dt {
	width:80px;
	padding: 8px 0px 4px;
}

.newslist dd {
	float:none;
	padding: 8px 0px 4px;
	text-align:left;
	width:auto;
}

#sidebar {
	float: right;
	width: 274px;
	margin-bottom:2em;
}

#sidebar h4 {
	margin-top:1.5em;
	display:block;
	background:#FFCD4C;
	color:#222;
	padding:2px 8px 3px;
}

#sidebar div a {
	width:272px;
	text-align:center;
	display:block;
	clear:both;
	padding:1em 0;
	border-top:1px solid #d0d0d0;
	display:none;
}

#sidebar div a.active {
	display:block;
}

#sidebar ul {
	margin:0 0 .5em -4px;
	float:left;
	list-style:none;
	padding:0;
}

#sidebar ul li {
	float:left;
	width:134px;
	margin-left:5px;
	font-size:12px;
	border-top:1px solid #D0D0D0;
	padding: 3px 0;
}

#sidebar ul li a {
	display: block;
}

/*#sidebar .alert { background:url(images/skull.png) no-repeat right center; color:#ff0000; }*/
#sidebar .notice { background:url(images/skull-medium.png) no-repeat right center; color:#ff6600; }

#sidebar p {
	margin:0;
}

#wikisearch {
	padding:8px;
	background:whiteSmoke;
}

#wikisearch label {
	width: auto;
	font-size: 12px;
	line-height:24px;
	font-weight:bold;
}

#wikisearch input {
	width: 122px;
	float: right;
	font-size: 12px;
	color: #333;
	background: white;
	border: 1px solid #999;
	padding:0.1em;
}

#intro {
	padding: 5px 10px;
	font-size: 16px;
	border-radius:3px;
	border: 1px solid #1c4464;
	margin-bottom: 20px;
}

#intro.notice,
#intro.alert {
	text-indent:25px;
}

#intro.info {
	background:#d9e9eb;
}

#intro.notice {
	background:#faf6d4 url(images/icon-notice.png) no-repeat 12px 14px;
}

#intro.alert {
	background:#f2d4ce url(images/icon-alert.png) no-repeat 12px 14px;
	border-color:#ae432e;
}

#intro p {
	margin: 0;
}

.donorbox {
	border-bottom:1px solid #d0d0d0;
	margin-bottom:1em;
}

#footer {
	clear: both;
	margin: 2em 0 1em;
	padding-top: .5em;
	border-top: 1px solid #AAA;
	color: #666;
	font-size:11px;
}

.manufacturers {
	border-top: 1px solid #D0D0D0;
	padding-top:1em;
	margin-bottom:2em;
}

.manufacturers td {
	vertical-align:middle;
	text-align:left;
	padding:1.5em 0;
}

.manufacturers td:first-child {
	width:200px;
	padding-right:25px;
}

.manufacturers td:first-child a {
	border-radius:0;
	display:inline;
}

.manufacturers td.divider {
	color:#ccc;
	padding:0 7px;
}

.manufacturers a {
	position:relative;
	display:inline-block;
	min-width:85px;
	border-radius:4px;
	background:#444;
	color:#fff;
	margin:5px 0;
	padding: 2px 5px;
	font-size:12px;
}

.manufacturers a.eos {
	background:#999;
}

.manufacturers a.dev {
	background:#b53535;
}

.manufacturers td:first-child a {
	padding: 0;
}

.manufacturers a:hover {
	background:#999;
	text-decoration:none;
}

.manufacturers a.eos:hover {
	background:#ddd;
	text-decoration:none;
}

.manufacturers a.dev:hover {
	background:#d74747;
	text-decoration:none;
}

.manufacturers a:hover .thumb {
	display:block;
}

.manufacturers img {
	display:block;
	margin: 0 auto;
	text-align:right;
}

.manufacturers img.logo {
	opacity:.8;
}

.manufacturers .thumb {
	display:none;
	z-index:2;
	position: absolute;
	padding: 10px;
	border: 4px solid #bbb;
	border-radius: 10px;
	bottom: 100%;
	margin: 0 0 12px -20px;
	background: #fff;
}

.manufacturers .eos .thumb {
	display:none;
	z-index:2;
	position: absolute;
	padding: 10px;
	border: 4px solid #eee;
	border-radius: 10px;
	bottom: 100%;
	margin: 0 0 12px -20px;
	background: #fff;
}

.manufacturers .dev .thumb {
	display:none;
	z-index:2;
	position: absolute;
	padding: 10px;
	border: 4px solid #d74747;
	border-radius: 10px;
	bottom: 100%;
	margin: 0 0 12px -20px;
	background: #fff;
}

.manufacturers .thumb:after {
	content:"";
	position:absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #bbb;
	top:100%;
	left:47px;
	margin-top:4px;
}

.manufacturers a.external {
	padding-right:20px;
	font-weight:normal;
}

#disqus_thread {
	clear:both;
	margin-left:8px;
	border-top: 1px solid #D0D0D0;
}

.dsq-reply {
	margin-top:0;
}

#dsq-content ul, 
#dsq-content li {
	clear:none;
}

#dsq-content h3 {
	display:inline-block;
	float:none;
}

#dsq-content #dsq-toolbar-dropdown {
	display:none;
}

hr {
	clear: both;
	height: 1px;
	background: #d0d0d0;
	border: none;
}

div.tables table {
	margin: 5px 5px 20px 5px;
}
div.tables td {
	border: 1px solid #1794d1;
	padding: 5px;
}