/*
Theme Name: CatDrop
Theme URI: http://cozmoslabs.com/
Description: Built on Thematic Theme</a>
Author: Cristi Antohe
Author URI: http://cozmoslabs.com/
Template: thematic
Version: 0.1
.
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('../thematic/library/styles/reset.css');

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

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

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

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

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

/************************************************ Style for drop-down menu */
#header{
	z-index:99; /* IE7 z-index bug */
}
#access{
	overflow:visible;
	position:static;
	float:none;
	height:37px;
}
.menu{
	position:static;
	width: 940px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;

	padding-top: 9px;
	padding-right: 0pt;
	padding-bottom: 8px;
	padding-left: 0pt;
	overflow-x: visible;
	overflow-y: visible;
	overflow:visible;
}
.menu ul{
	padding:0;
	margin:0;
}
.menu ul li ul{

}
.menu li{
	margin:0;
	padding:0;
}
.menu li a, .menu li a.on{
	text-align:center;
	margin:0 0px 0 0;
	width:11em;
	padding:8px 5px;
	border-left:1px solid #6DA5D6;
	color:#fff;
}
.menu li li li a{
	background:#B5D1EA;
}
.main{
	clear:both;
}


/* ================== */
/* !  AI EDITS    	*/
/* ================== */



#main {padding-top: .25em; margin-top: .25em;}

.menu, .menu li a.on {font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .01em;}

.menu li a:visited {color: #fff;}

.menu li.current-cat-parent a {background-color:#5c9bd1;}

.menu li.current-cat a {background-color:#336699;}

#container {width:625px;}

#content {width:575px;}

#content .archive-meta h1 {font-size: 18px; line-height: 1; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #e0e0e0; margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; margin-bottom: -1.5em; }

#primary, #secondary, #content {font-family: Helvetica, Arial, sans-serif;}

#primary, #content {}

#content ol li, #content ul li {padding-bottom: 1em;}

#content blockquote {background-color: #ececec; padding: 1em 1em .5em 1em; margin-bottom: 2em; border: 1px solid #dedede; margin-left: 0; margin-right: 0;}

#branding {background-image: url('sova-banner.jpg'); background-repeat: no-repeat; background-position: top right; } /* places SOVA logo on right side of page */

#blog-title { padding-top: 40px; margin-right:675px; text-indent: -1000em; background: url('images/as6-top-logo.png') bottom left no-repeat;}

#blog-description {text-indent: -1000em; background: url('images/as6-bot-logo.png') top left no-repeat; }

#content form p {padding-bottom: .5em;}

#content form input, textarea {font-family: Arial,sans-serif; }

.wp-caption-text {font-style: italic; color:#555555;}

.entry-content blockquote h5 {margin-bottom: .75em;}

#comments {background-color: #fff;} /* hides comments knockout color*/

.flashwrap {position:absolute; top:10px; right:0; left:0; min-width: 960px; z-index: 10000;} /* places flash header plugin at top of page to over-ride the wp_footer call in functions */

.flashhead {width: 400px; height: 182px; margin:0 auto;} /* width and heigh match plugin settings to center the content properly */

#breadcrumb_container {width:940px; margin:0 auto; padding:1.5em 0 0 .25em; font: 11px/1px Helvetica,Arial,sans-serif; border:none; text-align: center;} /* style breadcrumb plugin */

/*.ngg-galleryoverview .piclenselink {display: none; visibility: hidden;}  hides link to piclense viewer for NextGen gallery plugin */

.footer_text {color:#fff; background-color: #000; text-align: center; font: 11px Helvetica, Arial, sans-serif; padding:0; }

span.foot_text {top: 2em;}