/*
Theme Name: Elements
Theme URI: http://18elements.com/
Description: 18elements
Version: 2.0
Author: 18elements
Author URI: http://18elements.com/
Tags: Portfolio, Blog, 2 columns
*/

/*	Eric Meyer Style Reset
    @ http://meyerweb.com/eric/tools/css/reset/index.html */
    /*	v1.0 | 20080212 */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*  =defaults
	-------------------------------------------------------------- */
	body {
	width: 100%;
	font: normal 81.25%/1.538 Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #343434;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-size: 2.4em;
	line-height: 1;
	padding:10px 0 10px 0px;
	margin-left:23px;
}
h1.white {
	color:#FFF;
	font-size:3.4em;
	padding-top:72px;
}
h2, h3, h4, h5, h6 {
	font-size: 1.384em;
	line-height: 1.333;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.2em
}
h4 {
	font-size: 1.1em;
}
.maincont h2, #mainContent h2, .maincont h3, #mainContent h3, .maincont h4, #mainContent h4, .maincont h5, #mainContent h5, .maincont h6, #mainContent h6 {
	margin: 0em 0 .5em 0;
} /*{ margin: 1em 0 -.5em 0; }*/
h1, h2, h3, h4, h5, h6, blockquote p {
	color: /*#c1bba1;*/#333;
}
blockquote, .sub-head {
	font-size: 1.231em;
	line-height: 1.5;
}
.sub-head {
	margin: 0.5em 0;
}
.sub-head span {
	display: block;
	font-size: 0.9em;
}
blockquote {
	background: transparent url(images/blockquote.png) 23px 0 no-repeat;
}
blockquote p {
	padding-left: 50px;
}
a {
	text-decoration: none;
}
a:link, a:active {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover, a:focus {
	color: #000; /*border-bottom:1px solid #ef0076;*/
}
.maincont ul, .maincont ol, #mainContent ul, #mainContent ol {
	padding-left: 15px;
	margin-bottom: 1em;
}
.maincont li, #mainContent li {
	font-weight: bold;
	padding-left: 17px;
	line-height: 1.846;
	background: transparent url(images/bullet.png) 0 .6em no-repeat;
}
.maincont li.index, #secondaryContet li.index {
	font-weight: bold;
	padding-left: 17px;
	line-height: 1.846;
	background: transparent url(images/bullet.png) 0 .2em no-repeat;
	float:left;
	display:block;
	width:290px;
	margin-right:10px;
}
p {
	margin: 1em 0;
}
.clearboth {
	clear:both;
}
.right {
	width:45%;
	float:right;
}
.left {
	width:45%;
	float:left;
}
/*  =form-defaults
	-------------------------------------------------------------- */
    input, textarea, button, select {
	border: none;
	background: #1e2126;
	color: #7d7d7d;
	font: 100%/1.5 Arial, Helvetica, sans-serif;
}
/*  =layout
	-------------------------------------------------------------- */
