/*
Theme Name: Glide
Theme URI: http://www.glidetheband.com/
Description: The official theme for Glide the band and the music of William Arthur.
Author: Brett Fusedale
Author URI: http://www.fadeagency.com/
Version: 1.0
*/


/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL STYLES */

body {
	background-image: url(images/bg-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: normal;
}
p {

	margin-bottom: 20px;
        clear: left;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2a9bdb;
	text-decoration:none;
}

a:visited {
	color:#2a9bdb;
}

a:hover {
	color:#000000;
}

a:active {
	color:#2a9bdb;
}

#page-entry img {
	border:1px solid #d8d8d8;
	padding:5px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFF;
	background-color: #2a9bdb;
	width: 457px;
	font-style: italic;
	font-weight: bold;
	clear: both;
	float: left;
	margin-top: -40px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.2em;
	margin-bottom: 20px;
        text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2a9bdb;
	font-style: italic;
	font-weight: bold;
	clear: both;
	float: left;
	margin-top: 0;
	line-height: 1.2em;
	margin-bottom: 20px;
        text-decoration: none;
}
.post-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFF;
	background-color: #2a9bdb;
	width: 457px;
	font-style: italic;
	font-weight: bold;
	clear: both;
	float: left;
	margin-top: -50px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.2em;
	margin-bottom: 20px;
        text-decoration: none;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #3c1e6b;
	width: 200px;
	font-style: italic;
	font-weight: bold;
	height: 20px;
	display: inline;
	margin-top: -80px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* LAYOUT */

#container {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#header {
	height: 81px;
	width: 100%;
	background-image: url(images/menu-background.jpg);
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

#main {
	float: left;
	width: 605px;
	clear: both;
	margin-bottom: 30px;
}

#photo-header {
	height: 314px;
	width: 100%;
	background-image: url(images/photo-glide.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	float: right;
	width: 280px;
	margin-bottom: 30px;
	margin-top: 235px;
}
#social-network {
	width: 100%;
	float: left;
	text-align: right;
}

#audio-player {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
        background-color: #000000;
}
#fade-logo {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 20px;
}



#post-entry {
	float: left;
	width: 565px;
	background-color: #FFF;
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 80px;
	padding: 20px;
}

#page-entry {
	float: left;
	width: 565px;
	background-color: #FFF;
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 40px;
	padding: 20px;
}


#footer {
	height: 30px;
	width: 100%;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin-top: 30px;
}

/* MENU */

.menu {
	list-style:none;
	width:910px;
}

.menu li {
	padding:0;
	margin:0;
	display:inline;
}

.menu li a {
	width:910px;
	float:left;
}

.menu li a span {
	display:none;
}

li.news a {
	height:81px;
	background-image:url(images/menu-news.jpg);
	background-repeat:no-repeat;
	width:99px;
}

li.news a:hover {
	background-position:0 -81px;
}

li.news a.active {
	background-position:0 -162px;
}
li.history a {
	height:81px;
	background-image:url(images/menu-history.jpg);
	background-repeat:no-repeat;
	width:117px;
}

li.history a:hover {
	background-position:0 -81px;
}

li.history a.active {
	background-position:0 -162px;
}
li.william-arthur a {
	height:81px;
	background-image:url(images/menu-william-arthur.jpg);
	background-repeat:no-repeat;
	width:178px;
}

li.william-arthur a:hover {
	background-position:0 -81px;
}

li.william-arthur a.active {
	background-position:0 -162px;
}
li.discography a {
	height:81px;
	background-image:url(images/menu-discography.jpg);
	background-repeat:no-repeat;
	width:154px;
}

li.discography a:hover {
	background-position:0 -81px;
}

li.discography a.active {
	background-position:0 -162px;
}
li.gallery a {
	height:81px;
	background-image:url(images/menu-gallery.jpg);
	background-repeat:no-repeat;
	width:120px;
}

li.gallery a:hover {
	background-position:0 -81px;
}

li.gallery a.active {
	background-position:0 -162px;
}

li.contact a {
	height:81px;
	background-image:url(images/menu-contact.jpg);
	background-repeat:no-repeat;
	width:121px;
}

li.contact a:hover {
	background-position:0 -81px;
}

li.contact a.active {
	background-position:0 -162px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 30px 30px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}


.wp-pagenavi {
	clear: both;
        color: #ffffff;
        padding: 30px 0 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-family: Georgia, "Times New Roman", Times, serif;font-weight: bold;
        text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
        background-color: #2a9bdb;
        color: #ffffff;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        border-color: #fff;
        background-color: #ffffff;
        color: #000000;
}

.wp-pagenavi span.current {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        background-color: #3c1e6b;
        color: #ffffff;
}

