/*

Theme Name: Motion
Theme URI: http://85ideas.com/public-releases/wordpress-theme-motion/
Description: Dark and colorful theme with sweet transparency characteristics. Drop-down categories menu, 2-column layout and widget-ready footer and sidebar.
Author: Sam @ 85ideas
Author URI: http://85ideas.com/
Version: 1.0.7
Tags: black, blue, green, dark, two-columns, sticky-post, threaded-comments, fixed-width, right-sidebar

	Adapted for WordPress.com by Automattic, January 2010

	This theme was designed and built for the WordPress CMS and is copyright 85ideas.com.
	Modify, adapt, and customize for your own site at will!

	The CSS, XHTML and design of this theme are released under GPL:

	http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/





/************************************************

* Resets *

************************************************/

html,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: #fff;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}



/************************************************

* General elements *

************************************************/

@font-face {
	font-family: 'BauhausMdBTMedium';
	src: url('bauhausm-webfont.eot');
	src: local('☺'), url('bauhausm-webfont.woff') format('woff'), url('bauhausm-webfont.ttf') format('truetype'), url('bauhausm-webfont.svg#webfontdmCQqYmc') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #000 url(images/mad_bg.jpg) top left no-repeat fixed;
	padding-bottom: 20px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans serif;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans serif;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,blockquote,label,th,td,a {
	text-shadow: 0 0 4px #444;
}

a {
	color: #97C8A0;
	text-decoration: none;
}

a:hover {
	color: #afdaff;
}

a img {
	border: 0;
}

blockquote {
	font-style: italic;
	background: url(images/whitetrans.png);
	padding: .4em 1em .7em 1em;
	margin: .7em 0 .3em 0;
}

code {
	font-size: 1.1em;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
}

kbd,tt {
	font-size: 1.2em;
}

hr {
	border: 1px solid #97C8A0;
}

pre {
	overflow: auto;
	width: 600px;
	background: url(images/blacktrans.png);
	padding: 1em 1.5em;
	margin: 1em 0;
	font-size: 1.2em;
	white-space: pre-wrap;/* css3 */

}

dl {
}

dt {
	font-weight: bold;
}

dd {
	padding-left: 1em;
}

table {
	margin: .5em 0;
}

table th {
	color: #97C8A0;
}

table td,table th {
	padding: .5em .7em;
}

table th {
	background: url(images/whitetrans.png);
	text-transform: uppercase;
	border-bottom: 1px transparent;
}

table td {
	background: url(images/blacktrans.png);
	vertical-align: middle;
}

table tr.even td {
	background: url(images/blacktrans2.png);
}

table tr:hover td {
	background: url(images/whitetrans.png);
}

fieldset {
	padding: 1.2em;
	border: 1px solid #97C8A0;
}

legend {
	padding: .2em .8em;
	font-size: 1.2em;
	text-transform: capitalize;
}

input,textarea,select {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans serif;
	margin: .2em 0;
	color: #222;
	font-size: 1em;
}

input.adminbar-input {
		margin: 0;
	}

input,textarea {
	padding: .3em;
}

input.radio,input.checkbox {
	background: #fff;
	padding: 2px;
}

form label {
	font-weight: bold;
	display: block;
}

form label.subscribe-label {
	display: inline;
}



/************************************************

* General *

************************************************/

#wrapper {
	margin: 15px auto 10px auto;
	padding: 0;
	text-align: left;
	width: 980px;
}

.clear {
	clear: both;
}

.cleared {
	overflow: hidden;
	width: 100%;
}



/************************************************

* Header *

************************************************/

#top {
	display:none;
}



#top #topmenu {
	float: left;
	width: 640px;
}

#top #topmenu li {
	float: left;
	background: url(images/whitetrans.png);
	padding: 0 .8em .2em .8em;
	line-height: 1.5em;
	margin: 0 .4em .4em 0;
}

