﻿/*#############################################################
Name: CowboysGuide Two Column Styles
Date: 2007-01-17
Author: Mark Godfrey
URL: http://www.CowboysGuide.com

Menu Background: #1E2132
'Boys Silver: #DDE0DB; 
Border: #3D3F54;
#############################################################*/

/* Three Column Layout */

.left3c {float: left;}
.middle3c {float: none;}
.right3c {float: right;}
.main .left3c {width: 25%;}
.main .middle3c {width: 49%;}
.main .right3c {width: 25%;}

.contentleft3c {
	padding: 16px;
}

/* Content Left Column - Will be default left column content unless overriden by Master Page ThreeColumn.master left content */
.contentleft3c h1 {
	background: url(../images/common/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.contentleft3c a {
	color: #999;
	text-decoration: underline;
}
.contentleft3c a:hover {color: #CCC;}
.contentleft3c .descr {margin-bottom: 5px;}

/* Content Middle Column - Will be default middle column content unless overriden by Master Page ThreeColumn.master middle content */

.contentmiddle3c h1 {
	background: url(../images/common/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.contentmiddle3c a {
	color: #999;
	text-decoration: underline;
}
.contentmiddle3c a:hover {color: #CCC;}
.contentmiddle3c .descr {margin-bottom: 5px;}


/* Content Right Column - Will be default right column content unless overriden by Master Page ThreeColumn.master right content */

.contentright3c {
	background: #0C0C0C;
	border: 1px solid #1E1E1E;
	padding: 12px;
}
.contentright3c h1 {background: url(../images/common/bgh1.gif) repeat-x left bottom; padding-top: 8px;}
.contentright3c ul {margin: 0;}
.contentright3c li {
	background: url(../images/common/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.contentright3c li a {
	color: #EEE;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.contentright3c li a:hover {color: #777;}
