/*
-------------------------------------------
File: 'Designer Colors 2' styles.css Style Sheet
Created: 10, November, 2005
Last Modified: 12, November, 2005
Author: Charlie Lockhart, Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
©2005 Charlie Lockhart, Josh Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/



/*<group=Body and Global Styles>*/


body{
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #777777;
  text-align: center;
  background: #6C77AE url(../../images/body-background.jpg) top repeat-x;
    behavior: url('csshover.htc');
}

a:link, a:visited{
font-color: #2B70BB;
  text-decoration: underline;
}

a:hover, a:active{
font-color: #2B70BB;
  text-decoration: none;
}

p {
}


/* applies to all images in content area of any page */
.imagestyle{}

a img {
border:  0px;
}

/* use this to make blocks of text 'standout' */
.standout, .blockquote {
font-style: italic;
font-size: 13px;
border-left: 5px solid #6C77AE;
padding-left: 12px;
}

/* use these tags to style <h1> - used in page header for site title*/
h1 {
color: #000000;
font-size: 24px;
margin-bottom: 3px;
}

/* use these tags to style <h2> - used in page header for site slogan */
h2 {
color: #000000;
font-size: 22px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h3> */
h3 {
color: #000000;
font-size: 20px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h4> */
h4 {
color: #000000;
font-size: 18px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h5> */
h5 {
color: #000000;
font-size: 16px;
font-weight: normal;
margin-bottom: 3px;
}

/* use for user-positioned inline images */
.image-right{
float: right;
padding: 10px 0px 10px 10px;
}

/* use for user-positioned inline images */
.image-left{
float: left;
padding: 10px 10px 10px 0px;
}

b, strong {
	font-weight: bold;
}

.clear {
	clear: both;
}


/*</group>*/


/*<group=Layout>*/

#wrapper{
  position: relative;
  width: 740px;
  margin: 24px auto;
  text-align: left;
  background: #FFFFFF url(../../images/wrapper-background.jpg) top repeat-y;
}

.clearfix:after{ /* Enables non-IE6 browsers to clear a float. IE6, ironically, does this by default */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

#pageHeader{
  margin: 0px;
  height: 95px;
  background: #FFFFFF url(../../images/header-background.jpg) top no-repeat;
}

#pageHeader h1{
  margin: 0px;
  padding: 35px 10px 0px 170px;
  font-size: 24px;
  color: #f5b22a;
	font-weight: bold;
}

#pageHeader h2{
  margin: 0px;
  padding: 0px 10px 0px 170px;
  font-size: 12px;
  font-weight: normal;
  color: #777777;
}

#content-wrapper{
  margin: 0px;
  background: transparent url(../../images/image-background.jpg) top no-repeat;
}

#content-logo{
  background: transparent;
  position: absolute;
  top: 95px;
  left: 142px;
  width: 590px;
  height: 171px;
}

#content{  float: right;  width: 543px;  padding: 0px 26px 0px 26px;  margin-top: 196px;}

#navbar #sidebar{
  margin: 0px;
  padding: 5px 8px 200px 8px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: normal;
}

#navbar #sidebar a{
  color: #FFFFFF;
  text-decoration: underline;
}

#navbar #sidebar a:hover{
  color: #FFFFFF;
  text-decoration: none;
}

#navbar #sidebarContainer .sideHeader {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

#navbar #sidebarContainer #sidebar p {
	color: #FFFFFF;
	font-weight: normal;
}

#footer{
  height: 80px; /* Appease the IE6 gods */
  margin: 0px;
  padding: 25px 20px 20px 163px;
  clear: both;
  text-align: center;
  color: #FFFFFF;
  background: #6C77AE url(../../images/footer-background.jpg) top no-repeat;
}

html>body #footer{
  height: auto; /* Reset for non-IE browsers */
}


#footer img{
  display: inline;
  margin: 5px;
}

#footer ul, #footer li{
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer a{
  color: #FFFFFF;
}

#ornament {
	background: #6C77AE url(../../images/footer-leaf.jpg) no-repeat center;
	text-align: center;
	padding: 8px 20px 10px 20px;
	z-index: 50;
}



/*</group>*/


/*<group=Toolbar>*/

/* STEP 2: SET MENU CONTAINER <DIV> CSS STYLES

   - Set the final desired width of navbar container <div>.

*/


#navbar{
  float: left;
  width: 141px;
  background: #7580BD url(../../images/sidebar-background.jpg) left repeat-y;
  font-size: 12px;
}

