/* 
Theme Name: The City Fix
Theme URI: http://www.thecityfix.com
Version: 1.0
Author: Eddie A Tejeda
Author URI: http://bitpublic.com
*/



/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/*-------------------------------------------------------------------------------------------*/

body,html{height:100%;}
html{
	margin-top: 0px !important;
}
ol, ul{
margin: 0;
padding: 0;
}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* Floating & Alignment  */
.fl{float:left;}
.fr{float:right;}
.ac{text-align:center;}
.ar{text-align:right;}

/* Clear Floats  */
.col-full:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{clear:both;height:1px;overflow:hidden;margin:-1px 0 0;}
html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0;}



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 12px/1.5em Helvetica, Arial, sans-serif; color: #555; background-color: #fff; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: Helvetica, Arial, sans-serif; color: #222; font-weight:normal; line-height:1em; }
h1  {font-size: 2em; } h2  {font-size: 1.8em;} h3  {font-size: 1.6em;} h4  {font-size: 1.2em;} h5  {font-size: 1em;} h6  {font-size: 0.8em;}

p {margin: 0; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

/*
input, textarea { 
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-size: 15px;
    margin: 3px 0;
    padding: 3px;
}

#wrinav input, #wrinav textarea{
    background: none!important;
    font-size: none!important;
    margin: none !important;
    padding: none !important;
}

html body #wrinav input.form-text {
  font-size: 10px;
  margin: 0;
}

html body #wrinav .dropdown-item {
}
*/


/* 1.2 Hyperlinks */

a:link, a:visited  { color: #1b5474; text-decoration:none;}

h3 a:link, h3 a:visited { color: red; text-decoration:none;}

a:hover {text-decoration:underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper{
	border: 1px solid white;
	margin: 10px auto;
	padding: 15px;
	background: white;
	
}

#wpadminbar{
	display: none !important;
}

#main{
	border: 0px;
}

.post-content{
  /* background: url("images/stripes.png") repeat scroll left top transparent; */
  background-color: #eaeaea;
	width: 720px; 
	margin-top: 10px;
	float: left;
}
#main.fullwidth {width: 960px;}

#sidebar{width:260px;}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 1024px; margin: 0 auto; position: relative;}

/* 2.2 Navigation */
#navigation{font:12px/12px Helvetica, Arial, sans-serif; font-weight: bold; margin-top: 0px;padding:5px 0;}

#navigation ul.rss{background:url(images/ico-rss.png) no-repeat right 5px;padding:6px 15px 3px 0;margin-right:10px;}
#navigation ul.rss li{display:inline;padding:0 10px 0 0;}
#navigation ul.rss li a{color:#c63f00;text-decoration:none;}
#navigation ul.rss li a:hover{text-decoration:underline;}


/* 2.2.1 Drop-down menus */
/*
.nav li ul  { background: #FFF; position: absolute; left: -999em; width: 162px; z-index:9999; box-shadow: 0 2px 4px #ccc; -webkit-box-shadow: 0 2px 4px #ccc; -moz-box-shadow: 0 2px 4px #ccc; padding: 15px 0; border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;}
.nav li ul li  { background:#fff;}
.nav li ul li a  { padding:8px 10px; width:112px; color: #1b5474; text-transform: none !important; margin: 0px 15px; border-bottom:1px solid #dad7d5;}
.nav li ul li a:hover,
.nav li ul li.current_page_item a,
.nav li ul li.current-menu-item a { background:#fdfdcd; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
.nav li ul ul  { margin: -50px 0 0 150px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }

.sub-menu{

}

.sub-menu li{

}

.nav li:hover,.nav li.hover  { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }

.nav .sf-sub-indicator { position:absolute;display:block;right:0.4em;top:1em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}
*/

/* 2.3 Header */
#header{padding:35px 0 0px; margin-bottom: 35px; clear:both;position: relative;z-index: 9999; }
#strip { background: url(images/strip.png) repeat-x top center; height: 12px; }

#navigation{
	/* background: url(images/stripes.png) repeat top left; */
	background-color: #eaeaea;
  /*
	-moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1) inset; 
	-webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1) inset; 
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1) inset;
	*/
}

#logo{ 
  margin-top: 5px;
	margin-bottom: 10px; 
	float:left; 
}
#logo img  { border: 0; }
#logo .site-title, #logo .site-description  { font-family: Helvetica, Arial, sans-serif; color: #000; display:none;  }
#logo .site-title a { color:#222; font-size:40px; line-height:40px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#999; font:italic 14px; }

#topad {float:right;}

.search_main { position: relative; margin-top: 3px !important;  }
.search_main input, textarea { color: #666; background: white; width: 147px; height: 26px; padding: 0 5px; height: 21px; margin-right: 35px;}
.search_main .submit { background: none; border: 0px; position: absolute; right: -35px; top: 0; z-index: 1; width: 26px; height: 26px; }
.search_main .submit:hover { opacity: 0.7; }

/* 2.4 Content */
#content{width: 1024px; padding:0 0 40px;}

/* 2.5 Sidebar */
#sidebar{overflow:hidden;}
#sidebar { float: right; padding: 5px 0; font-size:0.9em; margin: 0 5px; width: 290px;}

    
#sidebar .primary { }
#sidebar .secondary { float:left;  } 
#sidebar .secondary.last { margin:0; } 

/* 2.6 Footer */
#footer{padding: 30px 0 30px;background: url(images/strip.png) repeat-x top center; color:#666;}
#footer p {}
#footer a { color: #1b5474; }
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}

/* 2.7 Looped Slider */
#loopedSlider { 
  /* background: url(images/stripes.png) repeat; */
  background-color: #eaeaea;
  padding: 6px 13px 18px 13px; position:relative; z-index: 999; margin-bottom: 27px;}
#loopedSlider .container { overflow:hidden; position:relative; margin: 8px !important;}
#loopedSlider .plate { background: #fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8;}
#loopedSlider .slides { position:absolute; top:8px; left:0; }
#loopedSlider .slides div.slide { position:absolute; top:0; width: 598px; display:none;}
#loopedSlider .slide-content  { position: absolute; bottom: 5px; left: 187px; color: #fff;}
#loopedSlider .slide-content h2  { margin: 0; font-size: 20px; background:red; background: rgba(255, 0, 0, 0.5); padding: 10px; }
#loopedSlider .slide-content h2 a  { color: #fff; }
#loopedSlider .slide-content p  { line-height: 18px; background:#444; background: rgba(0,0,0,0.3); padding: 10px; color:#fff;}
#loopedSlider a.previous  { z-index: 9999; position: absolute; left: 0px; top: 45%; }
#loopedSlider a.next  { z-index: 9999; position: absolute; right: 0px; top: 45%; }
#loopedSlider a.previous:hover, #loopedSlider a.next:hover { opacity: 0.6; }