#top #topmenu li:hover, #top #topmenu li.current_page_item {
	background: url(images/blacktrans.png);
}

#top #topmenu li a {
	color: #fff;
	font-size: .75em;
}

#top #topmenu li a:hover {
	color: #97C8A0;
}

#top #topmenu li a.rss {
	background: url(images/rsstrans.png) left 2px no-repeat;
	padding-left: 17px;
}

#top, #header, #catnav {
	overflow: hidden;
	width: 100%;
}

#header {
	padding-bottom: 20px;
}

#header #logo {
	float: left;
	width: 480px;
	margin: 5px 0 -8px;
}

#header #logo img {
	float: left;
	width: 248x;
	height: 97px;
	margin: 5px 10px 10px 0;
}

#header #logo h1 {
	text-indent: -9999px;
}

#header #logo h1 a {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	text-shadow: 0 0 6px #555;
	text-indent: -9999px;
}

#header #logo h1 a:hover {
	color: #97C8A0;
}

#header #logo #desc {
	font-size: .8em;
	color: #ddd;
	margin-top: .6em;
	line-height: 1.2em;
	text-indent: -9999px;
}

#header #headerbanner {
	float: right;
	width: 468px;
	margin: 30px 0 10px 0;
	text-align: left;
	padding: 10px;
	background: url(images/whitetrans.png);
	font-size: .8em;
	line-height: 1.5em;
}

#header #headerbanner h3 {
	font-size: 1.1em;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans serif;
}

#header #headerbanner p a {
	border-bottom: 1px solid #97C8A0;
}

#header #headerbanner a:hover {
	background: url(images/blacktrans.png);
}

#header #madlink {
	float: right;
	font-size: 0.7em;
	margin: 0 8px 22px 20px;
}

#header #search {
	float: right;
	width: 300px;
	text-align: right;
}

#header #searchform input {
	/*padding: 0 10px;*/
}

#header p #searchbox {
	width: 194px;
	color: #9e9e9e;
	font-size: .75em;
	font-weight: bold;
/*	border: 1px solid #2b6639;
	background: #000;*/
	background: url(images/searchBg.png) no-repeat;
	padding: 6px 10px;
	margin: 2px 0 0 0;
}

#header #searchbox:hover {
	/*background: #000;*/
}

#header .submitbutton {
	cursor: pointer;
	background: url(images/searchBtn.png);
/*	color: #fff;
	font-size: 0.8em;
	padding: .08em;*/
	vertical-align: top;
	width: 74px;
	height: 35px;
	padding: 0;
	margin: 0;
	position:relative;
	right: -6px;
}

#header .submitbutton:hover {
	background: url(images/searchBtnOver.png);
}

#catnav {
	width: 980px;
	font: 0.9em 'BauhausMdBTMedium', Tahoma, Arial, sans-serif;letter-spacing: 0 !important;
}

/*
#nav li {
	float: left;
	background: url(images/blacktrans.png);
	line-height: 2em;
	margin: 5px 15px 5px 0;
}
*/

#nav li {
	background:url("images/menuBgRight.png") no-repeat scroll right 0 transparent;
	float:left;
}

#nav li:hover {
	/*background:url("images/menuBgRightOver.png") no-repeat scroll right 0 transparent;*/
}
/*
#nav li.open {
	background:url("images/menuBgRightOver.png") no-repeat scroll right 0 transparent;
}
*/
#nav li.rss {
	float: right;
	margin: 0 -7px 0 0;
}

#nav li img.rss {
	padding: 0 0 0 5px;
	position: relative;
	top: 1px;
}

/*
#nav li a {
	display: block;
	margin: 0;
	color: #fff;
	padding: 0 13px;
}

*/

