@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(pictures/body_background.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.8em;
	min-width: 994px
}


p {
	line-height: 1.7em;
	padding-bottom: 10px;
}


h1 {
	font-size: 3em;
	margin-bottom: 20px;
	color: #C4E4AD;
	font-weight: normal;
	padding-top: 24px;
	padding-bottom: 5px;
}
h2 {
	font-size: 2em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 24px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.5em;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 4px;
	margin-bottom: 20px;
	clear: both;
	color: #B9E09E;
}
h4 {
	padding-top: 20px;
	font-size: 1.2em;
}

h5 {
	font-weight: normal;
	font-size: 0.8em;
}
a {
	color: #98C639;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


img {
	border: none;
}
blockquote {
	padding-left: 20px;
	padding-bottom: 20px;
}

.h1_General {
	padding-top: 30px;
}


.h1_3d {
	color: #C4E4AD;
	font-size: 1.6em;
	text-align: center;
	border-bottom-style: none;
	background-image: url(pictures/3d_tutorials_symbol.png);
	height: 260px;
	background-repeat: no-repeat;
	background-position: bottom;
}


.h1_photoshop {
	color: #EBD6A9;
	font-size: 1.6em;
	text-align: center;
	border-bottom-style: none;
	height: 260px;
	background-image: url(pictures/photoshop_tutorials_symbol.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.h1_photography {
	color: #EBC3CA;
	font-size: 1.6em;
	text-align: center;
	border-bottom-style: none;
	height: 260px;
	background-image: url(pictures/photography_tutorials_symbol.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.h1_photography_composition {
	color: #EBC3CA;
	font-size: 1.6em;
	text-align: center;
	border-bottom-style: none;
	height: 260px;
	background-image: url(pictures/photography_composition_symbol.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.h1_web_design {
	color: #B9D5E9;
	font-size: 1.6em;
	text-align: center;
	border-bottom-style: none;
	background-image: url(pictures/web_design_tutorials_symbol.png);
	height: 260px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.h2_3d {
	background-image: url(pictures/h1_background_3d.png);
	border-bottom-color: #CFEABD;
}
.h2_web {
	background-image: url(pictures/h1_background_web_design.png);
	border-bottom-color: #B9D5E9;
}

.h2_photoshop {
	background-image: url(pictures/h1_background_photoshop.png);
	border-bottom-color: #EFDDB9;
}
.h2_photography {
	background-image: url(pictures/h1_background_photography.png);
	border-bottom-color: #EBC3CA;
}
.h2_photography_composition {
	background-image: url(pictures/h1_background_photography_composition.png);
	border-bottom-color: #EBC3CA;
}
#language {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #C4C4C4;
	font-size: 0.8em;
}
#language_selected {
	text-decoration: underline;
}
#theme {
	list-style-type: none;
	width: 23px;
	position: absolute;
	margin-top: 140px;
	margin-left: -23px;
}
#theme a {
	background-position: left;
	display: block;
	height: 40px;
}
.theme_sun  a {
	background-image: url(pictures/symbol_sun.png);
}
.theme_moon  a {
	background-image: url(pictures/symbol_moon.png);
}

#theme a:hover {
	background-position: right;
}

#header {
	background-image: url(pictures/header_background.png);
	height: 140px;
	width: 974px;
	margin-left: -487px;
	position: relative;
	left: 50%;
}

#nav {
	list-style-type: none;
	width: 974px;
	margin-left: -487px;
	position: relative;
	left: 50%;
}
#nav li, #footer li {
	float: left;
}
#nav a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 80px;
	text-align: center;
}
#nav a:hover {
	background-position: right;
}
.nav_home a {
	background-image: url(pictures/btn_home_bg.png);
	width: 79px;
}
.nav_3d a {
	width: 122px;
	background-image: url(pictures/btn_3d_tutorials_bg.png);
}
.nav_photoshop a {
	background-image: url(pictures/btn_photoshop_tutorials_bg.png);
	width: 176px;
}
.nav_photography a {
	background-image: url(pictures/btn_photography_tutorials_bg.png);
	width: 189px;
}
.nav_composition a {
	background-image: url(pictures/btn_photography_composition_bg.png);
	width: 219px;
}
.nav_web a {
	background-image: url(pictures/btn_web_design_tutorials_bg.png);
	width: 189px;
}
#nav_current a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 79px;
	border-bottom-color: #000000;
}

#content_wrapper {
	width: 974px;
	margin-left: -487px;
	position: relative;
	left: 50%;
	clear: both;
}

.tutorial_post {
	width: 650px;
	clear: left;
	padding-top: 30px;
}


.tutorial_post div {
	float: left;
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tutorial_post_link  {
	margin-left: 260px;
	font-size: 11px;
	line-height: 60px;
}
.tutorial {
	width: 670px;
	clear: left;
	float: left;
}

.tutorial_number {
	list-style-type: upper-alpha;
}

.tutorial  ul {
	margin-left: 20px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tutorial_pic_right {
	float: right;
	width: 400px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 8px;
	background-color: #EEEEEE;
	clear: right;
}
.tutorial_pic_right a, .tutorial_pic_center a {
	color: #59ACF0;
}

.tutorial_pic_center {
	margin-bottom: 8px;
	margin-top: 8px;
	background-color: #EEEEEE;
	clear: both;
}

.tutorial_pic_right p, .tutorial_pic_center p {
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	font-style: italic;
}


.tutorial_pic_number {
	font-style: italic;
	font-weight: bold;
}

.date_category {
	color: #C4C4C4;
	font-size: 0.85em;
}
.secondary_content {
	float: right;
	width: 260px;
	clear: both;
	margin-top: 79px;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #999999;
	margin-bottom: 30px;
}
.secondary_content ul {
	padding-left: 35px;
}



#secondary_content_tutorial {
	margin-top: 0px;
}
#secondary_content_main {
	margin-top: 44px;
}
.page_description {
	padding-right: 10px;
	padding-left: 15px;
}