/* 2.8.1 Home Page - Featured Posts */
#featured { 
  /* background: url(images/stripes.png) repeat top left; */
  background-color: #eaeaea;
  padding: 11px 13px 5px 13px; margin-bottom: 27px; }
#featured h3 { margin: 0 0 13px 0; padding:5px 13px 5px 13px; font:normal 16px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; border: 2px solid #fff; background: url(images/title-green.png) no-repeat top left; }
#featured .block { width: 450px; background: #fff; margin-bottom: 18px; margin-right: 15px; padding: 11px 9px; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8;}
#featured .block.full { width: 594px; margin-right:0; }
#featured .block h2 { font-size: 16px; font-weight: bold; color: #1b5474 !important; line-height: 25px; }
#featured .block p { font-size: 11px; color: #666; line-height: 18px; }
#featured .block img { margin-right: 14px; padding:4px; border:1px solid #e6e6e6; }
#featured .block span.comment { background: url(images/ico-comment.jpg) no-repeat top left; line-height: 30px;}
#featured .block span.comment a { padding-left: 20px;margin-right: 10px; color: #666 !important; font-size: 11px;}
#featured .block span.more { line-height: 30px;  }
#featured .block span.more a { font-size: 11px; font-weight: bold; }

/* 2.8.2 Home Page - Latest News */
#latest { 
  /* background: url(images/stripes.png) repeat top left; */
  background-color: #eaeaea;
  padding: 11px 13px 20px 13px; margin-bottom: 27px; 
}
#latest h3 { margin: 0 0 13px 0; padding:5px 13px 5px 13px; font:normal 16px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; border: 2px solid #fff; background: url(images/title-orange.png) no-repeat top left; }
#latest .block { float: left; width: 112px; /* min-height: 290px; */ background: #fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; margin: 0 8px 10px; padding: 16px 12px;}
#latest .block h2 a { font-size: 16px; font-weight: bold; color: #1b5474 !important; line-height: 18px; }
#latest .block span.date { font-size: 11px; font-style: italic;}
#latest .block img { margin-top: 12px; }
#latest .entry { /* height: 100px; */ }
#latest .block p { font-size: 11px; color: #666; line-height: 18px; margin-top: 12px; }
#latest .block span.comment { background: url(images/ico-comment.jpg) no-repeat top left; line-height: 30px;}
#latest .block span.comment a { padding-left: 20px; color: #666 !important; font-size: 11px;}
#latest .block span.ico-more { float: right; }
#latest .block span.ico-more img { margin-top: 5px !important; }
#latest .block span.ico-more a:hover { opacity: 0.8; }

/* 2.8.3 Home Page - Popular */
#popular { background: url(images/stripes.png) repeat top left; padding: 11px 13px 11px 13px;}
#popular h3 { margin: 0 0 13px 0; padding:5px 13px 5px 13px; font:normal 16px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; border: 2px solid #fff; background: url(images/title-red.png) no-repeat top left; }
#popular .plate { background: #fff; margin-bottom: 10px; padding: 7px 9px 11px 9px; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; }
#popular .block { width: 275px; float: left; background: url(images/post-shadow.png) no-repeat bottom left; margin: 10px; padding-bottom:10px;}
#popular .block h2 a { font-size: 12px; font-weight: bold; color: #1b5474 !important; line-height: 18px;}
#popular .block img { border:1px solid #e6e6e6; padding:4px; }
#popular .block span.meta { font-size: 11px; color: #666; font-style: italic; }
#popular .block span.meta a { color: #666; }
#popular .block span.comment { background: url(images/ico-comment.jpg) no-repeat top left; line-height: 30px;}
#popular .block span.comment a { padding-left: 20px; color: #666 !important; font-size: 11px;}

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb { margin-bottom:1.5em;}

