/*
Theme Name:     RaiderRobotix2014
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme
Author:         Kristian Calhoun
Author URI:     http://example.com/about/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");
@import url(http://fonts.googleapis.com/css?family=Lato:300);

p {
	margin-bottom: 1.625em;
	font-size: 100%;
}

body {
margin: 0;
padding: 0;
min-width: 600px;
background: #FFFFFF;
background-image: url('http://raiderrobotix.org/wp-content/themes/raiderrobotix2014/images/NewWebsiteHeader300.png'), url('http://raiderrobotix.org/wp-content/themes/raiderrobotix2014/images/NewWebsiteFooter300.png');
background-size: auto 300px, auto 300px;
background-repeat: no-repeat;
background-position: center top, center bottom;
}

#infinite-footer {
  display: none;
}

#footer {
	padding-bottom: 108px;
}

.social-icon {
  width: 90px;
  height: auto;
}

#page {
  padding-top: 265px;
  padding-bottom: 25px;
  min-width: 480px;
  max-width: 960px;
  margin: 0 auto;
}

#page, #branding {
background-color: transparent;
}

#branding {
border: 0;
}

/*** Menu Navigation #access***/

.full-width {
    width:100%;
}
.outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.inner-center {
    float: right;
    right: -50%;
    position: relative;
}
.clear {
    clear: both;
}

#access {
	background: transparent; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%;
}

#access a {
	color: #003c96;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #FFFFFF;
	border-bottom: 1px dotted #ddd;
	color: #003c96;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #FFFFFF;
}
#access li:hover > a,
#access a:focus {
	background: #FFFFFF; /* Show a solid color for older browsers */
	color: #003c96;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

#access ul li {
	border-top: 3px solid #FFFFFF;
	margin: 0 2px;
}

#access ul li:hover {
	border-top: 3px solid #003c96;
}

#access .current_page_item, #access .current-menu-ancestor {
	border-top: 3px solid #003c96;
}

#access ul li ul li a:hover {
	background: #003C96;
	color: #FFFFFF;
}

#access ul ul li, #access ul ul li:hover, #access .current_page_item ul ul li {
	border-top: 0 transparent !important;
}

#access div {
	margin: 0 auto;
}

/** End Menu Navigation **/

#main {
	clear: both;
	padding: 0.5em 0 0;
}

#main, #primary {
background: #FFFFFF;
}

.singular.page .hentry {
    padding: 0 0 0 0;
}

.widget {
margin-bottom: 0;
}

#emailLink {
  color: #FFFFFF;
  font: 12px Verdana,Arial,Helvetica,sans-serif;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

#copyright {
color: #000000;
font: 8px/10px Verdana,Arial,Helvetica,sans-serif;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
padding: 20px 5px 5px 5px;
}

#slideshow-container {
background: #003c96;
width: 100%;
}

#welcome {
width: 100%;
background: #FFFFFF;
display: inline-block;
position: relative;
}

#welcome-content {
padding: 20px;
}

#firstLogo {
height: 140px;
margin: 20px 40px 20px 20px;
float: left;
}

#firstLinks {
text-align: right;
}

#news {
width: 100%;
float:left;
}

#news-content {
padding: 10px 20px 30px 20px;
}

#news-content h1 {
font-family: 'Lato', sans-serif;
font-size: 2.0em;
font-weight: 300;
color: #003C96;
margin-bottom: 20px;
}

h1 {
font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.4;
color: #003c96 !important;
}

h2 {
font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.2;
color: #000;
}

#recent-post-list {
	list-style: none;
	margin-left: 1px;
}

.nivo-directionNav {
display: none;
}

.theme-light .nivo-controlNav {
height: 10px !important;
text-align: center !important;
}

img#wpstats {
	display: none;
	margin: 0;
}

/******* CSS changes for pages/posts ******/
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: 90%;
}

/* Override the default absolute position of the 'posted on XX by XX' metadata so that it is underneath the post title */
.singular .entry-header .entry-meta {
  position: relative;
}

.singular .hentry, .entry-title, #content #nav-single {
padding: 0;
}

.singular #primary {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.wp-caption .wp-caption-text:before {
    content: none;
}

.wp-caption {
    background: none;
}

.wp-caption .wp-caption-text {
    text-align: center;
    padding-left: 0;
}

/* For pages that use the sidebar */
#content {
margin-left: 10%;
}

.category-archive-meta {
display: none;
}