#nav li a {
	background:url("images/menuBg.png") no-repeat scroll 0 0 transparent;
	display:block;
	margin:0 21px 0 0;
	padding:0 0 0 11px;
	color: #fff;
	line-height: 2.8em;
}
/*
#nav li.open a {
	background:url("images/menuBgOver.png") no-repeat scroll 0 0 transparent;
}
*/
#nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#nav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	border-bottom: 1px solid #36653f;
	border-left: 1px solid #36653f;
	border-right: 1px solid #36653f;
	margin: 0 0 0 2px;
	/*background: url(images/blacktrans3.png) repeat !important;*/
	background: #021f06;
}

#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
	
}

#nav li ul li {
	padding: 0;
	margin: 0;
	width: 180px;
	/*border-top: 1px dashed #FFFFFF;*/
	background:url(images/line.gif) repeat-x top !important; 
}

#nav li ul li a {
	color: #fff;
	margin: 0;
	padding: 5px 13px;
	line-height: 1.5em;
	font-size: 0.9em;
	background:none;
	/*background: url(images/dropDownBg.png) !important;*/
	/*background: url(images/blacktrans3.png) !important;*/
	
}

#nav li ul li ul {
	margin:0;
	padding:0;
	border: none;
}

#nav li ul li ul li {
	/*margin-left: 13px;*/
}

#nav li ul li ul li a{
	padding-left: 27px;	
	background:url(images/menubullet.png) no-repeat 13px 10px;
}

#nav li ul li ul li ul li a{
	padding-left: 34px;	
	background:url(images/menubullet2.png) no-repeat 13px 10px;
}

#nav li ul li a:hover {
	color: #afdaff;
	position:static;
}

#nav li:hover,#nav li.sfhover {
	position:static;  /*prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing)*/ 
}



/************************************************

* Content *

************************************************/

#main {
	padding: 30px 0 20px 0;
}

#content {
	float: left;
	overflow: hidden;
	width: 640px;
}

#content.full {
	width: 980px;
}

h2#contentdesc {
	font: 2em 'BauhausMdBTMedium', Tahoma, Arial, sans-serif;letter-spacing: 0 !important;
	font-weight: normal;
	padding-bottom: 15px;
}

h2#contentdesc span {
	color: #fff;
	border-bottom: 1px solid #B20000;
}

.post {
	padding: 0 0 35px 0;
}

.sticky {
	padding: 10px;
	margin-bottom: 35px;
	background: url(images/blacktrans.png);
}

.posttop {
	/*background: url(images/blacktrans.png);
	padding: 10px;*/
}

.posttopleft {
	width: 46px;
	height: 45px;
	background:url(images/postDateBg.png) no-repeat;
	padding: 0 10px 0 0;
	margin: 3px 0 0 0;
	float:left;
}

.posttopleft .day {
	font: 1.4em/1em 'BauhausMdBTMedium', Tahoma, Arial, sans-serif;letter-spacing: 0 !important;
	text-align:center;
	margin: 3px 0 0 0;
}

.posttopleft .monthYear {
	font-size: 0.8em;
	text-align:center;
}

.posttop h2.posttitle a {
	font: 1.4em 'BauhausMdBTMedium', Tahoma, Arial, sans-serif;letter-spacing: 0 !important;
	color: #ffffff;
}

.posttop h2.posttitle a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.postmetatop {
	overflow: hidden;
/*	width: 100%;*/
	font-size: 0.7em;
	padding-top: 7px;
	line-height: 1.5em;
}

.postmetatop .categs {
	float: left;
	width: 450px;
	background: url(images/categ.png) left 2px no-repeat;
	padding-left: 20px;
	line-height: 16px;
}

.postmetatop .categs a:hover {
	color: #afdaff;
}

.postmetatop .date {
	float: right;
	width: 130px;
	text-align: right;
}

.postmetatop .date span {
	background: url(images/date.png) left no-repeat;
	padding-left: 20px;
}

.postcontent {
	color: #fff;
	margin: .8em 0;
	font-size: 0.8em;
	line-height: 1.5em;
}

