/* CSS Document */

/*------------------------------

Site: PhotoShopthis
Author: Rory Cartmell
Title:  Site CSS 1.2

--------------------------------
*/

@import url(header_css.css);
@import url(footer_css.css);

/* general positions and elements*/
body	{
	background-color: 	#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: sans-serif;
	font-size: 12px;
	color: #097bc3;
	}


.content	{
	vertical-align: top;
	margin-left: 0px;
	margin-bottom: 100px;
	
	}
#homeContentContainer	{
	padding: 10px;
	text-align: left;
	margin-bottom: 100px;
		}		
#contactContentContainer	{
	width: 63%;
	float: left;
	padding: 10px;
	text-align: left;
		}	
.Homecontent	{
	border-bottom-width: 1px;
	border-color: #0ca0ff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: dashed;
	width: 63%;
	float: left;
	}

#vertical_piece	{
	background-image:  url(interface/home_vert/bg.png);
	width: 266px;
	height: 605px;
	display: block;
	position: absolute;
	left: 64%;
	top: 130px;
	z-index: 5;
	padding-top: 15px;
	padding-right: 6px;
	padding-left: 8px;

	background-repeat: no-repeat;
	
		}
	

#vids	{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	}

.sotw	{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	}

.invert	{
	color: #036399;
	}

.invert_tutorial	{
	color: #036399;
	}
.invert_tutorials H1	{
	color: #036399;
	}
	
.orange	{
	color: #EC9D33;
	}
	
	
/*tutorial selection styles start here*/

.tutorial_selection_container	{
	width: 63%;
	height: 170px;

	border-bottom-width: 1px;
	border-color: #0ca0ff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: dashed;
	background-color: #ffffff;
		}

.tutorial_selection_container:hover	{
	background-color: #e4f8fe;
	}
	

.tutorial_selection_left	{
	width: 130px;
	float: left;
	vertical-align: middle;
	}
.tutorial_selection_right	{
	width: 70%;
	text-align: left;
	float: right;
	
	}
.tutorial_selection_right h3	{
	font-size: 110%;
	font-weight: bold;
		}
.tutorial_selection_left img	{
	border-width: 4px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 4px;
	margin-top: 10px;
	}
.tutorial_selection_left img:hover	{
	border-width: 4px;
	padding: 4px;
	border-style: solid;
	border-color: #7ecbdf;
	
	}
	
	

fieldset	{
	border-width: 1px;
	border-color: #0ca0ff;
	padding: 5px;
	padding-top: 10px;
	border-style: dashed;
	margin-bottom: 20px;
	background-color: #F0F0F0;
	}
.textarea	{
	background-image: url(interface/contact/form-back.png);
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	color: #666666;
	font-weight: bold;
	}	
.textarea:hover	{
	border-color: #7ecbdf;
	border-width: 1px;
	border-style: solid;
	}	
input	{
	background-image: url(interface/contact/form-back.png);
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	color: #666666;
	font-weight: bold;
	}
input:hover	{
	border-color: #7ecbdf;
	border-width: 1px;
	border-style: solid;
	}
#linksGraphics	{
	float: left;
	width: 50%;
	border-style: dotted;
	border-color: #0ca0ff;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	background-color: #F4F4F4;
	}
#linksCSS	{
	float: right;
	width: 49%;
	border-style: dotted;
	border-color: #0ca0ff;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	background-color: #EAF4FF;
	}
#required_fields	{
	padding: 3px;
	background-color: #7ecbdf;
	border-color: #036399;
	border-width: 1px;
	border-style: solid;
	height: 100px;
	width: 190px;
	vertical-align: top;
	margin-right: 10px;
	float:right;
	}
.linksContainer	{	
	margin-top: 20px;
	border-style: dotted;
	border-color: #0ca0ff;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	width: 60%;
	}
.competitionWinners	{
	margin-top: 450px;
	background-color: #E0FFD2;
	padding: 7px;
	border-width: 1px;
	border-style: dotted;
	height: 220px;
	border-color: #036399;
	width:60%;
	}	
.competition_left	{
	float: left;
	width: 49%;
	}
.competition_right	{	 
	float: right;
	width:49%;
	}

	

	
.tutorial	{
	width: 62%;
	border-width: 1px;
	border-color: #0ca0ff;
	padding: 5px;
	padding-top: 10px;
	border-style: dashed;
	margin-bottom: 20px;
	background-color: #F0F0F0;
	margin-bottom: 10px;
	padding-bottom: 20px;
	}

.tutorial a:link, a:visted, a:hover, a:active	{
	text-decoration: none;
	}
	
.tooltip_left	{
	float: left;
	width: 25px;
	height: 75px;
	}

.tooltip_right	{
	float: right;
	width: 49%;
	height: 575px;
	}

.blank_space	{
	height: 500px;
	width: 100%;
	}

.blank_space_2 {
	height: 200px;
	width: 100%;}
	
#footer_container {
	width: 100%;
	height: 100px;
	}

/*text format and links*/


	

#contactEMAIL	{
	background-image: url(interface/contact/email.png);
	padding-bottom: 5px;
	text-indent: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	background-repeat: no-repeat;
	}
#contactSKYPE	{
	background-image: url(interface/contact/skype.png);
	padding-bottom: 5px;
	text-indent: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	background-repeat: no-repeat;
	}
p	{
	font-size: 100%;
	}
h1,span	{
	font-size: 150%;
	color: #036399;
	}
h2	{
	font-size: 120%;
	}
h3	{
	font-size: 110%;
	}
	
a:link {
	text-decoration: underline;
	color: #097bc3;
	}
