/*
Theme Name: WP Blank
Theme URI: http://annalinnea.net/
Description: A blank theme for use in theme development
Version: 1.1
Author: That girl over http://annalinnea.net
Author URI: http://annalinnea.net/
Tags: empty, clean, development, design

	Based on Kubrick v1.5

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* - BASIC STUFF - */
body {
	background:#FFF url(images/body_bg.png) center top repeat-x;
	font: 14px Helvetica, Arial, Geneva, sans-serif;
	color:#000;
	margin:0 auto;
	padding:0;
}
a {
}
a:hover {text-decoration:underline;}
.additional-meta {
	font-size: 10px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
blockquote {font-style:oblique}

h1, h2, h3, h4, h5 {
	color:#e25321;
	font-weight:500;
	margin:20px 15px 10px 15px
}

p {margin:0; padding: 0 15px 15px 15px;}

a:link, a:visited {color:;#00417e, text-decoration:none;}

a:hover, a:active {color:#FF9500; text-decoration:none;}


/* -- MAIN DIV'S -- */
#wrapper {
	background: url(images/background_header.jpg) center top no-repeat;
	float:none;
	clear:both;
	margin: 0 auto;
	padding: 0;
	}
	
#wrapper2 {
	width:952px;
	margin: 0 auto;
        position: relative;
        left: 60px;
	}

#header {height:122px;margin:0 auto;padding:0;}

	#header h2 {display:none;}

	#header h1 {width: 400px;float:left;margin:0;padding:0;}

	#header h1 a {
		display:block;  
		position: relative;
		top:40px;
		width: 355px;
		height: 70px;
		}
		
			#header h1 a span {display:none;}
			
	#header #utilities {float:right;}
	
		#utilities form input#s {margin:0;padding:0;position:relative; top:-2px;}
		
		#utilities form input#sbutton {margin:0;padding:0;position:relative; top:5px;}
		
		#utilities #address {
	color: #FFF;
	line-height:18px;
	margin:0;
	padding: 0;
	text-align: right;
	position:relative;
	top:15px;
	font-size: 12px;
}



#footer {
	background-color: #288c9f;
	border-top: #d5e7ee 2px solid;
	height:50px;
	margin: 20px 0 auto;
	clear: both;
	float: none;
	padding: 20px 0;
	}
	
	#footer #footer-content {width:952px;margin: 0 auto; position: relative; left: 60px;}
	
	#footer #footer-content ul {list-style-type: none;}
	
		#footer #footer-content ul li {float:left; margin: 0 15px 30px 0;}
		
			#footer #footer-content ul li a:link, #footer #footer-content ul li a:visited {color:#FFF;text-decoration:none;}
			
			#footer #footer-content ul li a:hover, #footer #footer-content ul li a:active {color:#FF9500;}
			
		#footer #footer-content p {clear:both;font-size:11px;margin:0;padding:0;}
	
	

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:right; clear:both;width:710px;}




/* -- SIDEBAR NAVIGATION --*/
.sidebar-wrap {
	font-size: 16px;
	margin:0 auto;
	padding:0;
	float:left;
	clear:none;
	width:215px;
}
	
	.sidebar-wrap #nav {
		background-color: #288c9f;
		border: #3e98ab 3px solid;
		}
		
		
	.sidebar-wrap #nav h3 {display:none;}
	
	.sidebar-wrap #nav ul {list-style-type:none;margin:0 0 0 10px;padding:0;}
	
		.sidebar-wrap #nav ul li {margin:20px 0;padding:0;}
	
	.sidebar-wrap #nav .page_item a:link, .sidebar-wrap #nav .page_item a:visited {
	background: url(images/arrow_black.gif) center left no-repeat;
	padding: 0 0 0 25px;
	text-decoration: none;
		}
		
	.sidebar-wrap #nav .page_item a:hover, .sidebar-wrap #nav .page_item a:active, .sidebar-wrap #nav ul li.current_page_item a:link, .sidebar-wrap #nav ul li.current_page_item a:visited, .sidebar-wrap #nav ul li.current_page_item a:hover, .sidebar-wrap #nav ul li.current_page_item a:active {
		background: url(images/arrow_orange.gif) center left no-repeat;

		}
		
