/*   
Theme Name: M.A.D. Designs V3
Theme URI: http://www.mad-designs.org
Description: Version three
Author: Dan Myers
Author URI: http://www.mad-designs.org
Version: 3
*/

body {
	margin: 0; padding: 0;
	font: 12px normal;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	background: #080808;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	color: #999;
	line-height:1.4;
}
* {margin: 0; padding: 0; outline: none;}

img {border: none;}

.main-cont {
	
	width:900px;
	padding: 0 10px;
	margin: 0 auto;
}

.main-cont-left {
	float:left;
	width:340px;
	color: #999;
	font-size:13px;
	padding-top:50px;
}

.main-cont-right {
	float:right;
	width:560px;
}

p {
	padding-bottom: 10px;
}

.footer {
clear: right;
	
	min-height: 160px;
	background-position: left top;

	padding: 35px 0 15px;
}

.footer h4 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #ccc;
}

.foot-con {
	width: 900px;
	margin: 0 auto;
}

.foot-left, .foot-cen, .foot-right {
	float: left;
	display: inline;
	padding: 15px 0;
}

.foot-left {
	width: 270px;
	padding-right: 30px;
}

.foot-cen {
	width: 248px;
	padding-right: 25px;
	padding-left: 25px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

#iphone p{
	width: 150px;
}

#iphone {
	background-image: url(images/iphone-web-design.png);
	background-position: 143px 32px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.foot-right {
	width: 270px;
	padding-left: 30px;
	
}


.foot-info {
	text-align: center;
	padding: 20px 0 0 0;
	letter-spacing: 1.1px;
	color: #ccc;
	font-size: 10px;
	border-top: 1px solid #333;
}

.foot-info2 {
	text-align: center;
	padding: 8px 0 0 0;
	letter-spacing: 1.1px;
	color: #ccc;
	font-size: 9px;
	
}

#foot-contact {
	background-image: url(images/logo-footer.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 160px;
}

#foot-contact p{
	padding-bottom: 5px;	
}



h1 {
	font: 3em normal Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	background: url(images/logo.png) no-repeat left bottom;
	text-indent: -99999px;
	height: 120px;
	margin: 0;
}

h1 a{
	display: block;
	width: 300px;
	height:120px;
}

.header h2 {
	color: #999;
	font-weight: normal;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: right;
	padding-top: 35px;
	padding-bottom: 25px;
}

h3 {
	color: #fff;
	font-weight: normal;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
}

.container {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}

.header {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	
}


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

a:hover {
	text-decoration: underline;
}


.slogan {
	width: 555px;
	float: right;
	position: relative;
	border-left: 1px solid #333;
	margin-top: 30px;
}

.logo {
	float: left;
	width: 320px;
}

blockquote {
padding: 0 0 0 45px;
background: transparent url(images/quote.png) no-repeat 0 0;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 18px;
line-height: 1.25;
font-style: italic;
min-height: 50px;
}

p.quote-author {
	font-size: 10px;
	text-align: right;
	padding-bottom: 0;
}



/* clear floats */

br.dirtyLittleTrick {
		clear:both;
		display:block;
		height:1px;
		margin:-1px 0 0 0;
}



/* slider */

		
p#cross-links { text-align: center; margin-top: 30px; }


noscript p, noscript ol { color: #ccc; font-size: 12px; line-height: 1.4em; text-align: center;margin-bottom: 20px; }
noscript a { color: #fff; text-decoration: underline }
noscript ol { margin-left: 25px; }

		
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%;}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	
	margin: auto;
	width: 920px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	
	clear: both;

}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 920px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 160px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 17px;
	width: 17px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("coda-slider/images/button_left.png") no-repeat center;
}

.stripNavR {
	background: url("coda-slider/images/button_right.png") no-repeat center;
}



/* Portfolio */

ul.work {
	margin: 0 !important;
	
	
}

.work li {
	list-style: none;
	float: left;
	width: 95px;
	text-align: left;
	background: url("images/arrow.png") no-repeat left top;
	padding-left: 16px;
	line-height: 12px;
	padding-bottom: 15px;
	font-size: 11px;

}

ul.services {
	margin: 0 !important;
	
	
}

.services li {
	list-style: none;
	float: left;
	width: 154px;
	text-align: left;
	background: url("images/arrow.png") no-repeat left top;
	padding-left: 16px;
	line-height: 12px;
	padding-bottom: 10px;
	font-size: 10px;

}

p.port-info {
	margin-top: 20px;
}

h4 {
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
	padding: 10px 0;
}

fieldset {
	border: none;
}