/*
Theme Name: Glynwood Main Site Template
Theme URI: http://wordpress.org/
Description: The Glynwood Main Site and Institute Theme
Version: 1.0
Author: WoodWardesign
Author URI:  
Tags: css, two columns, widgets

 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

 

/* Begin Typography & Colors */
body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* Structure  */ 

#header {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 20px;
 } 

#sidebar-left {
	float: left; /* since this element is floated, a width must be given */
	width: 345px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	padding: 15px 0px;
	text-align:right;
}

#main-content { 
	margin: 0px 0px 0px 250px; 
	padding: 0 20px;
}
#footer {
	padding: 20px 0 0;
	margin: 20px auto 0;
	height:auto;
	background:#FFF;
	clear: both;
	text-align:left;
	color:#B4B4B4;
	text-align:center;
} 
#footer p {
	margin: 0;
	font-size:11px;
	line-height: 15px;
	padding-top: 5px;
}

#footer a, #footer a:visited {
	color:#B4B4B4;
}

	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#page {
	width: 940px;  /* using 20px less than a full 960px width for chrome*/
	background: #FFFFFF;
	margin: 0px auto 20px;
/*	border: 1px solid #9B6C39;*/
	text-align: left;
	padding-top: 15px;
	}




#content {
	font-size: 13px;;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	width:200px;
	float:right;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

 

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 25px;
	}

h2.pagetitle {
	font-size: 28px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #990000;
	text-decoration:none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration:none;
	}



.entry p a:visited {
	color: #9B6C39;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #231F20;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #9B6C39;
	text-decoration: none;
	}

h2 a:hover {
 	text-decoration:underline;
	color:#990000;
}

a:hover {
	color: #3E5119;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
 



.narrowcolumn {
	float: left;
	padding: 0 0 20px 40px;
	margin: 0px 0 0;
	width: 545px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}



.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	font-weight:normal;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 20px 5px;
	width: 210px;
	border: 1px solid #C39761;
	font-size:13px;
	line-height:17px;
	margin: 22px 0px 20px 625px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar-top-leadin{
	color:#910F27;
	font-weight:normal;
}

#sidebar h2 {
	margin: 25px 0 15px;
	padding: 0;
	color:#9B6C39;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar form {
	margin: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 20px 0 20px 20px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0px 20px 20px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/
/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/*
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
CPA CPA */	
.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}	
	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */








#top-logo {
 	width:350px;
	float:left;
	position:relative;
}

.footer-yellow {
	color:#f8cb0c;
	
}


.footer-across-left {
	float:left;
	padding-left: 90px;
 }

.footer-across-right,
.footer-across-right a,
.footer-across-right a:link{
	float:right;
	padding-right: 45px;
	color:#FFF;
	text-align:right;
 }












/******************
Specific Styles for theme
**/

/*#9B6C39 remove
*/


/*Header area - main site */

#top-logo-area {
	margin:0px 0px 5px;
	padding:0px;
	height:70px;
}

#top-logo-area-logo {
	width:380px;
	height:75px;
	padding-left:30px;
	display:inline-block;
}
#top-logo-area-form {
	padding-top:20px;
	width:300px;
	float:right;

}

/* sidebar quote style 
-------------------------------------------------------------- */	
.quote  {
color:#859165;
font-family:"Times New Roman",Times,serif;
font-size:18px;
font-weight:bold;
line-height:18px;
padding: 10px 0 0 ;
}
.quote-author {
color:#3E5119;
font-size:13px;
font-style:italic;
font-weight:normal;
margin-top:1em;
}


/* Search box main site */
#searchform {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
#searchform form {
	margin: 0px;
	padding:0px;
	}

#searchform input {
	float:left;
	}
#searchform #s {
	width: 130px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	}

#searchform #searchsubmit{
	padding:0px 0px 0px 5px;
	margin:0px;
	border-width: 0px;
	border-style: none;
 	}


.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
 
	}

.entry li {
	margin: 7px 0 8px 10px;
	}
	
/* Dynamic Header Style 
-------------------------------------------------------------- */	
	
#dheader-content {
	width:545px;
	overflow:hidden;
	padding-top:25px;
}

#dheader-flash {
	/*text-align:center;*/
}
#dheader-across {
	text-align:center;
}


/* GI side menu styles 
-------------------------------------------------------------- */	
#gi-sidebar {
	color:#990000;
	padding-top:10px;
	padding-left:20px;

}
#gi-sidebar a{
	color:#990000;
}
#gi-sidebar a:hover{
	color:#3E5119;
}

#gi-sidebar ul {
	padding-bottom:15px;
}
#gi-sidebar ul li{
	text-indent:15px;
	line-height:12px;
	
}
#gi-sidebar ul li.gi-sidebar-subheads{
	text-indent:0px;
}

/* Front Page sidebar that is only shown on the front page 
-------------------------------------------------------------- */	
#fponly-bar {
	color:#990000;
	padding-top:10px;
	font-size:13px;
	line-height:16px;
}
#fponly-bar a{
	color:#990000;
}
#fponly-bar ul {
	text-indent:0px;
	padding-bottom:10px;

}