.archive_header  { display: block; float: left; width: 95%; margin: 0 0 13px 0; padding:5px 13px 5px 13px; font:normal 16px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; border: 2px solid #fff; background: url(images/title-green.png) no-repeat top left; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; color: white; }
.archive_header .catrss a:hover { text-decoration: underline }

#plate, p.plate { background: #fff; margin-bottom: 10px; padding: 14px 16px 14px 16px; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; }
#striped { background: url(images/stripes.png) repeat; padding: 11px 13px 11px 13px; margin-bottom: 27px; }

.entry { }
.post .entry{
background-color: white;
}


.post  { margin: 0; position: relative; }
.post-content .meta{
	position: absolute; 
	bottom: 10px; 
	text-transform: uppercase;
}
.page .post .entry  { margin: 0; padding: 15px;}

.post .cat-title  { margin: 0 0 13px 0; padding:5px 13px 5px 13px; font:normal 16px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; border: 2px solid #fff; }
.post .cat-title a:link, .post .cat-title a:visited  { color:#fff; }
.post .cat-title { background: url(images/title-green.png) no-repeat top left; }

.postmeta  { padding: 11px 13px 15px 13px; margin-bottom: 27px; background: url(images/stripes.png) repeat; }
.postmeta h3  { margin: 0 0 13px 0; padding:5px 13px 5px 13px; font:normal 16px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; border: 2px solid #fff; background: url(images/title-grey.png) no-repeat top left; }
.postmeta ul { clear:both; list-style: none; background: #fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; padding: 11px 9px; }

.postmeta ul li.post-date { font-size: 14px; padding-bottom: 15px;}
.postmeta ul li a { text-decoration: underline; }
.postmeta ul li a:hover { text-decoration: none; }
.postmeta ul li.edit { padding: 10px 0; }

.post p.tags{background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}

.post-nav a { font-size: 12px; line-height: 20px; font-weight: bold; color: #d3cdb7 !important; margin-top: 2px; }
.post-nav .prev { float:left; background: url(images/arrow-left.png) no-repeat left;}
.post-nav .prev a { padding-left: 15px; }
.post-nav .next { float:right; margin-left: 18px; background: url(images/arrow-right.png) no-repeat right;}
.post-nav .next a { padding-right: 15px; }

.arc { border-bottom: 1px dotted #dadada; padding: 16px 0;}
.arc h2 { font-size: 16px !important; font-weight: bold; padding-bottom: 4px;}
.arc .entry { margin-top: 16px !important;}
.arc img { margin-left: 15px; padding-bottom: 15px; padding:4px; border:1px solid #e6e6e6; }
.arc span.comment { background: url(images/ico-comment.jpg) no-repeat top left; line-height: 30px;}
.arc span.comment a { padding-left: 20px; margin-right: 10px; color: #666 !important;}
.arc span.more { line-height: 18px; margin-left: 0px; }
.arc span.more a { font-weight: bold; }

/* 3.1 Typographic Elements */
.entry, .entry p  { font:13pt/25px Arial;}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin: 0.5em 0 0.8em; }
.entry p  { margin-bottom: 1.2em; }
.entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin-bottom: 1.5em; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: disc; }
.entry ul ul li  { list-style-type: circle; }

.entry ol  { margin-bottom: 1.5em; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail { padding:0px; border:0px solid #e6e6e6;}
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; height: auto; margin: 5px 15px 5px 0; }
.alignright  { float: right; height: auto; margin: 5px 0 5px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:0.9em/1.5em helvetica, arial, sans-serif; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto; }

.entry .video { margin-bottom:20px; }

/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi { padding:0 15px; }
.nav-entries a { display: block; color:#777; text-decoration:none;}
.nav-entries a:hover { text-decoration:underline; }

.wp-pagenavi {clear:both;float: right;}
.wp-pagenavi a {text-decoration: none !important;}

.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover {background: #fafafa !important; border:1px solid #e6e6e6 !important;}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited, 
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi span.pages { background: #EEEEEE; color: #666; padding: 5px 8px !important; margin-left: 4px; border:1px solid #DDDDDD; line-height:24px; }
.wp-pagenavi span.pages { background: none; border:none; } 
.wp-pagenavi .extend { background:none; border:none; }

/* 3.4 Single Post Author */
#post-author { background: #fafafa; padding:15px; border:1px solid #e6e6e6; border-width:1px 0 1px; clear:both; }
#post-author .title { margin-bottom: 10px; }
#post-author .profile-image { float:left; margin:0 15px 5px 0; background:#F8F8F8; background:rgba(255,255,0.7);}
#post-author .profile-link {  }



/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { 
  padding: 7px 7px 9px 7px; margin-bottom: 27px; 
  /* background: url(images/stripes.png) repeat; */
  background-color: #eaeaea;
}
.widget h3  { margin: 0 0 13px 0; padding:5px 13px 5px 13px; font:normal 16px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; border: 2px solid #fff; background: url(images/title-grey.png) no-repeat top left; }
.widget p { margin-bottom: 1em; }

.widget ul, .widget div  {  padding: 10px; margin: 0; clear:both; list-style: none; background: #fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; }
.widget div { padding-top: 10px; }
.widget ul li  { padding:0 0 0 15px}
.widget ul li a { padding:0; line-height: 18px; text-decoration: none;}
.widget ul li a:hover  { text-decoration:underline; }
.widget ul ul  { padding: 0 0 0 0; border-top: none; box-shadow: 0 0px 0px #d8d8d8; -webkit-box-shadow: 0 0px 0px #d8d8d8; -moz-box-shadow: 0 0px 0px #d8d8d8; }

.adspace-widget { text-align: center; }

.widget_recent_comments ul li { padding: 7px 15px;}
#twitter li  { padding: 6px 0; line-height: 18px; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments ul li a, #twitter a  { display: inline; padding: 0 !important; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

#footer-widgets { border-top:1px solid #dadada; padding:10px 0; background: url(images/stripes.png) repeat; }
#footer-widgets .widget { padding: 0px; margin-bottom: 20px; background: none; }
#footer-widgets h3 { background: url(images/title-grey.png) no-repeat top left !important; }
#footer-widgets .block { padding:20px 0 0 20px; width:293px; float:left; }
.widget_woo_embedwidget .widget_video { padding:0; margin:10px 0 0; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }

/* 4.2 Specific Widgets */

/* WIDGET FORMS */
.searchform  { }
.widget input.s  { color:#777; float:left; width: 70%; padding: 7px 0 7px 7px; margin-right:5px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#footer-widgets .widget input.s  { width: 55%; }
.widget .screen-reader-text  { display: none; }
.widget input.submit { float:left; border-color:#EFEFEF #ccc #CCCCCC #efefef; padding:6px; cursor: pointer; }

/* TWITTER */
.widget_woo_twitter .back { padding: 0; background: #fff; box-shadow: 0 0px 0px #d8d8d8; -webkit-box-shadow: 0 0px 0px #d8d8d8; -moz-box-shadow: 0 0px 0px #d8d8d8; }
.widget_woo_twitter ul { background: none !important; box-shadow: 0 0px 0px #d8d8d8; -webkit-box-shadow: 0 0px 0px #d8d8d8; -moz-box-shadow: 0 0px 0px #d8d8d8;}
.widget_woo_twitter ul li { border-color: #d0d0d0; padding: 5px 0px; }
.widget_woo_twitter ul li a { padding: 0px !important; color: #999999; }
.widget_woo_twitter ul li span { font-size: 12px; color: #000; }
.widget_woo_twitter ul li span a { color: #3366cc !important; }
.widget_woo_twitter p { color: #000; padding: 10px; }
.widget_woo_twitter p a { color: #000; }
span.tlogo img { padding-bottom: 10px !important; }

/* FLICKR */
.widget_woo_flickr { padding: 11px 13px 4px 13px; }
.widget_woo_flickr h3  { margin: 0 0 13px 10px; padding: 0; font:bold 20px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 0px 0px #d8d8d8; -webkit-box-shadow: 0 0px 0px #d8d8d8; -moz-box-shadow: 0 0px 0px #d8d8d8; border: 0px solid #fff; background: none; }
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: left; margin: 3px; clear: none; }

.widget_woo_flickr div { clear:both; list-style: none; background: none; box-shadow: 0 0px 0px #d8d8d8; -webkit-box-shadow: 0 0px 0px #d8d8d8; -moz-box-shadow: 0 0px 0px #d8d8d8; padding: 0px !important;}
.widget_woo_flickr .wrap  { position: relative; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0 0 5px 5px;  display: block; background: #fff;; padding: 3px; height: 70px; width: 70px; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8;}
.widget_woo_flickr a:hover img  { box-shadow: 0 4px 4px #b8b8b8; -webkit-box-shadow: 0 4px 4px #b8b8b8; -moz-box-shadow: 0 4px 4px #b8b8b8; }

#footer-widgets .widget_woo_flickr h3  { margin: 0 0 13px 10px; padding: 0; font:bold 20px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 0px 0px #d8d8d8; -webkit-box-shadow: 0 0px 0px #d8d8d8; -moz-box-shadow: 0 0px 0px #d8d8d8; border: 0px solid #fff; background: none !important; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Blog Author Widget */
.widget_woo_blogauthorinfo h3 { background: url(images/title-grey.png) no-repeat top left !important; }
.widget_woo_blogauthorinfo .avatar { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,0.7);}
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }
.widget_woo_blogauthorinfo a { text-decoration: underline; }
.widget_woo_blogauthorinfo a:hover { text-decoration: none; }

/* Subscribe Widgets */
.widget_feedburner input, textarea { width: 150px; background: #fff; color: #666; }
.widget_feedburner .button { width: 70px; margin-left: 5px; color: #fff; font-weight: bold; background: #928d56; border: 2px solid #928d56; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px}
.widget_feedburner .button:hover { background: #827e49; border-color: #827e49; }

.widget_campaign_monitor input, textarea { width: 150px; background: #fff; color: #666; }
.widget_campaign_monitor .button { width: 70px; margin-left: 5px; color: #fff; font-weight: bold; background: #928d56; border: 2px solid #928d56; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px}
.widget_campaign_monitor .button:hover { background: #827e49; border-color: #827e49; }

/* widget_address */
.widget_address h4 { font-weight: 700; margin-bottom: 10px}
.widget_address .maps-image { }

/* widget_authors */
.widget_authors .author-item { height:55px }
.widget_authors h4 { color: #1B5474; margin-bottom: 5px; margin-top: 5px; }
.widget_authors .authorwidget div { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow:none; padding:5px;}
.widget_authors img.avatar { float:right; border:1px solid #ccc; padding: 5px }

/* widget_social */
.widget_social .socialwidget { padding: 10px 0px 10px 20px}
.widget_social .socialwidget .ico-facebook,
.widget_social .socialwidget .ico-twitter,
.widget_social .socialwidget .ico-flickr,
.widget_social .socialwidget .ico-youtube { /*border-bottom: 1px solid #ccc;  border-right: 1px solid #ccc; */ padding:5px; padding-left: 25px; line-height: 15px; display: block; float:left; width: 85px }

.widget_social .socialwidget .ico-facebook { background: url(images/ico-facebook.jpg) left center no-repeat;}
.widget_social .socialwidget .ico-twitter { background: url(images/ico-twitter.jpg) left center no-repeat;}
.widget_social .socialwidget .ico-flickr { background: url(images/ico-flickr.jpg) left center no-repeat;}
.widget_social .socialwidget .ico-youtube { background: url(images/ico-youtube.jpg) left center no-repeat;}

/* widget_embed */

.widget_woo_embedwidget ul.widget-video-list li a { display: block; padding: 0px 15px; }

/* 4.3 WooTabs */


.tabs {
    /* background: url("images/stripes.png") repeat scroll left top transparent; */
    background-color: #eaeaea;
    /* border-radius: 3px 3px 3px 3px; */
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding: 7px 7px 9px 7px;
}

.tabs ul.wooTabs { padding:0px; }
.tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
.tabs ul.wooTabs li a.selected, .tabs ul.wooTabs li a:hover { background:#fff; text-decoration:none; }
.tabs ul.wooTabs li a {	color:#777; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px helvetica, arial, sans-serif; }
.tabs ul.wooTabs li a.selected, .tabs ul.wooTabs li a:hover { border-top-right-radius:0px; border-top-left-radius:0px; -moz-border-radius-topright:0px;	-moz-border-radius-topleft:0px;-webkit-border-top-right-radius: 0px; -webkit-border-top-left-radius:0px; }

.tabs .inside { 
  background: #fff; 
  padding:5px;
    box-shadow: 0 4px 4px #d8d8d8; 
    -webkit-box-shadow: 0 4px 4px #d8d8d8; 
    -moz-box-shadow: 0 4px 4px #d8d8d8;
  
}
.tabs .inside li { background:#fff;  }
.tabs #tab-tags { padding:10px; }
.tabs .inside ul { margin:0; }
.tabs .inside li { border:1px solid #e6e6e6; border-width:0 0px 1px 0px; padding:5px; }
.tabs .inside li a { color:#555; font:bold 12px/12px helvetica, arial, sans-serif; }
.tabs .inside a:hover{}
.tabs .inside li span.meta { display:block; font:11px/20px helvetica, arial, sans-serif; text-transform:uppercase; color:#777; }
.tabs .inside li img.avatar, .tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }

.tabs * li a {
  text-decoration: none;
}



/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

#comments{
	float:left; width: 650px
}

.dsq-trackback-url + ul{

padding: 15px;

}
/* 5.1 Comments */
/*
#comments {position:relative;}
#comments h3  { margin: 0 0 13px 0; padding:5px 13px 5px 13px; font:normal 16px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; border: 2px solid #fff; background: url(images/title-green.png) no-repeat top left; }
#comments .comment.thread-even { }
#comments .comment{margin-top:10px;width:100%;list-style-type:none; }
#comments .comment .comment-container  { position:relative; background: #fff; margin-bottom: 18px; padding: 14px 16px 14px 16px; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; }
#comments .comment-head  { margin: 0 0 15px 0; padding-bottom: 5px; border-bottom: 1px dotted #dadada; }
#comments  .avatar  { float:right; margin: 40px 10px 15px 0; }
#comments  .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name  { color: #1b5474; text-decoration:underline; }
#comments .comment-head .name:hover { text-decoration: none; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding:10px 0; }
#comments .reply a { font: 11px/18px helvetica, arial, sans-serif; background: #eee; border-color:#888; color:#555 !important; text-shadow: none; }
#comments .reply a:hover { background-color: #e6e6e6;}

#comments ul.children{margin:10px 0px 0 25px;padding:0; }
#comments ul.children li { }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }
*/
/* 5.2 Comments Form */
/*
#respond  { margin: 40px 0 0; }
#respond h3  { margin: 0 0 13px 0; padding:5px 13px 5px 13px; font:normal 16px helvetica, arial, sans-serif; color:#fff; box-shadow: 0 4px 4px #d8d8d8; -webkit-box-shadow: 0 4px 4px #d8d8d8; -moz-box-shadow: 0 4px 4px #d8d8d8; border: 2px solid #fff; background: url(images/title-green.png) no-repeat top left; }#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform label  { position:relative; display:inline; vertical-align:top; display:inline-block; margin-top:5px; }
#commentform input.txt { font:14px/14px Helvetica, Arial, sans-serif; border-color: #ccc; border-width:3px; border-style:solid; height: 15px !important;}
#commentform textarea { font:14px/14px Helvetica, Arial, sans-serif; border-color: #ccc; border-width:3px; border-style:solid; height: 140px !important;}
#commentform input.txt  { color:#666; background: #eee; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #eee; width: 95% !important; padding: 5px 7px; }

#respond #commentform #submit  { margin: 15px 0 0 0; cursor: pointer; color: #fff; font-weight: bold; background: #928d56; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-color: #928d56; padding-right: 8px !important;}
#respond #commentform #submit:hover { background: #827e49; border-color: #827e49; }
*/
/* 5.3 Pingbacks / Trackbacks */
/*
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }
*/

/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
a.button, 
a.comment-reply-link {
	display: inline-block;
	margin: 5px;
	padding: 3px 13px;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	
	/*Border radius*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/*Background*/
	background: #237fd7; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #52a8e8),
					color-stop(1, #2e76cf)
				);
	background: -moz-linear-gradient(
					center top,
					#52a8e8 20%,
					#2e76cf 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

a.button.large { padding:6px 16px;}
a.button.small, a.comment-reply-link { padding:0px 10px;}

a.button:hover, 
a.button.hover, 
a.button.active,
a.comment-reply-link:hover {
	text-decoration: none !important;
	/*Background*/
	background: #0073d2; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #3e9ee5),
					color-stop(1, #1666ca)
				);
	background: -moz-linear-gradient(
					center top,
					#3e9ee5 20%,
					#1666ca 100%
				);
}

a.button:active,
a.button.active  {
	border-color: #20559a;
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}

a.button.inactive,{
	border: 1px solid #d5d5d5;
	border-bottom-color: #e6e2e2;
	color: #aeaeae;
	text-shadow: 0 1px 0 white;
	
	/*Background*/
	background: #e8e8e8; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #f3f3f3),
					color-stop(1, #e6e6e6)
				);
	background: -moz-linear-gradient(
					center top,
					#f3f3f3 20%,
					#e6e6e6 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 
						0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 
					0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 
					0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
}

/* 6.2 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px; background: #eee;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; cursor: pointer; color: #fff; font-weight: bold; background: #928d56; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-color: #928d56; padding-right: 8px !important;}
#contact-page ol.forms li.buttons .submit:hover { background: #827e49; border-color: #827e49; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}

/* 6.3 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

/* 6.4 Timeline Page Template */
#archives .slideshow
#archives a .slideshow
h3.archive_year { font: bold 20px helvetica, arial, sans-serif; color:#555; margin-top:0; }
#archives .archives_list { border-left:4px solid #ccc; list-style: none; list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0 0 15px 15px;}
#archives .archives_list li { clear:left; padding-left:24px; font-size: 12px; font-style: normal; list-style: none; margin-bottom: 10px; }
#archives .archives_list .date { color: #808080; width: 100px; font-style: italic; display: inline-block; vertical-align: top; }
#archives .archives_list .linked { width: 270px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments { width: 100px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline; padding-left: 13px;  }
#archives .archives_list .comments a:hover { text-decoration: none; }coration: none; }


/* Slide Show */
img {border: none;}
h1 {
	font: 3em normal;
	color: #fff;
	text-align: center;
	margin: 100px 0 10px;
}
.container {
	overflow: hidden;
	width: 690px;
	margin: 0 0;
	float: left;
	height: 380px;
	background-color: #eaeaea;
	/* background: url(images/stripes.png) repeat top left; */
}

/* container default */
/* horinaja default */
#demo{
	overflow: hidden;
	width: 690px;
	margin: 0 0;
	float: left;
	height: 380px;
	/* background: url(images/stripes.png) repeat top left; */
	background-color: #eaeaea;	
  margin-bottom: 20px;
}
#demo .main_image{
	display: none;
}

.horinaja ul{position:relative;}
.horinaja ul li{background:transparent;display:block;top:0;}
/* horinaja pagination */
ol.horinaja_pagination{background-color: black; height:40px;margin: 0 auto;position:absolute;bottom: 0px; background:transparent;padding:5px 0 0 0;clear:both;}
ol.horinaja_pagination li{float:left;height:40px;display:block;}
ol.horinaja_pagination li a{height:30px;display:block;background:transparent;float:left;color:white;font-weight:bold;text-align:center;
font-size:12px;padding: 10px 0 0 0;cursor:pointer;}

#slide-index{
	position: absolute;
	top: 0;
	right: 0;
}

#slide-index a{
	font-size: 14px;
	background-color: orange;
}


#main {
	padding: 10px;
	position: relative;
}

.page #main{
	/* background: url(images/stripes.png) repeat top left; */
}
a {color: #fff;}

/*--Main Image Preview--*/
.main_image {
	width: 100%; 
	height: 380px;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: block;
}
.main_image .block{
	width: 660px;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 250px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 12px 10px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}	
.image_thumb ul li p{display: none;}






/* THIS IS (NOT?) MOSTLY JUNK */


/* Header */

html {
  margin: 0;
}

body.single {
  margin: 0;
  padding: 0;
}

#wrapper {
  margin: 0px auto;
  padding: 0;
}

#wri-menu {
  background-color: #eaeaea;
  border-top: 0px solid #a0a0a0;
  border-bottom: 5px solid #d8d8d8;
  height: 20px;
  margin-bottom: 20px;
}

#header {
    background: transparent;
    margin: 20px auto 10px;
    padding: 0;
    position: inherit;
    text-align: left;
    width: 1024px;
}

div.logout-button {
    padding-right: 5px;
    position: absolute;
    right: 0;
    text-align: right;
}

div.logout-button a {
  color: #636466;
  font-size: 12px;
  text-decoration: none;
}

div.admin-button {
    right: 45px;
    position: absolute;
    text-align: right;
}

div.admin-button a {
  color: #636466;
  font-size: 12px;
  text-decoration: none;
}


/* Logo */

#logo {
    /* background: url("images/EMB2011_TheCityFix_header.jpg") no-repeat scroll 0 0 transparent;
    height: 200px;
    width: 100%; */
}

#logo #h1{
	font-size: 110px;
	
}
#logo #h2 {
	color:#aaa;

}


#logo #h1 a {
	text-decoration: none;
	border:0;
}
#logo #h1 a:hover, #logo #h1 a:visited, #logo #h1 a:link
{
	border:0;
}

#logoimage {
	height: 70px;
	width:120px;
	margin:35px 0 0 120px;
	padding-left:10px;

	cursor:hand;
}


#bookmarker img
{
	margin: 10px 0;
	width: 16px;
	height: 16px;
}

/* Menu */

#navigation {
	font-weight: bold;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
	height: 32px;
	padding: 3px;
	text-transform: none;
	margin-bottom: 10px;
	margin-left: 10px;
}

#navigation li.menu-item {
  margin-right: 0px;
}

#navigation .nav {
  width: 720px;
}

#navigation .nav li {
  background-position: -1px 0px;
  margin-left: 2px;
}

#navigation .nav a  { 
  color: #555;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
}

#navigation .menu-brasil {
  color: #0072bc;
}

#navigation .menu-tcf {
  color: #fcaf17;
}

#navigation-social {
  float: right;
  margin-right: 7px;
  margin-top: 0px;
  padding: 6px;
}

.social-icon {
  height: 20px;
  margin-left: 5px;
}

#menu {
	width: 100%;
	margin:0 auto;
	padding-top:40px;
	min-height:75px;
	line-height:20px;
	background: white;
	overflow:auto;
	border: 1px solid;
}

#menu ul {
	margin:0;
	padding:0;
	list-style: none;
	text-align:right;
	float:left;
	display: inline;
}

#menu li {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 0 solid;
    display: inline;
    margin: 0px;
    padding: 10px;
}

#menu a 
{
	text-decoration: none;
	font-size: 1em;
	border:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#menu a:hover, 
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	color:#999;
	border:0;
	
}

.sub-menu{

}


.sub-menu li{

}


.menu-item {

}


.header-strip {

}


.menu-header{
	font-size: 90%;
}


#index {

}

#index .excerpt{
    float: left;
    background-color: white;
    box-shadow: 3px 1px 7px #AAAAAA;
    font-size: 13px;
    margin: 9px;
    min-height: 495px;
    padding: 10px;
    width: 312px;
}


/* Content */

#content {
	margin: 0 auto;
}
/* Column Two */

.footer-sidebar {
	width:520px;
}

#main .sidecol 
{
	padding-left:20px;
}
#main .sidecol ul 
{
	margin:0;
	padding:0;
}
#main .sidecol li
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	margin-bottom:2em;
}
#main .sidecol h2
{
	
	font-weight: bold;
	padding: 3px 10px;
	font-size:1em;
	background-color:#f5f5f5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
}
#main .sidecol p, #main .sidecol form
{
	padding:10px;
	margin:0;
}
#main .sidecol ul ul
{
	margin:10px 0 0 20px;
	padding:0;
}
#main .sidecol ul ul ul
{
	margin:0px 0 0 10px;
	padding:0;
}
#main .sidecol li li 
{
	
	margin:0.5em 0;
	padding:0;
	
}

#main .sidecol a:link, #main .sidecol a:visited {
	border:0;
}



.attachment-post-thumbnail{
	max-width: 300px;
}

.attachment-full{
  width: 100%;
  height: 100%;
}




/* 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;
	text-decoration:none;
	}
#wp-calendar #today 
{
	border:#999 1px solid;
}

#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 */
/* Comments */

#btnSearch, #searchsubmit{
	background-color:#ddd; 
	border: 1px solid; 
	border-color: #999; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:22px;
	font-size:1em;
	padding:0px 3px;
}

#searchsubmit {
	font-size:0.6em;
	visibility:hidden;
}

#submit {
	background-color:#ddd; 
	border: 1px solid; 
	border-color: #999; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:22px;
	font-size:1em;
	padding:0px 3px;
} 

input.textbox, input#s
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em;
	padding:5px;
	width:135px;
	height:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

input#s{
	width:160px;
}


textarea{
	width: 95%;
	padding:5px;
	height: 15em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em ;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#commentform 
{
	margin:0;
	padding:10px;
	background:#fff;
}
#main .commentlist {
	margin: 0;
	padding: 0;
}
#main .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:1em;
}

#main .commentlist li p
{

	font-size:14px;
}

#main .commentlist li .cmtinfo 
{
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#main .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
float:right;
	font-size:0.7em;
	color:#999;

}
#main .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#main .commentlist li.alt
{
	background:#f9f9f9;	
}
#main .commentlist li.authorcomment
{

	background:#fdffd4;
}
#main .nocomments
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}

/* Footer */

#footer {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-image: none;
}

#footer p {
    /* border-top: 1px solid #AAAAAA; */
    color: black;
    font-size: 75%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
#footer p span 
{
	float:right;
}
#footer a:link, #footer a:visited {
	color: #999;
	border:0;
}
#footer a:hover, #footer a:active,#footer p strong {
	color: #999;
	text-decoration:none;
	border:0;
}
#main, #sidebar, #footer, .widget 
{
	overflow:hidden;
}
.amzshcs
{
	text-align:center;
}
.amzshcs-item
{
	padding:5px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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;
	width: 100% !important;
}

.wp-caption img {
	margin: 0;
	padding: 2px;
	border: 0 none;
	width:99%;
	height:auto;
	border: 1px solid #CCCCCC;
	
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.tags{
	color:#999;
	font-size:0.8em;
}
.tags a{
	color:#999;
	border:0;
}

#wooTabs .tags a{
	color:#999;
	border:0;
	background: inherit;
}



/* Matt and Eddie */


/* General */

a:link, a:visited {
  color: #0072bc;
  text-decoration: underline;
}

a img {
  border: 0;
}

.padding-left {
  padding-left: 10px;
}

.padding-right {
  padding-right: 10px;
}

#single, #page, #our-team, #archive, #search, #author {
	padding: 10px 20px;
	width: 650px;
	min-height: 400px;
  margin-bottom: 80px;
}

.post {
	background: white;
}

.wp-caption {
	width: 100%;
}

.list-header {
}

html body .embarq-round-corners {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}


/* Archive and results pages */

.post-meta {
  font-size: 12px;
  margin-top: 3px;
}


/* Home Page */

#post-grid {
  width: 695px;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
}

#post-grid-left {
  float: left;
  width: 345px;
}