.postcontent h1 {
	padding: .8em 0;
	font-size: 1.5em;
}

.postcontent h2 {
	padding: .8em 0;
	font-size: 1.5em;
}

.postcontent h3 {
	padding: .8em 0;
	font-size: 1.3em;
}

.postcontent h4 {
	padding: .8em 0;
	font-size: 1.2em;
}

.postcontent h5 {
	padding: .8em 0;
	font-size: 1.1em;
}

.postcontent h6 {
	padding: .8em 0;
	font-size: 1em;
}

.postcontent p {
	padding: .6em 0 .2em 0;
}

.postcontent a {
	border-bottom: 1px solid #97C8A0;
}

.postcontent a:hover {
	background: url(images/blacktrans.png);
}

.postcontent a img {
	background: none;
	border-bottom: 0;
}

.postcontent ul,.postcontent ol {
	padding: .4em 0 .5em 2em;
}

.postcontent ul li {
	list-style: disc;
}

.postcontent ol li {
	list-style: decimal;
}

.postmetabottom {
	background: url(images/whitetrans.png);
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 15px;
}

.postmetabottom a {
	color: #fff;
}

.postmetabottom a:hover {
	color: #afdaff;
}

.postmetabottom .tags {
	float: left;
	width: 440px;
	background: url(images/tags.png) left 1px no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	line-height: 16px;
}

.postmetabottom .readmore {
	float: right;
	/*width: 160px;*/
	padding-right: 10px;
	text-align: right;
}

.postmetabottom .readmore span {
	/*background: url(images/more.png) left 4px no-repeat;
	padding-left: 17px;*/
	
}

.postmetabottom .readmore span a .btnLeft {
	width:	8px;
	height: 25px;
	background:url(images/btnLeft.png) no-repeat;
	float: left;
}

.postmetabottom .readmore span a:hover .btnLeft  {
	background:url(images/btnLeftOver.png) no-repeat;
}

.postmetabottom .readmore span a .btnMiddle {
	font: 1.2em/1.5em 'BauhausMdBTMedium', Tahoma, Arial, sans-serif;letter-spacing: 0 !important;
	height: 25px;
	background:url(images/btnMiddle.png) repeat-x;
	float: left;
}

.postmetabottom .readmore span a:hover .btnMiddle { 
	background:url(images/btnMiddleOver.png) repeat-x;
}

.postmetabottom .readmore span a .btnRight {
	width:	8px;
	height: 25px;
	background:url(images/btnRight.png) no-repeat;
	float: left;
}

.postmetabottom .readmore span a:hover .btnRight  {
	background:url(images/btnRightOver.png) no-repeat;
}

.postmetaauthor {
	background: url(images/blacktrans.png);
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 20px;
}

.postmetaauthor .authorpic {
	float: left;
	width: 60px;
}

.postmetaauthor .authordesc {
	float: right;
	width: 540px;
}

.postmetaauthor .authordesc p.theauthor {
	line-height: 1.4em;
	font-weight: bold;
}

.postmetaauthor .authordesc p.thedesc {
	line-height: 1.4em;
	padding: .8em 0 .2em 0;
}

.postmetaauthor .authordesc a {
	color: #afdaff;
	border-bottom: 1px solid #afdaff;
}

.postmetaauthor .authordesc a:hover {
	background: url(images/blacktrans.png);
}



/************************************************

* Navigation *

************************************************/

#navigation {
	overflow: hidden;
	width: 100%;
	line-height: 1.7em;
	margin-bottom: 20px;
}

#navigation a {
	border-bottom: 1px solid #97C8A0;
}

#navigation a:hover {
	background: url(images/blacktrans.png);
}

#navigation .wp-pagenavi a {
	background: url(images/blacktrans2.png);
	padding: 5px 7px;
	border: none;
	font-size: .8em;
	color: #fff;
}

#navigation .wp-pagenavi a:hover {
	color: #97C8A0;
}

