/*
	KPSU Redesign
	Ryan Ricketts
	ART341 FA14
*/

body {
	font-family: "Courier New", monospace;
	font-size: 12px;
}

.wrapper {
	width:1000px;
	margin: 0 auto;
}

/* HEADER */

.grid {
	width: 1000px;
	margin: 20px auto 0 auto;
}

.cell3 {
	float:left;
	width: 320px;
	margin-right: 2%;
}

.cell3-1 {
	float:left;
	width: 320px;
	margin-right: 15px;
}

.cell3-1 img {
	float:left;
	width: 320px;
	height: 100px;
	margin-right: 15px;
	
}

.imgcontainer {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.imgcontainer img {
	height: 100%;

}

/*.cell3.middle {
	margin-left: 10px;
	width: 310px;
}*/

#searchbox {
	position: relative;
	margin-right: 20px;
	margin-top: 1px;
	/*float: right;*/
	height: 21px;
	/*width: 118px;*/
	border: 1px solid #9da5aa;
	border-radius: 5px;
	text-align: left;
	padding: none;
	background-color: #d1d2d4 !important;
	cursor: pointer
}

#searchbox img {
	margin-left: 5px;
	margin-top: -8px;
	max-width: 15%;
}

#searchterm {
background: transparent;
border: none !important;
box-shadow: none !important;
width: 70px;
height: 18px !important;
font-size: 15px;
line-height: 18px;
padding: 0px !important;
margin-left: 5px;
font-weight: normal !important;
}

.filter {
	float:left;
	width: 1000px;
	margin-right: 2%;
}

.filterpick {
	background-color: #ccc;
	color: #000;
	border: 0;
	text-align: center;
	padding: 7px 0px 7px 0px;
	border-radius: 5px;
	text-decoration: underline;
}

.filterpicked {
	background-color: #ccc;
	color: #000;
	border: 0;
	text-align: center;
	padding: 7px 0px 7px 0px;
	border-radius: 5px;
	font-weight: bold;
}

.filterpick:hover{
     background: yellow;
     color: black;
}

.cell3.last {
	margin-right: 0;
}

.cell2.last {
	padding-left: 20px;
}

/*.cell2.songtitle {
	margin-right: 20px;
}*/

.center {
	float:left;
	width: 330px;
	/*margin-left: -15px*/
}

.right {
	float:right;
	width: 330px;
	/*margin-right: 2%;*/
}

.cell3 img {
	width: 50%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}

.row .cell2 img {
	width: 75%;
	display: block;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-bottom: 2px;
}

.row .blog img {
	width: 100%;
	display: block;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-bottom: 2px;
}

#fbooktwitter img {
	width: 20%;
	display: block;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-bottom: 2px;
}

/* #fbooktwitter img {
	width: 25%;
}*/

.now-playing {
	width: 33%;
	margin-top: 15px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

.now-playing p {
	margin: -15px auto 0 auto;
}

.cell3::after {
	clear: both;
	content: '';
	display: block;
}

.center::after {
	clear: both;
	content: '';
	display: block;
}

.right::after {
	clear: both;
	content: '';
	display: block;
}

.grid::after {
	clear: both;
	content: '';
	display: block;
}

.now-playing::after {
	clear: both;
	content: '';
	display: block;
}


.row::after {
	clear: both;
	content: '';
	display: block;
}

.wrapper::after {
	clear: both;
	content:'';
	display:block;
}

.menu {
	margin-top: 0px;
	padding: 0;
	margin-bottom: .7em;
	text-align: left;
}

.cell3 ul.menu {
	margin-bottom: 0px;
}

.menu li {
	list-style: none;
	display: inline-block;
	/*margin-left: 1em;*/
	width:31%;
	margin-bottom:12px;
}

.filtermenu li {
	list-style: none;
	display: inline-block;
	/*margin-left: 1em;*/
	width:15%;
	margin-bottom:12px;
}

.filtermenu {
	margin-top: 0;
	padding: 0;
	margin-bottom: 50px;
}


.pagenumber li {
	list-style: none;
	float: left;
}

.social {
	float: left;
	list-style: none;
}

.social li {
	float: left;
	list-style: none;
}

.social img {
	float: left;
	width: 30%;
}

a.social {
	text-decoration: none;
}

a {
	color: inherit;
}

.menu .search {
	width:100%;
	border-bottom: 1px dotted #d4d2d3;
}

.menu .search a{
	width:100%;
	border-bottom: none;
}

.menu a {
	text-decoration: none;
	border-bottom: 1px solid #d4d2d3;
	display: block;
	padding-bottom: 4px;
}

.cell3 a {
	text-decoration: none;
	border-bottom: 1px solid #d4d2d3;
	display: block;
	/*padding-bottom: 4px;*/
}

.current a {
	color: red;
}

.menu a:hover {
	color: red;
}

.now-playing a:hover {
	text-decoration: underline;
}

.now-playing a {
	text-decoration: none;
}

/* MAIN CONTENT */

.content {
	width: 750px;
	margin: 0 auto;
	float: left;
}

.content1000 {
	width: 1000px;
	margin: 0 auto;
	float: left;
}

.content h1 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: 2px
}