#post-grid-right {
  float: right;
  width: 345px;
}

.post-grid-post-cell {
  margin-bottom: 10px;
  width: 345px;
}

.post-grid-post {
  box-shadow: 3px 1px 7px #aaa; 
  background-color: white; 
  margin: 5px; 
  padding: 20px; 
  font-size: 13px;
  /* height: 400px; */
  width: 294px;
}

#post-grid .post-pretitle {
  margin-bottom: 10px;
}

#post-grid .post-category {
  font-size: 12px;
}

#post-grid .post-title {
  margin-bottom: 10px;
  line-height: 21px;
}

#post-grid .post-title a {
  font-size: 21px;
}

#post-grid .post-meta {
  font-size: 12px;
  margin-top: 3px;
}

#post-grid .post-meta a {
  color: #0072bc;
}

#post-grid .post-thumbnail {
    height: 165px;
    margin-top: 10px;
    overflow: hidden;
   }

#post-grid .post-thumbnail-image {
  width: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#post-grid .post-desc {
  margin-top: 10px;
  line-height: 18px;
}


#index {
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  width: 690px;
  margin-bottom: 80px;
  margin-left: 10px;
}

#main {
  padding: 15px;
  width: 680px;
}

.main_image .block {
  padding: 10px 20px 20px;
}

