/*   
Theme Name: LightMotionDesign
Theme URI: www.blog.lmdesign.net
Description: Light Motion Design Blog Theme
Author: Boyan Tanchev
Author URI: www.lmdesign.net
Template: 3CreativesTheme
Version: 1.0
.
Copyright (c)2008-2009 by Boyan Tanchev
Don't use this theme and stylesheet to any blog or website without permission from the Author!
.
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#F5F5F5 url(images/border_top.png) repeat-x top;
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #141414;
	font-size:12px;
	height:100%;
}
html {
     height:100%;
}
img {
	border:0;
}
a:link, a:active, a:visited {
	color: #141414;
	text-decoration:none;
	}
a:hover {
	color:#666666;
}
#main_wrapper {
	position:relative;
    min-height:100%;
    _height:100%; /* for IE6 as it doesnt understand min-height */
	overflow:hidden;
	width:845px;
}
h1 {
	margin:0;
	padding:0;
	font-size:12px;
	letter-spacing:1px;
}
h3 {
	margin:0;
	padding:0;
	font-size:11px;
	color:#666666;
	background:none;
}
div.top_menu {
	height:23px;
	text-align:right;
	padding-top:3px;
}
img.lan_ico {
	border:0;
	position:relative;
	padding-right:4px;
	padding-top:1px;
}
div.top_menu span {
	display:block;
	height:18px;
	background:url(images/arrow_down.png) top no-repeat;
	padding:6px 10px 0 10px;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#8D8D8D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.top_menu span.network_text{
	background:none;
	font-size:10px;
	padding-top:8px;
	text-transform:uppercase;
	color:#686868;
	cursor:default;
}
div.top_menu span.network_text:hover{
	cursor:default;
}
div.top_menu span:hover {
	cursor:pointer;
}
div.top_menu span a {
	color:#8D8D8D;
	cursor:pointer;
}
div.top_menu span a:hover {
	color:#666666;
}
div.top_header {
	padding-top:45px;
}
div.top_header span {
	display:block;
	float:left;
}
div.top_header span img {
	border:0;
}
div.top_header span.path {
	float:right;
	font-weight:bold;
	padding-top:5px;
	font-size:11px;
}
div.content {
	padding-bottom:65px; /* assuming your footer height is 100px */
}
div.content .left {
	float:left;
	width:150px;
}
div.content .left ul,li {
	list-style:none;
}
div.content .right {
	float:left;
	width:590px;
	padding-left:103px;
}
h2 {
	margin:0;
	padding:0;
	color:#4F4F4F;
	font-weight:normal;
}
h2.BlogName {
	font-size:12px;
	text-transform:uppercase;
	margin:20px 0 0 10px;
}
h2.WelcomeText {
	font-size:11px;
	margin:8px 0 0 10px;
	line-height:12px;
}
h2.MenuText {
	font-size:11px;
	margin:8px 0 0 0;
	line-height:12px;
	color:#383838;
	font-weight:bold;
	background:url(images/arrow.png) no-repeat 0 3px;
	padding-left:10px;
}
h2.MenuText a {
	color:#383838;
}
h2.MenuText a:hover {
	color:#666666;
}
h2.CategoryName {
	font-size:11px;
	margin:8px 0 -5px 10px;
	line-height:12px;
	color:#8D8D8D;
	font-weight:bold;
	text-transform:uppercase;
}
h2.CategoryName a {
	color:#8D8D8D;
}
h2.CategoryName a:hover {
	color:#666666;
}
img.catImg {
	position:relative;
	padding-right: 5px;
	top:-1px;
}

