/**
 * Theme Name: Structure
 * Theme URI: http://themehybrid.com/themes/structure
 * Description: A beautifully-crafted blogging theme that is <em>structurally</em> sound in both markup and design, making it a powerful enough tool for any blogger.
 * Version: 2.0
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2007 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
@import url('tabs.css');

/**
* Body
************************************************/
body {
	font: 15px/22px Georgia, Times, 'Times New Roman', serif;
	color: #000;
	background: #fff;
	}

#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0 auto;
	background: #dddddd;
	border: 1px solid #ddd;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #000091;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 36px;
	}
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 18px;
	}
.hentry h3 {
	font: italic normal normal 18px/22px Georgia, Times, 'Times New Roman', serif;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 15px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	}

/* Tables */
table {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border-top: 1px solid #ddd;
	}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	border-right: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #f7f7f7;
	}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #ddd;
	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 5px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Captions 
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}
*/

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 4px 0 2px 0;
   margin: 5px 10px 5px 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 13px;
   line-height: 19px;
   padding: 0 4px 5px;
   margin: 0;
}


/**
* Page Navigation
************************************************/
#nav-container {
        width: 100%;
        background: #eee;
}

#navigation {
	position: relative;
	width: 980px;
	height: 31px;
	margin: 0 auto;
	background: #eee;
	}
#page-nav {
	float: left;
	width: 700px;
	margin: 0;
	}

/* Social icons in navigation bar. */
#navigation .social {
	float: right;
	text-align: right;
	width: 250px;
	height: 18px;
	margin: 5px 0 0 0;
	color: #666;
	font: normal normal normal 12px/12px Arial, Verdana, sans-serif;
		}
#navigation .social a {text-decoration: underline;}

/**
* Member Bar
************************************************/
#member-container {
        width: 100%;
	height: 26px;
        background: #ddd;
	}

#member-bar {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: #ddd;
	}
#member-bar .member-left {
	float: left;
	font: normal normal normal 12px/12px Arial, Verdana, Geneva, Tahoma, sans-serif;
	width: 700px;
	margin: 6px 0 0 10px;
	line-height: 14px;
	color: #BE1E2D;
	}
#member-bar .member-left a {color: #000000;}
#member-bar .member-right {
	float: right;
	text-align: right;
	font: normal normal normal 12px/12px Arial, Verdana, Geneva, Tahoma, sans-serif;
	width: 250px;
	margin: 7px 0 0 0;
	color: #000;
		}
/**
* Header
************************************************/
#header {
	overflow: hidden;
	position: relative;
	top: 40px;
	height: 60px;
	padding: 20px 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	}
#leaderboard-container {
	overflow: hidden;
	width: 100%;
	background: #efefef;
	}
#leaderboard {
	overflow: hidden;
	width: 728px;
	height: 95px;
	margin-top: 3px;
	margin-left: auto ;
        margin-right: auto ;
        padding: 0;
	}
#leaderboard-728x90 {color: #000;}
#leaderboard-235x90 {
	float: right;
	text-align: center;
	height: 90px;
	width: 235px;
	background: #EDF4FC;
	border: 1px solid #cccccc;
}

#leaderboard-235x90 h3 {margin-bottom: 5px;}

#leaderboard-235x90 h2 {font-size: 26pxmargin-bottom: 8px;}

#leaderboard-235x90 p {	font: normal normal normal 12px/12px Arial, Verdana, Geneva, Tahoma, sans-serif;}
#topper-container {
	overflow: hidden;
	width: 100%;
	background: #fff;
	}
#topper {
	
	width: 980px;
	height: 95px;
	margin: 0 auto;
	padding: 0 20px;
	}
#bottom-grad	{
	padding:0; 
	clear:left; 
	width:100%; 
	height:7px; 
	background-image:url(images/navbar_bottom.gif); 
	line-height:0; 
	font-size:0;
	margin-bottom: 7px;
	border: 0;
	}
#logo {	
	background-image:url(images/ontgolf-logo1.png);
	float: left;
	margin-top: 5px;
	width: 400px;
	height: 85px;
	}
#header-links {
	float: right;
	text-align: right;
	width: 400px;
	margin: 5px 0 0 0;
	color: #666;
	}
