/* @override http://azul.pair.com/users/pairturf/phpbagelturf/rw_common/themes/bagelturfpairwidephp/styles.css */

/* @override http://azul.pair.com/users/pairturf/phpbagelturf/rw_common/themes/bagelturfpairwidephp/styles.css */

/* @override http://azul.pair.com/users/pairturf/phpbagelturf/rw_common/themes/bagelturfpairwidephp/styles.css */

/* @override http://azul.pair.com/users/pairturf/phpbagelturf/rw_common/themes/bagelturfpairwidephp/styles.css */

/* @override http://www.bagelturf.com/rw_common/themes/bagelturfpair/styles.css */

/* @group General Styles */

body {
	font: 12px Geneva, "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;	/* Color outside of the content */
	text-align: center;
	margin-top: 8px;
	background-color: #333333;
}

html {
}

b, strong {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2c2c2c;
}

p {
}

/* All links are a dark green */
a:link, a:visited {
	color: #456a19;
	text-decoration: none;
	font-weight: bold;
}

/* Hovered links are red and underlined */
a:hover, a:active {
	text-decoration: underline;
	color: red;
} 

/* Images have gaps above and below */
img {
	margin-bottom: 1em;
	margin-top: 1em;
	border-style: none;
}

/* In-text images remove the standard image gaps */
.image-left .imageStyle {
	float: left;
	padding-top: 3px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-top: 0;
}

.image-right .imageStyle {
	float: right;
	padding-top: 3px;
	margin-left: 3px;
	margin-bottom: 0;
	margin-top: 0;
}

/* Lose the top and bottom in tables */
table .imageStyle {
	margin: 3px 0 0;
	padding: 0;
}

/* @end */

/* @group Layout */

#container {
	background: #FFFFFF repeat-y right url(images/sidebar_bg.png); /* This Is The BG Color Of The Main Div */
	width: 920px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: black;
	padding-bottom: 20px;
}

.clearer {
	clear: both;
}

/* Puts image across the top, full width */
#pageHeader {
	width: 920px;
	height: 111px;
	background: no-repeat url(images/header_bg.png);
}

/* Not used */
#pageHeader img {
}

/* Blog name */
#pageHeader h1 {
	font-family: Tahoma;
	color: #ffffff;
	margin: 0px;
	font-size: 26px;
	padding: 20px 20px 0px 40px;
	font-weight: bold;
}

/* Blog subname */
#pageHeader h2 {
	font-family: Tahoma;
	color: #ffffff;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 0px;
}

/* Content container avoids the righthand sidebar area */

#contentContainer {
	width: 590px;
//	float: left;
	text-align: left;
	padding-top: 30px;
	margin-left: 140px;
}

/* Set indents and line spaccing */
#contentContainer #content {
	line-height: 1.5em;
	padding-right: 35px;
	padding-left: 35px;
	width: 520px;
}

/* Sidebar is on the right */
#sidebarContainer {
	width: 190px;
	float: right;
	text-align: left;
	padding-top: 30px;
}

div#featureContainer {
	float: left;
	width: 140px;
	padding-top: 30px;
}

div#featureStack {
	margin-left: 10px;
	margin-right: 10px;
}

/* No bold links in the sidebar */
#sidebarContainer a {
	font-weight: normal;
	font-style: normal;
}

#sidebarContainer #sidebar {

}

#sidebarContainer .sideHeader {
}

/* Full width footer with contact link */
#footer { 
	width: 920px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 21px;
	background: repeat-x url(images/footer_bg.png);
	color: #ffffff;
	padding-top: 10px;
}

#footer p {
}

/* Footer links are a darker green due to the background */
#footer a:link, #footer a:visited {
	color: #45560d;
}

/* Footer links are red when hovered */
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: red;
}

	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	margin-top: 0px;
	float: left;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

/* Adjusts vertical position of text in list items */
#navcontainer {
	line-height: 1.7em;
}

#navcontainer #current {
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	margin-top: 0;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
}

