/*
Theme Name: OpenNMS Group
Theme URI: http://www.opennms.com
Description: Custom Wordpress Theme for The OpenNMS Group
Version: 1.0
Author: Stephen Ward
Author URI: http://www.boldinteractive.com/
Tags: opennms, green, black

        OpenNMS v1.0

*/

/* Begin Reset */
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;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

dt {
	font-weight: bolder;
}
dd {
	margin-left: 10px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* End Reset */



/* Begin Core Styles */
body {
	font-family: Arial, sans-serif;
	font-size: 90%;
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.arrow-link {
	background: url(images/green-arrow.png) no-repeat center right;
	font-weight: bold;
	height: 15px;
	padding: 0px 21px 0px 0px;
}

.readme-link {
	font-weight: bold;
	height: 15px;
	padding: 0px 21px 0px 0px;
}

.arrow-link:active, .arrow-link:hover {
	background: url(images/black-arrow.png) no-repeat center right;
}

.clear {
	clear: both;
}
/* End Core Styles */



/* Begin Header Styles */
#header-container {
	background: url(images/header-background.png) repeat-x;
	height: 174px;
	width: 100%;
}

#header {
	height: 174px;
	margin: 0 auto;
	position: relative;
	width: 969px;
}

#logo {
	left: 0px;
	position: absolute;
	top: 48px;
}

#main-menu {
	bottom: 0px;
	left: 0px;
	position: absolute;
}

#main-menu li {
	display: inline;
}

#main-menu li a:link, #main-menu li a:visited {
	color: #FFF;
	display: block;
	float: left;
	font-size: 90%;
	font-weight: bold;
	height: 28px;
	padding: 14px 12px 0px 12px;
	text-decoration: none;
}

#main-menu li a:active, #main-menu li a:hover {
	color: #DDD;
}

#main-menu .current_page_item a:link, #main-menu .current_page_item a:visited {
	background: url(images/main-menu-background-rollover.png) repeat-x;
}

#utility-and-phone {
	position: absolute;
	right: 28px;
	top: 60px;
}

#utility-menu {
	color: #666;
	font-size: 90%;
	letter-spacing: 2px;
	margin: 0px 0px 23px 0px;
}

#utility-menu li {
	display: inline;
}

#utility-menu li a:link, #utility-menu a:visited {
	color: #333;
	letter-spacing: normal;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
}

#utility-menu li a:active, #utility-menu li a:hover {
	text-decoration: underline;
}

#social-media-menu {
	background: url(images/stay-connected-with-opennms.png) 2px 0px no-repeat;
	right: 28px;
	padding: 0px 0px 0px 78px;
	position: absolute;
	top: 12px;
}

#social-media-menu li {
	display: inline;
}

#social-media-menu li:first-child a img {
	margin: 0px;
	padding: 0px 3px 0px 0px;
}

#search-form {
	bottom: 0px;
	height: 42px;
	position: absolute;
	right: 28px;
}

#search-field {
	border: 1px solid #CCC;
	height: 17px;
	position: relative;
	top: 7px;
	width: 134px;
}

#search-submit {
	position: relative;
	top: 14px;
}

#site-jump {
	font-size: 75%;
	font-weight: bold;
	left: 21px;
	position: absolute;
	top: 14px;
}

#site-jump li {
	display: inline;
}

#site-jump li a {
	color: #000;
	text-decoration: none;
}

#site-jump li a.current {
	color: #377026;
}
/* End Header Styles */



/* Begin Content Styles */
#content-container {
	background: #D8D8D8 url(images/page-background.png) repeat-x;
	width: 100%;
}

#content {
	background: #F4F4F4;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	margin: 0 auto;
	min-height: 1145px;
	width: 967px;
}

#content a:link, #content a:visited {
	color: #145800;
	text-decoration: none;
}

#content a:active, #content a:hover {
	color: #2D2D2D;
	text-decoration: none;
}

#main-content blockquote {
	margin: 0px 25px 15px 25px;
	padding: 0px 20px 0px 20px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
}
	
#main-content blockquote p {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

#main-content h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0px;
}

#main-content h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px;
}

#main-content h4, #main-content h5, #main-content h6 {
	font-weight: bold;
	margin: 5px 0px;
}

#main-content li {
	line-height: 125%;
	margin: 0px 0px 0px 18px;
}

#main-content ol {
	list-style-type: decimal;
}

#main-content p {
	font-size: 90%;
	line-height: 125%;
	margin: 0px 0px 15px 0px;
}

#main-content table {
	margin: 0px 0px 15px 0px;
	width: 95%;
}

#main-content table td {
	border: 1px solid #000;
	font-size: 90%;
	line-height: 110%;
	padding: 4px;
}

#main-content table th {
	font-weight: bold;
}

#main-content ul {
	list-style-type: disc;
	margin: 0px 0px 20px 0px;
}
/* End Content Styles */



/* Begin Home Page Styles */
.home #page-header {
	background: url(images/home-header-background.png) no-repeat;
	height: 369px;
	left: -1px;
	position: relative;
	text-indent: 0px;
	width: 969px;
}