#navbar current{
  color: #FFFFFF;
  background-color: #6C77AE;
  font-weight: bold;
}


/* STEP 1: SET MENU <UL> CSS STYLES: */


#navbar ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-left: 1px solid #FFFFFF;
}



/* STEP 2: MENU <LI> CSS STYLES */



#navbar li{
  position: relative;
  border-bottom: 1px solid #AFB7DD;
}

html>body #navbar li{
  border: none;
}



/* STEP 3: MENU <A> CSS STYLES */


#navbar ul a{
  display: block;
  padding: 3px 5px;
  width: 131px; /* subtract <a> left/right padding from final desired width (see #navbar width above) */
  text-decoration: none;
  color: white;
}

html>body #navbar ul a{
  border-bottom: 1px solid #AFB7DD; /* Set any borders for non-IE browsers here */;
	color: olive;
	color: white;
	font-weight: bold;
}

#navbar ul a:hover, #navbar ul a:active{
  background-color: #ea922c;
  color: #FFFFFF;
}



/* STEP 4: SUBMENU <UL> CSS STYLES */


#navbar ul ul{
  position: absolute;
  top: 0px;
  left: 141px;
  display: none;
  background: #AFB7DD;
  border-left: 0px;
}

#navbar ul ul a{
  color: white;
  background-color: #e8902b;
}



/* ENABLE SUBMENU LEVEL 1 */



#navbar ul li:hover ul{
  display: block;
}

#navbar ul li:hover ul ul{
  display: none;
}



/* ENABLE SUBMENU LEVEL 2 */



#navbar ul ul li:hover ul{
  display: block;
}

#navbar ul ul li:hover ul ul{
  display: none;
}



/* ENABLE SUBMENU LEVEL 3 */



#navbar ul ul ul li:hover ul{
  display: block;
}

#navbar ul ul ul li:hover ul ul{
  display: none;
}


/*</group>*/



/*<group=Contact Form>*/


form{
  margin-bottom: 25px;
}

/* Styles the messages that appears at the top of the form.*/
.message-text { 
} 

/* Styles the required text. */ 
.required-text {
	color: #D60000;
 } 

/* Styles the text fields. */ 
.form-input-field { } 
 
/* Styles the form buttons. */ 
.form-input-button { } 
 

/*</group>*/




/*<group=Blog Pages>*/



/* styles the <div> container for each blog entry */
.blog-entry{
   padding-bottom: 25px;
   padding-right: 10px;
}

/* styles the title of each blog entry */
.blog-entry-title{
   font-weight: bold;
   color: #2B70BB;
   font-size: 15px;
   margin-bottom: 5px;
}

/* styles the date of each blog entry */
.blog-entry-date{
   color: #666666;
   margin-bottom: 5px;
   font-style: italic;
}

/* styles the entry body container */
.blog-entry-body{
   line-height: 1.4em;
}

.blog-entry-category {
font-size: 11px;
margin-bottom: 3px;
}

