@charset "UTF-8";/* CSS Document *//*   Theme Name: Rob SiteTheme URI: http://www.tymayn.com Description: clean theme Author: Tyler MaynardAuthor URI: http://www.tymayn.com.General comments/License Statement if any. . */ /* Structrue */body {	margin:0px;	padding:0px;	background-color:#ffffff;	font-family:Arial, Helvetica, sans-serif;	color:#666666;	font-size:9px;	line-height:19px;	}	#maincontainer {margin:0px;width:1200px;}#info {	font-family:Arial;	position:absolute;	text-decoration:none;	color:#b3b3b3;	z-index:0;	bottom:0px;	left: 30px;	letter-spacing: 2px;		}	#info_link a{	font-family:Arial;	position:absolute;	text-decoration:none;	color:#b3b3b3;	z-index:0;	padding:0px 15px 0px 15px;	border-left:1px solid #b3b3b3;	display:block;	bottom:0px;	left: 250px;	letter-spacing: 2px;			}					#info_link a:hover{	font-family:Arial;	position:absolute;	text-decoration:none;	color:#F60;	z-index:0;	padding:0px 15px 0px 15px;	border-left:1px solid #888;	display:block;	bottom:0px;	left: 250px;		}						#menu {	float:left;	width:251px;	height:800px;	margin:3px 0px 0px 0px;	border-right: 1px solid #b3b3b3;	}#links a{	font-family:Arial Black;	letter-spacing:3px;	margin: -5px 0px 0px 0px;	font-size:10px;	color:#b3b3b3;	text-decoration:none;	line-height:28px;	padding:0px 0px 0px 30px;	}	#links a:hover {	font-family:Arial Black;	letter-spacing:3px;	margin: -5px 0px 0px 0px;	font-size:10px;	color:#888;	text-decoration:none;	line-height:28px;	padding:0px 0px 0px 30px;}#contact a{	font-family:Arial;	letter-spacing:3px;	font-size:10px;	color:#b3b3b3;	text-decoration:none;	line-height:25px;	margin:0px 0px 0px 30px;	}#contact p{	font-family:Arial Black;	font-size:10px;	letter-spacing:3px;	color:#b3b3b3;	margin: 15px 0px 0px 0px;	padding: 0px 0px 0px 30px;	}	#line {	width:inherit;	border-bottom:1px solid #b3b3b3;	}	#contentblock {	float:left;	margin:0px 0px 0px 75px;	width:800px;	height:725px;	}#content {	height:800px;}#slider_content {	}#slider_content img{	padding:0px 0px 25px 0px;}#title p{	float:left;	width:100px;	font-family:Arial;	margin:5px 0px 0px 20px;	}#studio {	width:600px;	height:640px;	font-family:Arial, Helvetica, sans-serif;	text-align:left;	padding:25px;	background-position:bottom;	background-repeat:no-repeat;	border-bottom:1px solid #b3b3b3;}#studio p{		font-family:Arial, Helvetica, sans-serif;	}#studio_links {	margin:20px 0px;	}#studio_links a{	margin:20px 0px;	padding:0px 50px 0px 0px;	font-family:Arial Black;	text-decoration:none;	color:#b3b3b3;	font-size:13px;	letter-spacing:1px;}#studio_links a:hover{	color:#000000;	}#video {	width:760px;	height:723px;}* { margin: 0; padding: 0 }		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */					p#cross-links { text-align: center }				p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }				noscript p, noscript ol { color: #a00; font-size: 10px; line-height: 1.4em; text-align: left }		noscript a { color: #a00; text-decoration: underline }		noscript ol { margin-left: 25px; }				a:focus { outline:none }				img { border: 0 }				h3 {	border-bottom: 1px solid silver;	margin-bottom: 5px;	padding-bottom: 3px;	text-align: left;	font-family:Arial, Helvetica, sans-serif;	font-size:10px;	letter-spacing: 1px;}							.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 */			margin: 50px 0;			position: relative;			width: 100%;		}		/* These 2 lines specify style applied while slider is loading */		.csw {	width: 100%;	height: 500px;	background: #fff;	overflow: hidden;		}		.csw .loading {margin: 200px 0 300px 0; text-align: center}		.stripViewer { /* This is the viewing window */			position: relative;			overflow: hidden; 			 /* this is the border. should have the same value for the links */			margin: auto;						width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */			height:750px;			clear: both;			background: #fff;		}				.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: 800px; /* Also specified in  .stripViewer  above */		}				.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */			padding: 5px;		}				.stripNav { /* This is the div to hold your nav (the UL generated at run time) */			display:none;			margin: auto;		}				.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 */			z-index:1;			position: absolute;			top: 710px;			text-indent: -9000em;		}				.stripNavL a, .stripNavR a {			display: block;			height: 40px;			width: 40px;		}				.stripNavL {			right:72px;		}				.stripNavR {			right: 10px;		}				.stripNavL {			background: url("images/arrow-left.gif") no-repeat center;		}				.stripNavR {			background: url("images/arrow-right.gif") no-repeat center;		}				#gallerylink {	font-family:Arial Black;	position:absolute;	top: 0768px;	left:1055px;	text-align: center;	vertical-align: middle;			}							.fix {	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	color: #666;	line-height: 16px;}a{text-decoration:none; color:b3b3b3;}
