/*
THEME NAME: Madskill Custom
THEME URI: http://www.madskill.com
DESCRIPTION: Custom theme created for madskill.com by PinkRoo
VERSION: 1.0
AUTHOR: PinkRoo
AUTHOR URI: http://pinkroo.com
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/1c-b.css');

/* Just some example content */
div#header{text-align:center;margin-bottom:2em;}
div#access div.skip-link{position:absolute;top:1em;right:1em;}
div#menu{font-size:0.9em;height:1.5em;padding-top:0.3em;background:#eee;width:100%;}
div#menu ul a{font-weight:700;text-decoration:none;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style:none;margin:0;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{background:#eee;padding:0.3em 0.5em;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul{display:block;font-size:0.9em;padding-top:0.5em;position:absolute;}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;display:block;padding:0.1em;width:10em;}

.entry-title{clear:both;}
div#container,div.sidebar{margin-top:2em;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{font-size:1.2em;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1em;}
div.sidebar ul ul li{list-style:disc;margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:circle;}

div#footer{text-align:center;}

/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}


/* Madskill Customizations */
body {
	padding: 0;
	margin: 0;
	background: #000 url('images/header-sky.jpg') top left repeat-x;
	font-family: Helvetica, Arial, Sans-serif;
	color: #fff;
}
#header {
	background: url('images/header.jpg') top left no-repeat;
	height: 474px;
}
#header h1 {
	position:absolute;
	left:-99999px;
	
}
hr {display:none;}
.hr {
	background: url('images/hr.gif') center left repeat-x;
	padding: 3px 0;
	margin: 0;
	height: 1%;
}
div#menu ul {
	margin: 335px 0 0 50px;
	text-align: left;
	height: 1%;
}
div#menu ul li {
	display: inline;
}
div#menu, div#menu ul li a {
	background: none;
}
div#menu ul li a span {
	position: relative;
	left:-99999px;
	text-transform: uppercase;
}
div#menu ul li a {
	display: block;
	*display: inline-block;
	height: 25px;
	outline: none;
}
#menu #nav-home a { background: url('images/nav-home-off.gif') top center no-repeat; }
#menu #nav-news a { background: url('images/nav-news-off.gif') top center no-repeat; }
#menu #nav-who a { background: url('images/nav-who-off.gif') top center no-repeat; }
#menu #nav-work a { background: url('images/nav-work-off.gif') top center no-repeat; }
#menu #nav-contact a { background: url('images/nav-contact-off.gif') top center no-repeat; }

#menu #nav-home a:hover, .home #menu #nav-home a { background: url('images/nav-home-on.gif') top center no-repeat; }
#menu #nav-news a:hover, .category-news #menu #nav-news a { background: url('images/nav-news-on.gif') top center no-repeat; }
#menu #nav-who a:hover, .pageid-2 #menu #nav-who a { background: url('images/nav-who-on.gif') top center no-repeat; }
#menu #nav-work a:hover, .category-portfolio #menu #nav-work a { background: url('images/nav-work-on.gif') top center no-repeat; }
#menu #nav-contact a:hover, .pageid-5 #menu #nav-contact a { background: url('images/nav-contact-on.gif') top center no-repeat; }

