/*   
Theme Name: Wowlit Theme
Theme URI: http://wowlit.org/blog/
Description: This is a Thematic Child Theme. See http://themeshaper.com/thematic/. It also uses buddymatic so it also includes BuddyPress items.
Author: Dennis Whiteman
Author URI: http://fastpipe.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

html, body { 
	background: url(images/globe.gif) top center repeat-y; 
	font-family: verdana, helvetica, arial, sans-serif;
	color: #333;
	background-color: #fff; 
	color: #000;
	font-size: 91%; 
	line-height: 1.32;
	margin: 0;
	padding: 0;
    min-width:960px;
}

/* Image Styles from old theme
-------------------------------------------------------------- */

img.alignright, img.alignleft, img.center {
	border: 1px dotted #ddd;
	padding: 4px;
}
.alignleft,
img.alignleft {
	float: left;
	margin: 4px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 5px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
a img, a:active img, a:link img, a:visited img {
	border: 1px solid #bbb;
	color: #000;
}
a:hover img {
	background: #eee;
	border: 1px solid #777;
	color: #000;
}
li a img {
	border: none !important;
}

img.thumb {
	border: 1px solid #ccc;
/*
	width: 150px;
*/
	float: left;
	margin: 0 1em 1em 0;
}


/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 960px fixed layout with two sidebars on either side of content
*/

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:940px;
    float:left;
    margin:0 0 0 10px;
}
#content {
	margin: 0 280px 0 186px;
    overflow:hidden;
/*
    margin-top: -20px;
*/
}
.home #content {
    margin-top: -20px;
}
#primary {
    width:180px;
    float:left;
	margin: 0 0 0 -960px;
}
* html #primary {
	left: 20px;
	position: relative;
}
#secondary {
    background: #fff;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    width:280px;
    float:left;
	margin: -10px 0 0 -270px;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}


/* =Global Elements
-------------------------------------------------------------- */

p, ul, ol, dd, pre {
    margin-bottom:1.5em;
}
pre, code {
	font:1em Monaco, monospace;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px dotted #ddd;
    border-width:1px 1px 0 1px;
    font-size:0.95em;
    margin:0 0 1.5em 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px dotted #ddd;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:1.5em;
}
a:link {
    color:#00264f;
}
a:visited {
    color:#00264f;
}
a:active,
a:hover {
    color: #00af52;
}


/* =Header
-------------------------------------------------------------- */

#header {
    width:960px;
	margin: 0 auto 0;
	padding-left: 10px;
    z-index:2;
}

#branding {
 	background: url("images/wowlit-logo.gif") 0px 10px no-repeat;
    margin:0 auto;
	padding-bottom: 7px;
}
#blog-title {
	text-indent: -999em;
}
#blog-title a {
	height: 185px;
	width: 400px;
	display: block;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
	display: none;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display: none;
}
#access {
	float: right;
	width: 440px;
	position: relative;
	margin-top: -35px;
    height:32px;
    font-size:1em;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** WOWLIT SKIN ***/
