/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

html, body { margin: 0; padding: 0; }

html {
	height: 100%;
}
body { 
	background: #000 url(images/background02.jpg) center top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 0 0 20px 0;
}

body * {margin: 0px; padding: 0px;}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Link Styles
*********************************************/
a {
	color: #FFF;
	text-decoration: none;
}
a:hover { color: #FFF; text-decoration: none; background-color:#E60000; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #FFF;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 45px;
	background: url(images/) no-repeat;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 5px 10px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-size: 24px;
	color: #FFF;
	background-color:#E60000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 4px 10px;
	font-weight: bold;
	background: images/;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/);
}
h2 { /* This style used as header in the sidebars */
	font-size: 16px;
	color: #FFF;
background-color:#E60000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 8px 5px;
	font-weight: bold;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 18px;
	background-image: url(images/);	
	color: #FFF;
background-color:#E60000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	margin: 0px 5px 10px 10px;
	padding: 5px 5px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
h3 a {
	color: #FFF;
	text-decoration: none;
}
h3 a:hover {
	color: #000;
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 30px 0px 10px 10px;
	margin: 0px;
	color: #E60000;
	text-decoration: none;
}
h5 {
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0px 0px 10px;
	text-align: left;
}
h6 {
	color: #E60000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0px 0px 10px;
	text-align: left;
}
h7 {
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
text-transform: uppercase;
	padding: 10px 0px 0px 10px;
	text-align: left;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	margin: 0px auto; padding: 0px;
	display: block;
	position: relative;
	width: 900px;
}
#header #title {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: 45px normal Arial, Helvetica, Sans-Serif;
	letter-spacing: 0px;
}
#header #title a {
	color: #000;
	text-decoration: none;
}
#header #title a:hover {
	color: #E60000;
	text-decoration: none;
}
#header #desc {
	text-align: center;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	color: #E60000;
	margin: 5px 0px 10px 0px;
	letter-spacing: 4px;
}

/*********************************************
		Container/Wrap Div
*********************************************/
#container {
	background: #000;
	border: 0px solid #000;
	text-align: left;
        margin: 0px auto; 
        padding: 313px 0px 0px 0px;
        width: 900px;
}
#wrap {
	width: 900px;
	margin: 0px; 
        padding: 20px 0px;
	background: #000 url(images/wrap-bg.png) 0px 0px repeat-y;
        min-height: 400px;
        height:auto !important;
        height:400px;
}
/*********************************************
		Horizontal Navigation Styles
*********************************************/
#menu {
	color: #FFF;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0px;
	margin: 0px;
	display: block;
	font-weight: bold;
}
#menu ul {
	margin: 0px;
	padding: 5px 0px;
	}
#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	}
#menu ul li a {
	color: #FFF;
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
	background-color:#E60000;
}
#menu ul li a:hover {
	color: #FFF;
background-color:#E60000;
	text-decoration: none;
	}
	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	width: 650px;
        min-height:400px;
	display: block;
	border: 0px solid black;
	}
.prop   {
        float:right;
        width:1px;
        }
.min400 {
        height:400px;
        }
.clear-box {
        clear:both;
        height:1px;
        overflow:hidden;
        }

#content img { border: 1px solid #000; background: none; margin: 0px 10px 10px 0px; padding: 0px; }

.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}
/*********************************************
		Home Feature Boxes
*********************************************/

#home_features {
	margin: 0px;
	padding: 0px;
	width: 600px;
	clear: both;
}