#about {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.6em;
	background-image: url(pictures/clouds_rss.png);
	padding-bottom: 100px;
	position: relative;
	width: 250px;
	margin-top: 40px;
}
#about p {
	padding-right: 10px;
	padding-left: 15px;
}


#about ul {
	padding-left: 30px;
}


#about a {
	background-image: url(pictures/symbol_rss_cloud.png);
	background-position: left;
	height: 46px;
	width: 46px;
	display: block;
	position: absolute;
	bottom: 25px;
	right: 69px;
}
#about a:hover {
	background-position: right;
}
#footer_wide {
	background-image: url(pictures/footer_background_wide.png);
	height: 127px;
	background-position: center bottom;
	clear: both;
	padding-top: 30px;
	background-repeat: repeat-x;
}
#footer {
	background-image: url(pictures/footer_background.png);
	height: 127px;
	width: 975px;
	color: #FFFFFF;
	margin-left: -487px;
	position: relative;
	left: 50%;
}

#footer p {
	padding-bottom: 0px;
}

#footer_url {
	margin-top: 68px;
	letter-spacing: 2px;
	text-align: center;
}
#footer ul {
	float: right;
	margin-top: 60px;
	list-style-type: none;
}
#footer ul a {
	display: block;
	height: 24px;
	width: 24px;
	margin-right: 10px;
	background-position: left;
}
#footer ul a:hover {
	background-position: right;
}
#footer_rss a {
	background-image: url(pictures/symbol_rss.png);
}
#footer_up a {
	background-image: url(pictures/symbol_up.png);
}
#footer_links {
	letter-spacing: 1px;
	text-align: right;
	padding-top: 14px;
	padding-right: 120px;
	color: #DC9338;
}
#footer_links a {
	color: #DC9338;
}
#footer_links a:hover {
	color: #FFFFFF;
}

#author_left {
	float: left;
	width: 500px;
}
#author_right {
	width: 400px;
	float: right;
}
.author_pic {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}
#contact {
	width: 400px;
	float: left;
	padding-bottom: 270px;
}
.contact_fields {
	width: 300px;
	border: 1px solid #CCCCCC;
}


#contact_left {
	float: left;
	width: 80px;
}
#contact_right {
	float: left;
	width: 320px;
}
#contact_turtle {
	background-image: url(pictures/contact.jpg);
	height: 700px;
	width: 430px;
	position: absolute;
	top: 240px;
	right: 0px;
}
.thank_you_bg {
	background-image: url(pictures/thank_you.jpg);
	height: 840px;
}
.not_found {
	background-image: url(pictures/404.png);
	height: 740px;
}
#not_found_list   {
	list-style-type: none;
	padding-left: 40px;
	padding-top: 300px;
}
#not_found_list     li {
	float: left;
	width: 200px;
	height: 300px;
	margin-right: 30px;
}
#not_found_list     a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 300px;
	width: 200px;
}
#not_found_3d {
	background-image: url(pictures/404_3d_tutorials.png);
}
#not_found_photoshop {
	background-image: url(pictures/404_photoshop_tutorials.png);
}
#not_found_photography {
	background-image: url(pictures/404_photography_tutorials.png);
}
#not_found_composition {
	background-image: url(pictures/404_photography_composition.png);
}






.slider_buttons {
	text-align: center;
	line-height: 16px;
}
.slider_buttons span {
	cursor:pointer;
	font-size: 11px;
	color: #80B123;
}
.slider_buttons span.active, .slider_buttons span:hover {
	text-decoration: underline;
}
#slider_box5, #slider_box5b, #slider_box5c {
	position:absolute;
	width:250px;
}
#slider_info5, #slider_info5b, #slider_info5c {
	bottom:0;
}
#slider_box5 img, #slider_box5b img, #slider_box5c img {
	display:block;
	border: none;
}
#slider_box5 span, #slider_box5b span, #slider_box5c span {
	display:block;
}
.slider_info {
	width:250px;
	height:25px;
	background:#000;
	position:absolute;
}
.slider_info h4 {
	color:#fff;
	font-size:12px;
	padding: 5px;
}
.slider_info h4 a {
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	text-decoration:none;
	margin-top: 1px;
	padding-right: 3px;
	padding-left: 3px;
}
.slider_mask2 {
	width:250px;
	height:187px;
	overflow:hidden;
	position: relative;
	border: 1px solid #f0f0f0;
}
.ad {
	height: 92px;
	width: 730px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-left: -29px;
	clear: both;
}
.ad-v {
	height: 650px;
	width: 160px;
	position: absolute;
	margin-left: 775px;
	margin-top: 1000px;
}
.ad_top_page {
	float: right;
	width: 230px;
	clear: both;
	padding-left: 20px;
	margin-top: 79px;
}
.banner_ad {
	width: 125px;
	margin: auto;
	clear: both;
	padding-top: 20px;
}
#polygonblog_ad {
	padding: 4px;
	border: 1px solid #333;
}
.ad-ipadapps {
	height: 520px;
	width: 140px;
	position: absolute;
	margin-left: 775px;
	margin-top: 2200px;
	padding: 10px;
	border: 1px solid #3F3F3F;
}