#navcontainer a {
	display: block;
	color: #456a19;
	text-decoration: none;
	padding-left: 10px;
	height: 20px;
}

#navcontainer a:hover {
   text-decoration: underline;
   color: red;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	list-style: square;
	padding: 0px;
	margin: 0px 0px 0px 35px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul a:hover{
	background: transparent;
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul a:hover{
	background: transparent;
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}

/* Child Level 3 Not used */

/*
#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}
*/
/* Child Level 4 Not used*/

/*
#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}
*/

/* Child Level 5 Not used */
/*
#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}
*/


/* @end */

/* @group Global Classes */

blockquote, .standout, .mail {
	margin-left: 15px;
	margin-right: 15px;
	font-style: italic;
}
	

h1 {
}

h2 {
}

h3 {
	color: #764b2c;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #764b2c;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 a:link, h4 a:visited {
	color: #764b2c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h4 a:hover {
	color: red;

}

.imageStyle {
}

h5 {
	color: #764b2c;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 20px;
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

ul.disc {
}

#contentContainer #content li {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

div#donationbar {
	border-bottom: 2px dotted #ddd;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 15px;
	color: gray;
}


/* @end */

/* @group Blog */

/* @group Search */
#sidebarContainer #sidebar div.search form {
	font-weight: normal;
	border-top: 1px dotted #ddd;
	margin-left: 10px;
	font-style: normal;
	font-size: 90%;
	color: gray;
	margin-right: 10px;
	margin-bottom: 1px;
	padding-top: 3px;
}

/* @end */

/* @group Tag Cloud */

