/*  
Theme Name: SLWS
Theme URI: http://purposemakers.net
Description: SLWS
Version: 0.1
Author: Michael McCrea
Author URI: http://purposemakers.net
*/



/*-----------------------------------------------------------------------------------------------

* div {
	background:#ccc;
}


  Global Styles
-----------------------------------------------------------------------------------------------*/



*{
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address{ margin:1em 0; }
li, dd{ margin-left:5%; }
fieldset{ padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_right {text-align:right; }
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background:#fff;
	color:#777;
	font-size:70%;
	font-family:Verdana, Arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:900px;
	margin:0 auto;
}

a{
	color:#3d4f72;
	text-decoration:none;
}

a:hover{ 
	color:#bc9b6a;
}

h1, h2, h3, h4{
	font-size:2em;
	color:#3d4f72;
	font-weight:normal;
	margin:0 0 20px 0;	
}

h2, h3{
	font-size:1.8em;
}

h4{
	font-size:1.2em;
	font-weight:bold;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	padding:1px 12px 1px 1em;
	border-left:2px solid #C00;
	color:#BBB;
	background-color:#333;
	font-size:1.1em
}



/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background-color:#fff;
	padding:0;
	border-bottom:10px solid #ccc;
}

#header .inside{
	padding:0;	
}

#header h2{ 
	font-size:2.25em;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}

#header h2 a{ 
	text-decoration:none; 
	display:block;
	width:394px;
	height:61px;
	border:0;
	text-indent:-10000px;
	background: transparent url(img/slws_logo_01.gif) no-repeat left top;
}

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
}

#contact_info {
  float:right;
  padding:10px 0 0 0;
  text-align:right;
}

#home_image {
	background-color:#3d4f72;
	height:175px;
	border-bottom:10px solid #ccc;	
}

/*-----------------------------------------------------------------------------------------------
  Menu Styles
-----------------------------------------------------------------------------------------------*/
ul#navigation{
	width:900px;
	border:0;
	padding:0;
	margin:10px 0 0 0 ;
	float:left;
	clear:both;
}

ul#navigation li{
	float: left;
	display: inline;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	border:0;
	font-size: 18px;
	font-weight: normal;
}

ul#navigation li a{
	float: left;
	display: block;
	margin:30px 0 0 0;
	padding: 5px 34px 8px 33px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
  background: #3d4f72 url(img/nav_seperator_01.gif) no-repeat left top;	
}

* html ul#navigation li a{
	margin:35px 0 0 0;
}

ul#navigation li a:hover, ul#navigation li a.selected{
	background-color: #bc9b6a;
	color: #fff;
}

ul#navigation li.current_page_item a{
  background: #ccc url(img/nav_seperator_01.gif) no-repeat left top;	
}

ul#navigation li.current_page_parent a{
  background: #ccc url(img/nav_seperator_01.gif) no-repeat left top;	
}

ul#navigation li a.no_sep{
  background-image:none;
}

.pagenav{
	padding:30px 0 10px 0;
	font-size:1.5em;
	clear:both;
	color:#999;
}

/*-----------------------------------------------------------------------------------------------
  Image / Graphic Header
-----------------------------------------------------------------------------------------------*/

#image{
	height:350px;
  background:#fff url(img/home_page_bg.jpg) repeat-x center center;		
	padding:0;
	text-align: center;
}

#image_courses{
  background:#fff url(img/sign_post_01.jpg) no-repeat left top;		
	padding:0;
	height:387px;
}

#image_partners{
  background:#fff url(img/puzzle_pieces.jpg) no-repeat left top;		
	padding:0;
	height:347px;
}

#image_about{
  background:#fff url(img/puzzel_grey_01.jpg) no-repeat left top;		
	padding:0;
	height:168px;
}

#image_links{
  background:#fff url(img/links_01.jpg) no-repeat left top;		
	padding:0;
	height:188px;
}

#image_contact{
  background:#fff url(img/contact_us_01.jpg) no-repeat left top;		
	padding:0;
	height:153px;
}



/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:#fff url(img/page_bg_01sss.jpg) repeat-x left top;
	padding:10px 0 20px 0;
	text-align: left;
}


.breadcrumb {
  padding:0 0 10px 0;
}

/* Single Post Styles */

#primary .primary{
	float:left;
	width:580px;
	padding:10px 0 30px 0;
}

#primary .primary a{
	font-weight:bold;
}

#primary .primary h2 a{
	font-weight:normal;
}

#news_meta{
	margin:5px 0 25px 0;
	padding:5px 0 25px 0;
	border-bottom:1px solid #555;  
}


/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#primary .secondary{
	float:right;
	width:27%;
	padding:10px 0 30px 0;
	margin-left:5%;
	display:inline;
}

#primary .secondary a{
	color:#bc9b6a;
	text-decoration:none;
}

#primary .secondary a:hover{
	color:#3d4f72;
}

.secondary ul{
	list-style-type:none;
	margin:0 0 2em 0;
}

.secondary ul li{
	list-style-type:none;
	margin:0;
	padding:0.8em 0;
	border-bottom:1px solid #eee;
}

#primary .secondary li.current_page_item a{
  color:#fff;	
  background-color: #3d4f72;
  padding:3px;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/


.ancillary .block{
	float:left;
	margin:0;
  text-align:center;
}

.ancillary h2{ 
	font-size:2.25em;
	margin:40px 0 0 0;
	padding:0;
	float:left;
}

.ancillary  h2 a{ 
	text-decoration:none; 
	display:block;
	width:191px;
	height:70px;
	border:0;
	text-indent:-10000px;
}

.ancillary  h2.education a{ 
	background: transparent url(img/computer_graphic_01.gif) no-repeat left top;
}

.ancillary  h2.culture a{ 
	background: transparent url(img/earth_01.gif) no-repeat left top;
}

.ancillary  h2.health a{ 
	background: transparent url(img/health_01.gif) no-repeat left top;
}

.ancillary .last{
	margin:0;
}
.ancillary .block p, .ancillary .first p{
	margin:5px 0;
	padding:0;
}
.ancillary .block h2, .ancillary .block h3{
  color:#fff;
	margin:0 0 1em 0;
	font-size:1.75em;
}

.ancillary .block h2 a{
  color:#fff;
}

.ancillary strong{
	color:#000;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	padding:1em 0 5em 0;
	background-color:#3d4f72;	
	border-top:9px solid #ccc;
	color:#fff;	
}

#footer a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover{ 
	color:#bc9b6a;
}

#footer .inside{
	padding:0.5em 0;
}
#footer p{
	margin:0;
	font-size:0.95em;
}
#footer p.attributes{ 
	float:right;
	padding:0 0 0 1em;
}

a.rss{
  padding:0 0 5px 16px;
  background: url(img/feed-icon-12x12.gif) no-repeat left top;
}

#logos_eu{
  width:510px;
  font-size:85%;
}

/*-----------------------------------------------------------------------------------------------
  Tables
-----------------------------------------------------------------------------------------------*/

table {
  width:100%
	padding: 0;
	margin: 0;
	border-left: 1px solid #eee;	
}

table a{
	font-weight:bold;
}


th{
	color: #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background-color: #bc9b6a;
}

td{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.spec{
	border-left: 1px solid #eee;
	border-top: 0;
	font-weight:bold;
  background-color: #f5f5f5;	
}