body, html {
	margin:	0;
	padding: 0;
	height:100%;
	background-color:#000;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	background-image: url('images/site/main_bg_pattern.gif');
}
a:focus {
	overflow: hidden;
}
:focus {
	-moz-outline-style: none;
	outline-style: none;   
	overflow: hidden;
}
select:focus {
   overflow: visible;
}
embed:focus {
   overflow: visible;
}
img {
	border: none;
}
#main {
	margin: 0;
	padding: 0;
	width: 100%;
}

#main_header_bg {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 560px;
	background-image: url('images/site/header_bg_darkener.png');
	background-repeat: repeat-x;
}
#main_header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
	background-image: url('images/site/header_bg_lites.png');
	background-repeat:no-repeat;
}
#header_text_blocks {
	position: relative;	
	display: inline;
	float: left;	
	margin: 0;
	margin-left:103px;
	margin-top:55px;
	padding: 0;
	color: #dedede;
}
.header_text_block {
	position: relative;	
	display: inline;
	float: left;
	width: 230px;
	height: 27px;
	background-image: url('images/site/sep.png');
	background-repeat: no-repeat;
}
.header_text_block p {
	margin: 0;
	padding: 0;	
	padding-left: 10px;
	line-height: 13px;
}

.header_text_block a {
	color: #dedede;
	text-decoration: none;
}
.header_text_block a:hover {
	color: inherit;
	text-decoration: line-through;
}
.header_text_block a:active {
	color: inherit;
	text-decoration: line-through;
}

.header_text_block_social {
	position: relative;	
	display: inline;
	float: left;
	width: 230px;
	height: 27px;
	background-image: url('images/site/sep.png');
	background-repeat: no-repeat;
}
.header_text_block_social img {
	margin: 0;
	padding: 0;
	width: 21px;
	height: 21px;
	padding-top:2px;
	padding-right:2px;
}


.header_text_block img {
	margin: 0;
	padding: 0;
	width: 17px;
	height: 10px;
	padding-top:2px;
}

.main_footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 220px;
	background-image: url('images/site/footer_bg_lites.png');
	background-repeat:no-repeat;
	background-position: 0px -50px;
}
.main_footer a {
	color: #dedede;
	text-decoration: none;
}
.main_footer a:hover {
	color: inherit;
	text-decoration: line-through;
}
.main_footer a:active {
	color: inherit;
	text-decoration: line-through;
}

#footer_copyright {
	display: inline;
	float: left;
	position: absolute;
	margin-left: 24px;
	margin-top: 20px;
	padding: 0;
	text-indent: 10px;
	color: #dedede;
	background-image: url('images/site/sep_small.png');
	background-repeat: no-repeat;
}
#footer_login {
	display: inline;
	float: left;
	position: absolute;
	margin-left: 829px;
	margin-top: 20px;
	padding: 0;
	
}
#footer_login_top {
	text-indent: 10px;
	color: #dedede;
	background-image: url('images/site/sep_small.png');
	background-repeat: no-repeat;
}

#footer_awards_title {
	clear: both;
	position: absolute;
	margin-left: 24px;
	margin-top: 60px;
	padding: 0;
	text-indent: 9px;
	color: #dedede;
	background-image: url('images/site/sep.png');
	background-repeat: no-repeat;
}
.footer_awards {
	clear: both;
	position: absolute;
	margin-left: 24px;
	margin-top: 85px;
	padding: 0;
	text-indent: 9px;
opacity: 0.95;
}
.footer_awards img:hover{
	opacity: 1;
}

#thumbnails {
	width: 960px;
	margin:0;
	margin-left:25px;
	padding:0;
}
.post {
	float: left;
	margin:0;
	padding:0;
	padding-right: 15px;
	padding-bottom: 10px;
	width: 460px;
	height: 308px;
}
.post p {
	margin:0;
	padding:0;
	color: #3c3c3c;
}

.post a {
	color: inherit;
	text-decoration: line-through;
}
.post a:hover {
	color: inherit;
	text-decoration: none;
}
.post a:active {
	color: inherit;
	text-decoration: line-through;
}


.post p.title {
	margin-top: 16px;
	font-size: 17px;
	font-weight:bold;
	color: #830248;
}
.post p.title a{
text-decoration:none;
}

.post span.subtitle_flash {
	color: #9eb2b8;
	font-size: 17px;
}
.post span.subtitle_flashlite {
	color: #9eb2b8;
	font-size: 17px;
}
.post span.subtitle_design {
	color: #9eb2b8;
	font-size: 17px;
}
.post span.ampersand {
	color: #9eb2b8;
	font-size: 17px;
}
.post img.sep_img {
	width:12px;
	height:7px;
}
.post p.desc {
	margin-top: 5px;
}
.post p.info {
position: absolute;	
margin: 0;
padding: 0;
top: 260px;
}
.post p.info.title {
	color: #252525;
}

