/*
Theme Name: Rime Center Theme 1
Theme URI:
Author: Elise Del Vecchio
Author URI: http://www.driventodesign.com/
Description: Proposed theme for Rime Center website, based on WP TwentyEleven
Template:     twentyeleven
Template Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

a {
	color: #004480;
}
body, select {
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
iframe {
    clear:both;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Cinzel', 'Trajan Pro', Trajan, Candara, sans-serif;
}
h3.widget-title {
  font-size: 16px;
  line-height:normal;
}



#access {
	background: #800000;
}
#access a {
  font-size: 1.2em;
}
select {
	font-size: 1em;
}


/*secondary menu styles*/
#site-description {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0 270px 1em 0 !important; 
}
#access2 {
  background: none;
  box-shadow: none;
  clear: both;
  display: block;
/*  float: right;
  margin: -120px 40px; */
  position: absolute;
  right: 6.6%;
  text-align: right;
  top: 0.8em;
}

to(#0a0a0a)); /* older webkit syntax */
    background: -webkit-linear-gradient(#252525, #0a0a0a);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 0;
    width: 100%;
}
#access2 div { margin: 0 7.6%; }
#access2 ul {
    font-size: 13px;
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding-left: 0;
}
#access2 li {
    float: left;
    position: relative;
}
#access2 a {
    color: #000000;
    display: block;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;
}
#access2 a:hover {
	color: #1982d1;
}
#access2 ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 3.333em;
    left: 0;
    width: 188px;
    z-index: 99999;
}
#access2 ul ul ul {
    left: 100%;
    top: 0;
}
#access2 ul ul a {
    background: #f9f9f9;
    border-bottom: 1px dotted #ddd;
    color: #444;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px 10px;
    width: 168px;
}
#access2 li:hover > a,
#access2 ul ul :hover > a,
#access2 a:focus {
background: none;
}
/*#access2 li:hover > a,
#access2 a:focus {
    background: #f9f9f9; 
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); 
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    color: #373737;
} */
#access2 ul li:hover > ul { display: block; }
#access2 .current_page_item > a,
#access2 .current_page_ancestor > a {
font-weight: bold;
}
/* end secondary menu styles*/

#branding #searchform {
  right: 4.6%;
}
#branding #s {
  width: 150px;
}
#sitelogo {
	width: 178px;
	float: left;
	margin: 30px;
}
#branding hgroup {
  margin: 8% 0;
  float: left;
}
#site-title {
 margin-right: 0;
 padding: 0; 
}
#branding > a img{
  display: block;
  clear: both;
}



p.pis-title {
  margin-bottom: 0;
  font-family: 'Cinzel', 'Trajan Pro', Trajan, Candara, sans-serif;
  font-size: 1.2em;
}
.pis-excerpt {
  margin-bottom: 1.2em;
}
#ijm-theme-bar {
  background: #ffffff;
}
.widget {
  -moz-hyphens: none; 
  word-break:none;
}
.widget ul li {
  list-style-type: none;
}
.entry-header .entry-format {
  font-size: 12px;
  font-weight: 700;
  top: -8px;
}
.entry-content, .entry-summary {
  padding: 0;
}
.page-title { /*same as .entry-title*/
  clear: both;
  color: #222;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 0.3em;
  padding-top: 15px;
  letter-spacing: normal;
  margin: 0;
}

/*Google calendar styles*/
.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*end*/
/*move recent posts in showcase template*/
.page-template-showcase-php section.recent-posts {
  float: left;
  margin: 0 31% 0 2%;
}


