/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.6.2
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

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

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/* ///// Custom/////////*/
body{
	background:url(images/bg.gif);
	background-repeat:repeat-x;

}
/*////   Header   ///// */


	


#header{
height:275px;
position:relative;
background:url(images/header-bg.gif) no-repeat center;
	
}

#logo{
	position:absolute;
	top:1px;
	left:85px;

	
}

#header #top-nav{
	float:right;
	width:600px;
	margin-top:-20px;
	
}
#header #top-nav ul{
	list-style:none;


}

#header #top-nav ul li{
	float:left;
	background:url(images/top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:130px;
	height:30px;
}

#header #top-nav a {
	display:block;
	text-decoration:none;
	padding-left:35px;
	padding-top:9px;

	color:#fff;
	
}


#main-nav{
	position:absolute;
	top:215px;
	left:30px;
	padding:0;
	margin:0;
	
	
	
}

#main-nav ul{
	list-style:none;
	padding:0;
	margin:0;
	
	
}

#main-nav li{
	float:left;
	position:relative;
	color:#fff;
	margin-left:25px;
	padding-left:20px;
	border-left:solid 1px #fff;
}

#main-nav li.more-info{
	width:140px;
	
}

#main-nav li.aboutus{
	width:90px;
	margin-left:10px;
	
}



#nav ul{
	display:none;
	position:absolute;
	top:22px;
	padding:0;
	left:-1px;
	margin:0px;
	
}
#nav ul li{
	padding-top:15px;
	
}

#main-nav li.first{
border:none;

}

#nav ul li{
	margin-left:0;
	border:none;
}

#nav ul li{
border-top:1px solid #fff;
display:block;
width:165px;
padding-top:5px;
padding-bottom:5px;

padding-left:20px;
	
}



#main-nav ul a, #main-nav ul a:hover;{
	border:0;
}

#header #main-nav ul#nav  a:hover{
	color:#ccc;
}

#main-nav li a, #header #main-nav li a:visited{
	text-decoration:none;
	color:#fff;	
	display:block;
	
}

#nav li:hover ul{
display:block;
background:url(images/bg.gif);
padding-bottom:5px;
border:1px solid #fff;
border-top:0;
margin:0;
padding-left:0;
padding-right:0;
padding-top:5px;

	
}

#header img{
border:0;	
}



.icons{
	position:absolute;
	right:22px;
	top:20px;
	
}


/*/// Footer///*/

#second-nav{
position:relative;
width:650px;
margin-left:auto;
margin-right:auto;

}
.bottom-nav{
	float:left;
	padding-top:15px;
}

.bottom-icons{
float:right;
margin-right:100px;
	
}

#second-nav ul{
	list-style:none;

}


#second-nav li{
	display:inline;
	margin-left:10px;
	
}
 #footer{
	 font-size:0.7em;
	 color:#06F;
	 
 }

#second-nav a, #second-nav a:visited, #footer a, #footer a:visited{
	text-decoration:none;
	color:#06F;
}

#second-nav a:hover, #footer a:hover{
color:#ccc;
text-decoration:underline;
}

.clear{
clear:both;	
	
}

.tripple-space{
margin-left:4em;	
}



/*///  Sidebar ////*/

#primary li#search{
	
	background:url(images/search.gif);
	height:140px;
	width:275px;
	
}
#primary #search h3.widgettitle{
	padding-top:35px;
	padding-bottom:10px;
	margin-left:30px;
	color:#fff;
	font-weight:bold;
}

#primary form#searchform{
	margin-left:40px;
	width:40px;
}

#primary li#recent-posts-3{
	background:url(images/news.gif);
	height:280px;
	width:275px;
}

li#recent-posts-3  h3.widgettitle{
	padding-top:25px;
	padding-bottom:10px;
	margin-left:30px;
	color:#fff;
	font-weight:bold;
	
}

#primary li#recent-posts-3 ul{
	margin-left:45px;	
}

#primary li#recent-posts-3 li{
	width:200px;
	margin-left:20px;
	color:#06F;
}

#primary a, #primary a:visited{
	color:#06F;
}

#primary a:hover{
color:#ccc;	
}


/*///   content///*/


#container{
	background:url(images/background.png);
	width:684px;
	height:1000px;
}


#content h1.entry-title{
	color:#fff;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background-image:url(images/bird.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:400px;
}


#content .entry-content{
	
	margin-left:20px;
	margin-right:10px;
	margin-top:10px;
	color:#008bF4;
	height:720px;

	overflow:auto;
	
}


.big-icon{
position:absolute;
bottom:150px;
right:40px;
	
}

.gallery-link{
	margin-top:30px;
	
}