/*  
Theme Name: Ventura Disc Golf
Theme URI: http://venturadiscgolf.com/
Description: Based on the original Scoop layout from Ventura Disc Golf.
Version: 0.2
Author: Creighton Higgins
Author URI: http://chiggins.com

  VenturaDiscGolf 0.2

	This theme was designed and built by Creighton Higgins,
	whose blog you will find at http://blog.chiggins.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* gallery css */
@import url("/gallery/themes/wordpressembedded/theme.css");

.sidebarBox .one-image { 
  display: block;
  margin-left: auto;
  margin-right: auto;
 }
.sidebarBox .one-image a img { 
  display: block;
  margin-left: auto;
  margin-right: auto;
 }
.one-image a img { 
  border: 1px solid #000;
 }


/* Begin: general site tags */

/* general typography */
body
{
  background:  #354237;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
  margin: 10px 0px 10px;
  padding: 0px;
  }

/* header and header graphic images */
#header
{ 
  margin: auto;
  width:  820px;
  position: relative;
  }
#header_banner
{ 
  width:780px;
  height:125px;
  position:relative;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  border:1px solid #000;
  background-color: #000;
  }
#header_sign
{ 
  position:absolute;
  top:-16px;
  left:-20px;
 }
/* main navigation */
#header_nav
{ 
  width: 820px;
  position:relative;
  height:35px;
 }
.header_nav_item
{ 
  display:inline;
  position:absolute;
  }
#header_nav_item_gallery
{ 
  left:181px;
  }
#header_nav_item_forum
{ 
  left:101px;
  }
#header_nav_item_main
{ 
  left:21px;
  }

/* login link at top right */
#loginLink
{
  font-weight: bold;
  font-size: 1.2em;
  color: #9C9;
  position:absolute;
  right:24px;
  top:30px;
}
#loginLink a, #loginLink a:link, #loginLink a:visited
{ 
  text-decoration: none;
  color: #9F9;
  }
#loginLink a:active, #loginLink a:hover
{ 
  text-decoration: none;
  color: #FF9;
  }

#body /* this is not the <body>, but rather the div under the header, made up of main content and sidebar */
{ 
  width:780px;
  margin: 20px auto 0px;
  }
#content_cell
{ 
  background-color: #EFE;
  font-size: 1.2em;
  padding: 40px 0px 0px;
 }

#separator
{ 
  background-color: #508050;
  }
#sidebar_cell
{ 
  background-color: #D0E9D0;
  padding: 20px 8px 10px 8px;
 }

/* general style elements for re-use */
.thinBlackBorder
{ 
  border: 1px solid #000;
  }

.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.2em;
	}
.small strong {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	}

/* temp until i get the story blocks worked out */
.storySummary
{ 
  width:500px;
  margin: 0px auto 10px;
  }

/* links */
a, a:link, a:visited {
  color:#060;
  text-decoration:none
}
a:hover {
  color:#933;
}
a:active {
  color:#C66;
}

/* images */
a img {
	border: none;
	}
p img {
	padding: 0;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}

/* little border for the lightbox thumbnails */
a[rel="lightbox"] img
{ 
  border: 1px solid #000;
 }

	
/* End: general site tags */

/* Begin: Calendar stuff */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	}

#wp-calendar #next a {
	}

#wp-calendar #prev a {
	}

#wp-calendar a {
	}

#wp-calendar caption {
	}

#wp-calendar td {
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
}
/* End Calendar */

/* Begin: Searchform */
#s {
  font-size:10px;
  padding:1px;
  border:1px solid #C0D0C0;
  background-color:#DFDFDF;
	}

#searchsubmit {
  font-size:10px;
  font-weight:bold;
  border:1px solid #C0D0C0;
  background-color:#DFDFDF;
  margin-top: 4px;
	}
/* End: Searchform */