#navigation .wp-pagenavi span.pages,#navigation .wp-pagenavi span.current,#navigation .wp-pagenavi span.extend {
	padding: 5px 7px;
	font-size: .8em;
	background: url(images/blacktrans2.png);
	color: #fff;
	border: none;
}

#navigation.image a {
	background: 0;
	border: 0;
}

.linkpages {
	clear: both;
	margin: 10px 0;
}

.linkpages p span {
	background: url(images/blacktrans.png);
	padding: 5px 7px;
	color: #ddd;
	font-size: 1em;
}

.linkpages p a, .linkpages p a:hover {
	background: none;
	border: 0;
}

.linkpages p a span {
	color: #fff;
}

.linkpages p a:hover span {
	background: url(images/blacktrans2.png);
	color: #97C8A0;
}



/************************************************

* Gallery and Images *

************************************************/

.gallery a, .recent_images a {
	background: none;
	border: 0;
}



/************************************************

* Comments *

************************************************/

#comments {
	margin: 15px 0;
	width: 640px;
}

#comments h3 {
	font-size: 1em;
	font-weight: normal;
}

#comments ul.commentlist li {
	background: url(images/blacktrans.png);
	clear: both;
	margin: 10px 0 0 0;
	padding: 15px;
}

#comments .comment-wrap {
	overflow: hidden;
	width: 100%;
}

#comments ul.commentlist li ul.children li {
	clear: both;
	margin: 20px 0 0 20px;
}

#comments img.avatar {
	float: left;
	margin: 0 20px 0 0;
}

#comments .commentbody .author {
	font-size: .9em;
	margin-bottom: 10px;
	color: #eee;
}

#comments .commentbody .author a {
	color: #b9ff9d;
	border-bottom: 1px solid #b9ff9d;
}

#comments .commentbody .author a:hover {
	color: #eee;
	border-bottom: 1px solid #b9ff9d;
}

#comments .commentbody .commentmetadata {
	font-size: .7em;
	color: #bbb;
	margin-bottom: 25px;
}

#comments .commentbody .commentmetadata a {
	color: #bbb;
}

#comments .commentbody p {
	font-size: .8em;
	padding: 5px 0 8px 0;
	line-height: 1.4em;
}

#comments .commentbody p a {
	color: #b9ff9d;
	border-bottom: 1px solid #b9ff9d;
}

#comments .commentbody p a:hover {
	color: #eee;
	border-bottom: 1px solid #b9ff9d;
}

#comments .reply a {
	margin-top: 5px;
	padding: 5px;
	line-height: 1.3em;
	font-size: .7em;
	float: left;
	background: #ddd;
	color: #000;
}

#comments .reply a:hover {
	background: #fff;
	color: #111;
}

#comments h3#trackbacktitle {
	padding-top: 10px;
}

#comments ul.trackback {
	margin: 10px 0 0 0;
	padding: 15px;
	background: url(images/blacktrans.png);
}

#comments ul.trackback li {
	margin-bottom: 17px;
	font-size: .9em;
}

#comments ul.trackback li .commentbody .author {
	margin: 0;
}

#comments a#cancel-comment-reply-link {
	display: block;
	padding: 8px 0;
}

#comments a#cancel-comment-reply-link:hover {
	color: #ccc;
}

#comments #respond {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

#comments #respond h3 {
	margin-bottom: 15px;
}

#comments #respond input {
	padding: 5px;
	width: 200px;
	background: #efefef;
	font-size: .8em;
}

#comments #respond p {
	padding: .5em 0 0 0;
}

#comments #respond p label {
	font-size: .8em;
	font-weight: normal;
}

#comments #respond textarea {
	width: 600px;
	padding: 10px;
	background: #efefef;
	font-size: .8em;
	border: none;
}

#comments #respond .submitbutton {
	color: #fff;
	background: url(images/blacktrans3.png);
	padding: 6px;
	line-height: 1.4em;
	font-size: .8em;
}