#header-links a {
	text-decoration: underline;
	font: normal normal normal 11px/11px Arial, Verdana, Geneva, Tahoma, sans-serif;
	color: #666;
	}
#header-search {
	float: right;
	}
#header-search .search {
	float: right;
	width: 400px;
	height: 28px;
	}
#header-search input {
	float: right;
	width: 250px;
	height: 22px;
	margin: 20px 0 0 0;
	padding: 3px 8px 1px 22px;
	font: normal normal normal 17px/17px Arial, Geneva, Tahoma, sans-serif;
	color: #000091;
	background: #fff url(images/search-icon.png) no-repeat 5px 3px;
	border: 1px solid #666;
	}
#header-search .search-submit, #header-search .button {
	display: none;
	}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 960px;
	margin-top: -1px;
	padding: 10px;
	background: #f7f7f7;
	}
.content {
	overflow: hidden;
	float: left;
	}
.content,  .no-default-widgets .content  {
	width: 650px;
	}
.no-widgets .content {
	width: 650px;
	}
.search-content {
	width: 960px;
	}
.primary-active .content, .secondary-active .content {
	width: 650px;
	}

#slider-bigbox {
	width: 960px;
	height: 250px;
	margin: 0 0 10px 0;
}
.slider-left {float: left; width: 650px;margin-top: -10px;}
.bigbox-right {float: right; width: 300px;}

/**
* Content
************************************************/
.hentry {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}

.breadcrumb {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 20px;
	background: #fff;
	font: normal normal normal 11px/11px Arial, Geneva, Tahoma, sans-serif;
	border: 1px solid #ccc;
	color: #666;
	}

/* Entry titles. */
.entry-title {
	font-size: 36px;
	line-height: 105%;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #2B2E81;
	}
.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	color: #2B2E81;
	}

/* Byline */
.byline {
	padding-bottom: 6px;
	border-bottom: 1px solid #cccccc;
	font: normal normal normal 11px/11px Arial, Geneva, Tahoma, sans-serif;
	color: #666;
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 8px;
	}

.byline .author, .byline .published {
	font-size: 11px;
	font-style: normal;
	color: #666;
	}
.byline a {
	color: #666;
	}

/* Entry meta */
.entry-meta {
	clear: both;
	font-size: 14px;
	font-style: italic;
	color: #666;
	}
.entry-meta a {
	font-style: normal;
	color: #333;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}


/* Page links <!--nextpage--> */
p.pages {
	font-style: italic;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets
************************************************/
#primary {
	position: relative;
	float: right;
	width: 300px;
font-size: 12px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
font-size: 12px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	background: #fff;
	}
#primary .widget, #secondary .widget {
	padding: 15px 15px 0 15px;
	}

/* Widget titles */
.widget-title {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #0C386E;
	}

/* Widget content */
.widget ul {
	list-style: square;
	margin-left: 20px;
	font: normal normal normal 14px/14px Arial, Geneva, Tahoma, sans-serif;
	line-height: 120%;
	font-size: 12px;
	}

/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	background: #fff;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #ddd;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	}
.button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	border: 1px double #333;
	background: #01203C;
	}
.button:hover {
	cursor: pointer;
	background: #00162A;
	}

/**
* Footer
************************************************/

/* Footer container */
#footer-container {
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #000066;
	margin-top: 10px;
	border-top: 5px solid #ccc;
	}

/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	padding: 30px 20px 10px 20px;
	background: #fff;
	border-top: 1px solid #ccc;
	}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	width: 980px;
	margin-left: auto ;
        margin-right: auto ;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}
#footer a {
	color: #fff;
	font-style: normal;
	text-decoration: underline;
	}
#footer hr {color #cccccc;}
#footer p {
	text-align: center;	
	font: normal normal normal 12px/12px Arial, Geneva, Tahoma, sans-serif;
	color: #cccccc;
	line-height: 16px;
	}

#bigbox {
	margin-bottom: 10px;
}

#gallery-1 .gallery-item {margin-left: -10px;}

.home-latest-from {
	margin: 0 0 5px 0;
	padding: 10px;
	background: #fff;
	border-top: 3px solid #ccc;
	border-bottom: 0px dotted #ccc;
	font-size: 20px;
}