#content {
	position: relative;
	top: -120px;
	display: block;
}
.meta-nav {
	display:none;
}
#content .nav-previous a, #content .nav-next a {
	color: #fff;
	text-decoration: none;
	font-size: 170%;
}
#content .navigation {
	height: 40px;
}
#content {
	width: 720px;
	margin: 0 0 40px 40px;
}
#content a {
	color: #ff000e;
	text-decoration: none;
	font-weight: bold;
}
#content h2 {
	display: inline;
	margin: 0;
}
#content h3 {
	display: inline;
	margin: 0;
	font-size: 95%;
}
#content .entry-title a {
	color: #fff;
	text-decoration: none;
}
.post {
	margin: 30px 0 0 0;
}
#content .entry-content img {
	border: solid 5px #fff;
}
#content .entry-content img.wp-smiley {
	border: none;
}
.entry-date {
	display: inline;
	margin-left: 30px;
	font-size: 80%;
}
.entry-date abbr {
	color: #07a0a6;
	font-weight: bold;
	border: none;
}
.post p, .pageid-2 .entry-content p {
	color: #7b7b7b;
	font-size: 85%;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
}
.comments-link {
	text-align: right;
}
.comments ol {
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0;
}
#content .comments ol li {
	margin: 0;
	padding: 0;
}
#comments .hr {
	padding-top: 30px;
}
.comment-author img {
	border: solid 5px #fff;
	float: left;
}
.clear {
	clear:both;
}
.comment-author .n, .comment-meta {
	margin-left: 10px;
	display: inline;
}
.comment-author {
	font-size: 145%;
	text-transform: uppercase;
}
#content .comment-author a {
	color: #fff;
	font-weight: normal;
}
.said {
	display: inline;
	font-size: 70%;
	color: #07a0a6;
}
#content .comment-meta, #content .comment-meta a {
	color: #07a0a6;
	font-size: 85%;
}
.comment p {
	margin-left: 100px;
}
#respond {
	margin-top: 10px;
}
#respond h3 {
	text-transform: uppercase;
	font-size: 170%;
}
#respond h3 span {
	font-size: 80%;
	color: #07a0a6;
}
#respond input, #respond textarea, #contactform input, #contactform textarea {
	border: none;
	width: 350px;
}
#respond label {
	display: block;
	width: 150px;
	float: left;
	line-height: 30px;
	vertical-align: bottom;
	color: #7b7b7b;
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
	text-transform: uppercase;
}
#respond #submit {
	width: auto;
	height: auto;
	float: right;
	position: relative;
	top: -22px;
	left: -35px;
}
.category-portfolio #content h2 {
	display: inline;
}
#portfolio-cats {
	display: inline;
	list-style-type: none;
	font-size: 80%;
}
#portfolio-cats li {
	display: inline;
	margin: 0 15px;
}
#portfolio-cats a {
	color: #07a0a6;
}
#portfolio-cats li.current a {
	color: #ff000e;
}
.entry-content.narrow {
	width: 530px;
	float: left;
	display: block;
}
.entry-related {
	width: 145px;
	margin-left: 30px;
	display: block;
	float: left;
}
.entry-related img {
	border: solid 5px #fff;
}
.entry-related ul {
	margin: 10px 0 0 0;
	padding: 0;
}
.entry-related ul li {
	list-style-type: none;
}
p.entry-portfolio-detail {
	font-size: 130%;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
}
span.client-name {
	font-family: Times, "Times New Roman", Serif;
}
span.portfolio-cat {
	font-size: 65%;
	margin: 0 20px;
}
#content span.portfolio-cat a {
	color: #07A0A6;
}
#content .entry-title-portfolio {
	margin: 0;
	font-size: 90%;
}
.entry-title-portfolio a {
	color: #ff000e;
}
.post .gallery {
	width: 480px;
}
dl {
	margin-top: 0;
}
dt {
	text-align: left;
}
.home #content {
	width: 800px;
	margin: 0 0 40px 0;
	background: url('images/featured-clients.gif') top left no-repeat;
	padding: 0 0 0 60px;
}
#home-thumbs {
	width: 440px;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
#home-thumbs ol {
	margin: 0;
	padding: 0;
}
#home-thumbs ol li {
	margin: 5px 10px 5px 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#home-thumbs p {
	margin: 0 10px 0 0;
	text-align: right;
}
#home-thumbs li a img {
	border: solid 4px #fff;
	margin: 0;
	margin: 0 0 10px 0;
}
#home-thumbs li a:hover img {
	border-color: #07a0a6;
}
#home-feature {
	width: 350px;
	float: right;
}
#home-feature ol {
	margin: 0;
	padding: 0;
}
#home-feature ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content #home-feature a img {
	border: solid 5px #fff;
}
.home .hr, .home .hr hr {
	clear: left;
}
.short {
	width: 430px;
}
.home .entry-portfolio-detail {
	margin:10px 0 3px 0;
}
#tagline {
	font-size: 180%;
	margin: 20px 0;
}
#tagline a {
	font-family: Times, "Times New Roman", Serif;
	font-size: 80%;
}
.home .entry-title-portfolio {
	display: inline;
}
.home .portfolio-cat a {
	font-size: 140%;
}
.home .entry-excerpt {
	margin: 3px 0 10px 0;
	color: #7b7b7b;
	font-size: 85%;
}
#content a.more {
	color: #07a0a6;
}
#contactform {
	width: auto !important;
}
#contactform fieldset {
	border: 0;
}
#contactform legend {
	display: none;
}
#contactform label {
	display: block;
	width: 150px;
	float: left;
	line-height: 20px;
	vertical-align: bottom;
	color: #7b7b7b;
	font-size: 80%;
	text-align: right;
	padding: 2px 10px 2px 2px;
	text-transform: uppercase;
}
.contactright {
	float: none !important;
}
#contactsubmit {
	background: #07a0a6;
	color: #fff;
	font-weight: bold;
	width: 150px !important;
	float: right !important;
	position: relative;
	top: -30px;
	left: -20px;
}
#contactform p {
	margin: 0; padding: 0;
}
.flashvideo {
	border: solid 5px #fff;
	width: 520px;
	height: 390px;
	display: block;
}
#motd {
	display: block;
	position: absolute;
	background: #000;
	width: 350px;
	height: 45px;
	left: 345px;
	top: 45px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	font-family: Helvetica, Sans-serif;
	padding: 15px 10px;
}