#comments #respond .submitbutton:hover {
	cursor: pointer;
	color: #97C8A0;
}

#comments #respond p.subscribe-to-comments label {
	display: inline;
	margin-left: 4px;
}



/************************************************

* Sidebar *

************************************************/

#sidebar {
	float: right;
	overflow: hidden;
	width: 300px;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 30px;
}

#sidebar ul li.boxed {

	/*background: url(images/blacktrans.png);*/
	overflow: hidden;
	padding: 10px 0 20px;
	margin-bottom: 15px;

}

#sidebar h3 {
	/*background: url(images/blacktrans.png);
	padding: 5px 10px;
	font-weight: normal;
	font-size: 1.4em;*/
	font: 1.8em 'BauhausMdBTMedium', Tahoma, Arial, sans-serif;letter-spacing: 0 !important;
	line-height: 1.3em;
	margin-bottom: 10px;
}

#sidebar h3 span {
	border-bottom: 1px solid #B20000;
}

#sidebar ul ul li a {
	display: block;
	padding: 3px 0;
	border-bottom: 1px dashed #3f413f;
}

#sidebar ul ul li a:hover, #sidebar p a:hover {
	/*background: url(images/blacktrans.png);*/
	color: #afdaff;
}

#sidebar ul ul ul li {
	background: url(images/bullet.png) left 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

#sidebar p {
	color: #eee;
	padding: 0 5px 10px 5px;
}

#sidebar img {
	background: none;
	border: none;
	padding: 0 5px;
}

#sidebar .rsswidget img {
	background: transparent !important;
}

#sidebar img.avatar {
	float: left;
	padding: 0 15px 5px 5px;
}

.widget table {
	width: 100%;
}

#tag_cloud a, .widget_tag_cloud a, .widget_text a, h3 a.rsswidget {
	display: inline !important;
}

#tag_cloud a:hover, .widget_tag_cloud a:hover, .widget_text a:hover {
	color: #afdaff !important;
}

li#tagbox a:hover {
	color: #fff;
}

#sidebars ul.children li {
	border-bottom: none;
}

#sidebars ul.children {
	margin-bottom: 0;
}

.widget_recent_comments table td {
	background: none;
	overflow: hidden;
	padding-bottom: 2px !important;
}

#sidebar .widget_recent_comments img.avatar {
	padding: 5px 5px 3px 5px;
}

.widget_recent_comments li {
	margin: 5px;
}

.widget_twitter ul li, .widget_rss ul li {
	margin: 8px 2px;
}

.widget_categories ul li a, .widget_archive ul li a, .widget_twitter ul li a {
	display: inline !important;
}

.widget_rss ul li span {
	padding: 2px 5px;
}

.widget_flickr table {
	background-color: transparent !important;
	margin: 0;
	border: 0 !important;
}

.widget_flickr table td {
	background: none;
	padding: 0;
}

.widget_flickr table tr:hover td {
	background: none;
}

#sidebar .widget_flickr img {
	padding: 0;
}



/************************************************

* Footer *

************************************************/

#footer {
	/*background: url(images/blacktrans.png);*/
	clear: both;
	overflow: hidden;
	width: 100%;
	/*font-size: 0.8em;*/
}

#footer .foot1 {
	float: left;
	width: 310px;
	margin: 10px 0 0 10px;
	display: inline;
}

#footer .foot2 {
	float: left;
	width: 310px;
	margin: 10px 15px 0 15px;
}

#footer .foot3 {
	float: left;
	width: 310px;
	margin: 10px 0 0 0;
}

#footer h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: .4em;
}

#footer h4 {
	font-weight: normal;
	font-size: 1em;
	margin: .8em 0 .2em 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}

#footer p {
	line-height: 1.5em;
	color: #fff;
	padding: .2em 0 .8em 0;
}