.article_wrapper {
	width:592px;
	overflow:hidden;
	margin:25px 0 7px 0;
}
.article_wrapper .top {
	height:38px;
	padding-bottom:4px;
	background:url(images/separator.png) no-repeat bottom right;
}
.article_wrapper .top span {
	display:block;
	float:left;
}
.article_wrapper .top span.articleDate {
	background:url(images/arrow_date.png) no-repeat 0 0;
	height:32px;
	width:95px;
	color:#F9F9F9;
	padding:4px 0 0 5px;
	line-height:13px;
}
.article_wrapper .top span.articleName {
	padding:0 0 0 4px;
}
.article_wrapper .top span.articleName h2 {font-size:18px; margin-top:-2px;}
.article_wrapper .top span.articleName h3 {font-size:12px; color:#939393;}
.article_wrapper .top span.articleCategory {
	padding:4px 0 0 4px;
	float:right;
}
.article_wrapper .middle,
.article_wrapper .bottom {
	width:486px;
	padding-left:104px;
	overflow:hidden;
}
.article_wrapper .middle {
	font-size:11px;
	color:#222222;
	line-height:122%;
	padding-top:6px;
	padding-bottom:6px;
}
.article_wrapper .middle span {
	margin:0 2px 0 1px;
	float:left;
	display:block;
	overflow:hidden;
	padding-bottom:9px;
}
.article_wrapper .middle span img {
	border:5px solid #9E9E9E;
}
.article_wrapper .middle div {
	overflow:hidden;
}
.article_wrapper .bottom span {
	display:block;
	font-size:11px;
	color:#939393;
	font-weight:bold;
}
.article_wrapper .bottom span a {
	color:#939393;
	text-decoration:none;
}
.article_wrapper .bottom span a:hover {
	color:#666666;
}

.navigation {
padding-bottom:80px;
}

#footer {
	width:100%;
	background: url(images/back_bottom.png) bottom repeat-x;
	position: relative;
    margin-top:-65px;
	height:65px;
     /* move the footer up negatively exactly the same height
         as the footer so that its back in the view and always 
         appears to rest at the bottom
         of the page */
}
#footer span {
	display:block;
	padding:36px 0 0 10px;
	font-size:10px;
	color:#707070;
	overflow:hidden;
}
#footer span a{
	color:#707070;
}
#footer span a:hover {
	color:#666666;
}

form {
	padding:0;
	margin:0;
}

input {
	border:0;
	border-bottom:1px solid #666666;
	background:#E5E5E5;
	padding:3px;
}
input:hover {
	background:#FFFFFF;
	cursor:pointer;
}
textarea {
	border:0;
	border-bottom:1px solid #666666;
	background:#E5E5E5;
	padding:3px;
}
textarea:hover {
	background:#FFFFFF;
	cursor:pointer;
}



/*CAT ICONS*/
.article_wrapper .top span.articleCategory span {
	display:block;
	float:left;
	padding-left:4px;
}
.article_wrapper .top span.articleCategory span.cat_image {
	overflow:hidden;
}
.article_wrapper .top span.articleCategory span.cat_image img {
	margin-top:5px;
}
.article_wrapper .top span.articleCategory span.cat_logo_design {
	text-transform:uppercase;
	color:#C41568;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_logo_design a {
	color:#C41568;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_logo_design a:hover {
	color:#E31779;
}


.article_wrapper .top span.articleCategory span.cat_web_design {
	text-transform:uppercase;
	color:#255EAB;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_web_design a {
	color:#255EAB;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_web_design a:hover {
	color:#2A6CC9;
}


.article_wrapper .top span.articleCategory span.cat_vector_design {
	text-transform:uppercase;
	color:#F29716;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_vector_design a {
	color:#F29716;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_vector_design a:hover {
	color:#FFA018;
}


.article_wrapper .top span.articleCategory span.cat_flash_design {
	text-transform:uppercase;
	color:#A6111F;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_flash_design a {
	color:#A6111F;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_flash_design a:hover {
	color:#BC1424;
}


.article_wrapper .top span.articleCategory span.cat_web_coding {
	text-transform:uppercase;
	color:#87A21F;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_web_coding a {
	color:#87A21F;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_web_coding a:hover {
	color:#9AB925;
}



.article_wrapper .top span.articleCategory span.cat_3d_design {
	text-transform:uppercase;
	color:#103A62;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_3d_design a {
	color:#103A62;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_3d_design a:hover {
	color:#15538C;
}


.article_wrapper .top span.articleCategory span.cat_print_design {
	text-transform:uppercase;
	color:#8D8D8D;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_print_design a {
	color:#8D8D8D;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_print_design a:hover {
	color:#A5A5A5;
}


.article_wrapper .top span.articleCategory span.cat_newsletters_design {
	text-transform:uppercase;
	color:#8B2F01;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_newsletters_design a {
	color:#8B2F01;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_newsletters_design a:hover {
	color:#9F3501;
}


.article_wrapper .top span.articleCategory span.cat_web_ads {
	text-transform:uppercase;
	color:#81B5D0;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_web_ads a {
	color:#81B5D0;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_web_ads a:hover {
	color:#8AC3E1;
}



.article_wrapper .top span.articleCategory span.cat_news {
	text-transform:uppercase;
	color:#FF0066;
	font-weight:bold;
}
.article_wrapper .top span.articleCategory span.cat_news a {
	color:#FF0066;
	text-decoration:none;
}
.article_wrapper .top span.articleCategory span.cat_news a:hover {
	color:#FF2278;
}