.main_image .post-category {
  font-size: 14px;
}

.main_image_title {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
}

.main_image_title a:link, .main_image_title a:visited{
	text-decoration: none !important;
	color: #FCAF17 !important;
}

.main_image_meta {
  margin-top: 15px;
  font-size: 16px;
}

.main_image_desc {
  display: none;
  font-size: 14px;
}

.main_image .post-category {
  color: #fcaf17;
  font-size: 14px;
}


#lightbox-transparency{
    background-color: black;
    border: 1px solid black;
    height: 100000px;
    left: 0;
    opacity: 0.25;
    position: absolute;
    top: 0;
    width: 100000px;
}

.lightbox-content {
    padding: 25px 40px;
    line-height: 24px;
}
.lightbox-content {
    box-shadow: 1px 1px 1em #AAAAAA;
    border: 5px solid #EAEAEA;
}

.lightbox-content {
    background-color: #F4F8F8;
    border: 1px solid;
    box-shadow: 0 0 1em #AFAFAF;
    left: 38%;
    padding: 25px 50px 25px 40px;
    position: fixed;
    text-align: left;
    top: 220px;
    display: none;
}
.lightbox-content {
    box-shadow: 0 0 1em #AFAFAF;
    z-index: 1000;
}
.lightbox-close {
    background: url("/wp-content/themes/thecityfix/images/close-icon.png") no-repeat scroll center center transparent;
    cursor: pointer;
    padding: 16px 14px;
    position: absolute;
    right: -18px;
    top: -18px;
}