.sf-menu {
    border-right:1px dotted #ddd;
	float:left;
}
.sf-menu a {
	font-weight: bold;
	border-left:1px dotted #ddd;	border-top:1px dotted #ddd;	border-bottom:1px dotted #ddd;	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#2B0F2F;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li a {
	font-weight: bold;
}
.sf-menu li a:hover {
	font-weight: bold;
	color: #2B0F2F;
}
.nav .sf-menu li {
	background:	#00af52;
}
.sf-menu li li {
	background:		#00af52;
}
.sf-menu li li li {
	background:		#00af52;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #c9eed7;
	outline: 0;
    border-bottom-color: #ccc;
}
.sf-menu ul {
    border-right:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	font-weight: normal;
    color: #2B0F2F;
    background:#c9eed7;
	border-bottom:none;
}
.sf-menu ul a:hover {
	font-weight: normal;
    color: #FF4B33;
}
.sf-menu ul a:visited {
	font-weight: normal;
    color: #2b0f2f;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:2em 0 1em 0;
}
.page-title {
	color: #48277c;
	font-size:1.05em;
	padding:20px 0 10px 0;
}
.page-title .cat-page {
	font-style: normal;
    font-weight:normal;
	color: #2b0f2f;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 1em 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px dotted #ddd;
    margin:0 0 66px 0;
    padding:1.5em 20px 0 20px;
}
.entry-title {
    font-size:1.25em;
    font-weight:bold;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#007dcb;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.post h1.entry-title, .page h1.entry-title, .home div.entry-content {
	padding:20px 0 10px 0;
}
.entry-meta {
	display: none;
    color:#666;
    font-size:0.95em;
    font-style:italic;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:0.8em;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:0.8em;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:0 0 7px;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:1.5em;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:1.4em;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:0.8em;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 1.5em 0;
}
.entry-utility {
    color:#333;
    font-size:1em;
    margin:0 0 11px 0;
}
.entry-utility a {
    color:#007dcb;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.single .cat-links {
	display:none;
}
.single .tag-links {
	display:none;
}
.page-link {
    font-size:1em;
    font-weight:bold;
    margin:0 0 1.5em 0;
    padding:1.5em 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px dotted #ddd;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 1.5em 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:1em;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:1em;
    margin:0px 0 1.5em 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

.comments-closed-link, .meta-sep-tag-links {
	display:none;
}

.comments-link:before {
	content: "\00BB \0020";
}

.s-comments-closed #comments, .s-pings-closed #comments, #comments span.meta-sep {
	display:none;
}
#comments {
    background:#edf6fb;
    color:#007dcb;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    margin:54px 0 20px 0;
    padding:6px 0 0;
    overflow:hidden;
}
#comments .comment-navigation {
    background:#2f0000;
    line-height:36px;
    margin:-18px 20px 18px 20px;
    padding:0 20px;
    overflow:hidden;
}
.comment-navigation a {
    color:#fff;
}
.paginated-comments-links {
    text-align:center;
}
#comments h3 {
    font-weight:bold;
    letter-spacing:1px;
    text-align:left;
    margin:0 0 18px 0;
    padding:0 20px 0 20px;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments ol ul {
    list-style:none;
    margin:0;
    padding:0 0 18px 0;
}
#comments li {
    background:#fff;
    margin:0 20px 18px 20px;
    padding:17px 20px 0 20px;
    position:relative;
}
#comments li li {
    border:1px solid #fb0f14;
    margin:0 0 18px 0;
}
#comments a {
}
#comments li.byuser {
    background:#a00507;
    border-color:#a00507;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px !important;
    left:0px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:18px 0 0 58px;
    display:block;
}
#comments .fn a {
    color:#fff;
}
#comments-list .comment-meta {
    font-size:10px;
    margin:0 0 18px 0;
    padding:0 0 0 58px
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#fff;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
.comment-reply-link {
    font-size:10px;
    font-style:italic;
    padding:0 0 18px 0;
}
.comment-reply-link a {
    color:#fff;
}
#cancel-comment-reply {
    /*padding:0 0 18px 0;*/
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#00af52;
}
#respond {
    background:#effaf3;
    color:  #007dcb;
    border-top:1px solid #999;
    padding:17px 20px 10px 20px;
	width:auto;
	_width:460px; /* IE6 Hack to display correctly the respond form */
	max-width:460px;
    margin:0 auto;
    z-index:100;
}
#respond h3 {
	margin-left: -20px;
}
#cancel-comment-reply a {
    color:#fff;
    font-style:italic;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:100%;
    float:left;
	margin-right:10px;
}
#respond #form-section-author input {
    width:100%;
}
#respond #form-section-email {
	width:100%;
    float:left;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
	clear:both;
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond #submit {
    background: #007dcb;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	border-style: none;
    float:right;
}
#respond #submit:hover {
    background: #c9eed7;
    color: #007dcb;
    cursor:pointer;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
#respond .required {
    font-weight:bold;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