.row {
	margin-bottom: .5em;*/
	border-bottom: 1px solid gray;
	padding-bottom: 2em;
	/*float:left;*/
}

.row.played {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
	float:left;
}

.row img {
	width: 100%;
}

.cell1 {
	float:left;
	width: 90px;
	/*padding-top:3px;*/
}

.cell1 ul {
	margin: 0;
}

.cell1 li {
	list-style: none;
}

.cell1::after {
	clear: both;
	content: '';
	display: block;
}

.cell2 {
	float:left;
	width: 210px;
	/*padding-top:3px;*/
}

.cell4 {
	float: left;
	padding-left: 20px;
	width: 430px;
}

.cell4 h2 {
	margin: 0;
	text-decoration: underline;
	font-style: italic;
	text-transform: uppercase;
	font-weight: lighter;
}

.contentline {
	border-bottom: 1px solid #d4d2d3;
	padding-bottom: 5px;
	margin: 0 85px 20px 0;
	width: 666px;
}

.pagenumbernav {
	margin:0 auto;
	text-align: center;
	margin-left: 6px;
}

.pagenumbernav a {
	text-decoration: none;
}

.pagenumbernav a:hover {
	text-decoration: underline;
}

.row-pagenumber {
	/*margin-bottom: .5em;*/
	/*border-bottom: 1px solid gray;*/
	padding-bottom: 5em;
	width: 80%;
	margin:0 auto;	
}

.row-pagenumber::after {
	clear: both;
	content: '';
	display: block;
}

.pages {
	margin-right: 10px;
	font-weight: bold;
}

.page-number-current {
	color: red;
}

.page-number {
	margin-right: 10px;
}

.page-number-current {
	margin-right: 10px;
}

.page-number-dots {
	margin-right: 10px;
}

li .social {
	border: 0;
}

.menu .social li a {
	border-bottom: 0;
}

.socialbar {
	margin-top: 0px;
	padding: 0;
	margin-bottom: .7em;
	text-align: left;
}

.socialbar li {
	list-style:none;

}

#socialbar img {
	width: 20%;
	display: inline;
	margin-top: -6px;
	margin-bottom: -1px;
}

.datepick h2 {
	text-decoration: underline;
	font-style: italic;
}

.cell2 h3 {
	margin: 0;
	font-style: normal;
}

.scheduletime {
	float:left;
	width: 210px;
	padding-top:3px;
}

.schedule h2 {
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}

.playlist {
	margin: 0;
	font-style: bold;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

.playitem {
	font-size: 1em;
	padding-right: 10%;

}

.playitem.album {
	font-style: italic;
}

.row.played.first {
	margin-bottom: 10px;
}

.row.played.last {
	margin-bottom: 25px;
}

.row.played a {
	text-decoration: none;
}

.row.played a:hover {
	color: red;
}

/* SIDEBAR */

.sidebar {
	width: 250px;
	float: left;
	margin-top: 15px;

}

.sidebarcontent {
	margin-bottom: 50px;
}

.sidebarcontent h3{
	margin: 0;
}

.sidebarcontent img {
	width: 100%;
}

.sideline {
	border-bottom: 1px solid #d4d2d3;
	padding-bottom: 5px;
	margin: 0 auto;
}

.sidebarcontent ul {
	padding: 0;
}

.sidebarcontent li {
	list-style: none
}

.sidebarcontent a {
	text-decoration: none;
}

.sidebarcontent a:hover {
	color: red;
}

.sidebarcontent::after {
	clear: both;
	content: '';
	display: block;
}

/* FOOTER */

.footer {
	background-color:#000;
	padding-top: 50px;
	padding-bottom: 75px;
	color: white;
}

.footer img {
	margin: 0;
}

.foot a {
	text-decoration: none;
	/*border-bottom: 1px solid #d4d2d3;*/
	display: block;
	/*padding-bottom: 4px;*/
}

.submit {
	background-color: #ccc;
	color: #000;
	border: 0;
	font-size: 13px;
	text-align: center;
	padding: 8px 18px 8px 18px;
	border-radius: 5px;
	/*margin-left: 175px;
	margin-top: 10px;*/
	float: right;
}

.submit:hover{
     background: beige;
     color: black;
}

.menu .search {
	width:100%;
	border-bottom: 1px dotted #d4d2d3;
}

.footermenu a {
	border: 0;
}

h6 {
	font-size: .9em;
	color: gray;
	/* text-transform: uppercase; */
	font-weight: lighter;
	margin: 7px 0 0 0;
}

.schedule h6 {
	font-size: 1.2em;
	color: gray;
	font-style: italic;
	font-weight: lighter;
	margin: 4px 0 0 0;
}

#designer {
	color: white;
	font-size: .8em;
	text-align: center;
	margin-top: 20px;
}

#designer a {
	text-decoration: underline;
}

#designer a:hover {
	color: red;
}





