ul.blog-tag-cloud a {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

ul.blog-tag-cloud {
    padding: 0;
    text-align: left;
	margin-bottom: 25px;
	line-height: 1.6em;
	margin-top: 0;
}

ul.blog-tag-cloud li {
    padding-right: 16px;
	display: inline-block;
}

.blog-tag-size-1 {    
    font-size: 0.75em;
}

.blog-tag-size-2 {    
    font-size: 0.8em;
}

.blog-tag-size-3 {    
    font-size: 0.85em;
}

.blog-tag-size-4 {    
    font-size: 0.9em;
}

.blog-tag-size-5 {    
    font-size: 0.95em;
}

.blog-tag-size-6 {    
    font-size: 1em;
}

.blog-tag-size-7 {    
    font-size: 1.05em;
}

.blog-tag-size-8 {    
    font-size: 1.1em;
}

.blog-tag-size-9 {    
    font-size: 1.15em;
}

.blog-tag-size-10 {    
    font-size: 1.2em;
}

.blog-tag-size-11 {    
    font-size: 1.25em;
}

.blog-tag-size-12 {    
    font-size: 1.3em;
}

.blog-tag-size-13 {
    font-size:1.35em;
}

.blog-tag-size-14 {    
    font-size: 1.4em;
}

.blog-tag-size-15 {
    font-size: 1.45em;
}

.blog-tag-size-16 {    
    font-size: 1.5em;
}

.blog-tag-size-17 {    
    font-size: 1.55em;
}

.blog-tag-size-18 {    
    font-size: 1.6em;
}

.blog-tag-size-19 {
    font-size: 1.65em;
}

.blog-tag-size-20 {    
    font-size: 1.7em;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}


.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	color: #764b2c;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

.blog-archive-link { 
	margin-bottom: 15px;
	padding-bottom:1.5em;
	border-bottom:2px dotted #ddd;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/* @end */

.blog-entry {
}

/* Titles are dark brown */
h1.blog-entry-title {
	color: #764b2c;
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 0;
}

h1.blog-entry-title a {
	color: #764b2c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1.blog-entry-title a:hover {
	color: red;

}


.blog-entry-date {
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 0;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
	margin-bottom: 10px;
	padding-bottom:1.5em;
	border-bottom:2px dotted #ddd;
}

/* Emphasized blog text is a quote */
.blog-entry-body em {
	font-size: 12px;
	color: #4c4c4c;
}

.blog-entry-comments {
	margin-top: 1em;
}

.blog-entry-comments a {
	font-weight: normal;
	font-style: normal;
}

p.blog-entry-tags a {
	font-weight: normal;
	font-style: normal;
}

/* styles the archives in the blog sidebar */
#blog-archives {	
/*	border-bottom:1px dotted #ddd; */
	border-top:1px dotted #ddd; 
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 90%;
}

#blog-archives br{display:none}

.blog-archive-link-enabled{
     display:block;
     float:left;
     width:49%;
     padding-left:1px;
     padding-bottom:2px;
}

.blog-archive-link-disabled {
}


/* @group Inline Comments */

/* Controls the No Comment string */
div.blog-entry-comments-inline table.MainTable tbody tr td div p b {
	font-weight: normal;
	font-style: normal;
	font: 12px Geneva, "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

div.blog-entry-comments-inline {
	border-top: 2px dotted #ddd; 
	margin-top: 25px;
}

div.blog-entry-comments-inline hr {
	display: none;
}

td.MessageCell {
	border-bottom: 1px dashed #bbb;
	padding: 0;
}

td.InputCell {
/*	border-bottom: 2px dotted #ddd; */
	padding-top: 10px;
}

td.InputCell form p {
	font-size: 90%;
}

td.InputCell form p input {
	margin-bottom: 10px;
}

td.InputCell form img {
	margin-top: 0;
	margin-bottom: 0;
}

td.MessageCell p {
}

/* Comments title style */
table.MainTable tbody tr td div p {
	text-align: left;
	color: #764b2c;
	font-weight: normal;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 2px dotted #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}

span.byline {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	color: gray;
	font-size: 80%;
}

/* @end */


/* Styles the blog categories in the blog sidebar */
#blog-categories {
	border-bottom:1px dotted #ddd;
/*	border-top:1px dotted #ddd; */
	padding-top: 7px;
	padding-bottom: 5px;
	line-height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 2px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	border-top:1px dotted #ddd;
/*	border-bottom:1px dotted #ddd; */
	padding-top: 5px;
	padding-bottom: 4px;
	line-height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 90%;

}
#blog-rss-feeds {
        clear:both
}


.blog-rss-link {
	background: url(images/feed-icon-12x12.png) no-repeat left;
	padding-left: 20px;
}

#sidebar div.mailing {
	border-top:1px dotted #ddd;
	padding-top: 8px;
	padding-left: 20px;
	background: url(images/maillist.gif) no-repeat 0 6px;
	margin-left: 10px;
	font-size: 90%;
	padding-bottom: 8px;
	margin-right: 10px;
}

.blog-comments-rss-link {
	background: url(images/feed-icon-12x12.png) no-repeat;
	padding-left: 20px;
}

#sidebar div.sitefocus {
	border-top: 1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 90%;

}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
}

.album-description {
}


.album-wrap {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */
#container .message-text {
	color: #764b2c;
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 0;
} 

form .required-text {
	color: red;
} 

form .form-input-field {
	color: blue;
	width: 400px;
} 

form .form-input-button {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
} 
/* @end */

/* Blog archive sidebar styling */

div#gyha {
	text-align: center;
	background-color: #fff;
	margin: 10px 50px 10px 10px;
	padding-bottom: 6px;
}

#gyha p a img {
	margin-top: 4px;
	margin-bottom: 0;
}

#gyha p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 1px;
	margin-bottom: 1px;
}

div#sitemeter {
	text-align: right;
	margin-top: 150px;
	margin-right: 10px;
	margin-left: 10px;
}

/* Inline Quicktime player */
.qtaudioplayer {
}

/* Slot bar for ads and images */

div#slotbarContainer {
	width: 140px;
	float: left;
	margin-top: 40px;
	margin-bottom: 30px;
}

div#slotbar {
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

div#slotbar .slot {
	margin-bottom: 20px;
}

div#slotbar .slot  p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

div#slotbar .slot  p a {
	color: white;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
}

div#slotbar .slot  img {
	margin-top: 0;
	margin-bottom: 0;
}