.post_thumbnail {
	position: relative;
	margin: 0;
	margin-left: 12px;
	margin-top: -296px;
	padding: 0;
	width: 436px;
	height: 164px;
}
.post_bg {
}
.post_bg_top {
	margin:0;
	padding:0;
	width: 460px;
	height: 273px;
	background-color:#fff;
	background-image: url("images/site/post_bg.gif");
}
.post_bg_bottom {
	margin: 0;
	padding: 0;
	width: 460px;	
	height: 35px;
	background-image: url('images/site/post_bg_bottom.png');
	background-repeat:no-repeat;
}


#content {
	margin: 0;
	margin-left: 25px;
	padding: 0;
}
#content_header {	
	margin: 0;
	padding: 0;	
	height: 21px;
}

.content_header_title {
	float: left;
	position: absolute;
	display: inline;
	background-image: url('images/site/sep_ch.png');
	background-repeat:no-repeat;
	height: 22px;
}

.content_header_title span.title {
	float: left;
	display: inline;
	padding-left: 8px;
	padding-right: 4px;
	height: 21px;
	color:#d34190;
	font-size: 21px;
}
.content_header_title span.sub_design {
	margin-top: 1px;
	color: #9eb2b8;
	font-size: 21px;
}
.content_header_title span.sub_flash-programming {
	margin-top: 1px;
	color: #9eb2b8;
	font-size: 21px;
}
.content_header_title span.sub_flashlite-programming {
	margin-top: 1px;
	color: #9eb2b8;
	font-size: 21px;
}
.content_header_title span.sub_sep {
	margin-top: 1px;
	valign: middle;
}
.content_header_title span.sub_sep img {
	padding-top:6px;
}

.content_header_title span.sub_amp {
	margin-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	valign: bottom;
	color: #9eb2b8;
	font-size: 21px;
}
.content_header_title a {
	color: #fff;
	text-decoration: none;
}
.content_header_title a:hover {
	color: inherit;
	text-decoration: line-through;
}
.content_header_title a:active {
	color: inherit;
	text-decoration: line-through;
}


#content_images {
	margin-top:20px;
	padding-bottom:20px;
}
.content_img {
	padding-bottom:20px;
	border: none;
}

.site_mask {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
}

.clear {
	clear: both;
}

#login_panel {
	margin-top:-5px;	
	width: 132px;
	height: 72px;
	opacity: 0;
	background-image: url('images/site/panel_side_sep.png');
	background-repeat: no-repeat;
}
#login_panel_form {
	display: block;
}
#login_panel_success {
	display: block;
}
#login_panel_success p{
	margin-left: 10px;
}
input[type=text], input[type=password] {
	margin-left: 6px;
	margin-top: 3px;
	width: 126px;
	height: 18px;
	text-indent: 3px;
	background: transparent;
	background-image: url('images/site/login_input_bg.png');
	background-repeat: no-repeat;
	border: none;
	font-size: 12px;
	color: #fff;
	outline-style:none;
	outline-width:0px;
}
input[type=text]:focus, input[type=password]:focus {
	outline-style:solid;
	outline-width:1px;
	outline-offset:-1px;
	outline-color:#fff;
}
input[type=submit], input[type=reset] {
	float: left;
	display: inline;
	margin-left: 8px;
	margin-top: 5px;
	width: 59px;
	height: 16px;
	font-size: 11px;
	color: #012437;
	background-image: url('images/site/login_submit_bg.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
input[type=submit]:hover, input[type=reset]:hover {
	text-decoration: line-through;
}




.input_text {
	margin-left: 6px;
	margin-top: 3px;
	width: 126px;
	height: 18px;
	text-indent: 3px;
	background: transparent;
	background-image: url('images/site/login_input_bg.png');
	background-repeat: no-repeat;
	border: none;
	font-size: 12px;
	color: #fff;
	outline-style:none;
	outline-width:0px;
}
.input_text:focus {
	outline-style:solid;
	outline-width:1px;
	outline-offset:-1px;
	outline-color:#fff;
}
.submit_btn, .cancel_btn {
	float: left;
	display: inline;
	margin-left: 8px;
	margin-top: 5px;
	width: 59px;
	height: 16px;
	font-size: 11px;
	color: #012437;
	background-image: url('images/site/login_submit_bg.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.submit_btn:hover, cancel_btn:hover {
	text-decoration: line-through;
}

#sepi {
	margin-left: 10px;
}

.content_header_title span.sub_error {
	margin-top: 1px;
	color: #c2eb00;
	font-size: 24px;
}
.error_list {
margin-top: 50px;
margin-bottom: 30px;
	font-size: 20px;
}
.error_list a {
	color: #c2eb00;
	text-decoration: none;
}
.error_list a:hover {
	color: #c2eb00;
	text-decoration: line-through;
}
.error_list a:active {
	color: #c2eb00;
	text-decoration: line-through;
}