/* SIDEBAR STUFF */
#secondary ul li h3.widgettitle {
	font-size: 1.125em;
	letter-spacing: 1.5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #00af52;
}
#secondary ul {
	margin: 0 0 1.5em 0;
}
#secondary li {
	list-style: none;
	margin: 0;
}
#secondary ul li {
	margin: 0;
}

#twitter-link {
	margin: 0 0 1.5em;
}
ul#twitter_update_list li {
	margin: 0 0 0.75em;
}
.textwidget h3 {
	margin: 1.5em 0 0;
}


.aside,
.aside input {
    font-size:13px;
    margin-bottom:-10px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 1.5em 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:1.5em;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px dotted #ddd;
}
.aside tbody {
    border:1px dotted #ddd;
}
.aside th, .aside td {
    border-right:1px dotted #ddd;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 1.5em 0;
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
/*
    Content Asides
*/
#content .aside {
    border:1px dotted #ddd;
    margin:0 0 1.5em 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    z-index:-99;
}
#siteinfo {
    color:#666;
    font-size:11px;
    padding:1.5em 0 44px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    background-color:#fff;
    border-top:1px solid #00af52 !important;
    margin:0;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:none !important;
    color:#00af52 !important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:hover {
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
	margin-right:1.25em !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#48277c !important;
    font-weight:bold !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

/* UA FOOTER STUFF */
#footer {
	color: #666; 
	text-align: center; 
}
#footer h4 {
	margin-top: .3em;
	font-size: 1.05em;
}

#footer_logo { 
	background: #eee url(images/footer_link.gif) top center no-repeat; 
	height: 20px; 
	border-top: 1px dotted #ddd; 
	border-bottom: 1px dotted #ddd; 
	margin-bottom: 12px; 
}

#footer_logo a { 
	width: 100%;
	text-indent: -999em;
	display: block;
}


ul.footer_links { 
	margin-bottom: 0.5em; 
	font-size: 85%; 
}

ul.footer_links li { 
	display: inline;  
	padding: 0.05em 1em; 
	color: #00264f; 
	border-right: 1px solid #c9eed7; 
}

/* padding above adjusts the space between the links */
ul.footer_links a:link, ul.footer_links a:visited { 
	color: #00264f; 
	text-decoration: none; 
	font-weight: bold;
	}
	
ul.footer_links a:hover { 
	color: #00af52; 
	}
/* specific link attributes for the footer */
ul.footer_links .no_bor { 
	border: 0px; 
	}

/* wowlit search_form */

/************** search_form **************/

form#advancedsearchform {
	font-size: 0.9em;
}

form#advancedsearchform fieldset {
	border: 1px dotted #303; 
	background-color: #fff; 
	color: #303;
	margin-bottom: 10px;
	padding: 0 2em;
}

form#advancedsearchform fieldset legend {
	font-weight: bold;
	color: #036;
}

form#advancedsearchform label {
	display: inline-block;
	font-weight: bold;
	margin-right: 1em;
	vertical-align: middle;
	text-align:right;
	width: 9em; /* Width of labels */
	margin: 0 10px 0 0; /* Width plus 3 (html space) */
}

form#advancedsearchform h4 {
	margin-bottom: 0.5em;
	color: #036;
}

form#advancedsearchform fieldset input {
	width: 292px;
	margin-bottom: 0.5em;
}

form#advancedsearchform select {
	font-size: 1em;
	padding: 3px;
	width: 25em;
	margin: 0.5em 0;
}

form#advancedsearchform #advancedsearchsubmit {
	width: 120px;
    background: #007dcb;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	border-style: none;
	margin-right: 5px;
	margin-bottom: 15px;
    float:right;
}
form#advancedsearchform #advancedsearchsubmit:hover {
    background: #c9eed7;
    color: #007dcb;
    cursor:pointer;
}


form#advancedsearchform fieldset input.content {
	font-size: 1.2em;
	width:415px;
	margin: 1em 0;
}

.widget_thematic_search h3 {
	display:none;
}