.home #page-header img {
	position: absolute;
	text-indent: 0px;
}

.home #download-now {
	left: 43px;
	top: 205px;
}

.home #take-the-tour {
	left: 317px;
	top: 278px;
}

.home #about-opennms {
	float: left;
	width: 593px;
}

.home #about-opennms h2 {
	background: url(images/subheading-background.png) repeat-x;
	border-right: 1px solid #B8B8B8;
	font-size: 100%;
	font-weight: bold;
	height: 30px;
	padding: 20px 0px 0px 19px;
	width: 579px;
}

.home #about-opennms h2 span {
	background: url(images/about-opennms-icon.png) no-repeat;
	font-size: 110%;
	padding: 4px 0px 0px 32px;
}

.home #about-opennms-menu {
	border-bottom: 1px solid #CCC;
	margin: 18px 13px 0px 16px;
}

.home #about-opennms-menu li {
	display: inline;
}

.home #about-opennms-menu li a:link, .home #about-opennms-menu li a:visited {
	background: url(images/about-opennms-menu-background.png) repeat-x;
	color: #000;
	display: inline-block;
	font-size: 90%;
	height: 19px;
	margin: 0px 3px 0px 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 72px;
}

.home #about-opennms-menu li a:active, .home #about-opennms-menu li a.current {
	background: url(images/about-opennms-menu-background-rollover.png) repeat-x;
	color: #FFF;
}

.home #about-opennms-menu li a:hover {
	text-decoration: underline;
}

.home .about-opennms-section {
	clear: both;
	margin: 23px 21px;
}

.home .about-opennms-section h3 {
	margin: 0px 0px 31px 0px;
}

.home .about-opennms-section .arrow-link {
	left: 111px;
	position: relative;
	top: 36px;
}

.home .about-opennms-section p { 
	margin-bottom: 10px; 
}

.home .about-opennms-section blockquote {
	font-size: 90%;
        margin: 20px 15px 15px 25px;
        padding: 10px 10px 0px 20px;
        background: #E8E8E8;
        border-top: 2px solid #000000;
        border-bottom: 1px solid #000000;
}

/* End Home Page Styles */



/* Begin Sub Page Styles */
.page #page-header, .blog #page-header {
	background: url(images/subpage-header-background.png) no-repeat;
	font-size: 90%;
	height: 122px;
	left: -1px;
	position: relative;
	text-indent: -9999px;
	width: 970px;
}

.page #page-header img, .blog #page-header img {
	position: absolute;
	text-indent: 0px;
}

.page #download-now, .blog #download-now {
	left: 696px;
	top: 55px;
}

.page #header-content, .blog #header-content {
	color: #FFF;
	left: 32px;
	position: absolute;
	text-indent: 0px;
	top: 76px;
}
/* End Sub Page Styles */



/* Begin Main Content Styles */
#main-content {
	float: left;
	padding: 0px 0px 0px 29px;
	width: 637px;
}

#main-content h1 {
	border-bottom: 1px solid #CCC;
	font-size: 120%;
	font-weight: bold;
	margin: 23px -17px 21px -17px;
	padding: 0px 17px 7px 17px;
}

#main-content h2 {
	border-bottom: 1px solid #DDD;
}
/* End Main Content Styles */



/* Begin Side Content Styles */
#side-content {
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	float: right;
	margin: 7px 5px 0px 0px;
	padding: 0px 15px;
	width: 252px;
}

#side-content .side-block {
	border-bottom: 1px solid #DCDCDC;
	font-size: 90%;
	padding: 14px 11px;
}

#side-content .side-block h3 {
	font-size: 100%;
	margin: 0px 0px 18px 0px;
}

#side-content #stay-connected h3 {
	background: url(images/envelope-icon.png) center left no-repeat;
	padding: 0px 0px 0px 27px;
}

#side-content .side-block h4 {
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

#side-search-form form label {
	font-weight: bold;
}

#side-search-field {
	border: 1px solid #CCC;
	height: 19px;
	width: 152px;
}

#side-search-submit {
	padding: 2px 0px 0px 0px;
}

#side-content #sharethis_0 a.stbutton {
	background: url(images/sharethis-icon.png) center left no-repeat !important;
	color: #000;
	font-size: 83%;
	height: 17px;
	padding: 4px 0px 0px 30px;
	text-decoration: underline;
	vertical-align: middle;
}

#side-content .side-block .post-list {
	font-size: 80%;
	margin: 0px 0px 20px 0px;
}

#side-content .side-block .post-list li {
	margin: 0px 0px 8px 0px;
}

#side-content #stay-connected.side-block  p {
	font-size: 80%;
	line-height: 150%;
}

#side-content #subscribe-form {
	margin: 0px 0px 17px 0px;
}

#side-content #subscribe-field {
	border: 1px solid #CCC;
	height: 19px;
	width: 131px;
}

#side-content #subscribe-submit {
	position: relative;
	top: 7px;
}