/* Sidebar */

#sidebar {
  padding: 0;
}

#sidebar .widget {
  margin-bottom: 20px;
}


/* General Post Styles */

.post {
  padding: 10px;
}

.post-title {
  color: #555;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.post-title a {
  color: #555;
  font-weight: bold;
  text-decoration: none;
}

.post .post-title * {
  color: #555;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}

.post-category {
  font-size: 12px;
}

.post-category a {
  background-color: #fcaf17;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

div.tcf-brasil .post-category a {
  background-color: #0072bc;
}

.post-pretitle {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.post-pretitle-row {
  display: table-row;
}

.post-pretitle-category {
  display: table-cell;
}

.post-pretitle-icon {
  display: table-cell;
  width: 17px;
  padding-left: 3px;
}

.post-author {
}

.post-date {
}

.post-entry {
  font-size: 14px;
  line-height: 17px;
}

.post-entry table{
	width: 100%;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 { margin: 0.5em 0 0.8em; }
.post-entry p  { margin-bottom: 1.2em; }
.post-entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
.post-entry blockquote p  { font-style:italic; }

.post-entry ul  { margin-bottom: 1.5em; padding: 0 0 0 30px; }
.post-entry ul ul  { margin: 0; }
.post-entry ul li  {	list-style-type: disc; }
.post-entry ul ul li  { list-style-type: circle; }

.post-entry ol  { margin-bottom: 1.5em; padding: 0 0 0 30px; }
.post-entry ol ol  { margin: 0; }
.post-entry  ol li  { list-style-type: decimal; }
.post-entry  ol li ol li  { list-style-type: lower-latin; }

.wp-caption {
  border: 0;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	margin-left: 0;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
  margin-bottom: 20px;
  text-align: left;
  
}


.wp-caption {
text-align: center
margin: 0 auto;


}

.wp-caption-text {
  color: #555;
  font-size: 13px;
  line-height: 17px;
  padding: 5px;
  text-align: left;
	font-style: italic;
}

.post-tags {
  margin-bottom: 10px;
}

.post-tags a {
  color: #fcaf17;
  font-size: 12px;
}

div.tcf-brasil .post-tags a {
  color: #0072bc;
}


/* Page Navigation */

#content .wp-pagenavi {
  text-align: center;
  clear: none;
  float: none;
}


/* Single */

.post .post-title {
  margin-bottom: 10px;
}

.post .post-meta {
  font-size: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
}

#single .post-meta {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 20px;
}

.post .post-entry {
  margin-top: 20px;
}


/* Page */

#page .post-title {
  margin-bottom: 20px;
}

#page h3 {
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

/* Events */

.eme-calendar-table td{
	padding: 5px;
}

.eme-calendar-table ul{
	padding: 0px !important;
}
.eme-calendar-table ul li{
	padding: 0px !important;
	margin: 0px !important;
}



/* Page */



/* User Profile */

.user-profile-images {
  float: left; 
  width: 140px;
}

.user-profile-images img {
  margin: 0;
  padding: 0;
}

.user-profile-text {
  min-width: 440px;
  margin-left: 140px;
  font-size: 14px;
  line-height: 19px;
}

.user-profile-name {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}


/* Our Team */

#our-team .user-profile-table {
  margin-top: 0px;
  margin-bottom: 10px;  
}

