/* CSS for Take Two Productions */

body, html {
	background-color: #fff;
}
body {
	min-width: 900px;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: transparent;
}
img {
	border: 0;
}
a img, a:link img, a:visited img {
	border: none;
}
/* TOP STRIP ----------------------------------- */
#topstrip {
	width: 900px;
	margin: 25px 0 15px 0;
}
#wendy {
	padding: 0;
	margin: 0 27px 0 0;
	width: 297px;
	top: -20px;
	position: relative;
}
#martin {
	padding: 0;
	margin: 0 0 0 38px;
	width: 295px;
	top: -20px;
	position: relative;
}

/* PHOTO STRIP --------------------------------------- */
#photostrip {

}
/* Print logo */
#printlogo {
	display: none; /* HIDE */
}

/* SUBNAV -------------------------------------- */
#subnav {	
	list-style: none;
	margin: 0 0 0 -15px;
	padding-bottom: 5px;
	font: bold 110% Verdana, Helvetica, Arial, sans-serif;
}
#subnav li {
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat !important;
	background-position: 0 2px !important;
	/* padding: 0 30px 5px 20px !important; */
	display: inline;
	padding: 0 0 5px 20px;
}
#subnav li.pad {	
	padding-right: 17px !important;
}
#subnav li a:link {
	color: #464646 !important;
	padding: 3px !important;
	text-decoration: none;
	background-color: #EFF4BF;
}
#subnav li a:visited {
	color: #464646 !important;
	padding: 3px !important;
	text-decoration: none;
	background-color: #C9DA2B;
}
#subnav li a:hover, #subnav li a:active {
	color: #000;
	padding: 3px !important;
	text-decoration: none;
	background-color: #C9DA2B;
}

/* LINKS --------------------------------------- */
#main a:link {
	/* color: #000;
	text-decoration: none;
	background-color: #EFF4BF; */
	color: #9EAC1A;
	font-weight: bold;
	text-decoration: none;
}
#main a:visited {
	/* color: #000;
	text-decoration: none;
	background-color: #E0E1DF; */
	color: #BBC840;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover, #main a:active {
	/* color: #000;
	text-decoration: none;
	background-color: #C9DA2B; */
	color: #C9DA2A;
	font-weight: bold;
	text-decoration: underline;
}
a:focus, a:hover, a:active { outline: none } /* Fix FF3 Bug */

a img {
	border: none;
}

/* CONTENT COLUMNS ----------------------------- */

#left {
	width: 205px;
	margin: 25px 10px 15px 0;
}
#main {	
	float: right;
	width: 655px;
	padding: 0 15px 10px 0;
	margin: 25px 0 20px 0;
	font: 93%/1.5 Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #fff;
}
#splash #main {	
	float: none !important;
	width: 680px !important;
	padding: 0 15px 10px 0;
	margin: 25px auto 20px auto;
}
#main h1 {
	font: bold 130%/1.3 Verdana, Helvetica, Arial, sans-serif;
	color: #464646;
}
#main h2 {
	font: bold 110%/1.3 Verdana, Helvetica, Arial, sans-serif;
	color: #464646;
	border-bottom: 1px solid #C9DA2B;
	clear: both;
}
.quote {
	border: 2px #CCDC37 solid;
	margin: 0 0 20px 0;
	color: #5F616A;
	font: bold 110%/1.3 Verdana, Helvetica, Arial, sans-serif;
}
.quote.gretzky {	
	padding: 5px 140px 0 140px;
}
.quote.mccullough {	
	padding: 5px 70px 0 70px;
}
.quote.pauling {	
	padding: 5px 85px 0 85px;
}
.attrib {
	text-align: right;
	font-style: italic;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}
.test-attrib {
	text-align: right;
	font-weight: bold;
	margin-top: -10px !important;
	padding-top: 0 !important;
}

#main ul {
	padding: 0 0 5px 15px;
	margin: 0;
}
#main ul.equip {
	padding: 10px 0 15px 15px !important;
}
#main #portfolio ul {
	margin-left: 15px !important;
	float: left;
	width: 505px;
}
#main ul li {
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0 10px 10px 20px;
}
.mcredits  {
	float: left;
	width: 270px;
	padding: 0;
	margin: 0;
}
.col2 {
	margin-left: 30px !important;
}
.listblock {
	float: left;
	width: 280px;
	border: 2px #CCDC37 solid;
	padding: 5px;
	margin: 10px 0 20px 0;
}
.listblock.first {
	margin-right: 80px !important;
}
.cover {
	float: left;
	border: 1px solid #000 !important;
	margin: 0 0 20px 0;
}
.wendypic {
	float: right;
	border: 2px solid #000 !important;
	margin: 0 0 10px 10px;
}
.martinpic {
	float: right;
	border: 2px solid #000 !important;
	margin: 0 0 10px 10px;
}

/* Contact Info */
.bl-l {
	float: left;
	width: 200px;
	font-weight: bold;
}
.bl-r {
	float: left;
	width: 350px;
	font-weight: bold;
}

/* CONTACT FORM -------------------------------------------- */
#main .contact {
	margin-top: 20px !important;
}
#main .cssform p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 200px; /*width of left column containing the label elements*/
	height: 1%;
}
#main .cssform p.long {
	width: 500px;
	padding-left: 0;
}

#main .cssform label {
	font-weight: bold;
	/* color: #0D3692; */
	float: left;
	margin-left: -200px; /*width of left column*/
	width: 185px; /*width of labels. Should be smaller than left column to create some right margin*/
}

#main .cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
}

#main .cssform textarea {
	width: 250px;
	height: 80px;
}

/*.threepxfix class below:
	Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
	to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

#main input.txt, #main textarea.txt, #main select.txt {
	color: #333;
	background-color: #EFF4BF;
	border: 1px solid #464646;
	padding: 3px;
	font: bold 100% Verdana, Helvetica, Arial, sans-serif;
}
#main input.txt {
	width: 250px;
} 
#main input.btn {
	background-color: #464646;
	font: bold 110% Verdana, Helvetica, Arial, sans-serif;
	padding: 6px;
	color: #fff;
	margin: 0;
	border: 4px solid #C9DA2A;
	width: 75px;
}
#main label.required, .required {
	color: #EF2E24;
	font-weight: bold;
}
#main #identipic {
	margin: 5px 0 10px 0;
	border: 2px solid #000;
}
#main .reqtop {
	padding-left: 200px;
}
#main .nosubmit {
	font: bold 120% Verdana, Helvetica, Arial, sans-serif;
	padding-top: 20px;
}
#main .thanks {
	font-weight: bold;
	padding: 15px 0;
	font-size: 110%;
}
#main .error {
	font-weight: bold;
	color: #EF2E24;
}

/* FOOTER -------------------------------------- */
#footer {
	font: 70% Verdana, Helvetica, Arial, sans-serif;
	color: #BDBEBC;
	text-align: left;
	clear: both;
	margin-left: 225px;
}
#splash #footer {	
	margin: 0 auto !important;
	text-align: center;
}
#footer a:link {
	color: #BDBEBC;
	text-decoration: none;
}
#footer a:visited {
	color: #BDBEBC;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #666;
	text-decoration: underline;
}

/* MISC STYLES --------------------------------- */

.clear {
	clear: both;
	/* width: 1px; */
}
img {
	background-color: #fff;
}

