/**

 * Theme Name: The Geoscope

 * Theme URI: http://thegeoscope.com

 * Description: a custom theme built for George K. Howell by Tara Gentile

 * Version: 0.7

 * Author: Tara Gentile

 * Author URI: http://taragentile.com

 *

 * Hybrid is released under the GNU General Public License, version 2 (GPL).

 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

 *Template: hybrid

 */

/* Get base CSS */

@import url('http://thegeoscope.com/wp-content/themes/hybrid/library/css/21px.css');

/* Get layout CSS */

@import url('http://thegeoscope.com/wp-content/themes/hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */

@import url('http://thegeoscope.com/wp-content/themes/hybrid/library/css/plugins.css');

/* Get drop-downs CSS */

@import url('http://thegeoscope.com/wp-content/themes/hybrid/library/css/drop-downs.css');

/* Get default CSS */

@import url('http://thegeoscope.com/wp-content/themes/hybrid/library/css/screen.css');

/* Make sure theme clears WP.org theme repository checklist */


body {
font-family: "courier new", monospace;
color: rgb(76,77,79);
font-size: 13px;
background: #fff;
}

h2, h3, h4, h5, h6 {
font-family: "courier new", monospace;
color: #333;
}

#body-container {
border-top: solid 2px rgb(217, 217, 219);
border-left: solid 2px rgb(217, 217, 219);
border-right: solid 2px rgb(217, 217, 219);
margin-top: 20px;
margin-bottom: 0px;
}

#header-container {
border-bottom: solid 2px rgb(217, 217, 219);
height: 131px;
background: url('http://thegeoscope.com/images/logo_bg.jpg') no-repeat;
}

#navigation {
border-bottom: solid 2px rgb(217, 217, 219);
margin-bottom: 20px;
height: 28px;
}


#page-nav {
padding-top: 5px;
padding-bottom:5px;
text-align:right;
width: 400px;
float:right;
}

#page-nav li {
float:right; 
font-size: 15px;
margin-right: 0px;
}

#page-nav li a {
border-right: 1px solid rgb(217, 217, 219);
border-top:none;
border-bottom:none;
border-left:none;
padding: 3px 15px 3px 15px;
text-transform: lowercase;
text-align:right;
}

a, a:link, a:visited {
color: rgb(0,142,175);
}

a:hover {
color: #000;
}

#site-title, #header {
display:none;
}

#site-description {
display:none;
}

.entry-title, .entry-title a {
font-style: normal;
color: rgb(76,77,79);
}

.entry-title a:hover {
color: #000;
}

.primary-active .content {
width: 600px;
padding-left: 20px;
}

.custom_nav {
display:block;
margin-left: auto;
margin-right: auto;
width: 60%;
font-style:normal;
}

#footer-container {
border-bottom: solid 2px rgb(217, 217, 219);
border-top: solid 2px rgb(217, 217, 219);
margin-bottom: 0px;
}