#our-team .post-entry {
    display: block;
    float: none;
    margin: 0px;
}

.widget_jobmanlatestjobswidget ul li{
	padding: 0px;
}

textarea[name=jobman-field-6]{
	height: 100px;
}

.user-social-icon {
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}

.user-social-icon img {
  height: 20px;
}


/* Author */

.user-profile-table {
  display: table;
}


/* Archive */



/* Contributors */

#contributors {
  width: 600px;
  padding: 10px;
}


/* Search */

#search .advanced-search-options li {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  padding: 0;
  list-style: auto;
  list-style-type: disc;
  margin-left: 20px;
}

#main-search-button {
  width: auto;
  border: 0;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  padding-top: 10px;
}

#advanced-search-link {
  color: #0072bc;
  padding: 5px;
}

input.advanced-search-submit {
  padding: 5px;
}

.no-results {
  font-size: 16px;
  font-weight: bold;
}


/* Pages with multiple results */

.post-list-title {
  display: inline;
  background-color: #FCAF17;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  text-decoration: none;
}

div.tcf-brasil .post-list-title {
  background-color: #0072bc;
}

.post-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  border-bottom: 2px dotted #ccc;
}

.post-list-item-icon {
  float: right;
  margin-left: 7px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.post-list-item .post-thumbnail {
  height: 70px;
  width: 70px;
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 15px;
  background-color: #f0f0f0; 
  border: 1px solid #ddd;
  overflow:  hidden;
}

.post-list-item .post-meta {
  font-size: 12px;
  margin-top: 3px;
  border-bottom: 0;
}

.post-list-item .post-pretitle {
  margin-bottom: 10px;
}

.post-list-item .post-category {
  font-size: 12px;
}

.post-list-item .post-title {
  margin-bottom: 10px;
  line-height: 21px;
}

.post-list-item .post-title a {
  font-size: 21px;
  line-height: 21px;
}

.post-list-item .post-desc {
  margin-top: 10px;
  line-height: 18px;
}


#search .wp-pagenavi, #author .wp-pagenavi, #archive .wp-pagenavi {
  margin-top: 30px;
}