#sidebar-image a {
	display:block;
	background: url(images/study_sandiego.jpg) center no-repeat;
	margin: 30px auto 0 auto;
	width:213px;
	height:245px;
	}
	
	#sidebar-image a span {display:none;}




/* -- SUB NAVIGATION -- */

ul#sub-navigation {
	background: url(images/subnav_bg.jpg) center top no-repeat;
	margin:15px auto;
	padding:0 10px;
	width:677px;
	height:29px;
	}
	
	ul#sub-navigation li {float:left; line-height:29px; margin: 0 10px;}
	
		ul#sub-navigation li a:link, ul#sub-navigation li a:visited {color:#FFF;}
		
		ul#sub-navigation li a:hover, ul#sub-navigation li a:active, ul#sub-navigation li.current_page_item a:link, ul#sub-navigation li.current_page_item a:visited, ul#sub-navigation li.current_page_item a:hover, ul#sub-navigation li.current_page_item a:active {
	color:#FC0;
}



#latest-posts {
float:right;



}





/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;} /* want dots in front of your lists...? change to list-style-type: disc */


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {
	height:25px;
	overflow:auto;
	float:none;
	clear:both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}
	


/* -- ACCORDION -- */



#accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#accordion ul li{
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

#accordion ul li a {
  display: block;
  overflow: hidden;
  height: 304px;
  width: 27px;
  margin: 0;
  padding: 0;
}

#accordion #a1 {
  width: 627px;
}

#accordion ul li img {
  position: absolute;
  margin: 0;
  padding: 0;
}

#accordion ul li span {
  background: url(wp-content/themes/WPBlank/images/slideshow_content_1.jpg) center top no-repeat; width:602px; height:304px;
  display:block;
  padding: 0;
  width: 120px;
  margin-left:27px;
}

#page-content p {line-height: 18px;}

#page-content iframe {margin: 0 auto;border: #3e98ab 3px solid;}

#page-content iframe html, #page-content iframe html body {margin:0; padding:0;}

#page-content iframe html body div#map {left:-4px}
.home #latest_posts{
	width: 250px;
	margin-top:0;
}
#latest-posts {
	margin-top:20px;
	background-color: #8fc6c1;
	border: 4px solid #d8e7ee;
}
.home #page {
}
.home #page {
	float: left;
	width: 400px;
}.home  .page-title {
	display: none;
}
 #latest-posts div {
	margin: 10px;
}
#latest-posts h2 {
	margin: 0px;
	padding: 10px;
	background-color: #1d8199;
	color: #FFF;
	font-size: 18px;
}
#latest-posts div h3 {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#latest-posts div .date {
	color: #333;
	font-size: 12px;
}
a {
	color: #0B4978;
}
.post-edit-link {
	clear: both;
	display: block;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.entry-content img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #A6D8DF;
	margin-bottom: 10px;
}
#sub-navigation a {
	text-decoration: none;
}
#nav .current_page_item a {
	color: #FC0;
}
#nav a {
	color: #FFF;
}
.page-title {
	font-size: 18px;
}
.entry-content ul {
	margin-left: 25px;
}
.entry-content li {
	list-style-type: disc;
	margin-bottom: 10px;
}
#sub-navigation .current_page_item a {
	color: #CF4E1F;
}
.entry-meta {
	background-color: #DBF0F3;
	margin-right: 15px;
	margin-left: 15px;
	padding: 3px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #92A1B4;
	border-bottom-color: #92A1B4;
	clear:both;
}
.entry-title a {
	color: #F60;
	text-decoration: none;
}
#ngg-galleryoverview {
	margin-left: 10px;
}
.programs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.programs li {
	list-style-type: none;
	padding: 10px;
	float: left;
	width: 200px;
	background-color: #D2EBEF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
.programs img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.programs a {
	font-size: 16px;
	text-decoration: none;
}
#latest-posts h2 a {
	color: #FFF;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ngg-album-compact{
height:250px;
}