#fponly-bar ul li{
/*	margin-bottom:20px;*/
	
}
#fponly-bar ul li.gi-sidebar-subheads{
	font-weight:bold;
	text-indent:0px;
}
#fponly-bar li.brown,
#fponly-bar li.brown a{
	color:#9B6C39;
 
}
 
 
 
 /* Contact Form Styles 
-------------------------------------------------------------- */	
#glyn-form {
	text-align:left;
	vertical-align:top;
}
#glyn-form td {
	vertical-align:top;
	padding-bottom:10px;

}

#glyn-form td.glyn-form1 {
	text-align:right;
	padding-right:5px;
}

 
	
/* Pre Menu 
-------------------------------------------------------------- */		
ul ul, ol ol, ul ol, ol ul {
margin-bottom:0;
}		

/* The main theme structure */
#access .menu-header,
div.menu
{
	margin: 0 auto;
	width: 940px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
/*	background: #000;*/
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
	background-color:#FFF;
	border: 1px solid #9B6C39;
/*	border-right: none;
	border-bottom: 1px solid #9B6C39;
	border-left: none;*/
	}
#access .menu-header,
div.menu {
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;

	/*margin-left: 12px;*/
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	margin:0px;
	padding:0px;
}
#access a {
	display:block;
	text-decoration:none;
	background-color:#FFF;
	color:#888888;
	padding:0 10px;
	line-height:25px;
/*	background:url(trans.gif);
	filter: alpha(opacity=90);
	opacity:0.9;*/
}
#access ul ul {
	display:none;
	position:absolute;
	top:25px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
	border: 1px solid #9B6C39;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#FFF;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width: 160px;
	}
#access li:hover > a,
#access ul ul :hover > a {
	color:#9B6C39;
	/*background:#333;*/
}
#access ul li:hover > ul {
	display:block;
	margin:0px;
	padding:0px;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #990000;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#990000;
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
/* VIEW VIEW olderitems */ 		
		
		
		
		
		

/*Home page only logo*/
#home-page-only-logo{
}

#sidebar #recent-posts-4 li{
padding-bottom:5px;
 }


#rss-3 img{ visibility:hidden;
z-index:0;
padding:0;
margin:0;
border:none;
height:0;
width:0;
}

#kb-advanced-rss-3 li.glyn-twitter{
	padding-bottom:11px;
	font-size: 10px;
}


h3.post-category, h3.post-category a, h3.post-category a:visited {
	color:#9B6C39;
	font-size:15px;
	margin: 12px 0px 8px;
	padding: 0px;
	font-weight:normal;
	text-decoration:none;
}

h3.post-category a:hover{
	text-decoration:underline;
}


small.post-dateline{
	color:#87888D;
	font-size:11px;
	text-transform:uppercase;
	
}

.entry p a:hover {
	color: #3E5119;
	}
	
	
.read-comment{
	margin-bottom:30px;
}

.read-more, .read-more a, .read-more a:visited{
	width:100px;
	float:left;
	color:#990000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	
}
.read-more a:hover{
	text-decoration:underline;}
	
.postmetadata a, .postmetadata a:visited{
	color:#231F20;
	
}


/* Tags*/
.glynwood-tags, .glynwood-tags a, .glynwood-tags a:visited {
	color:#97989C;
	font-size:11px;
	margin-bottom:10px;
}
.glynwood-tags-border{
	border-bottom: 1px solid #C9A170;
	padding:0;
	margin:0;
}





small.sidebar-post-dateline{
	color:#87888D;
	font-size:12px;
	text-transform:uppercase;
	line-height:1em;
	
}

#sidebar ul ul li.sidebar-rpost{
	margin:0px;
	margin-bottom:5px;
}


.category-section{
	font-weight:normal;
	color:#9B6C39;
	font-size:15px;
	line-height:18px;
	margin:30px 0px 5px;
	padding:0px 0;
}
.category-section-title{
	color:#9B6C39;
	margin:0;
	padding:0;
}
.category-section-desc p{
	color:#333;
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:0;
	}
	


/**********
Events  */

/* drop down near title */
.eventpage-dropdown {
	float:right;
	vertical-align:bottom;
	padding-top:10px;
	
}


#ecc-events-wrapper ul{
	margin:0;
	padding:0;
	text-indent:0;
	font-size:12px;
	line-height:15px;
	list-style:none;
 	width:545px;
	
}
 
.ece-event{
	border-bottom: 1px solid #CCC;
	margin-bottom:1px;
	padding-bottom:5px;
}
.ece-date{
	width:150px;
 	float:left;
 }

.ece-title{
	margin-left:80px;
 	width:420px;
   	}
	
.ecc-month {
	margin-top:10px;
	margin-bottom:3px;
	padding-bottom:2px;
	color:#9B6C39;
	font-size:18px;
	line-height:22px;
	position:relative;
	border-bottom: 1px solid #9B6C39;

}

#ec3_publish {
	padding-left:5px;
	padding-right:5px;
}