#s {
	color: #666;
	width: 180px;
}

#secondary #searchform #searchsubmit {
    background: #75BFFF;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #fff;
	font-weight: bold;
	padding: 3px;
	border-style: none;
}

#secondary #searchform #searchsubmit:hover {
    background: #48277C;
}

#header-aside #searchform #searchsubmit {
    background: #75BFFF;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #fff;
	font-weight: bold;
	padding: 3px;
	border-style: none;
}

#header-aside #searchform #searchsubmit:hover {
    background: #48277C;
}



#header-aside { 
	float: right;
	width: 575px;
	position: absolute;
	top: 37px;
	margin-left:347px;
	padding: 0;
	z-index: 0;
	}

/* =Top Search Content box in Aside
-------------------------------------------------------------- */

#header-aside #top-links {
	color: #000;
	text-align: right;
	padding-right: 0;
	font-size: 1.30em;
}

#header-aside #top-links a {
    color: #48277C;
	font-weight: bold;
	text-decoration: none;
}

#header-aside #top-links a:hover {
    color: #00af52;
	text-decoration: underline;
}

#header-aside h3.header-title {
	display: none;
}

#header-aside .widgettitle label {
	display: none;
}

#header-aside #searchform {
	width: 300px;
	float: right;
}

#header-aside #s {
	width: 252px;
	font-size: 1em;
	padding: 0px;
	color: #999;
}

#header-aside #searchform #searchsubmit {
    background: #75BFFF;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	border-style: none;
	margin-left: 5px;
}

#header-aside p#top-links {
	clear: both;
}

/* UA Specific HEADER and FOOTER */
#uabanner {
	width:300px; 
	height:27px; 
	padding-left: 290px;
	margin-bottom:15px;
	background: url(images/uabanner-blue.png) no-repeat center right;
	text-indent: -999em;
}
#uabanner a {
	width:300px; 
	height:27px; 
	display: block;
}
body.home h1.entry-title {
	display:none; 
}

/* Accordian Styles for Books */

#primary {
    z-index:99;
}

#title_search {
	background: #effaf3;
	margin:0;
	padding: 0 3px;
	font-weight: bold;
}
#title_search legend {
	color: #48277C;
}
#title_search input.content {
	font-size: 0.9em;
	width:154px;
	color: #333;
	margin-bottom:5px;
}

#primary #bookbrowser, #bookbrowser ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 165px;
  font-size: 95%;
  background: #edf6fb;
}

#primary #bookbrowser a {
	display: block;
	text-decoration: none;	
	font-weight: bold;
}

#primary #bookbrowser li {
  margin-top: 1px;
}

#primary #bookbrowser a.heading {
	font-weight: bold;
	padding: 4px 5px;
}

#primary #bookbrowser li a {
	background-color: #007dcb;
	color: #fff;	
	padding:5px;
	font-weight: normal;
}

#primary #bookbrowser li a:hover {
  background: #00af52;
}

#primary #bookbrowser li ul li a {
	background: #effaf3;
	color: #2b0f2f;
	padding-left: 10px;
}

#primary #bookbrowser li ul li a:hover {
  background: #c9eed7;
  border-left: 5px #00af52 solid;
  padding-left: 6px;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	165px;
}
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical li ul {
	background-color: #fff;
}

/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	165px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* Accordian Styles */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

/* Archive Styles */
.archive-meta {
	display: none;
}

/************** book records **************/
#book-details {
	clear: both;
}

#book-details a, #book-details a:active, #book-details a:link {
	color: #306aa3;
	text-decoration: none;
}
#book-details a:hover {
	color: #408dd9;
	text-decoration: underline;
}
#book-details a:visited  {
	color: #587592;
}


/*
Green: #00af52
Blue:  #007dcb
Light Green: #c9eed7
Lightest Green: #effaf3
Light Blue: #75bfff
Lightest Blue: #edf6fb
Purple: #48277c
Dark Purple: #2b0f2f
Orange: #ff4b33
UofA Blue: #00264f
*/
