/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.3.6
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body {
	background:url(images/header-bg.jpg) top left repeat-x;
	margin-top:0px;
}
h2 {
	font-size: 14px;
	margin: 10px
}
h3 {
	font-size: 14px;
	margin: 20px 10px 10px 10px;
}
a:link {
	color:#ec008c;
}

a:hover {
	color:#906;
}
.clear {
	clear:both;
}
#homebutton {
	float:left;
	width: 290px;
	margin-top: 20px;
	height: 100px;
}

#container {
  max-width: 950px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #328fc0;
  font-size: 12px;
  width: 100%;
}

/* #container {
	width:950px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#328fc0;
	font-size:12px;
} */

#footer {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ec008c;
}
#header {
  height: 135px;
  background: url(images/header.jpg) top left no-repeat;
  margin: 0 0 10px 0;
  display: block;
}


#navigation {
	float: right;
	height:50px;
	margin-top:80px;
}


.panel-third-first {
	width:294px;
	float:left;
	background-color:#edf9fd;
	border:3px solid #fde5f3;
	padding: 5px;
}

.panel-third {
	width:294px;
	float:left;
	margin-left:10px;
	background-color:#edf9fd;
	border:3px solid #fde5f3;
	padding: 5px;
}
	
	
.panel-third-first h2, .panel-third h2 {
	margin:0px;
	color:#ec008c;
	font-size:24px;
}
.panel-third-first a, .panel-third a {
	margin:0px;
	color:#ec008c;
}
.ddsmoothmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background-color: #fff1f9;
	padding: 10px;
	height: 30px;
	margin-right: 10px;
	color: #ec008c;
	text-decoration: none;
	background-image: url(images/menubg.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #ec008c;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu ul li a:hover{
	color: #EC76CB;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding-top: 5px;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 200px; /*width of sub menus*/
	padding: 5px 0 5px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	height: 15px;
	background-image: none;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
.wp-caption {
	float:left;
}
a[href$=".PDF"], a[href$=".pdf"] {
	padding: 5px 2px 5px 25px;
	background: url("images/pdficon.png") left center no-repeat;
}
a[href$=".PDF"]:hover, a[href$=".pdf"]:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.googlemaps {
	float:left;
	padding: 0;
	margin: 0;
}

.slicknav_menu {
	display:none;
}

.slicknav_menu {
  font-size: 16px;
  background: #E7BFE0 !important;
  padding: 5px;
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff !important;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #F7077D !important;
  color: #222;
}

.hfeed {
	max-width: 600px;
	width: 100%;
	display: inline-block;
}

.aside {
	max-width: 300px;
	width: 100%;
	display: inline-block;
}

#widget-search {
	display: none;
}

/********** MEDIA CLASSES *********/
@media (max-width: 959px) {
	body {
		background: none !important;
	}
	
	#main-menu {
		display:none;
		
	}
	
	.slicknav_menu {
		display:block;
		width: 100%;
	}
	
	#navigation {
		margin-top: 15px;
		margin-bottom: 20px;
		width: 100%;
		display: inline-block;
		position: relative;
		z-index: 1000;
	}
	
	#content {
		padding: 0 10px;
	}
	
	#footer {
		padding: 10px;
	}
	
	.panel-third-first {
		width: 47% !important;
		margin-top: 20px !important;
	}
	
	.panel-third {
		width: 47% !important;	
		margin-top: 20px !important;
      	margin-bottom: 13px !important;
		
	}
	
	.panel-third.third-last {
		  margin: 0 auto;
		  display: block;
		  width: 47% !important;
		  float: none;
		  position: relative;
		  clear: both;
	}
}


@media (max-width: 768px) {
	.panel-third-first {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		margin-top: 20px !important;
	}
	
	.panel-third {
		width: 100% !important;	
		margin: 0 !important;
		padding: 0 !important;
		margin-top: 20px !important;
	}
	
	.panel-third.third-last {
		width: 100% !important;	
		margin: 0 !important;
		padding: 0 !important;
		margin-top: 20px !important;
		float: left;
	}
	
	.aside {
		max-width: inherit !important;
		float: left;
	}
	
	
	}