/*   
Theme Name: Duels
Description: Official Duels online home
Author: Jon Maher
Version: 1.0
*/

/* Basic WordPress Styles */
@import url('/wp.css');


body {
        background: #000000;
	max-width:1000px;
	margin:0 auto;
	padding:0 10px;   
}

.grids{
	clear:both;
	max-width:1020px;
	margin:0 0 0 -1.961%;
	list-style:none; /* So we can make grids out of lists */
}

/*
Here we are using an attribute selector to detect the string 'grid-' in an element's class.
This works by assuming that anything we call grid-<n> we also want to be a grid item. It means less code and less for you to remember!

Ensure any grid item's FIRST class is a grid-<n> class. e.g.
VALID: class="grid-4 text-centre"
INVALID: class="left grid-4"
*/
[class^="grid-"]{
	float:left;
	margin:0 1.961% 0 0;
}
.grids [class^="grid-"]{
	margin:0 0 0 1.961%;
}
.grid-1{ width:31.373% }
.grid-2{ width:64.706% }
.grid-3{ width:98.039%; margin:0 }

#wrapper {

}

a {
	text-decoration: none;
	color: #33cccc;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 0 0;
	padding: 0px; 
}

#blog-description {
	margin: 0px;
	padding: 0px; 
}


/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}

#modernbricksmenu, #modernbricksmenu-bottom {
	padding: 0; 
	width: auto; 
	background: black; 
	border-bottom: dashed 0px #000000; 
	border-left: dashed 0px #000000; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
 	 /* for IE */
 	filter:alpha(opacity=90);
 	 /* CSS3 standard */
 	 opacity:0.90;
	}
	
#modernbricksmenu ul, #modernbricksmenu-bottom ul {
	font: bold 11px Arial; 
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	background: black; 
	}
	
#modernbricksmenu li, #modernbricksmenu-bottom li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	font-weight:normal;
	text-transform: uppercase;
	background: #000 black; 
}
	
#modernbricksmenu li:first-child, #modernbricksmenu-bottom li:first-child {
	margin-left: 1px; 
}
	
#modernbricksmenu a, #modernbricksmenu-bottom a {
	float: left; 
	display: block; 
	color: white; 
	margin: 0 0 0 0; /*Margin between each menu item*/ 
	padding: 7px 10px 6px 10px; 
	font-size: 21px;
	text-decoration: none; 
	background: #000 black; 
	border: dashed 1px #a0a0a0; 
	border-width: 0 1px 0 0;
}
	
#modernbricksmenu a:hover, #modernbricksmenu-bottom a:hover {
	color: #33cccc; 
	background-color: #000000;
cursor: pointer; cursor: hand; 
}

#modernbricksmenu img, #modernbricksmenu-bottom img {
	background: #000 black; 
}	

#modernbricksmenu li.current_page_item a, #modernbricksmenu-bottom li.current_page_item a {
	color: #000000; 
	background-color: #ffffff; 
}
	
#modernbricksmenuline { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #000000; 
	border-top: dashed 0px #000; 
	/*border-bottom: solid 0px #000*/ 
}
	
#modernbricksmenuline2 { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0px; 
	width: 100%; 
	background: #000000; 
	border-top: dashed 1px #a0a0a0; 
}

/**********************************************/

/* =Buttons
---------------------------------------------------------------*/
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}