a:hover	{
	color: #036399;
	text-decoration: none;
	}	
a:visited	{
	color: #036399;
	text-decoration: underline;
	}
a:active	{
	color: #036399;
	text-decoration: none;
	}
legend	{
	font-weight: bold;
	font-size: 120%;
	}
#contact_form	{
	width: 65%;
	}
	
.sotw img	{
	border-width: 4px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 4px;
	text-align: center;
	}
.sotw:hover img	{
	border-width: 4px;
	padding: 4px;
	border-style: solid;
	border-color: #7ecbdf;
	}
	
.invert_tutorial	p	{
	color: #036399;
	font-family: sans-serif;
	font-size: 12px;
	}
.invert_tutorial	h1	{
	color: #036399;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
.invert_tutorial	h2	{
	color: #036399;
	font-family: sans-serif;
	font-size: 12px;
	}
.invert_tutorial	a:link	{
	text-decoration: underline;
	color: #036399;
	}
.invert_tutorial	a:hover	{
	text-decoration: none;
	color: #036399;
	}
.invert_tutorial	a:visited	{
	text-decoration: underline;
	color: #036399;
	}
.invert_tutorial	a:active	{
	text-decoration: underline;
	color: #036399;
	}

.invert_tutorial img	{
	margin-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 4px;
	text-align: center;
	}	
	
.invert_tutorial img:hover	{
	margin-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #7ecbdf;
	padding: 4px;
	text-align: center;
	}
.invert	p	{
	color: #036399;
	font-family: sans-serif;
	font-size: 12px;
	}
.invert	h1	{
	color: #036399;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
.invert	h2	{
	color: #036399;
	font-family: sans-serif;
	font-size: 12px;
	}
.invert	a:link	{
	text-decoration: underline;
	color: #036399;
	}
.invert	a:hover	{
	text-decoration: none;
	color: #036399;
	}
.invert	a:visited	{
	text-decoration: underline;
	color: #036399;
	}
.invert	a:active	{
	text-decoration: underline;
	color: #CCCCCC;
	}
.orange li	{
	padding-left: 3px;
	list-style-position: inside;
	list-style-type: circle;
	}
#linksCSS li	{
	border-style: dashed;
	border-color: #036399;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	line-height: 30px;
	list-style-type: none;
	list-style-position: outside;
	list-style: none;
	}
#linksCSS li:hover	{
	background-color: #F4F4F4;
	}
#linksGraphics li	{
	border-style: dashed;
	border-color: #036399;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	line-height: 30px;
	list-style-type: none;
	list-style-position: outside;
	list-style: none;
	}
#linksGraphics li:hover	{
	background-color: #EAF4FF;
	}
.competition_left img{
	padding: 4px;
	border-style: solid;
	border-width: 4px;
	border-color: #cccccc;
	}
.competition_left img:hover{
	padding: 4px;
	border-style: solid;
	border-width: 4px;
	border-color: #7ecbdf;
	}
.competition_right img{
	padding: 4px;
	border-style: solid;
	border-width: 4px;
	border-color: #cccccc;
	}
.competition_right img:hover{
	padding: 4px;
	border-style: solid;
	border-width: 4px;
	border-color: #7ecbdf;
	}
#vertical_piece h6 {
	font-size: 12px;
	font-weight: normal;
	border-style: dotted;
	border-color: #7ecbdf;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	list-style: none;
	height: 70px;
	padding: 10px;
	}
#vertical_piece h6:hover {
	font-size: 12px;
	font-weight: normal;
	background-color: #e4f8fe;
	border-style: dotted;
	border-color: #7ecbdf;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	list-style: none;
	height: 70px;
	padding-bottom: 10px
	}
#vertical_piece h6:visited {
 text-decoration: none;
 color: #036399;
 }
#vertical_piece h5 {
	font-size: 14px;
	font-weight: bold;
	border-style: dotted;
	border-color: #7ecbdf;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	list-style: none;
	height: 65px;
	padding-bottom: 20px;
	color: #036399;
	}
#vertical_piece h5:hover {
	font-size: 14px;
	font-weight: bold;
	background-color: #e4f8fe;
	border-style: dotted;
	border-color: #7ecbdf;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	list-style: none;
	height: 65px;
	padding-bottom: 20px;
	color: #036399;
	}
	
#vertical_piece1 a:link	{
	font-size: 16px;
	font-weight: bold;
	color:#036399;
	text-decoration:underline;
	}
#vertical_piece1 a:hover	{
	font-size: 16px;
	font-weight: bold;
	color:#036399;
	text-decoration:none;
	}
#vertical_piece1 a:active	{
	font-size: 16px;
	font-weight: bold;
	color:#036399;
	text-decoration:none;
	}
#vertical_piece1 a:visited	{
	font-size: 16px;
	font-weight: bold;
	color:#036399;
	text-decoration:underline;
	}




.tutorial h1	{
	font-size: 150%;
	color: #036399;
	}

.tutorial h2 {
	font-size: 120%;
	font-weight: bold;
	}

.tutorial h3{
	text-align: right;
	list-style-image: url(tutorials/tutorial_interface/top.gif);
	}

.tutorial img	{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.tutorial li	{
	list-style-type: decimal;
	line-height: 1.5em;
	}
.tutorial code	{
	font-weight: bold;
	font-size: 100%;
	font-family: Tahoma;
	}

.tutorial_control	{
	background-image: url(tutorials/tutorial_interface/top.gif);
	background-repeat: no-repeat;
	width: 110px;
	float: right;
	text-align: right;
	
	}
/*image formats */



a img	{
	border-width: 0px;
	}


	