#header {
	width: 100%;
	height:90px;
	background:#333 url(images/header-bg.gif) repeat scroll 0 0;
	border-top: 1px solid #EF0076;
}
#branding {
	width: 300px;
	height: 55px;
	position: absolute;
	left: 0;
	top: 0px;
	margin-top:25px
}
#branding span {
	background:url(images/tagline.png) no-repeat;
	height:100px;
	width:500px;
}
#flashHeader {
	width: 100%;
	height: 350px;
	border-bottom: 1px solid #FFF;
	background:#333 url(images/header-bg.gif) repeat scroll 0 0;
}
#title {
	height: 105px;
	background:#333 url(images/header-bg.gif) repeat scroll 0 0;
	z-index:1;
}
#data {
	line-height:1.4em;
	padding-left:38px;
}
#homepage {
	background:#333 url(images/header-bg.gif) repeat scroll 0 0;
	padding-bottom:20px;
}
#content {
	overflow: hidden;
	margin-bottom:90px;
	background: url(images/post_bg_white.jpg) no-repeat scroll left top transparent;
}
#news {
	background:#FFFFFF none repeat scroll 0 0;
	height:20px;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	width:940px;
}
#category {
	width: 960px;
	float: left;
}
#pagination {
	width: 434px;
	float: right;
}
.maincont, #mainContent {
	width: 480px;
	float: right;
	margin-top:15px;
}
#comments {
	width: 960px;
	float: left;
}
.seccont, #secondaryContet {
	width: 460px;
	float: left;
	margin-top:30px;
}
#footer {
	border-top: 1px solid #EF0076;
    bottom: 0;
    float: left;
    height: 70px;
    width: 100%;
}
#footer div.site-width {
	background:url(images/title-back.jpg) no-repeat;
}
.wrap-blog-categ {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
/*  =layout-helper
	-------------------------------------------------------------- */
.site-width {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/*  =page-elements
	-------------------------------------------------------------- */
        
    /*  =header
	-------------------------------------------------------------- */
#header .branding-and-pagenav {
	height: 90px;
	background: url(images/separator.png) bottom center no-repeat;
}
#header .categorynav {
	height: 30px;
	margin-bottom: 40px;
}
/*  =branding
	-------------------------------------------------------------- */
    #branding {
	text-indent: -99999em;
	background: transparent url(images/brand.png) 0 0 no-repeat;
}
/*  =pagenav & categories
	-------------------------------------------------------------- */
    #header .pagenav {
	position: absolute;
	right: 0;
	top: 0;
}
.pagenav li {
	font-size: 1.231em;
	line-height: 1.875;
}
.categories li {
	line-height: 2.3077;
	margin-right: 1px;
}
.pagenav li, .categories li {
	float: left;
}
.pagenav li a:link, .pagenav li a:visited, .pagenav li a:active, .categories li a:link, .categories li a:visited, .categories li a:active {
	color: #000;
	padding: 35px 8px 0px;
	display: block;
}
.categories li a:link, .categories li a:visited, .categories li a:active {
	background: #1e2126;
	color: #00aeef;
}
.pagenav li a:hover, .pagenav li a:focus, .categories li a:hover, .categories li a:focus {
	color: #fff;
	background: url(images/menu-bg.png) no-repeat top left;
}
.categories li a:hover, .categories li a:focus {
	background: #1e2126;
}
.pagenav li.current_page_item, .pagenav li.current-cat, .categories li.current-cat {
	/*color: #fff;*/
	background: url(images/menu-bg.png) no-repeat top left;
}
.pagenav li.current_page_item a:link, .pagenav li.current_page_item a:hover, .pagenav li.current_page_item a:visited, .pagenav li.current_page_item a:active, .pagenav li.current-cat a:link, .pagenav li.current-cat a:hover, .pagenav li.current-cat a:visited, .pagenav li.current-cat a:active, .categories li.current-cat a:link, .categories li.current-cat a:hover, .categories li.current-cat a:visited, .categories li.current-cat a:active {
	/*color: #fff;*/
}
.categories li.current_page_item a:link, .categories li.current_page_item a:hover, .categories li.current_page_item a:visited, .categories li.current_page_item a:active {  /*background: #1e2126;*/
	/*color: #fff;*/
}
/*  =atricle-images
	-------------------------------------------------------------- */
    #content ul.atricle-images {
	padding-left: 0;
}
#content .atricle-images li {
	margin-bottom: 20px;
}
.atricle-images li {
	background:transparent url(images/article-img.png) no-repeat scroll left top;
	height:260px;
	margin-top:-35px;
	overflow:hidden;
	padding:30px;
	width:415px;
}
.atricle-images li a {
	float: left;
	height:260px;
	overflow:hidden;
}
.atricle-images li img {
	width: 420px;
}
/*  =about-images
	-------------------------------------------------------------- */
    #content ul.about-images {
	padding-left: 0;
	padding-top:20px;
}
#content .about-images li {
	padding-left: 0;
	margin: 2px;
}
.about-images li {
	width: 120px;
	height: 60px;
	overflow: hidden;
	border-width: 10px 14px;
	border-color: #1e2126;
	border-style: solid;
	float: left;
}
.about-images li a, .about-images li img {
	float: left;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.about-images li a:hover, .about-images li img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.about-images li img {
	width: 120px;
}
/*  =portfolio-latest
	-------------------------------------------------------------- */
	.portfolio-latest {
	margin:1em 0 0;
	padding:1em 0 0;
}
.portfolio-latest li {
	background:transparent url(images/article-img.png) no-repeat scroll left top;
	float:left;
	padding:40px 30px 30px;
	position:relative;
	width:420px;
}
.portfolio-latest h2 {
	font-size: 1.846em;
	line-height: 1;
}
.portfolio-latest a:link, .portfolio-latest a:hover, .portfolio-latest a:visited, .portfolio-latest a:active {
	text-transform: uppercase;
}
.portfolio-latest a:visited {
	color: #c1bba1;
}
.portfolio-latest h3 {
	margin-bottom: 0;
	font-size: 1.231em;
	line-height: 1.5;
}
.portfolio-latest h3 a:link, .portfolio-latest h3 a:visited, .portfolio-latest h3 a:active {
	color: #c7c7c7;
	text-transform: none;
}
.portfolio-latest h3 a:hover, .portfolio-latest h3 a:focus {
	color: #fff;
}
.portfolio-latest div {
	width: 420px;
	height: 260px;
	margin: 0;
	overflow: hidden;
	float: left;
}
.portfolio-latest div.category-and-client {
	width: 400px;
	height: 40px;
	padding: 5px 10px;
	margin: 0;
	position: absolute;
	left: 30px;
	bottom: 30px;
	background: transparent url(images/transparent-background.png) 0 0 repeat;
	font-size: .923em;
}
#category .category-and-client a {
	text-transform: uppercase;
}
#category .category-and-client h2 a {
	text-transform: none;
}
.portfolio-latest div.category-and-client h3 {
	font-size: 1.333em;
	line-height: 1.250;
}
.portfolio-latest img.latest-works {
	width: 434px;
}
.portfolio-latest p {
	margin: 1em .5em .5em 0;
}
.portfolio-latest p img {
	display: none;
}
/*  =blog
	-------------------------------------------------------------- */
    .blog {
	background:transparent url(images/post_bg_white.jpg) no-repeat scroll left top;
	/*margin: 1em 0 0 0;*/
	padding: 1em 0 0 0;
}
.maincont .blog h2, #mainContent .blog h2 {
	font-size: 1.846em;
	line-height: 1;
	margin: 0 0 .5em 0;
}
.maincont .blog ul, #mainContent .blog ul {
	padding: 0;
}
.maincont .blog li, #mainContent .blog li {
	width: 460px;
	position: relative;
	padding: 0;
	margin-bottom: 1em;
	background: none;
	font-weight: normal;
	border-bottom: 1px solid #1e2126;
	float: left;
}
.maincont .blog li h3, #mainContent .blog li h3 {
	width: 50%; /* position: absolute; right: 0; bottom: .1em; margin-bottom: 0; */
	float: right;
	font-size: 1.231em;
	line-height: 1.5;
	margin: 0 0 .5em 0;
}
.maincont p object, #mainContent p object {
	width: 440px;
	height: 272px;
	float: left;
	margin: 1em 0;
	border: 10px solid #1e2126;
}
.maincont p object embed, #mainContent p object embed {
	width: 440px;
	height: 272px;
	float: left;
}
.maincont img, #mainContent img {
	display: none;
}
.maincont img.ipi, #mainContent img.ipi {
	display: block;
	width: 440px;
	margin-bottom: 1em;
	border: 10px solid #1e2126;
	float: left;
}
.maincont img.ipi-thumbnail, #mainContent img.ipi-thumbnail {
	display: block;
	width: 116px;
	margin: .5em 2.6em 1em 0;
	border: 10px solid #1e2126;
	float: left;
}
.maincont a, #mainContent a {
	text-decoration: underline;
}
.blog li div {
	font-size: .923em;
}
.blog .post-data, .blog .post-category {
	width: 210px;
	line-height: 2;
}
.blog .post-data {
	border-bottom: 1px solid #1e2126;
}
.comments-count {
	color: #EF0060;
font-family: font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.post-category a {
	text-transform: uppercase;
}
.blog h3 a:link, .blog h3 a:visited, .blog h3 a:active {
	color: #c7c7c7;
}
.blog h3 a:hover, .blog h3 a:focus {
	color: #fff;
}
.rss-bookmark-links {
	width: 50%;
	float: left;
	margin-bottom:10px
}
.rss-bookmark-links span {
	width: 49%;
}
.rss-bookmark-links span a {
	height: 24px;
	line-height: 24px;
	display: block;
	padding-left: 35px;
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
}
.rss-bookmark-links .rss {
	float: left;
}
.rss-bookmark-links .bookmark {
	float: right;
}
.rss-bookmark-links .rss a {
	background-image: url(images/rss.png);
}
.rss-bookmark-links .bookmark a {
	background-image: url(images/bookmark.png);
}
.rss-bookmark-links a:link, .rss-bookmark-links a:visited, .rss-bookmark-links a:active {
	color: #545454;
	font-size: .923em;
}
.rss-bookmark-links a:hover, .rss-bookmark-links a:focus {
	color: #fff;
}
#content .wrap-blog-categ .maincont h1 a:link, #content .wrap-blog-categ .maincont h1 a:visited, #content .wrap-blog-categ .maincont h1 a:active {
	color: #c1bba1;
}
#content .wrap-blog-categ .maincont h1 a:hover, #content .wrap-blog-categ .maincont h1 a:focus {
	color: #fff;
}
/*	=post-data
	-------------------------------------------------------------- */
    .p-data, #post-data {
	background:transparent url(images/p-data.png) no-repeat scroll left top;
	height:160px;
	margin-top:-10px;
	padding:40px 30px 30px;
	width:420px;
}
.p-data a:hover, #post-data a:hover {
	color:#000;
}
.p-data li, #post-data li {
	font-size: .923em;
	line-height: 2.5;
	border-bottom: 1px solid #1e2126;
}
.posted-in a:link, .posted-in a:hover, .posted-in a:visited, .posted-in a:active {
	text-transform: uppercase;
}
/*  =comments
	-------------------------------------------------------------- */
    .comments-meta {
	background:transparent url(images/post_bg_white.jpg) no-repeat scroll 0 0;
	float:left;
	height:30px;
	margin-top:50px;
	margin-bottom: 10px;
	padding:5px 0;
	width:960px;
}
.comments-meta p {
	width: 161px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 2.308;
	text-align: center;
	border-right: 1px solid #1e2126;
}
.comments-meta p.trackback-and-comment {
	width: 779px;
	float: right;
	text-align: left;
	border: none;
}
.comments-meta .comments-count {
	font-size: 2.308em;
	line-height: 0;
	position: relative;
	top: .2em;
	margin: 0;
	padding: 0;
}
.comments-meta a:link, .comments-meta a:visited, .comments-meta a:active {
	color: #EF0060;
}
.comments-meta a:hover, .comments-meta a:focus {
	color: #fff;
}
#comments .comment-list {
	width: 960px;
	padding: 0;
	margin: 0 0 5px 0;
	float: left;
}
.comment-list li {
	background:transparent url(images/comment-replay-bg.gif) no-repeat scroll left top;
	margin-bottom:5px;
	padding:10px 0 0 100px;
	width:780px;
}
.comment-list li p {
	margin: .5em 0 1em 0;
}
.comment-data {
	color: #c1bba1;
}
.comment-list li ul, .comment-list li ol {
	padding-left: 15px;
	margin-bottom: 1em;
}
.comment-list li li {
	font-weight: bold;
	padding: 0 0 0 17px;
	line-height: 1.846;
	background: transparent url(images/bullet.png) 0 .6em no-repeat;
	border: none;
}
.comment-list li ul ul, .comment-list li ol ol, .comment-list li ol ul, .comment-list li ul ol {
	margin-bottom: 0;
	padding: 0;
}
#comment-form {
	background:transparent url(images/post_bg_white.jpg) no-repeat scroll 0 0;
	float:left;
	margin:20px 0;
	padding:10px;
	width:800px;
}
#comment-form p {
	margin: 0;
	padding: 0;
}
#comment-form label {
	display: block;
	font-size: .923em;
	line-height: 2.0001;
	text-transform: lowercase;
}
.commen-tbody {
	width: 460px;
	float: left;
	margin-right: 30px;
}
.commen-tbody.logged textarea {
	width: 779px;
}
.commen-tbody textarea {
	width: 440px;
	height: 149px;
	float: left;
	margin: 0;
	font-size:0.923em;
	line-height: 1.846;
	border: 10px solid #1e2126;
	border-top-width: 8px;
}
.commenter-details {
	width: 279px;
	float: right;
}
.commenter-details input {
	width: 249px;
	font-size:0.923em;
	padding:9px 15px;
	margin-bottom: 11px;
}
.post-comment {
	width: 100%;
	float: left;
}
.post-comment input {
	width: 100px;
	float: right;
	font-size:0.923em;
	margin: 10px 0;
	padding: 8px 15px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
/*  =category
	-------------------------------------------------------------- */
#category ul {
	margin: 20px 0 0 0;
}
#category li {
	background:transparent url(images/article-img.png) no-repeat scroll left top;
	float:left;
	margin:0;
	padding:40px 30px 30px;
	position:relative;
	width:420px;
}
#category li.last {
	float: right;
}
#category li h2 {
	font-size: 1.231em;
	line-height: 1.5;
}
#category a:visited {
	color: #c1bba1;
}
#category h2 a:link, #category h2 a:visited, #category h2 a:active {
	color: #c1bba1;
}
#category h2 a:hover, #category h2 a:focus {
	color: #fff;
}
#category li div {
	width: 434px;
	height: 260px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