#footer ul li {
	/*padding: 10px;
	margin-bottom: 10px;
	background: url(images/blacktrans.png);*/
}

#footer ul ul li {
	background: url(images/bullet.png) left 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin-bottom: 4px;
}

#footer li a {
	display: block;
	font-weight: normal;
	padding: 2px 5px;
}

#footer a:hover {
	/*background: url(images/blacktrans.png);*/
}

#footer .widget_tag_cloud a {
	display: inline;
}

#footer .widget_tag_cloud a:hover {
	background: none;
	color: #fff;
}

.widget ul {
	width: 100%;
	overflow: hidden;
}

#credits {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: .7em;
	font-size: 0.7em;
	line-height: 1.4em;
}

#credits a {
	color: #ddd;
}

#credits a:hover {
	background: url(images/blacktrans.png);
	color: #fff;
}

#credits #creditsleft {
	float: left;
	width: 600px;
	color: #aaa;
}

#credits #creditsright {
	float: right;
	width: 300px;
	text-align: right;
	color: #aaa;
}



/************************************************

* WP related *

************************************************/

.alignleft {
	float: left;
	margin: 5px 15px 7px 0;
}

.alignright {
	float: right;
	margin: 5px 0 7px 15px;
}

.aligncenter,div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}

img.alignleft {
	float: left;
	margin: 5px 15px 5px 0;
}

img.alignright {
	float: right;
	margin: 5px 0 5px 15px;
}

img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}