.homefeatureleft {
	float: left;
	color: #666;
	width:300px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
.homefeatureright {
	float: left;
	color: #666;
	width:300px;
	padding: 0px;
	margin: 0px;
}
.homefeatureright h2, .homefeatureleft h2 { /* This style used as header in the sidebars */
	font-size: 15px;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 5px 0px;
	font-weight: normal;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.homefeatureleft ul, .homefeatureright ul {
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
.homefeatureleft ul li, .homefeatureright ul li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 15px;
	list-style-type: square;
}
.homefeatureleft ul li a, .homefeatureright ul li a {
	text-decoration: none;
}
.homefeatureleft ul li ul, .homefeatureright ul li ul {
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}
.homefeatureleft ul li ul li .homefeatureright ul li ul li {
	padding: 0px;
	margin: 6px 0px;
	list-style-type: disc;
}
.homefeatureleft ul li ul li a, .homefeatureright ul li ul li a  {
	text-decoration: none;
}
.homefeatureleft ul li ul li a:hover, .homefeatureright ul li ul li a  {
	text-decoration: underline;
}
.homefeatureleft ul li ul li ul, .homefeatureright ul li ul li a  {
	padding: 0px;
	margin: 0px;
}
.homefeatureleft ul li ul li ul li, .homefeatureright ul li ul li a  {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top, .meta-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	text-transform: uppercase;
}
.meta-top a, .meta-bottom a {
	color: #FFF;
	text-decoration: none;
}
.meta-top a:hover, .meta-bottom a:hover {
	color: #FFF;
}
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	background-color: #E60000;
	margin: -10px 5px 5px 45px;
	padding: 5px 0px 2px 10px;
	color: white;
	float: right;
	display: block;
	height: 25px;
}

.meta-top-single {
clear: both;
background-color: #E60000;
margin: -9px 0px 5px 45px;
padding: 5px 0px 2px 10px;
color: white;
float: right;
display: block;
height: 25px;
}

.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px 5px 10px;
	margin: 0px 0px;
	border-top: 0px solid #222;
	text-align: right;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px 5px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	display: inline;
	float: left;
	border: px solid black;
	width: 190px;
	margin: 0px 0px 20px 0px; 
padding: 0px 20px;
	display: block; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
}
#l_sidebar p, #l_sidebar .textwidget {
	padding: 5px 0px;
	text-align: center;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px 0px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
#l_sidebar ul li ul li {
	padding: 0px 0px 6px 25px;
	margin: 6px 0px;
	background: url(images/bullets.png) no-repeat top left;
}
#l_sidebar ul li ul li a {
	color: #FFF;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	color: #FFF;
background-color:#E60000;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
	display: none;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 10px;
}
#comments .even {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #111;
	overflow: hidden;
color: #aaa;
}
#comments .odd {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #111;
	overflow: hidden;
color: #aaa;

	
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	width: 860px;
	margin: 0px auto; padding: 20px;
	clear: both;
	color: #fff;
	background: #d00 url(images/footer-bg.png);
	text-align: left;
	font: 9px  Arial, Helvetica, Sans-Serif;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
background-color:#E60000;
}
#footer .left {
	width: 50%;
	margin: 0px; padding: 0px;
	float: left;
}
#footer .right {
	width: 50%;
	margin: 0px; padding: 0px;
	float: right;
	text-align: right;
	overflow: hidden;
}
#footer .right ul {
	margin: 0px;
	padding: 5px 0px;
	}
#footer .right ul li {
	display: inline;
	list-style-type: none;
	margin: 0px -4px 0px 0px;
	padding: 0px 15px;
	border-left: 1px solid #777;
	text-transform: uppercase;
	}
#footer .right ul li.home {
	border: none;
}


/**** Inline STYLE-tag style sheet ****/

#container {
	background: url(http://www.asongs.co.uk/wp-content/themes/Corporate-White/images/feature.png) no-repeat;
}


 .right ul {
	margin: 0px;
	padding: 5px 0px;
	}
#footer .right ul li {
	display: inline;
	list-style-type: none;
	margin: 0px -4px 0px 0px;
	padding: 0px 15px;
	border-left: 1px solid #CCC;
	text-transform: uppercase;
	}
#footer .right ul li.home {
	border: none;
}


/**** Inline STYLE-tag style sheet ****/

#container {
	background: url(http://www.asongs.co.uk/wp-content/themes/ASongs/images/feature.png) no-repeat;
}


/**** Inline STYLE-tag style sheet ****/

#fm_syncflash_mute_315830347 {visibility:hidden}


/**** Inline STYLE-tag style sheet ****/

#container {
	background: url(http://www.asongs.co.uk/wp-content/themes/ASongs/images/feature.png) no-repeat;
}


/**** Inline STYLE-tag style sheet ****/

.vvqbox { display: block; max-width: 100%; visibility: visible !important; margin: 10px auto; } .vvqbox img { max-width: 100%; height: 100%; } .vvqbox object { max-width: 100%; } 



