﻿/*
	WSOL
	VERSION 1.0
	Author: Stephanie Finken 
	Contact: sfinken@wsol.com
	
	CONTENTS ----------
	1. BACKGROUNDS
	2. NAVIGATION
	3. HEADERS
	4. COLORS
	5. SPECIAL FORMATTING
	6. LINKS
    7. JQUERY PAGING FOR HOMEPAGE
    -------------------
    
    COLORS -----------

	>> Default Theme
	
*/

/* 1. =backgrounds
================================================================== */
	   
	   body {background: url(ui/bg-pattern.png) repeat #060606; }
	   
	   #toolbar .hList {  }
	   #toolbar .hList {  }
	  
	   #wrapper { } 
	  #container {
  border-bottom: 2px solid #C6C09C;
  border-top: 4px solid #C6C09C;
}
	   
	     
	  .side-column-left .content-wrapper,
	  .side-column-right .content-wrapper,
	  .three-column .content-wrapper,
	  .full-width .content-wrapper{
	/* [disabled]border-top: 2px solid #ffcc33; */
	  }
	  
	   #toolbar { }
	   .footer { border-top: 2px solid #ffcc33; }
	   
	   .slideshow-container{border-top: 2px solid #000; border-bottom: 2px solid #C6C09C;}

/* 2. =Navigation
================================================================== */
	   
	  
/* 3. =Headers
================================================================== */
	   h1 {}
	   h2 { }
	   h3 { }
	   h4 { }
	   h5 { }
	  
	   #masthead h1 { } 
	   #masthead h2 { } 
	   #masthead h3 { } 
	   #masthead h4 { } 
	   #masthead h5 { }
	   
	   #footer h1 { } 
	   #footer h2 { }
	   #footer h3 { }
	   #footer h4 { }
	   #footer h5 { }
	   
	   #sideContent1 h1 { }
	   #sideContent1 h2 { }
	   #sideContent1 h3 { }
	   #sideContent1 h4 { }
	   #sideContent1 h5 { }
	   
	   #sideContent2 h1 { }
	   #sideContent1 h2 { }
	   #sideContent1 h3 { }
	   #sideContent1 h4 { }
	   #sideContent1 h5 { }
	   

/* 4. =Colors
================================================================== */

		#sideContent1 { }
		#sideContent1 p { }
		#sideContent2 { }
		#sideContent2 p { }
		#mainContent { }
		#mainContent p { }

/* 5. =Special Text Formatting
================================================================== */
		em, i { font-style:italic; } 
		strong, b { font-weight:bold;}
		.callout { }
		.caption { }
		

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
		.smalltext {font-size: 85%;}
		
		
		.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

/* 6. =Links
================================================================== */

		a:link { text-decoration:none; }		
		a:visited { text-decoration:none; }
		a:hover { text-decoration:underline; }
		a:active {
	color: #000;
}
	   
	   #toolbar a:link, #toolbar a:visited { }
	   #toolbar a:hover, #toolbar a:active, #toolbar a:visited:hover { }
	   	#sideContent1 a:link { }   
	   	#sideContent2 a:link { }
		
		#sideContent1 .pod a:link { }
		#sideContent2 .pod a:link { }
		
		