#category li img {
	width: 420px;
	float: left;
}
.client {
	font-size: .923em;
}
#category div.category-and-client {
	background:transparent url(images/transparent-background.png) repeat scroll 0 0;
	border:medium none;
	bottom:30px;
	font-size:0.923em;
	height:40px;
	left:30px;
	margin:0;
	padding:5px 10px;
	position:absolute;
	width:400px;
}
#category div.category-and-client h3 {
	font-size: 1.333em;
	line-height: 1.250;
}
/*	=archive
	-------------------------------------------------------------- */
	#archive h1 {
	width: 460px;
	float: left;
}
#archive h2 {
	font-size: 1.231em;
	line-height: 1.5;
	margin: 0;
}
#archive h2 a:link, #archive h2 a:visited, #archive h2 a:active {
	color: #c1bba1;
}
#archive h2 a:hover, #archive h2 a:focus {
	color: #fff;
}
#archive li {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
#archive .category-link, .more-link {
	text-transform: uppercase;
}
.more-link {
	font-size: .846em;
}
#archive .category-link {
	font-size: .923em;
}
#archive li p {
	margin: 0;
}
#archive .archive-list {
	width: 460px;
	float: right;
}
/*  =pagination
	-------------------------------------------------------------- */
    #pagination { /* padding: 0 14px; */
	background: #1e2126;
	clear: both;
	width: 460px;
}
#pagination a:link, #pagination a:visited, #pagination a:active {
	color: #fff;
	line-height: 2.308;
}
#pagination a:hover, #pagination a:focus {
	color: #545454;
}
.older-entries {
	width: 30%;
	float: left;
	padding-left: 14px;
}
.newer-entries {
	width: 30%;
	float: right;
	text-align: right;
	padding-right: 14px;
}
/*  =footer
	-------------------------------------------------------------- */
    #footer .pagenav li {
	font-size: .923em;
	line-height: 1;
	text-transform: uppercase;
}
#footer .pagenav li a:link, #footer .pagenav li a:visited, #footer .pagenav li a:hover, #footer .pagenav li a:active {
	background: none;
	padding-left: 10px;
}
.copyright {
	float: right;
    font-size: 0.7692em;
    margin-top: 35px;
    width: 150px;
}
/*  =searchform
	-------------------------------------------------------------- */
    #searchform {
	width: 460px;
	height: 30px;
	margin: 20px 0 50px 0;
}
#searchform label {
	display: none;
}
#searchform input {
	font-size: .923em;
	padding: 9px 15px;
}
#s {
	width: 310px;
	float: left;
}
#searchsubmit {
	width: 100px;
	float: right;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