/* Begin: story summary elements */
.storySummaryIndexBox {
  padding:8px 8px 8px 8px;
  border:1px solid #CDC;
  background-color: #FCFFFC;
  font-family:arial,tahoma,helvetica,sans-serif;
  font-size:12px;
}
.storySummaryHeader {
  text-align:left;
}
.storySummaryTitle {
  font-family:arial,tahoma,sans-serif;
  font-size:16px;
  font-weight:bold;
  vertical-align:bottom;
}
.storySummaryAttribution {
  font-size:12px;
  font-style:italic;
}
.storySummaryIntro {
  text-align:left;
  font-size:12px;
  line-height:18px;
  margin-bottom:6px;
  padding-bottom:4px;
  margin-top:6px;
  padding-top:4px;
  border-top:1px solid #CDC;
  border-bottom:1px solid #CDC;
}
.storySummaryTag {
  height:1px;
}
.storySummaryContinue {
  text-align:left;
}
.storySummarySectionMore {
  font-size:12px;
  text-align:left;
}
.storySummaryContinue a:link, .storySummarySectionMore a:link {
  font-size:12px;
  color:#060;
  text-decoration:none;
  font-weight:bold;
  padding:2px 2px 2px 1px;
}
.storySummaryContinue a:visited, .storySummarySectionMore a:visited {
  font-size:12px;
  color:#060;
  text-decoration:none;
  font-weight:bold;
  padding:2px 2px 2px 1px;
}
.storySummaryContinue a:hover, .storySummarySectionMore a:hover {
  color:#933;
  background-color:#DFE9DF;
  padding:2px 1px 2px 1px;
  border-bottom:1px solid #99C;
  border-right:1px solid #99C;
}
.storySummaryContinue a:active, .storySummarySectionMore a:active  {
  color:#F00;
  background-color:#DFF0DF;
  padding:2px 1px 2px 1px;
  border-bottom:1px solid #99C;
  border-right:1px solid #99C;
}
.storySummaryStats, .storySummaryReadMore {
  font-size:12px;
}
/* End: story summary elements */

/* SIDEBAR */
	
/* sidebar boxes */

#sidebar {
	text-align:left;
	vertical-align:top;
	font-family: Arial, Helvetica, Tahoma, Sans;
	font-size: 1.0em;
}

#sidebar>a:link {
  font-size:1.0em;
  color:#060;
  text-decoration:none;
  font-weight:bold;
  padding:2px 2px 2px 1px;
}
#sidebar>a:visited {
  font-size:1.0em;
  color:#060;
  text-decoration:none;
  font-weight:bold;
  padding:2px 2px 2px 1px;
}
#sidebar>a:hover {
  color:#933;
  background-color:#DFE9DF;
  padding:2px 1px 2px 1px;
  border-bottom:1px solid #99C;
  border-right:1px solid #99C;
}
#sidebar>a:active {
  color:#F00;
  background-color:#DFF0DF;
  padding:2px 1px 2px 1px;
  border-bottom:1px solid #99C;
  border-right:1px solid #99C;
}
#sidebar ul, #sidebar ul ol {
	margin-left: 0px;
	padding-left: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	}

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

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

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0px;
	}

#sidebar h2
{
  font-family: Arial, Helvetica, Tahoma, Sans-Serif;
  font-weight: bold;
  font-size: 1.2em;
  margin: 8px 0px 3px;
  border-bottom: 1px solid #000;
  }

.widget, .sidebarBox, #sidebar .categories
{ 
  background-color: #DFEFDF;
  border: 1px solid #C9E0C9;
  padding: 6px;
  margin-bottom: 8px;
  }

.DGTETSidebarEventList
{ 
  border:solid 1px #BCB;
  padding: 0px;
 }
.DGTETSidebarEventList h3
{ 
  font-size: 10px;
  background-color: #CDC;
  color: #030;
  margin: 0px;
  padding: 3px;
 }

.DGTETSidebarEvent
{ 
  font-size: 10px;
  padding:3px 6px 8px 3px;
 }
.DGTETSidebarEventTitle 
{ 
  font-weight: bold;
 }
