@charset "UTF-8";
/* The Style Sheet for The Box Social site, designed and coded by Caleb Dodge */

body {
	background-color:#5C5A5A;
}

.imgFloat
{
	display: block;
	float: left;
	bottom: auto;
	top: 47px;
	z-index:55;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: -35px;
}

#topNav {
	width: 800px;
	height: 185px;
	margin-left: auto;
	margin-right: auto;
}

#topNewsSlide {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	margin-top: -35px;
	margin-bottom: 35px;
}

#logoIcon {
	float:left;
	display:block;
	background-color:black;
	z-index:5;
}

article {
	width: 800px;
	height: 206px;
	background-color: #DCDCDC;
	float: left;
	margin-top: 0px;
	border-top: thin solid #000000;
}

article > img   {
	float: left;
	border: medium groove #FFFFFF;
}

#iconImage {
	float: left;
	border: medium groove #FFFFFF;

}

section {
	text-align: left;
	padding-left: 225px;
	padding-top: 11px;
	font-family: 'Open Sans', sans-serif;
}

section > h1 {
	font-size: 30px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 25px;
	margin-left: 16px;
}

section > p {
	padding-left: 30px;
	margin-top: -20px;
	padding-right: 70px;
	padding-bottom: 30px;
	text-align: left;
	text-indent: 15px;
	font-size: 14px;
	margin-left: 0px;
}

footer {
	width: 800px;
	height: 36px;
	background-color: #000000;
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
}

footer a:hover {
	color: #FF0004;
	text-decoration: none;
}

article > iframe {
	float:left
}

article a {
	color: #000000;
	text-decoration: none;
}

article a:active {
	color: #FF0004;	
}

article a:hover {
	color: #FF0004;
	text-decoration: underline;
}

p a:hover {
	color:#FF0004;
}

article.big {
	width: 800px;
	background-color: #DCDCDC;
	float: left;
	margin-top: 0px;
	border-top: thin solid #000000;
	height: auto;
}

header {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 20px;
}

header > h1 {
	font-size: 40px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-decoration: underline;
	line-height: 20px;
}

aside.left {
	float: left;
	padding-left: 40px;
}

aside.right {
	float: right;
	font-family: 'Open Sans', sans-serif;
}


p.about {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;

}

#portrait {
	float: left;
	display: block;
	border-width: thin;
	border-style: solid;
	left: 0px;
	margin-left: 80px;
}

#aboutDescription {
	margin-left: 100px;
	margin-top: -10px;
}

#profile {
	padding-bottom: 100px;
	padding-top: 10px;
}

#aboutDescription > h2 {
	margin-left: -20px;
	margin-bottom: -20px;
	font-size: 25px;
}

#navBanner {
	float: up;
	z-index: -5;
	margin-bottom: -50px;
}

#cc {
	font-size: 13px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
}

#iconMenu {
	width: 800px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#iconMenu > a {
	padding-right: 20px;
	padding-left: 20px;
}

#subtitle {
	font-size: 14px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
}

#story {
	text-align: left;
	margin-left: 60px;
	margin-right: 60px;
	text-indent: 15px;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	
}


/* CSS for topNav's navigation system */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	width: 594px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	background-color: #000000;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #FF0004;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding-left: 33.5px;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #FF0004;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px;
	color: #FFFFFF;
	text-align: center;
}

#cssmenu > ul > li.has-sub:hover > a {
	color:#FF0004;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #FF0004;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
	padding: 10px 20px;
	width: 160px;
	font-size: 12px;
	background-color: #FF0004;
	text-decoration: none;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

/* End of topNav CSS code */

/* ------ mobilyslider
-----------------------------------------------*/

#content {
width:800px;
margin:100px auto 0;
}

.slider {
	float: left;
	width: 800px;
	height: 250px;
	position: relative;
}

.sliderContent {
float:left;
width:800px;
height:250px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image: url(../gfx/prev_next.png);
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:800px;
height:250px;
background:#fff;
}

.sliderBullets {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 50;
	margin-left: -45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color: #999999;
}

a img {
border:none;
}