/*  =contact-info
	-------------------------------------------------------------- */
#contact-info {
	width: 460px;
	float: right;
}
#contact-info h2 {
	color: #7c7c7c;
	font-size: 1.231em;
	line-height: 1.5;
}
#contact-info img {
	margin-right: 20px;
	border: 12px solid #1e2126;
	float: left;
}
#contact-info p {
	font-style: italic;
}
#contact-info span, #contact-info a {
	display: block;
	font-style: normal;
}
/*  =tooltips navigation
----------------------------------------------------------------------*/
/* tooltip styling */
ul.main-menu li ul {
	display:none;
}
ul.main-menu br {
	display:none;
}
ul.main-menu {
	z-index:97;
}
ul.main-menu li {
	float: left;
	margin: 0;
	padding:0 5px 0 10px;
	position: relative; /*--Declare X and Y axis base--*/
	z-index:98;
}
ul.main-menu li a {
	color:#DDDDDD;
	display:block;
	float:left;
	text-decoration:none;
	font-size:22px;
}
ul.main-menu li a:hover {
	color: #FFF;
}
ul.main-menu li ul.tooltip {
	background:transparent url(images/drop-down.png) no-repeat scroll 0 0;
	display:none;
	float:left;
	height:220px;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	top:27px;
	width:220px;
	padding-top:40px;
	z-index:99;
}
ul.main-menu li ul.tooltip li {
	background:transparent none repeat scroll 0 0;
	clear:both;
	margin-bottom:10px;
	margin-top:5px;
	padding:0 0 0 15px;
	width:170px;
}
html ul.main-menu li ul.tooltip li a {
	color:#000;
	float:left;
	padding:0 0 0 15px;
}
html ul.main-menu li ul.tooltip li a:hover { /*--Hover effect for subnav links--*/
	color: #fff;
	background:none;
}
/*  =frontpage
------------------------------------------------------------*/
#bottom-nav {
	list-style: none;
	margin-left:20px;
}
#bottom-nav p {
	color:#BBBBBB;
	font-size:0.8em;
	margin:0;
	padding:0 0 0 80px;
}
#bottom-nav li {
	float: left;
	margin-right:65px;
	width:170px;
}
#bottom-nav a * {
	display: none;
}
#bottom-nav a, #bottom-nav a .over {
	height: 93px;
	width: 170px;
	position: relative;
	display: block;
	background: url(http://18elements.com/wp-content/themes/elements/images/bottom-nav.jpg) 0 0 no-repeat;
}
/* individual bottom-nav items */
#bottom-nav a.tools {
	background-position: 0 -94px;
}
#bottom-nav .bottom-block a.tools:hover, #bottom-nav a.tools .over {
	background-position: 0 0;
}
#bottom-nav a.news {
	background-position: -170px -94px;
}
#bottom-nav .bottom-block a.news:hover, #bottom-nav a.news .over {
	background-position: -170px 0;
}
#bottom-nav a.works {
	background-position: -330px -94px;
}
#bottom-nav .bottom-block a.works:hover, #bottom-nav a.works .over {
	background-position: -330px 0;
}
#bottom-nav a.about {
	background-position: -500px -94px;
}
#bottom-nav .bottom-block a.about:hover, #bottom-nav a.about .over {
	background-position: -500px 0;
}
#screen {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
#screen .gridSpan {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#screen .pageHTML {
	position: absolute;
	color: #000;
	font-family: verdana;
	font-size: 1.1em;
	width: 500px;
	height: 333px;
	background-image: url("stripe5.png");
	filter: alpha(opacity=100);
}
.abs {
	position: absolute;
}
#screen .pageHTML H2 {
	position: relative;
	margin: 8px;
	cursor: pointer;
	color:#000;
}
#screen .pageHTML H1 {
	position: relative;
	margin: 8px;
	cursor: pointer;
	color:#000;
}
.sourceHTML {
	visibility: hidden;
}
#screen .text {
	background:transparent url(http://18elements.com/wp-content/themes/elements/images/p-data.png) no-repeat scroll left top;
	min-height:175px;
	margin:50px 0;
	padding:40px 50px 0 30px;
	text-align:justify;
}
#screen a {
	position: relative;
	border: none;
	text-decoration: none;
}
#screen a:hover {
	left:1px;
	top:1px;
}
#screen img {
	border: none;
	cursor: pointer;
}