#side-content #rss-link {
	background: url(images/rss-icon.png) center left no-repeat;
	color: #000;
	display: block;
	font-size: 83%;
	height: 22px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 30px;
	text-decoration: underline;
	vertical-align: middle;
}

#social-media-side-menu li {
	display: inline;
}

#social-media-side-menu li:first-child a img {
	margin: 0px;
	padding: 0px 2px 0px 0px;
}
/* End Side Content Styles */



/* Begin Testimonials Styles */
#testimonials {
	clear: none;
	float: right;
	margin: 0px 0px 37px 0px;
	width: 374px;
}

.page #testimonials {
	width: 273px;
}

#testimonials h2 {
	background: url(images/subheading-background.png) repeat-x;
	border-left: 1px solid #D0D0D0;
	font-size: 110%;
	font-weight: bold;
	height: 31px;
	margin: 0px 0px 22px 0px;
	padding: 20px 0px 0px 14px;
	width: 360px;
}

.page #testimonials h2 {
	width: 259px;
}

#testimonials h2 span {
	background: url(images/testimonials-icon.png) no-repeat;
	padding: 3px 0px 0px 37px;
}

#testimonials .arrow-link {
	font-size: 90%;
	padding-left: 19px;
}

.testimonial {
	font-size: 90%;
	margin: 0px 0px 33px 0px;
	padding: 0px 19px;
}

.testimonial cite {
	display: block;
	font-size: 90%;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
}

.testimonial blockquote {
	font-style: italic;
	margin: 0px 0px 24px 0px;
}
/* End Testimonials Styles */



/* Begins News and Events Styles */
#news-and-events {
	clear: right;
	float: right;
	margin: 0px 0px 37px 0px;
	width: 374px;
}

.page #news-and-events {
	width: 273px;
}

#news-and-events h2 {
	background: url(images/subheading-background.png) repeat-x;
	font-size: 110%;
	font-weight: bold;
	height: 35px;
	margin: 0px 0px 14px 0px;
	padding: 16px 0px 0px 10px;
	width: 364px;
}

.page #news-and-events h2 {
	width: 263px;
}

#news-and-events ul {
	margin: 0px 0px 32px 0px;
}

#news-and-events ul li {
	margin: 0px 0px 12px 12px;
}

#news-and-events ul li a {
	font-size: 90%;
	text-decoration: underline;
}

#news-and-events .arrow-link {
	font-size: 90%;
	padding-left: 12px;
}
/* End News and Events Styles */

/* Begins Blogs Styles */
#blogs {
	clear: right;
	float: right;
	width: 374px;
}

.page #blogs {
	width: 273px;
}

#blogs h2 {
	background: url(images/subheading-background.png) repeat-x;
	font-size: 110%;
	font-weight: bold;
	height: 35px;
	margin: 0px 0px 14px 0px;
	padding: 16px 0px 0px 10px;
	width: 364px;
}

.page #blogs h2 {
	width: 263px;
}

#blogs ul {
	margin: 0px 0px 32px 0px;
}

#blogs ul li {
	margin: 0px 0px 12px 12px;
}

#blogs ul li a {
	font-size: 90%;
	text-decoration: underline;
}

#blogs .arrow-link {
	font-size: 90%;
	padding-left: 12px;
}
/* End News and Events Styles */



/* Begin Footer Styles */
#footer-container {
	background: #D8D8D8;
	padding: 0px 0px 7px 0px;
	width: 100%;
}

#footer {
	background: #F4F4F4;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #D9D9D9;
	margin: 0px auto;
	padding: 42px 0px 50px 0px;
	text-align: center;
	width: 967px;
}

#footer ul {
	margin: 0px 0px 8px 0px;
}

#footer ul li {
	display: inline;
	font-size: 90%;
	font-weight: bold;
	margin: 0px 7px;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #000;
	text-decoration: none;
}

#footer ul li a:active, #footer ul li a:hover {
}

#footer p {
	font-size: 70%;
}
/* End Footer Styles */



/* Begin Native WordPress Styles */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Native WordPress Styles */

/* Begin Table Stlyes */
table{
	margin: 20px 0 40px;
	border-top: solid 1px #CCC;
}
table caption{
	padding: 8px 0;
}
table thead th{
	border-bottom: solid 1px #D0D0D0;
	border-top: none;
	color: #444;
	padding: 8px;
}
#main-content table tbody td{
	background: #E7E7E7;
	border: none;
	border-top: solid 1px #F7F7F7;
	border-bottom: solid 1px #CCC;
	color: #333;
	line-height: 1.3em;
	padding: 16px 6px;
}
/* Pricing table */
#main-content table.pricing-table{
	border: none;
}
#main-content table.pricing-table tbody td.product{
	padding-right: 12px;
	white-space: normal !important;
	width: 180px !important;
}
#main-content table.pricing-table tbody td.price{
	width: 90px;
}
#main-content table.pricing-table tbody td.description{
	width: 270px !important;
}
#main-content table tbody td.sectiontableheader{
	background: #BBB;
	border-top: solid 1px #BBB;
	padding: 8px 8px 6px;
}