.DGTETSidebarEventDate
{ 
 }
.DGTETSidebarEventResults
{ 
 }

.DGTETSidebarStandings
{ 
  margin:4px;
  background-color:#EFE;
  border-top: 1px solid #CFC;
 }
.DGTETSidebarStandings h4
{ 
  padding:0px 4px;
  margin: 0px;
  background-color:#EFE;
  text-decoration:underline;
 }
.DGTETSidebarStandings ul li
{ 
  padding:0px 4px;
  margin: 0px;
 }
.DGTETSidebarEventDivision
{ 
  text-decoration: underline;
  font-weight:bold;
 }
.DGTETSidebarEventScore
{ 
  padding:0px;
  margin:0px;
 }

/* These are actually EventTracker proper */
 
.DGTETEventListItem 
{ 
  font-size:10px;
  font-weight:bold;
  background-color: #DFD;
 }
.DGTETEventListItemAlt
{ 
  font-size:10px;
  font-weight:bold;
  background-color: #CFC;
 }
.DGTETEventDetailsDivisionHeader
{ 
  font-size:12px;
  font-weight:bold;
  background-color:#030;
  color:#CFC;
  height:16px;
  vertical-align:bottom;
  text-align:left;
 }
.DGTETEventDetailsPlayerHeader
{ 
  font-size:10px;
  background-color:#363;
  color:#DFD;
  height:14px;
 }
.DGTETEventDetailsPlayer
{ 
  font-size:10px;
  background-color:#DFD;
  color: #000;
  height:14px;
 }
.DGTETEventDetailsPlayerAlt
{ 
  font-size:10px;
  background-color:#EFE;
  color:#000;
  height:14px;
 }

/* END sidebar CSS */

/* STORY FOCUS PAGE */

/* containers */

.storyFocusBox, .storyFocusCommentsBox
{
  width:525px;
  background-color:#EFE;
  margin: 5px 20px;
  padding:5px;
  text-align:left;
  font-family:lucida-sans,arial,helvetica,sans;
  font-size:1.0em;
  line-height:1.2em;
}

/* elements */

.storyFocusBox .storyHeader {
  text-align:left;
}
.storyFocusBox .storyHeader .storyTitle a, .storyFocusBox .storyHeader .storyTitle a:link, .storyFocusBox .storyHeader .storyTitle a:visited {
  font-family:arial,tahoma,sans-serif;
  font-size:16px;
  font-weight:bold;
  vertical-align:bottom;
  color: #060;
  text-decoration: none;
}
.storyFocusBox .storyHeader .storyTitle a:hover, .storyFocusBox .storyHeader .storyTitle a:active {
	color: #933;	
}

.storyFocusBox .storyAttribution {
  font-size:10px;
  font-style:italic;
}
.storyFocusBox .storyAttribution strong {
  font-size:12px;
  font-style:italic;
  font-weight: bold;
}


.storyFocusBox .storyContent {
  text-align:left;
	border-bottom: 1px solid #C0D0C0;
}

.storyFocusBox .storyCategory a:link,.storyFocusBox  .storyCategory a:visited {
  font-size:12px;
  color:#060;
  text-decoration:none;
  font-weight:bold;
  padding:2px 2px 2px 1px;
}
.storyFocusBox .storyCategory a:hover {
  color:#933;
  background-color:#DFE9DF;
  padding:2px 1px 2px 1px;
  border-bottom:1px solid #99C;
  border-right:1px solid #99C;
}
.storyFocusBox .storyCategory a:active  {
  color:#F00;
  background-color:#DFF0DF;
  padding:2px 1px 2px 1px;
  border-bottom:1px solid #99C;
  border-right:1px solid #99C;
}

.storyFocusBox .storyInfo {
  font-size:10px;
  line-height: 12px;
  text-align:left;
}
.storyInfo a, .storyInfo a:link, .storyInfo a:visited {
  font-size:10px;
  color:#060;
  text-decoration:none
}
.storyInfo a:hover {
  color:#933;
}
.storyInfo a:active {
  color:#C66;
}