.blog-entry-category a {color: #666666;}

.blog-category-link-enabled {
}

.blog-category-link-disabled {color: #AFB7DD;}

.blog-entry img {padding: 4px;}

/* styles the comments which appear at the end of each blog page entry */
.blog-entry-comments{
   margin: 5px 0px 0px 0px;
}

.blog-entry-comments a{   color: #666666;}

.blog-entry-comments a:hover{
	text-decoration: none;
}	
	
/* styles the archive page <body> on the archive page ONLY */
.blog-archive-background{
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #777777;
  text-align: center;
  background: #6C77AE url(../../images/body-background.jpg) top repeat-x;
}

/* styles archive page title and title links <div> on the archive page ONLY */
.blog-archive-headings-wrapper{
   position: relative;
   margin: 24px auto 0px auto;
   text-align: left;
   width: 606px;
   background: #FFFFFF url(../../images/blog-header-background.jpg) top no-repeat;
}

/* styles the month <div> in the blog archive headings wrapper on the archive page ONLY */
.blog-archive-month{
  margin: 0px;
  height: 52px;
  padding: 43px 15px 0px 35px;
  font-size: 20px;
  color: #2B70BB;
  font-weight: bold;
}

/* styles the link <div> in the blog archive headings wrapper on the archive page ONLY */
.blog-archive-link{
  color: #FFFFFF;
  margin: 0px;
  padding: 20px 32px 20px 32px;
  line-height: 1.4em;
  background: #FFFFFF url(../../images/blog-image-background.jpg) bottom repeat-y;
}

/* styles <a> links in .blog-archive-link <p> tag */
.blog-archive-link a:link, .blog-archive-link a:visited{
  color: #FFFFFF;
  text-decoration: underline;
}

/* styles <a> links in .blog-archive-link <p> tag */
.blog-archive-link a:hover, .blog-archive-link a:active{
  color: #FFFFFF;
  text-decoration: none;
}

/* styles the wrapper around all entries on the archive page ONLY */
.blog-archive-entries-wrapper{
  margin: 0px auto;
  text-align: left;
  width: 606px;
  background: #6C77AE url(../../images/blog-footer-background.jpg) bottom no-repeat;
  padding-bottom: 33px;
}

/* styles blog-entry class only on archives page */
.blog-archive-entries-wrapper .blog-entry{
  margin: -1px 0px 0px 0px;
  padding: 0px;
}

.blog-archive-entries-wrapper .blog-entry-body{
  padding: 25px 32px 1px 32px;
  background: #FFFFFF url(../../images/blog-wrapper-background.jpg) top repeat-y;
}


/*</group>*/




/*<group=Photo Album>*/



/* Over-rides table settings in HTML. Sets width of photo album table */
table{
  margin-bottom: 25px;
}

table td{
  text-align: left;
}

/* styles the album title div */
.album-title{
   font-weight: bold;
   color: #2B70BB;
   font-size: 15px;
   margin-bottom: 5px;
}

/* styles the album description div */
.album-description{
  margin-bottom: 25px;
  margin-right: 10px;
  line-height: 1.4em;
}

/* styles the thumbnail frame div in each <td> tag */
.thumbnail-frame{}

/* styles the image in the thumbnail frame */
.thumbnail-frame img{
  border: 0px;
}

/* styes the thumbnail caption <p> tag */
.thumbnail-caption{
  margin: 0px;
  padding: 0px;
  color: #2B70BB;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-table {
}



/*<group=Photo Album - Single Page>*/


/* styles the body of the page */
.photo-background{
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #6C77AE url(../../images/photo-body-background.jpg) top repeat-x;
}

/* styles the navigation bar */
.photo-navigation{
  margin: 0px;
  height: 112px;
}

/* styles the photo title <p> tag */
.photo-title{
  margin: 0px;
  padding: 25px 25px 10px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

/* styles the photo caption <p> tag */
.photo-caption{
  display: inline;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px 0px 0px 25px;
  padding: 0px;
}

/* styles the photo links <p> tag */
.photo-links{
  display: inline;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

/* styles <a> links in .photo-links <p> tag */
.photo-links a{
  color: #FFFFFF;
}

.photo-links a:link, .photo-links a:visited{
  text-decoration: underline;
}

.photo-links a:hover, .photo-links a:active{
  text-decoration: none;
}

/* styles the actual image */
.photo-frame{
  margin: 25px;
}



/*</group>*/

/*</group>*/


/*<group=File Sharing>*/



/* styles file sharing description div */
.filesharing-description{
  line-height: 1.4em;
  margin-bottom: 25px;
  margin-right: 10px;
}

/* styles for each file sharing item div */
.filesharing-item{
  margin-bottom: 25px;
  margin-right: 10px;
}

.filesharing-item a{
  color: #2B70BB;
}


/* styles for each filesharing item title div */
.filesharing-item-title{
   font-weight: bold;
   color: #2B70BB;
   font-size: 15px;
   margin-bottom: 5px;
}

/* styles for each filesharing item description div */
.filesharing-item-description{
  line-height: 1.4em;  
}


/*</group>*/


/*<group=Quicktime Movie Album>*/



/* Styles for the movie page title */
.movie-page-title{
   font-weight: bold;
   color: #2B70BB;
   font-size: 15px;
   margin-bottom: 5px;
}

/* Styles for the movie page description <div> */
.movie-page-description{
  margin-bottom: 25px;
  margin-right: 10px;
  line-height: 1.4em;
}

/* Styles for each movie's frame <div> */
.movie-thumbnail-frame{
  float: left;
  display: inline;
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: center;
}

/* Remove border from any images in an <a> element */
.movie-thumbnail-frame img{
  border: none;
}

/* styles the caption */
.movie-thumbnail-caption{
  margin-top: 10px;
  color: #2B70BB;
}


/*</group>*/


/*<group=Quicktime Movie Pop-Up>*/


.movie-background{
  margin: 15px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #7F89B9;
}

.movie-frame{
  margin-bottom: 10px;
}

.movie-title{
  font-size: 11px;
  color: #FFFFFF;
}
  


/*</group>*/