.button {
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	padding: 5px 7px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.button a {
        color: black;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fff;
	border: solid 1px #da7c0c;
	background: #f88017;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88017), to(#f47a20));
	background: -moz-linear-gradient(top,  #f88017,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88017', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #1a6666;
	background: #33cccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#36d9d9), to(#33cccc));
	background: -moz-linear-gradient(top,  #36d9d9,  #33cccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#36d9d9', endColorstr='#33cccc');
}
.blue:hover {
	background: #269999;
	background: -webkit-gradient(linear, left top, left bottom, from(#36d9d9), to(#269999));
	background: -moz-linear-gradient(top,  #36d9d9,  #269999);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#36d9d9', endColorstr='#269999');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}



/**********************************************/

/* =Content
-------------------------------------------------------------- */

.post {
	margin: 15px 0 40px 0;	
}

.entry-content, .entry-summary {
	margin: 0 0 0 0;
	line-height: 18px;
}

#main {
}

.entry-title {
	padding-bottom: 5px;
	margin: 0px;
	border-bottom: 1px solid white;
}

#container {
	color: #e0e0e0;
	display:inline-block;
	padding: 10px;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: black;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
}

.entry-meta { 
	color:#F88017;
	font-variant: small-caps;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

.tagshome {
	clear:left;
	float: left;
	display: block;
	background: #33cccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 2px;	
	margin-bottom: 20px;
}

.entry-summary img {
	border: 1px white solid; 
	float:left; 
	padding: 0px;
margin: 5px 15px 5px 0px; 
	width: 100px;
}

#download_release {
	float: right;
	padding: 10px;
}

#download_release img {
	float:right;
	height:75px;
	display:block;
border: 0px;
}

#comments {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 0 0;
	overflow: auto;	
}

.nav-previous {
	float: left;
        background-color: #33cccc; /* fallback color */
       	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 7px;
}

.nav-previous a, .nav-next a, .tagshome a {
	color: black;
}

.nav-next {
	float: right;
	background: #33cccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 7px;
}

#nav-below {
	display: none;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	
	margin-left: 0px;
	padding:0px;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0px;
	padding:0px;
}
.widget-area ul ul ul {
	list-style: none;
	margin-left: 0px;
	padding:0px;
}
.widget-container {
	margin: 0 0 0 0;
	padding: 0px;
}

.widget {
	border-bottom: 0px dashed #a0a0a0;
	margin-bottom: 20px;
	background: black;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
}

.widget-title {
	padding:0px;
	margin: 0px;
        font-size: 18px;
        color: #33cccc;
	font-weight: normal; 
	letter-spacing:0px;
	text-decoration: none;
}

.widget-title a {
	font-color: #33cccc;
}

.xoxo {
	margin: 0px;
	padding: 0px;
}

.blogroll li {
margin-top:10px;
list-style: square inside;
}


.twitter_title_link {
	background: url('http://www.duelsmusic.co.uk/images/twitter.png') no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #33cccc;
}

.twitter-item {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.twitter-timestamp, .gigpress-date {
	color:#F88017;
	font-variant: small-caps;
}

.gigpress-info-item {
color: #33cccc;
}
.gigpress-header {
background: #101010;
}

.gigpress-row td{
border: 0px !important;
}
.gigpress-heading, tr.gigpress-tour td {
background: #0a0a0a !important;
}

tr .gigpress-tour {
background: #000000;
}
.twitter-link {
	color: #33cccc;
	text-decoration: none;
}

.gigpress-header {
font-size: 125%;
}

.twitter-user {
	color: #33cccc;
	text-decoration: none;
	font-weight: bold;
}

.youtube_title_link {
	background: url('http://www.duelsmusic.co.uk/images/youtube_logo.png') no-repeat;
	padding-left: 25px;
}

/* =Sidebars
--------------------------------------------------------------- */
#secondary {
	color: #e0e0e0;
	padding: 0px;
	float:left;
	width: 720px;
	margin-top: 20px;
	margin-bottom: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: black;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.90;
	font-family: "Helvetica", Arial, HelveticaNeue, gill sans, Verdana, Tahoma;
	text-decoration: none;
}

#primary {
	float: right; 
	background: transparent;
	color: #e0e0e0;
	width: 260px; 
	border-left: 0px dashed #a0a0a0;
	padding: 20px 0px 0px 0px;
	font-family: "Helvetica", arial;
	font-size: 12px;
	}

/* =Footer
--------------------------------------------------------------- */
#footer {
	clear: both;
	border-top: dashed 0px #a0a0a0; 
	padding-bottom: 1px;
	display: block;
	}





/******************clearfix********************/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; }
* html .clearfix {/* \*/  height: 1%;}


/******************fonts********************/

h1 {
	clear:both;
        font-size: 36px;
        color: #e0e0e0;
	font-weight: normal; 
	margin: 0px 0px 0px 0px; 
}

h2.entry-title-tags a {
	clear:left;
        font-size: 24px;
        color: #e0e0e0;
	font-weight: normal; 
	margin: 0px 0px 0px 0px;
	letter-spacing:0px;
}

h2.entry-title a:hover {
        color: #33cccc;
}

.entry-title, .entry-title a {
	clear:both;
        font-size: 24px;
        color: #e0e0e0;
	font-weight: normal; 
	margin: 0px 0px 0px 0px;
	letter-spacing: 0px;
	text-decoration: none;
	padding: 0px;
}

.duelslogo, .duelslogo a {
	font-size: 72px; 
	font-family: arial; 
	text-transform: 
	uppercase; 
	color:#e0e0e0;
	margin: 0px;
	border-bottom: 0px;

}

#container {
	font-family: "Helvetica", arial, gill sans, Verdana, Tahoma;
	font-size: 12px;
}


.fn n {
	font-size: 24px;
	font-weight: bold;
}