#archive img.thumbnail {
	width: 75px;
}


#author{
   float: left;
    margin: 0;
    position: relative;
    width: 600px;	
}


/* Widgets */

.widget {
  font-size: 12px;
}


.widget ul li {
  padding: 0;
}

.widgettitle {
	background-color: #fcaf17;
	color: #fff;
	text-transform: none;
}

div.tcf-brasil .widgettitle {
  background-color: #0072bc;
}

.widgettitle a {
	background-color: #fcaf17;
	color: #fff !important;
	text-transform: none !important;
}

div.tcf-brasil .widgettitle a {
  background-color: #0072bc;
}

.widget_woo_twitter ul li span {
  color: #555;
}

.widget_woo_twitter ul li { 
  border-bottom: 1px solid #ddd;
  padding-top: 3px;
  padding-bottom: 3px;  
}


.authorwidget{
	clear: none;
	padding: 0px;
}

.authorwidget{
	min-height: 220px;
}
.widget_authors .authorwidget .contributor{
    float: left;
    width: 75px;
    clear: none;
    height: 95px
}

.become-a-contributor{
	padding-top: 0 !important;
	text-align: center;
}
.widget_authors .authorwidget .avatar{
	float: left;
}
.widget_authors .authorwidget .username{
	float: left;
}

.authorwidget{
	padding: 0;
	clear:none;
}


/* Events */
.events-page{
	width: 800px !important;
	min-height: 800px !important;
}
.eme_events_list, #eme_locations_list{
	clear: none !important;
}


table.fullcalendar a.next-month{

}

table.eme-calendar-table thead {
    background-color: #CCCCCC;
    color: #777777;
    font-size: 155%;
    font-weight: bold;
    line-height: 35px;
}

table.fullcalendar{

}
table.fullcalendar ul{
    background: none repeat scroll 0 0 #FFFFCC;
    margin: 0 !important;
    padding: 0px !important;
}

#content table.fullcalendar td{
  border: 1px solid #CCCCCC !important;
}

table.fullcalendar ul li{
    border-bottom:2px solid white !important;
    font-size: 90%  !important;
    line-height: 140%  !important;
    margin: 0 !important;
    padding: 5px !important;
}

table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a {
    color: #0072BC !important;
    font-weight: normal !important;
    text-decoration: none !important;
}


.eventful > a, .eventless > a{
	color: #336699 !important;
	font-weight: bold;
	background-color: #EEEEEE !important;
	border: 1px solid #CCCCCC !important;
	padding: 4px !important;
	margin-top: 2px !important;
}
/* Other */

.mission {
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0 1px;
	color: #999999;
	font-size: 180%;
	line-height: 35px;
	margin-bottom: 25px;
	padding: 10px 0 20px;
	text-align: left;
}

.gallery-icon a:link, a:visited{
	border: 0;
}


#gallery-1 img{
	border: none !important;
}

#gallery-1 img, .gallery-icon{
    height: 240px !important;
    width: 315px !important;
}

h2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    text-transform: uppercase;
}

h3{
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    text-transform: uppercase;
}

h3 a{
	color: red;
}



.photo{
    float: left;
    padding-bottom: 20px;
    padding-right: 15px;
}



/* Footer Widgets */

.xoxo .widget {
  float: left;
  padding: 15px;
  /* min-height: 150px; */
  border: 1px solid black;
  padding: 0px;
}

.xoxo .widget li {
  list-style-type: none;
}

.xoxo .widget li ul li{
	display: inline;
	padding: 0 0 10px 0;
}

#footer-widget {
  margin-top: 30px;
  height: auto;
  width: 1024px;
  margin: 0 auto;
}

#footer-widget .widget {
    border: 0;
    float: left;
    /* min-width: 250px; */
    width: 225px;
    padding: 7px 7px 9px 7px;
    margin-right: 17px;
    /* background: url("images/stripes.png") repeat scroll 0 0 transparent; */
    background-color: #eaeaea;
}


.widgettitle {
	padding: 10px;
	font-size: 15px;
}

.widget_eme_list > ul > li{
	border-bottom: 1px solid #E6E6E6;
	padding-left: 0px;
	padding: 5px 0;
	
}

.widget_eme_list > ul > li > ul > li{
	padding-left: 0px;
}


/* JOB TABLE */

.job-listing {
  padding: 20px;
  border-top: 1px solid #ddd;
}

.job-entry {
  margin-bottom: 20px;
}

.job-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.job-table tr {
  border-bottom: 1px dotted #eee;
}

.job-table th {
  vertical-align: top;
  padding-bottom: 3px;
  padding-top: 3px;
}

.job-table td {
	padding: 0;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.job-table td p {
  margin-bottom: 0;
}

.jobs-applynow {
  margin-top: 20px;
  font-weight: bold;
}

.job-apply-table input[type=submit] {
  padding: 5px;
}

html table.job-table th {
	width: 120px;
}

table.highlighted {
	background: white !important;
}
.become-a-contributor a{
	font-size: 140%; 
	text-align: center !important; 
	text-decoration:none;
}

/* COLOR GUIDE

China dark red: #bd1b20
China red: #f15a48
Gold: #fcaf17
Dark grey: #636466
Bright blue: #0072bc

*/

input[type=submit]:hover{
	cursor: pointer;
}


#page input{
    border: 1px solid #AAAAAA;
    font-size: 15px;
    margin: 5px 0;
    padding: 3px;
}