/* comments */

#commentsHeader {
	font-size: 16px;
	font-weight: bold;
}

.commentContainer {
		padding: 5px;
		text-align:left;
		/* border: 1px solid #C0D0C0; */
		border: 1px solid #D0F3D0;
		background-color: #F0FFF0;
		margin: 8px 0px 8px 0px;
}
.commentSplit {
		height: 1px;
		background-color: #D0F0D0;
}

/* comments response */

.storyFocusResponse {
    padding:6px;
    border:1px solid #C0D0C0;
    background-color:#D0F0D0;
    text-align:left;
    font-family:lucida-sans,arial,helvetica,sans;
    font-size:12px;
    line-height:16px;
}

#commentform input, #commentform textarea {
  font-size:10px;
  padding:1px;
  border:1px solid #C0D0C0;
  background-color:#DFFFDF;
	}

#commentform #submit {
  font-size:10px;
  font-weight:bold;
  border:1px solid #C0D0C0;
  background-color:#DFFFDF;
	}
#allowedtags {
  font-size: 10px;
	color: #333333;
}
#disabled {
	color: #999999;
}

/* PLUGINS / EXTENSIONS */
.MonthlyInfoTitle
{
  font-size: 12px;
  text-align:left;
  font-weight:bold;
  border-bottom:2px solid #000;
  margin:0px 0px 10px 0px
 }

.MonthlyInfo
{
  margin: 0px 0px 8px 0px
  }

.MonthlyLabel
{
  display:block;
  text-align:left;
  font-weight:bold;
  font-size: 11px;
  font-family: arial,helvetica,sans;
  border-bottom: 1px solid #999
  }
.MonthlyValue
{
  display:block;
  text-align:left;
  font-size: 10px;
  font-family: arial,helvetica,sans
  }

.MonthlyDate, .MonthlyTime,.MonthlyAcePool,.MonthlyDescription
{
  margin: 0px 0px 8px 0px
  }

/* DGT SM css */
.eventSponsorsCategory
{ 
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: left;
  clear:both;
  }
.eventSponsorBox, .holeSponsorBox
{ 
  width: 550px;
  background-color:#FCFFFC;
  border: 1px solid #CCDDCC;
  margin: 12px;
  font-family: Arial, Tahoma, Trebuchet, Sans-Serif;
  } 
.sponsorHole
{ 
  clear:both;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  margin: 8px;
  border-bottom: 1px solid #000;
  }             
.sponsorImage img
{ 
  margin: 8px;
  border: 2px solid #000;
  }
                
.sponsorName
{ 
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
  }             
.sponsorDescription
{ 
  font-size: 12px;
  padding: 8px;                    
}

/*
 * BBPress CSS
 */
.alt { background: #EFE; }

code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}
#wrapper
{
  background: #DFFFDF url('vdg/vdg_bbtile.png') repeat-x 0px 0px;
  width: 780px;
  margin: 0px auto;
}

#main { 
	font-size: 1.2em;
	position: relative;
        padding-bottom: 25px;
}
.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }
/* Front Page
=================================== */

#discussions { 
 margin: auto;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: -2em;
	padding: 0 1em 1em;
}

.nav {
	margin: 0px 0;
	padding: 0px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	background: #F9FFF6;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #f0f0f0;
	padding: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	display: block;
}

.postform label { display: block; }

.admin { padding: 10px 0 0; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #e4f3e1; }

#latest th, #forumlist th, #favorites th
{
  border-bottom: 2px solid #ADA;
  background: #D0F0D0;
  font: 11px Verdana,Arial,Helvetica,sans-serif;
  padding: 5px 10px 1px;
  text-transform: uppercase;
}

#latest, #forumlist, #favorites
{
  background: #f7f7f7;
  width: 100%;
  margin: 0px auto 2em;                                
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}
/*
 * END BBPress CSS
 */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
