/* Core Admin
 * Theme: Default Theme
 * Last Update: 2008-05-08
 * Author: Kirk Beard <kirk@kirkbeard.com>
--------------------------------------------- */


/* =Common Elements/Selectors
--------------------------------------------- */
h1 { font-size:1.4em; font-weight:bold; }
h2 { font-size:1.2em; font-weight:bold; margin:0 0 .5em; }
h3 { font-size:1.05em; font-weight:bold; margin:0 0 0; }
h4 { font-size:1em; font-weight:bold; }
img.fr { float:right; padding:0 0 10px 15px; }
img.fl { float:left; padding:0 15px 10px 0; }
p { line-height:1.5em; margin-bottom:1em; }
a { color:#a60101; text-decoration:none; }
a:focus { outline:none; }
a:hover { text-decoration:underline; color:#ce0202; }
abbr { border-bottom:1px dashed #ccc; cursor:help; }
strong { font-weight:bold; }
.hide { display:none; }
.c { text-align:center; }
a { color:#02659f; }
a:hover { text-decoration: underline; color:#02659f; }



/* =Layout
--------------------------------------------- */
body { background:#00446c url(../images/layout/body-bg-internal.jpg) scroll repeat-x; color:#032f49; }
body#page-home { background-image:url(../images/layout/body-bg.jpg); }

#wrapper { margin:auto; text-align:left; width:960px; }

/* =Header
--------------------------------------------- */
#hd { height:200px; background:transparent url(../images/layout/hd-bg-internal.jpg) scroll no-repeat 50% 0; }
body#page-home #hd { height:493px; }

#logo { background:transparent url(../images/layout/logo.gif) scroll no-repeat; width:230px; height:97px; text-indent: -999em; margin-top: 10px; }
#logo a { display: block; width:250px; height:90px; }

#logo-knoxleague { background:transparent url(../images/layout/logo-knoxleague.gif) scroll no-repeat; width:184px; height:49px; text-indent: -999em; margin-top:20px; float:right; }
#logo-knoxleague a { display: block; width:250px; height:90px; }


/* =Navigation
--------------------------------------------- */
#nav { background:transparent url(../images/layout/nav-bg.png) scroll no-repeat; height:40px; margin-bottom:20px; }
#nav ul,
#nav li { list-style:none; margin:0; padding:0; height:40px; }

#nav a { color:#fff; display: block; width:120px; height:40px; text-align:center; background-repeat:no-repeat; }
#nav #nav-home { background-image:url(../images/layout/nav-home.png); }
#nav #nav-competition { background-image:url(../images/layout/nav-competition.png); }
#nav #nav-club { background-image:url(../images/layout/nav-club.png); }
#nav #nav-training { background-image:url(../images/layout/nav-training.png); }
#nav #nav-proshop { background-image:url(../images/layout/nav-proshop.png); }
#nav #nav-contact { background-image:url(../images/layout/nav-contact.png); }

#nav a span { display:none; }
#nav a:hover { background-position:0 -40px; }
#nav li { float: left; width:120px; }
#nav li ul { position: absolute; background:transparent url(../images/layout/subnav-bg.png) scroll no-repeat left bottom; width: 195px; height:auto; left: -999em; margin-top:-1px; padding-bottom:5px; }
#nav li ul li { height:auto; margin-left:1px; }
#nav li ul li a { background:none; text-align:left; padding:5px 10px; height:20px; width:168px; }
#nav li ul li a:hover { background:transparent url(../images/layout/subnav-el-bg.png); }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }


/* =Sidebar
--------------------------------------------- */
.side { background:transparent url(../images/layout/side-bg.png) scroll no-repeat 0 bottom; margin-bottom:20px; }
.side-content { background-repeat:no-repeat; padding:39px 10px 10px; }
.side h3 { height:1px; font-size:1px; margin:0; color:#fff; }
.side .links { font-weight:bold; }

.side-about .side-content { background-image:url(../images/layout/side-title-about.gif); }
.side-ladder .side-content { background-image:url(../images/layout/side-title-ladder.gif); }
.side-pennant .side-content { background-image:url(../images/layout/side-title-pennant.gif); }
.side-proshop .side-content { background-image:url(../images/layout/side-title-proshop.gif); }

.side .ladder { width:100%; margin:auto; margin-bottom:10px; }
.side .ladder tr td { border-bottom:1px solid #c7d5e7; vertical-align:top; padding:4px 3px 2px; }
.side table.ladder tr td.r { text-align:right; }

.featured-img { text-align:center; }

/* =Content
--------------------------------------------- */
.content-area { min-height:500px; }
* html body .content-area { height:500px; }
.content-area .content { padding:10px 10px 20px; }
.grid_12 .content-area { background:transparent url(../images/layout/content-bg.gif) scroll no-repeat 0 bottom; }
.grid_8 .content-area { background:transparent url(../images/layout/content-bg-grid8.gif) scroll no-repeat 0 bottom; }

.grid_12 .content-area .content { background:transparent url(../images/layout/content-bg-top.gif) scroll no-repeat; }
.grid_8 .content-area .content { background:transparent url(../images/layout/content-bg-grid8-top.gif) scroll no-repeat; }


.block { padding:0 0 10px; }
.home-block { background:transparent url(../images/layout/block-home.gif) scroll no-repeat; min-height:125px; margin:0 0 15px; }
* html body .home-block { height:125px; }
.home-block .home-block-title h2 { height:32px; line-height:32px; padding:0 7px; margin:0 0 5px; }
.home-block .home-block-title a { float:right; font-weight: bold; color:#000; line-height:32px; padding-right:10px; }
.home-block .block { margin:0 10px; }
.home-block .block h2 { display:none; }
.home-block .home-block-read-more { margin:0 10px; font-weight:bold; }
.block blockquote { margin:1em 2em; }


/* =Footer
--------------------------------------------- */
#ft { background:transparent url(../images/layout/ft-bg.gif) scroll no-repeat 50% 0; font-size:85%; margin-top:1em; padding:15px 0 30px; clear:both; color:#fff; }

#ft p { line-height:1.5em; margin:0; }
#ft a { color:#fff; }
#ft ul { margin:0; padding:0; list-style:none; }
#ft li { display: inline; margin: 0 5px 0 0; list-style:none; }
#ft a:hover { text-decoration:underline; }
#ft-logos { float:right; }
#ft-logos img { vertical-align:middle; margin-right:15px; }


/* =Messages
--------------------------------------------- */
#msg { margin:5px 20px 15px;  padding:9px 10px 9px 65px; text-align:left; border-width:2px 0; border-style:solid; border-color:#f9db97; background-color:#ffedc4; background-repeat: no-repeat; background-position:10px 4px; min-height:40px; font-weight:bold; }
* html body #msg { height:40px; }
#msg ul { margin-bottom:0; }
.msg-error { background-image:url(../images/layout/msg/error.gif); color:#9f0202; }
.msg-confirm { background-image:url(../images/layout/msg/confirm.gif); color:#2a6c15; }

/* =404 Error Page
--------------------------------------------- */
ul.error-page-list li { margin-bottom: 10px; }


/* =Table
--------------------------------------------- */
.stan { width:100%; margin:auto; margin-bottom:2em; }
.stan tr th { background:#f9f0ca url(../images/layout/table-th.gif) scroll repeat-x left bottom; font-weight:bold; border:0; padding:5px 7px; text-align:left; border-color:#f8e49b; border-style: solid; border-width:1px 0; }
.stan tr td { background:#faf7d7 url(../images/layout/table-td.gif) scroll repeat-x left bottom; border-bottom:1px solid #f8ebb3; vertical-align:top; padding:5px 7px; }
.stan tr.totals td { background:#f4e8bb; border:0; text-align:right; font-weight:bold; padding:3px 7px; }
.stan tr.first-total td { background:#f9f0ca url(../images/layout/table-th.gif) scroll repeat-x left bottom; text-align:right; font-weight: bold; border:0; border-top:2px solid #f8e49b; padding-top:6px; }
.stan tr.totals-desc td { background:#f4e8bb; text-align:right; font-weight:normal; border:0; padding:0 7px 3px 115px; text-align:right; font-size:.85em; }
.stan tr.totals td.notes { text-align: left; font-weight: normal; }
/* .stan tr.first-total td { border-top:2px solid #ededd6; } */
table.stan tr td.r,
table.stan tr th.r { text-align:right; }
table.stan tr td.c,
table.stan tr th.c { text-align:center; }




/* =Form
--------------------------------------------- */
.group { margin:0 0 10px; padding:0; border:0; }
.group label { float:left; display:block; width:150px; margin:0 10px 0 0; font-weight:bold; line-height:1.5em; text-align:right; }
.group .field { float:left; margin:0 10px 0 0; line-height:1.5em; width:400px; }
.group .field label { float: none; width: auto; font-weight: normal; text-align:left; }
.group .field input,
.group .field textarea { border:1px solid #e1e1ca; padding:4px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.group .field textarea { width:95%; }
.group .multi-field input,
.group .multi-field select { margin-right:5px; margin-bottom:5px; }
.group .explain { clear:left; color:#666; padding:0 0 10px 162px; font-size:.85em; }
form div.submit { text-align:center; padding:10px 0; }
form div.submit input { font-weight:bold; padding:2px 8px; margin:0 .5em; }

html body form table.stan td.submit { text-align:left; }
form table td.submit input { font-weight:bold; margin-left:15px; }


/* =Quoted text
--------------------------------------------- */
blockquote.quote { font-size:1.2em; font-family:Georgia, Times, Times New Roman, serif; font-style:italic; padding:5px; background:#f9f3cc; border:1px solid #f8e49c; margin-bottom:10px; }
blockquote.qabove { margin:10px 30px; }
blockquote.qright { width:250px; float:right; margin-left:15px; }
blockquote.qleft { width:250px; float:left; margin-right:15px; }
blockquote.quote p { margin:0; padding:0 0 0 40px; min-height:40px; background:transparent url(../images/layout/quote-open.gif) scroll no-repeat; }
* html body blockquote.quote p { height:40px; }



/* =Gallery - View Gallery
--------------------------------------------- */

#list-galleries { margin:0 0 20px; padding:0; list-style:none; line-height:1; }
#list-galleries li { list-style:none; float:left; width:290px; height:200px; padding:0; margin:0; text-align:center; }
#list-galleries li .preview { text-align:center; padding:0 0 0px; }
#list-galleries li .preview img { border:1px solid #c5c5b1; padding:5px; background:#fff; }
#list-galleries li:hover .preview img { border-color:#a2a292; }
#list-galleries li .title { display:block; padding:3px; }


#list-photos { margin:0 0 20px; padding:0; list-style:none; line-height:1; }
#list-photos li { list-style:none; float:left; width:130px; height:150px; padding:0; margin:5px; text-align:center; }
#list-photos li .preview { text-align:center; }
#list-photos li .preview img { border:1px solid #91917a; margin-bottom:2px; padding:4px; background:#fff; }
#list-photos li:hover .preview img { border-color:#6c6c49; }

.view-photo { text-align:center; }
.view-photo img { border:1px solid #91917a; }
.photo-description { margin:0 0 30px; text-align:left; }
.gallery-navigation { float:right; border-left:1px solid #afaf9d; padding-left:8px; }
.gallery-navigation p { margin:0; }
.gallery-navigation span { color:#7d7d70; }




/* =Products
--------------------------------------------- */
.product-thumbs,
.product-thumbs li { list-style: none; margin:0; padding:0; }
.product-thumbs { padding-top:10px; }
.product-thumbs li { float:left; display: block; width:220px; height:200px; text-align:center; font-weight:bold; }
.product-thumbs li .image { height:155px; line-height:150px; }
.product-thumbs li .image { vertical-align:middle; }
.product-thumbs li .details { padding:3px 10px; line-height:1.1em; }
.product-thumbs li .price { }

ul.browse-products { padding:0 0 10px; margin:0; list-style:none; font-size:1.1em; font-weight:bold; }
ul.browse-products li { width:260px; float:left; overflow:hidden; margin:0 0 0 10px; padding:0; }

.product-preview { float:right; margin:0 0 10 20px; }
.product-description { clear:both; padding-top:15px; }

.product-content { padding:5px 10px 20px; }

div.category-description { margin:0 0 15px; }
h2.type-title { border-bottom:1px solid #c7d5e7; width:95%; }
.product-listing { list-style:none; margin:0 0 20px; padding:0; }
.product-listing li { list-style:none; margin:0 0 20px; padding:0; }
.product-listing .image { float:left; }
.product-listing .details { width:470px; float:right;}


/* =News Articles
------------------------------------------------------------------- */
.news-story { margin:0 0 20px; }
.news-story h2 { margin:0; }
.news-story h2 a { color:#032f49; }
.news-story h3 { margin:0 0 10px; color:#7396c4; }
.news-story .img { float:right; margin-left:15px; margin-bottom:15px;}
.news-story .news-read-more { margin-top:10px; border:0; }
.news-read-more { font-weight:bold; border-top:1px solid #ddd; padding-top:4px; }
















