.wp-caption {
	text-align: center;
	background: url(images/blacktrans.png);
	padding-top: 6px;/* optional rounded corners for browsers that support it */
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.wp-caption img {
	padding: 0;
	margin: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/************************************************

* Twitter feed overides *

************************************************/

.twtr-hd {
	padding:0 !important;
	background:url(images/twitterHeader.png) no-repeat;
	height:90px;
	width:280px;
}

.twtr-bd {
	padding:0 1px !important;
}

.twtr-widget .twtr-tweet-wrap {
	padding:6px !important;
}

.twtr-widget .twtr-tweet {
	border-bottom:1px dashed #3F413F !important;

}

.twtr-ft div {
	padding:20px 0 !important;
}

.twtr-hd img, .twtr-widget-profile h3, .twtr-widget-profile h4 {
	display:none !important;
}

.twtr-follow {
	padding:0;
	margin:0 0 10px 0;
	height:80px;
	width:280px;
}

#twtr-widget-1 .twtr-tweet a:hover {
	text-decoration:none !important;
	color:#afdaff !important;
}

/************************************************

* MAD Footer *

************************************************/

/*footer block*/

.ft_block{width:291px;height:195px;float:left;padding:16px 0 52px 36px;display:inline;background:url(http://www.madproductions.co.uk/common/img/bg/ft_dvd.png) no-repeat 0 23px}

.ft_block.about{background:none; padding-left:0; padding-right:22px}

.ft_block.services{padding-left:28px; padding-right:28px }

.ft_block.contact{position:relative; padding-left:28px; padding-right:0}

.ft_block h2{padding-bottom:1px;margin-bottom:15px;font: 1.5em 'BauhausMdBTMedium', Tahoma, Arial, sans-serif}



.ft_block h2 span{border-bottom:1px solid #b20000}

.ft_block h2 a{color:#fff;text-decoration:none}

.ft_block div, .ft_block p, .ft_block ul{font-size:0.7em;}

.ft_block p, .ft_block div{padding-right:40px;margin-bottom:4px}

.ft_block .vcard{line-height:1.4;margin-bottom:17px}

.ft_block .vcard .email {color:#fff}
.ft_block .vcard .email:hover {text-decoration:underline}

.ft_block .vcard p{font-size:100%}

.ft_block .vcard strong{color:#fff}

.ft_block .vcard small{font-size:90%;display:inline}

.ft_block a{/*color:#c7c7c7*/}
.ft_block a:hover{color:#afdaff}

.ft_block li{line-height:1.4;padding:0 35px 10px 0}

.ft_block li a{font-weight:bold;color:#c7c7c7}

.ft_block .readmore {font-weight:bold; font-size:0.7em}



/*duplicated in welcome.css*/
.ft_brands_wrapper{background:url(images/ft_hr.png) repeat-x 0 276px;padding-top:271px; padding-bottom:25px}

.ft_brands{position:relative;width:100%;clear:left;height:81px;padding:6px 0 0 0}

.ft_brands li{position:relative;display:block;float:left;display:inline;width:24%;height:81px}

.ft_brands li.nm{width:17%}

.ft_brands li.mpd{width:31%}

.ft_brands li a{display:block;height:81px;margin:0 auto;background-position:0 0;background-repeat:no-repeat}

.ft_brands li a:hover{background-position:0 -81px;text-decoration:none}

.ft_brands li a strong{display:block;text-indent:-9000px}

.ft_brands a.cf{width:184px;background-image:url(http://www.madproductions.co.uk/common/img/logos/connection_fitness.png)}

.ft_brands a.og{width:159px;background-image:url(http://www.madproductions.co.uk/common/img/logos/online_golf.png)}

.ft_brands a.lsh{width:220px;background-image:url(http://www.madproductions.co.uk/common/img/logos/lifestyles.png)}

.ft_brands a.mwh{width:200px;background-image:url(http://www.madproductions.co.uk/common/img/logos/mwh.png)}

.ft_brands a.zee{width:126px;background-image:url(http://www.madproductions.co.uk/common/img/logos/zee_co.png)}

.ft_brands a.nm{width:108px;background-image:url(http://www.madproductions.co.uk/common/img/logos/nevada.png)}

.ft_brands a.je{width:185px;background-image:url(http://www.madproductions.co.uk/common/img/logos/jelly_egg.png)}

.ft_brands a.rp{width:196px;background-image:url(http://www.madproductions.co.uk/common/img/logos/rigby_peller.png)}

.ft_brands a.l4f{width:187px;background-image:url(http://www.madproductions.co.uk/common/img/logos/lights4fun.png)}

.ft_brands a.mpd{width:268px;background-image:url(http://www.madproductions.co.uk/common/img/logos/mobile_phones_direct.png)}

.ft_brands a.sp{width:221px;background-image:url(http://www.madproductions.co.uk/common/img/logos/splash.png)}

.ft_brands a.wtl{width:240px;background-image:url(http://www.madproductions.co.uk/common/img/logos/want_the_look.png)}

.ft_brands a.cs{width:139px;background-image:url(http://www.madproductions.co.uk/common/img/logos/craft_superstore.png)}



#ft_bar{width:100%; text-align:center; font-size:0.7em; background:url(images/ft_hr.png) top repeat-x; padding-top:10px;}

#ft_bar .ft_bar_inr{position:relative;margin:auto; height:28px; line-height:2}

#ft_bar ul, #ft_bar li{display:inline}

#ft_bar li{padding-right:8px}

.ft_bar_inr .copyright{position:absolute; left:0px; top:0}

.ft_bar_inr .contact{position:absolute; right:0px; top:0}

#ft_bar li a{color:#fff;padding-right:10px}
#ft_bar li a:hover{text-decoration:underline}


.ft_block a .btnLeft {
	background:url("images/btnLeft.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:25px;
	width:8px;
	margin:0;
	padding:0;
}

.ft_block a .btnMiddle {
	background:url("images/btnMiddle.png") repeat-x scroll 0 0 transparent;
	float:left;
	font:0.9em/1.7em 'BauhausMdBTMedium',Tahoma,Arial,sans-serif;
	height:25px;
	letter-spacing:0 !important;
	margin:0;
	padding:0;
}

.ft_block a .btnRight {
	background:url("images/btnRight.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:25px;
	width:8px;
	margin:0;
	padding:0;
}

