@charset "UTF-8";
/* CSS Document 
Digieffects 2009 
Author: Candace Patterson
candace@digieffects.com

*/

body {
	background: #000000 url('/images/test/bg.jpg') repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;

}

/*navigation, search, social media*/
.logoHeader {
	background: url(/images/test/header2.png) no-repeat;
	width: 1020px;
	height: 58px;
}
	
input.newsearch { 
	width: 200px; 
	height: 16px;  
	border: 1px; 
	font: 11px Verdana, Arial, sans-serif; 
	outline: none;
}

/*wrapper is for rounded corners on search bar*/
.search-wrapper { 
	position: relative;
	float: right; 
	width: 195px; 
	height: 59px;
}

.search-wrapper input.newsearch { 
	width: 139px; 
	margin-left: 31px; 
	margin-top:20px; 
	*margin-right:-2px; 
	*margin-left:10px; 
}

.search-wrapper .left { 
	display: block; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 32px; 
	height: 59px; 
	background: url(/images/test/search.png) left top no-repeat; 
}
.search-wrapper .right { 
	display: block; 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 30px; 
	height: 59px; 
	background: url(/images/test/search-end.png) left top no-repeat; 
}

.subHeader {
	float: left;
	width: 650px;
	height: 20px;
	margin: 5px 0px 5px 10px;
	
	
}

/*sub header that contains social media links and icons*/
.subHeader a:link {
	text-decoration: none;
	color: #666666;

}
.subHeader a:visited {
	text-decoration: none;
	color: #000000;
}
.subHeader a:hover {
	text-decoration: underline;
	color: #000000;
}

/*spacing each icon for social media*/
.header-mtf {
	text-align:left;
	padding: 0 10px 5px 25px;
	background:  url(/images/test/mytoolfarm.png) no-repeat 0 0;
}

.header-youtube {
	text-align:left;
	padding: 0 10px 5px 25px;
	background:  url(/images/test/youtube.png) no-repeat 0 0;
}

.header-twitter {
	text-align:left;
	padding: 0 10px 5px 25px;
	background:  url(/images/test/twitter.png) no-repeat 0 0;
}

.header-fb {
	text-align:left;
	padding: 0 10px 5px 25px;
	background: url(/images/test/facebook.png) no-repeat 0 0;
}

.header-cart {
	text-align:left;
	padding: 0 10px 0 20px;
	background: url(/images/test/cart.png) no-repeat 0 0;
}

.header-rss {
	text-align:left;
	padding: 0 10px 5px 25px;
	background: url(../images/test/feed.png) no-repeat 0 0;
}

/*rss is dropdown so it gets its own div*/
.header-rss div{
	position: absolute;
	visibility: hidden;
	margin: 5px;
	padding: 0;

}

.header-rss div a
{
	position: relative;
	display: block;
	margin: 0 100px;
	padding: 5px 10px;
	width: 100px;
	white-space: nowrap;
	background-color: #FFFFFF;
}
/*navigation, search, social media END*/

.footer {
	position: relative;
	width: 1000px;
	height: 30px;
	padding: 10px 5px 5px 5px;
	margin: 10px 0 0 5px;
	border-top: thin #CCC solid;
	text-align: center;
	color: #666;
	font-size: 9px;

}

/* CP: front page styles */
/*gray gradient background contains video, text and possible buttons/links*/
#theatre {
	background: #FFFFFF url(/images/test/theatre.png) no-repeat;
        position: relative;
	z-index: 0;
	width: 980px;
	height: 375px;
	padding: 15px 20px 10px 20px;
	text-align: right;
	
}
/* holds the marketing video */
iframe {
	position: absolute;
	z-index: -1;
	left: 25px;
	top: 20px;
}

/* holds 3 news items */
#news {
	position: relative;
	top: 0px;
	width: 1020px;
	height: 200px;
}

/* Note: new news item images are updated here and then the link is adjusted in the index file. This should be fixed so that it is all done in one place */
#news-item1 {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF url(/images/test/news/news-1-depthtut.png) no-repeat;
	width: 340px;
	height: 191px;
}

/*each span holds the text for the news item but makes it unreadable (except for search engines) */
#news-item1 span {
	display: none;
}

#news-item2 {
	position: absolute;
	top: 0;
	left: 341px;
	background: #FFFFFF url(/images/test/news/news-2-depthpresets.png) no-repeat;
	width: 340px;
	height: 191px;
}

#news-item2 span {
	display: none;
}

#news-item3 {
	position: absolute;
	top: 0;
	left: 682px;
	background: #FFFFFF url(/images/test/news/news-3-damage2.png) no-repeat;
	width: 338px;
	height: 191px;
}

#news-item3 span {
	display: none;
}

/* CP: front page styles END */

/* Main div for content outside of index file */
#mainBody {
	color: #000000;
	background-color: #FFFFFF;
	width: 1000px;
	padding: 10px 10px 10px 10px;
	
}	
/* CP: product page styles */
/* blue background that holds box shot, prices, host icons, video sample, gray link buttons*/
#productStage {
	width: 1000px;
	height: 475px;
	background: url(../images/test/productStage-tall.png) no-repeat;

}
/* video sample */
.productvid{
	float: right;
	width: 480px;
	height: 360px;
	margin: 20px 20px 5px 0;
}
/* product box shot beside the video */
.productbox{
	width: 450px;
	height: 350px;
}
/* contains gray link buttons*/
#productStage-sub {
	width: 990px;
	height: 50px;
	padding: 5px 5px 5px 40px;
}
/* this needs to be forced to the left so the buttons display evenly (Opera browser issue)*/
.orderImage{
        float: left;
}

