/*
 Theme Name: NCYF 
 Description: A custom theme for NCYF
 Author: Leslie Tane Design
 Author URI: http://www.leslietanedesign.com
 Coded by: Tom Sramek - http://psdtowordpress.us
 */

/*====================================================================================================
 * G L O B A L                                                                             G L O B A L  
 =====================================================================================================*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size: 100.01%; }
body { 
	  font-size: 80%;   
	  color: #000000;
	  background: #4E6A26 url(images/bkg.jpg) no-repeat center top;
	  font-family: Arial, sans-serif;
}

/* Links
-------------------------------------------------------------- */

a, 
a:link,
a:visited   { color: #3366cc; text-decoration: none; }
a:hover,
a:active,
a:focus     { color: #FF9900; outline:none; /*deletes dotted outline border*/ }
a img       { border: none; /*resets the amazing border*/ } 

/* Alignment
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft      { float: left;  }
.alignright     { float: right; }

/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6     { font-weight: normal; }
/*this should remain the only h1 tag on whole site*/
.headermeta h1             { font-size: 2.0em; }
/*title of the post*/
.post-content h2.permalink { padding: 25px 0px 5px 0px; line-height: 1; font-size: 1.5em; color: #000; }
/*search results for...*/
h2#search                  { margin: 0 0 0 0; padding: 0.5em 0px 0.5em 10px; font-size: 1.5em; } 


/* Headings - entry
-------------------------------------------------------------- */

.entry h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.entry h2 { font-size: 2em; margin-bottom: 0.75em; }
.entry h3 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
.entry h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
.entry h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
.entry h6 { font-size: 1em; font-weight: bold; }

/* Widget
-------------------------------------------------------------- */

.widget            { width: auto; margin: 0px 0 0px 0; }
.widget p { padding: 10px 10px 10px 0; }  
.widget ul
{
	list-style: none;
	padding: 10px 10px 10px 0;
}
.widget ul ul      { margin: 0 0 0 10px; padding: 0 0 0 0; }

/*Search form (by default in sidebar))
-------------------------------------------------------------- */

#searchform        { position: absolute; top: 103px; right: 45px; display: block; width: 162px; height: 21px; line-height: 16px; background: url(images/search.png) no-repeat; }
#searchform p       { padding: 0 0 0 0; }
#searchform #searchfield { float: left; width: 110px; height: 16px; line-height: 20px; margin: 2px 0 0 5px; padding: 0px 2px 0 2px; border: none; background: none; color: #ccc; font-size: 0.9em; font-weight: bold; }
#searchform #searchsubmit { float: right; width: 30px; height: 20px /* #searchfield height +2px */; margin: 0px 0px 0 0px; border: none; background: none; color: white;  cursor: pointer; }

/* Misc
-------------------------------------------------------------- */

.indent-9999px { text-indent: -9999px; }
.display-none  { display: none; }
.no-bg         { background: none !important; }

/*====================================================================================================
 * S T R U C T U R E                                                                 S T R U C T U R E
 ====================================================================================================*/

#container    { position: relative; width: 874px; margin: 0 auto; text-align: left; }
#header       { position: relative; width: auto; height: 275px; background: url(images/header.png) no-repeat; }
/*wraps content and sidebar - important when using more than 2 columns*/
#wrapper      { position: relative; float: left; width: 100%; padding: 0 0 30px 0; background: url(images/wrapper-bg.png) repeat-y; }
/*wraps posts*/
#content      { position: relative; float: left; width: 530px; height: auto; margin: -110px 0 0 55px; padding: 0 0 20px 0; }
#content2     { position: relative; float: left; width: 786px; height: auto; margin: -110px 0 0 55px; padding: 0 0 20px 0; }
/*wraps a post*/
.post-content
{
	position: relative;
	width: auto;
	padding: 0 10px 10px 10px;
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	line-height: 18px;
}
#sidebar, #sidebar2
{
	position: relative;
	float: right;
	width: 256px;
	height: auto;
	margin: -90px 20px 0 0;
	display: inline;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 13px;
	line-height: 16px;
}
#footer       { position: relative; width: 874px; height: 158px; margin: 0 auto 0px auto; background: url(images/footer.png) no-repeat; clear: both; }

/*====================================================================================================
 * H E A D E R                                                                             H E A D E R
 ====================================================================================================*/

a.logo                 { position: absolute; display: block; width: 160px; height: 115px; top: 20px; left: 55px; text-indent: -9999px; }
.headermeta              { position: absolute; top: 80px; left: 25px; }
.headermeta .description { font-size: 1.6em; }

a.home { position: absolute; display: block; width: 25px; height: 75px; top: 20px; left: 5px; text-indent: -9999px; }

#top-menu
{
	position: absolute;
	width: auto;
	height: 25px;
	left: 220px;
	top: 101px;
	background-color: #FAA519;
	z-index: 9999;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
}

#top-menu ul li ul li
{
	text-align: left;
	text-transform: none;
	text-decoration: none;
}

			
#translate { position: absolute; width: auto; height: 15px; top: 80px; right: 40px; font-size: 0.9em; color: #CCCCCC; font-weight: bold; }
#translate a { color: #cccccc; }

/*====================================================================================================
 * F O O T E R                                                                             F O O T E R
 ====================================================================================================*/

#newsletter { position: relative; float: left; width: 245px; height: 75px; margin: 20px 0 0 55px; background: url(images/newsletter.png) no-repeat; }

/*mailchimp*/
#mc_embed_signup { position: absolute; width: 220px; height: 24px; top: 40px; left: 2px; }
input#mce-EMAIL { float: left; width: 143px; margin: 5px 0 0 0; padding: 0px 5px 0 5px; background: none; border: none; color: #CCCCCC; font-size: 0.9em; font-weight: bold; }
input#mc-embedded-subscribe { position: relative; float: right; margin: 0 -2px 0 0; width: 56px; height: 22px; border: none; background: none; cursor: pointer; text-indent: -9999px; }

.mce_inline_error { background: none !important; height: 20px; margin-top: 0px !important; font-size: 0.8em !important;  }
#mce-success-response { background: #00AEF0 !important; /*width: 400px !important;*/ height: 20px; margin-top: 25px !important; font-size: 0.8em !important; }

#footer-info { position: relative; float: right; width: 505px; height: 75px; margin: 20px 30px 0 0px; color: #fff; }
#footer-info .address { font-family: Georgia; line-height: 1.4em; }
#footer-info .address a:link { color: #FFF; }
#footer-info .address a:hover { color: #FF9900; }
#footer-info .copy { position: relative; margin: 10px 0 0 0; font-size: 0.8em; }

/*====================================================================================================
 * S I D E B A R                                                                         S I D E B A R
 ====================================================================================================*/

/*Sidebar - widget
-------------------------------------------------------------- */

h3.widgettitle           { width: auto; height: 30px; padding: 0 0px 0 10px; font-size: 1.6em; font-style: normal; font-weight: normal; line-height: 30px; color: #000; font-family: Georgia; }
#sidebar .widget         { width: 210px; margin: 0 0 0 20px; }
#sidebar .widget ul      {  margin: 10px 0 0 15px; padding: 0; list-style: disc; font-size: 0.9em; }
#sidebar .widget ul li a { color: #00aef0; }

/*Sidebar - sidebar-column
-------------------------------------------------------------- */
#sidebar .col { position: relative; width: 181px; height: auto; margin: 0 0 30px 0; padding: 0px 45px 0px 40px; background: url(images/col-middle.png) repeat-y; }
#sidebar .col .col-top { position: absolute; width: 256px; height: 30px; top: -30px; left: 0px; background: url(images/col-top.png) no-repeat; }
#sidebar .col .col-bottom { position: absolute; width: 256px; height: 30px; bottom: -30px; left: 0px; background: url(images/col-bottom.png) no-repeat; }

#sidebar .col img.logo { position: relative; }
#sidebar .col h3 { padding: 10px 0 0 0; font-size: 1.5em; color: #00aef0; font-family: Georgia; }
#sidebar .col ul { list-style: none; font-size: 0.9em; margin: 25px 0 0 0; }
#sidebar .col ul li { padding: 0 0 15px 0; }
#sidebar .col span { color: #00aef0; text-transform: uppercase; }

/*Sidebar 2 - sidebar-column
-------------------------------------------------------------- */
#sidebar2
{
	float: right;
	width: 200px;
	height: auto;
	margin: -60px 55px 0 10px;
	padding: 0px 0px 0px 0px;
	border: 2px #00aef0 solid;
}
#sidebar2  h3 { margin: 5px 0 0 0; padding: 0px; font-size: 1.6em; color: #00aef0; font-family: Georgia; }
#sidebar2  ul { list-style: none; font-size: 0.9em; margin: 5px 0 0 0; padding: 0px; }
#sidebar2  ul li { padding: 0 0 10px 0; list-style: none; }
#sidebar2  span { color: #00aef0; text-transform: uppercase; }
#sidebar2  h3.widgettitle           { width: auto; height: 30px; padding: 0 0px 0 10px; font-size: 1.6em; font-style: normal; font-weight: normal; line-height: 30px; color: #000; font-family: Georgia; }
#sidebar2  h2 { padding: 5px 0 0 0; font-size: 1.6em; color: #00aef0; font-family: Georgia; }
#sidebar2  h2.widgettitle           { width: auto; height: 30px; padding: 0 0px 0 10px; font-size: 1.6em; font-style: normal; font-weight: normal; line-height: 30px; color: #000; font-family: Georgia; }
#sidebar2 .widget         { width: 200px; margin: -70 0 0 20px; }
#sidebar2 .widget ul      {  margin: 10px 0 0 15px; padding: 0; list-style: disc; font-size: 0.9em; }
#sidebar2 .widget ul li a { color: #00aef0; }



/*====================================================================================================
 * C O N T E N T                                                                         C O N T E N T
 ====================================================================================================*/

.entry
{
	padding-top: 50px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 150%;
	/*post itself without permalink*/
}
.thumbnail img { float: left; width: 150px; height: 150px; margin: 0 20px 10px 0; }
.postmetadata               { padding: 0px 0px 0px 0px; }
.postmetadata.top           {  } 
.postmetadata.bottom        {  } 
h2.parentpage { color: #fff; font-size: 1.2em; text-transform: uppercase; font-family: Arial; font-weight: bold; margin-top:-20px; margin-left: 0px; margin-bottom:10px; }
h2.currentpage { position: relative; margin-top: 10px; padding:0px; color: #00aef0; font-size: 3.2em; }
#content h2.newstitle, #content2 h2.newstitle  { position: relative; margin-top: 10px; margin-left: 8px; padding:0px; color: #00aef0; font-family: Georgia; font-size: 3.2em; }

/* Post content - text elements
-------------------------------------------------------------- */

.entry p              { margin: 1em 0 1em 0; }
.entry img.left,
.entry img.alignleft  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.entry img.right,
.entry img.alignright { float: right; margin: 1.5em 0 1.5em 1.5em; }
.entry img            { max-width:100%; /*..because some images are too wide*/}

.entry blockquote          { margin: 1.5em; color: #666; font-style: italic; }
.entry strong              { font-weight: bold; }
.entry em, .entry dfn      { font-style: italic; }
.entry dfn                 { font-weight: bold; }
.entry sup, .entry sub     { line-height: 0; }

.entry abbr, 
.entry acronym     { border-bottom: 1px dotted #666; }
.entry address     { margin: 0 0 1.5em; font-style: italic; }
.entry del         { color: #666; }

.entry pre 				{ margin: 1.5em 0; white-space: pre; }
.entry pre, .entry code, .entry tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Post content - lists
-------------------------------------------------------------- */

.entry li ul, 
.entry li ol       { margin: 0 1.5em; }
.entry ul,
.entry ol          { margin: 0 1.5em 1.5em 1.5em; }

.entry ul          { list-style-type: disc; }
.entry ol          { list-style-type: decimal; }

.entry dl          { margin: 0 0 1.5em 0; }
.entry dl dt       { font-weight: bold; }
.entry dd          { margin-left: 1.5em;}

/* Post content - tables
-------------------------------------------------------------- */

.entry table       { margin-bottom: 1.4em; width:100%; }
.entry th          { font-weight: bold; }
.entry thead th    { background: #c3d9ff; }
.entry th,
.entry td,
.entry caption     { padding: 4px 10px 4px 5px; }
.entry tr.even td  { background: #e5ecf9; }
.entry tfoot       { font-style: italic; }
.entry caption     { background: #eee; }

/* Post content - WP-captions - post content (optional rounded corners for browsers that support it)
-------------------------------------------------------------- */

.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; }

/* Post content - page navigation
-------------------------------------------------------------- */
.navigation           { line-height: 30px; padding: 0 10px 0 10px; }
.navigation .next     { float: left; max-width: 50%; }
.navigation .previous { float: right; max-width: 50%; }

/*====================================================================================================
 * T E M P L A T E   A R T                                                    T E M P L A T E   A R T
 ====================================================================================================*/

.page-template-template-art-php #header { background: url(images/header-art.png) no-repeat; }
.page-template-template-art-php #sidebar .col { background: url(images/col-middle-art.png) repeat-y; }
.page-template-template-art-php #sidebar .col .col-top { background: url(images/col-top-art.png) no-repeat; }
.page-template-template-art-php #sidebar .col .col-bottom { background: url(images/col-bottom-art.png) no-repeat; }
.page-template-template-art-php #sidebar .col h3 { color: #91278F; }
.page-template-template-art-php #sidebar .col span { color: #91278F; }
.page-template-template-art-php #sidebar .widget ul li a { color: #91278F; }
.page-template-template-art-php h2.parentpage { color: #fff; font-size: 1.2em; text-transform: uppercase; font-family: Arial; font-weight: bold; }
.page-template-template-art-php h2.currentpage { position: relative; margin: 5px 0 0 0; color: #fff; font-size: 3.2em; }
.page-template-template-art-php .entry { padding: 50px 0px 0 0px; font-size: 0.9em; line-height: 1.4em; /*post itself without permalink*/ }
.page-template-template-art-php .post-content h2.permalink { padding: 5px 0px 5px 0px; line-height: 1; font-size: 1.5em; color: #000; }
.page-template-template-art-php h3 { color: #91278f; }


/*====================================================================================================
 * T E M P L A T E   T C S                                                    T E M P L A T E   T C S
 ====================================================================================================*/

.page-template-template-tcs-php #header { background: url(images/header-tcs.png) no-repeat; }
.page-template-template-tcs-php #sidebar .col { background: url(images/col-middle-tcs.png) repeat-y; }
.page-template-template-tcs-php #sidebar .col .col-top { background: url(images/col-top-tcs.png) no-repeat; }
.page-template-template-tcs-php #sidebar .col .col-bottom { background: url(images/col-bottom-tcs.png) no-repeat; }
.page-template-template-tcs-php #sidebar .col h3 { color: #008c45; }
.page-template-template-tcs-php #sidebar .col span { color: #008c45; }
.page-template-template-tcs-php #sidebar .widget ul li a { color: #008c45; }
.page-template-template-tcs-php h2.parentpage { color: #fff; font-size: 1.2em; text-transform: uppercase; font-family: Arial; font-weight: bold; }
.page-template-template-tcs-php h2.currentpage { position: relative; margin: 5px 0 0 0; color: #fff; font-size: 3.2em; }
.page-template-template-tcs-php .entry { padding: 50px 0px 0 0px; font-size: 0.9em; line-height: 1.4em; /*post itself without permalink*/ }
.page-template-template-tcs-php .post-content h2.permalink { padding: 5px 0px 5px 0px; line-height: 1; font-size: 1.5em; color: #000; }
.page-template-template-tcs-php h3 { color: #008c45; }

/*====================================================================================================
 * T E M P L A T E   RESSERV                                              T E M P L A T E   RESSERV
 ====================================================================================================*/

.page-template-template-resserv-php #header { background: url(images/header-resserv.png) no-repeat; }
.page-template-template-resserv-php #sidebar .col { background: url(images/col-middle-resserv.png) repeat-y; }
.page-template-template-resserv-php #sidebar .col .col-top { background: url(images/col-top-resserv.png) no-repeat; }
.page-template-template-resserv-php #sidebar .col .col-bottom { background: url(images/col-bottom-resserv.png) no-repeat; }
.page-template-template-resserv-php #sidebar .col h3 { color: #00aaac; }
.page-template-template-resserv-php #sidebar .col span { color: #00aaac; }
.page-template-template-resserv-php #sidebar .widget ul li a { color: #00aaac; }
.page-template-template-resserv-php h2.parentpage { color: #fff; font-size: 1.2em; text-transform: uppercase; font-family: Arial; font-weight: bold; }
.page-template-template-resserv-php h2.currentpage { position: relative; margin: 5px 0 0 0; color: #fff; font-size: 3.2em; }
.page-template-template-resserv-php .entry { padding: 50px 0px 0 0px; font-size: 0.9em; line-height: 1.4em; /*post itself without permalink*/ }
.page-template-template-resserv-php .post-content h2.permalink { padding: 5px 0px 5px 0px; line-height: 1; font-size: 1.5em; color: #000; }
.page-template-template-resserv-php h3 { color: #00aaac; }


/*====================================================================================================
 * T E M P L A T E   AS                                              T E M P L A T E   AS
 ====================================================================================================*/

.page-template-template-as-php #header { background: url(images/header-as.png) no-repeat; }
.page-template-template-as-php #sidebar .col { background: url(images/col-middle-as.png) repeat-y; }
.page-template-template-as-php #sidebar .col .col-top { background: url(images/col-top-as.png) no-repeat; }
.page-template-template-as-php #sidebar .col .col-bottom { background: url(images/col-bottom-as.png) no-repeat; }
.page-template-template-as-php #sidebar .col h3 { color: #669900; }
.page-template-template-as-php #sidebar .col span { color: #669900; }
.page-template-template-as-php #sidebar .widget ul li a { color: #669900; }
.page-template-template-as-php h2.parentpage { color: #fff; font-size: 1.2em; text-transform: uppercase; font-family: Arial; font-weight: bold; }
.page-template-template-as-php h2.currentpage { position: relative; margin: 5px 0 0 0; color: #fff; font-size: 3.2em; }
.page-template-template-as-php .entry { padding: 50px 0px 0 0px; font-size: 0.9em; line-height: 1.4em; /*post itself without permalink*/ }
.page-template-template-as-php .post-content h2.permalink { padding: 5px 0px 5px 0px; line-height: 1; font-size: 1.5em; color: #000; }
.page-template-template-as-php h3 { color: #669900; }


/*====================================================================================================
 * T E M P L A T E   FCS                                              T E M P L A T E   FCS
 ====================================================================================================*/

.page-template-template-fcs-php #header { background: url(images/header-fcs.png) no-repeat; }
.page-template-template-fcs-php #sidebar .col { background: url(images/col-middle-fcs.png) repeat-y; }
.page-template-template-fcs-php #sidebar .col .col-top { background: url(images/col-top-fcs.png) no-repeat; }
.page-template-template-fcs-php #sidebar .col .col-bottom { background: url(images/col-bottom-fcs.png) no-repeat; }
.page-template-template-fcs-php #sidebar .col h3 { color: #91278f; }
.page-template-template-fcs-php #sidebar .col span { color: #91278f; }
.page-template-template-fcs-php #sidebar .widget ul li a { color: #91278f; }
.page-template-template-fcs-php h2.parentpage { color: #fff; font-size: 1.2em; text-transform: uppercase; font-family: Arial; font-weight: bold; }
.page-template-template-fcs-php h2.currentpage { position: relative; margin: 5px 0 0 0; color: #fff; font-size: 3.2em; }
.page-template-template-fcs-php .entry { padding: 50px 0px 0 0px; font-size: 0.9em; line-height: 1.4em; /*post itself without permalink*/ }
.page-template-template-fcs-php .post-content h2.permalink { padding: 5px 0px 5px 0px; line-height: 1; font-size: 1.5em; color: #000; }
.page-template-template-fcs-php h3 { color: #91278f; }


/*====================================================================================================
 * T E M P L A T E   FSS                                              T E M P L A T E   FSS
 ====================================================================================================*/

.page-template-template-fss-php #header { background: url(images/header-fss.png) no-repeat; }
.page-template-template-fss-php #sidebar .col { background: url(images/col-middle-fss.png) repeat-y; }
.page-template-template-fss-php #sidebar .col .col-top { background: url(images/col-top-fss.png) no-repeat; }
.page-template-template-fss-php #sidebar .col .col-bottom { background: url(images/col-bottom-fss.png) no-repeat; }
.page-template-template-fss-php #sidebar .col h3 { color: #584099; }
.page-template-template-fss-php #sidebar .col span { color: #584099; }
.page-template-template-fss-php #sidebar .widget ul li a { color: #584099; }
.page-template-template-fss-php h2.parentpage { color: #fff; font-size: 1.2em; text-transform: uppercase; font-family: Arial; font-weight: bold; }
.page-template-template-fss-php h2.currentpage { position: relative; margin: 5px 0 0 0; color: #fff; font-size: 3.2em; }
.page-template-template-fss-php .entry { padding: 50px 0px 0 0px; font-size: 0.9em; line-height: 1.4em; /*post itself without permalink*/ }
.page-template-template-fss-php .post-content h2.permalink { padding: 5px 0px 5px 0px; line-height: 1; font-size: 1.5em; color: #000; }
.page-template-template-fss-php h3 { color: #584099; }


/*====================================================================================================
 * T E M P L A T E   ct                                              T E M P L A T E   ct
 ====================================================================================================*/

.page-template-template-ct-php #header { background: url(images/header-ct.png) no-repeat; }
.page-template-template-ct-php #sidebar .col { background: url(images/col-middle-ct.png) repeat-y; }
.page-template-template-ct-php #sidebar .col .col-top { background: url(images/col-top-ct.png) no-repeat; }
.page-template-template-ct-php #sidebar .col .col-bottom { background: url(images/col-bottom-ct.png) no-repeat; }
.page-template-template-ct-php #sidebar .col h3 { color: #007dc5; }
.page-template-template-ct-php #sidebar .col span { color: #007dc5; }
.page-template-template-ct-php #sidebar .widget ul li a { color: #007dc5; }
.page-template-template-ct-php h2.parentpage { color: #fff; font-size: 1.2em; text-transform: uppercase; font-family: Arial; font-weight: bold; }
.page-template-template-ct-php h2.currentpage { position: relative; margin: 10px 0 0 0; color: #fff; font-size: 2.7em; }
.page-template-template-ct-php .entry { padding: 60px 0px 0 0px; font-size: 0.9em; line-height: 1.4em; /*post itself without permalink*/ }
.page-template-template-ct-php .post-content h2.permalink { padding: 5px 0px 5px 0px; line-height: 1; font-size: 1.5em; color: #000; }
.page-template-template-ct-php h3 { color: #007dc5; }



/*====================================================================================================
 * T E M P L A T E   H O M E                                                 T E M P L A T E   H O M E
 ====================================================================================================*/
 
.page-template-template-home-php #header { height: 310px; background: url(images/header-home.png) no-repeat; }
.page-template-template-home-php #translate { right: 160px; }
.page-template-template-home-php #content, .page-template-template-home-php #content2 { margin-top: 5px; margin-left: 60px; width: 765px; }

#home-cols { position: relative; width: 100%; height: auto; margin: 35px 0 0 0; font-family: Georgia; }
#home-cols .col { display: block; float: left; width: auto; height: 290px; background: url(images/col-divider.png) no-repeat right; font-size: 0.9em; line-height: 1.2em; }  
#home-cols .col#col-1 { width: 218px; padding: 0 20px 0 0; }
#home-cols .col#col-2 { width: 224px; padding: 0 20px 0 20px; }
#home-cols .col#col-3 { width: 225px; padding: 0 0 0 20px; font-family: Arial; }

#home-cols h3 { font-size: 2.3em; line-height: 1.2em; text-align: left; font-family: Georgia; }
#home-cols h4 { font-weight: bold; font-size: 1.0em; margin: 15px 0 0 0; }
#home-cols p  { margin: 10px 0 0 0; }
#home-cols #col-2 p  { margin: 0 0 0 0; }
#home-cols .col#col-1 { text-align: justify; }
#home-cols .col#col-2 ul li, #home-cols .col#col-2 ul li ul li
{
	padding: 0px;
	margin: 0px 0px 7px -4px;
	list-style-type: none;
}
#home-cols .col#col-3 h4 { margin: 10px 0 5px 0; }
a.arrow { padding:  0 0 0 20px; background: url(images/arrow.png) no-repeat left; line-height: 1.6em; }

#header-links { position: absolute; width: 800px; height: 120px; top: 160px; left: 60px; }
#header-links a.square { display: block; float: left; width: 89px; height: auto; margin: 0 10px 0 0; text-align: center; text-transform: uppercase; color: #fff; font-size: 0.7em; cursor: pointer; }

/*====================================================================================================
 * B L O G                                                                                     B L O G
 ====================================================================================================*/
.single #content,
.single #content2,
.archive #content,
.archive #content2,
.search #content { margin-top: 10px; }
.search #content2 { margin-top: 10px; }
.single .entry,
.archive .entry,
.search .entry { padding-top: 10px; }

/*====================================================================================================
 * H A C K S                                                                                 H A C K S 
 ====================================================================================================*/

/* clearfix 
-------------------------------------------------------------- */

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { min-width: 0; display: inline-block; /* \*/ display: block; }
* html .clear { /* \*/ height: 1%; }
table, tr, td
{
	vertical-align: top;
}
