/*
Theme Name: Catch-box child
Theme URI: http://wordpress.org/
Author: Phill Simon
Version: 1
Template: catch-box
*/

@import url("../catch-box/style.css");


body {

border-bottom: 25px solid #184675;
border-top: 25px solid #184675;
padding-top: 20px;

}

p, .entry-content li {
margin-bottom: 1em;
line-height: 1.4em;
margin: 5px 0 15px 0;

color: #333333;

}

#branding {
background-image: url('http://quinnipiac.interactivemedia.org/wp-content/uploads/2013/06/copy-bg-tier-masthead-communication.gif');
background-repeat: repeat;
padding-bottom: 10px;
position: relative;
z-index: 9999;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
font-family: 'Adamina', serif;

}

#branding #access, #colophon #access-footer {
background-image: url('http://quinnipiac.interactivemedia.org/wp-content/uploads/2013/06/copy-bg-tier-masthead-communication.gif');
background-repeat: repeat;

margin: 0 auto 0px;
}

#branding hgroup {
margin: 0 0%;
padding: 35px 3% 14px 3%;
border-bottom:5px solid rgb(199, 146, 63);
border-top:4px solid #FB9B04;
//border-top: 25px solid #184675;
}

#branding ul.menu a, #colophon #access-footer ul.menu a {
color: rgb(255, 255, 255);
}

#branding .menu .current-menu-item > a,
#branding .menu .current-menu-ancestor > a,
#branding .menu .current_page_item > a,
#branding .menu .current_page_ancestor > a,
#colophon .menu .current-menu-item a {
	font-weight: normal;
}

#branding ul.menu li {
font: 14px "Droid Sans", sans-serif;
letter-spacing:.1em;
border-left: 0px solid #444;
}

.content-onecolumn #content {
margin: 0 0 0 0;
}

#main {
background-color:rgb(199, 146, 63);
clear: both;
padding: 0px 0 0;

}
#page{
-webkit-box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 0px 25px rgba(50, 50, 50, 0.6);
box-shadow:         0px 0px 25px rgba(50, 50, 50, 0.6);
}


.page .entry-content {
padding: 0em 0 0;
}

.hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
background-color:none;

-moz-border-radius: 5px;
border-radius: 0px;
border-bottom: 0px solid #ccc;

}

.post_thumb{
float:left;
margin-right:10px;
margin-bottom:23px;
margin-top:7px;
}

ul.lcp_catlist{
margin-left:0px;
}

ul.lcp_catlist li{
clear:both;
padding-top:0px;
padding-bottom:10px;
list-style: none;
}

ul.lcp_catlist li h3 a{

margin-bottom:0px;
font: 18px "Helvetica", sans-serif;
color: rgb(25, 113, 179);
letter-spacing: .05em;
}

ul.lcp_catlist li h3{

margin-bottom:5px;
}

ul.lcp_catlist li a{
display:block;
}

#site-title {
margin-right: 20px;
padding: 0;

line-height: 40px;
position:relative;
top:40px;

}

#site-title a{
font: 30px "Droid", serif;
letter-spacing:.05em;
}

#site-description {
font-size: 36px;
margin: 0 20px 0 0;
position:relative;
top:-55px;
}

#searchform{
display:none;
}

.hentry {
padding: 1em 5% 0em;
margin: 0 0 1em;
}


.hentry h1 {
font-size: 21px;
color:rgb(55, 56, 71);
}
.entry-content, .entry-summary {
padding: 0px .5em 0 0;
}

.content-onecolumn #page {
max-width: 850px;
}

#site-generator .powered {
display:none;
}

#site-generator {

border-top: 0px solid #ccc;

}

#nav-single{
display:none;
}

.entry-meta{
display:none;
}

#site-generator .copyright, #site-generator .powered {

width: 75%;
}
.nocomments
{
display:none;
}

@media only screen and (max-width: 960px) {
	/* Mobile styles go here */

body {
padding-top: 0px;
}

#main {
padding: 10px 0 0 0;
}

#main #content {
margin: 0 0;
width: auto;
}

#branding hgroup {
padding: 20px 0 20px 0;
text-align: left;
}

#site-title {
margin-right: 20px;
padding: 0;
font-size: 20px;
line-height: 30px;
position:static;
}

#site-description {
font-size: 30px;
margin: 0 20px 0 0;
line-height: 50px;
position:static;
}


#branding {
background-image: url('http://quinnipiac.interactivemedia.org/wp-content/uploads/2013/06/copy-bg-tier-masthead-communication.gif');
background-repeat: repeat;
padding-bottom: 10px;
z-index: 9999;
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
}

p, .entry-content li {
font-size: 1.1em;
}
}

@media screen and (max-width: 767px) {

.alignright {
float: right;
}


}



@media screen and (max-width: 479px) {
#branding hgroup {

text-align: center;
}
.alignright {
float: right;
}


}