/* contains upgrade and bundle information for the product. not left any more :) */
.bodyMiddle-left {
	width: 420px;
	margin: 10px 0 10px 10px;
}

/* currently .buy through .purchase are not in use */
.buy {
	margin-top: 10px;
	padding-right:10px;
	padding-left: 10px;
	padding-top: 10px;
	width: 430px;
	height: 200px;
	text-align: left;
}
.buy a:link {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.buy a:visited {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.buy a:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.price {
	text-align:right;
	color: #FFF;
}
.purchase {
	margin: 10px 10px 10px 0;
	width: 480px;
	float: right;
}

/*product copy */
.productCopy {
	margin: 10px 10px 10px 0;
	width: 980px;
}


/* CP: product page styles END*/

/* new right column for product features & benefits NOT IN USE */
.features {
	float: right;
	width: 345px;
	margin-right: 10px;
}


/* general */
h0 { font-size: 1.8em;
	font-weight: bold;
	color: #000000;
        padding-bottom: 5px;
}

h1 {
	color: #5185CD;
	font-size: 1.6em;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 5px;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	color: #0066FF;
        text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.imageRight {
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px;
}
.imageLeft {
	float: left;
        margin: 0px 5px 5px 0px;
	padding: 5px;

}
.question {
	color: #666666;
}


.bodyMiddle-right {
	width: 450px;
	margin-right: 10px;
	height: 75px;
	padding-right: 10px;
	padding-top: 5px;
	float: right;
}

.bundle {
        padding: 5px 5px 5px 5px;
        margin: 5px 5px 5px 0px;
	width: 750px;
	text-align: left;
        float: right;
}


.lfbodypg2 {
	float: left;
	width: 195px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 5px;

}

/* left nav page2 */
.leftnav{
	width: 300px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.leftnav li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.leftnav a:link {
	display:block;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	color: #0000CC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftnav a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}
.leftnav a:visited {
	display:block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;	/*height: 17px;*/
}

/* right main body page 2 */

.rtbodypg2 {
	float: right;
	width: 750px;
	margin-right: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	padding-left: 20px;
        padding-bottom: 10px;
}

/* embeded flash for tutorials (Ben Griggs tuts only, remove when switched to vimeo */
.flashright-full {
	height: 600px;
	width: 800px;
}

/* video gallery, preset gallery, project gallery, product page gallery */

.shadowbox{
	background: url(../images/test/vg-theatre.png) no-repeat;
	width: 920px;
	height: 330px;
	padding: 40px 40px 40px 40px;
}
#shadowbox-int{
	margin-left: 5px;
	overflow: auto;
	width: 910px;
	height: 330px;

}
.shadowbox-image{
	padding: 5px 5px 5px 5px;
}

.preset{
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	width: 350px;
}
.preset-date{
	vertical-align: bottom;
	width: 349px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 11px;
	color: #999999;
}


 /* tutorial page item (possible use for pages in future?) */

.tutorial
{
	margin: 15px;
        padding: 5px;
	width: 960px;
	height: 200px;
	background-color: #ccc;
        border-width: 2px;
        border-style: solid;
        border-color: #333;
}
.tutorial-title
{
	vertical-align: bottom;
	height: 20px;
	width: 850px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 11px;
	color: #999999;
}

/*used for reviews */
.profile
{
	margin-left: 10px;
	width: 750px;
}
.profile-date
{
	vertical-align: bottom;
	height: 20px;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 11px;
	color: #999999;
}


/*row of 3 for gridded pages (ie. project gallery landing page )*/
.grid
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 300px;
	
}

/*row of 2 for freeform adobe registration page (using box shot with image)*/
.grid-ffadobe
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 490px;
	
}


/* table (compatability) */

table {
    max-width:90%;
    border-top:1px solid #999999;
    border-right:1px solid #999999;
    margin:1em auto;
    border-collapse:collapse;
}
td {
    color:#000000;
    border-bottom:1px solid #999999;
    border-left:1px solid #999999;
    padding:.3em 1em;
    text-align:center;
}

tr.odd td {
   background-color: #999999;
}
tr.odd .column1 {
   background-color: #999999;
}
.column1 {
   background-color: #999999;
}


/*preset form style*/
 label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

legend
{
background-color: #333333;
border: 1px solid #333333;
padding: 4px 8px;
font: bold Arial;
}

fieldset
{
margin: 10px 10px 10px 10px;
border: 1px solid #333333;
width: 755px;
}

#preset-menu {
	margin: 0;
	padding: 0;
	z-index: 30
}

preset-label {
	color: #666666;
}

#preset-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 13px verdana;
}

#preset-menu li a
{	display: block;
        margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 200px;
	color: #000000;
	text-decoration: none;
}
#preset-menu li a:hover
{
	color: #999999;
}
