/*
Theme Name: Artmak Minimize
Theme URI: http://www.artmak.net/blog
Description: Nice clean theme
Version: 2.8
Author: Arthur Makhnevich
Author URI: http://www.artmak.net
Tags: blue, custom header, fixed width, two columns, widgets

	Artmak Minimize v1.0
	 http://www.artmak.net/blog

	This theme was designed and built by Arthur Makhnevich,
	whose blog you will find at http://www.artmak.net/blog

*/

body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: url(images/bg2.gif);
	margin: 0px;
	padding: 0px 0px 40px;
}

a {
	color: #66FFFF;
	text-decoration: none;
}

a:visited {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	color: #111;
	text-decoration: underline;
}

a img {
	border: none;
}

}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	margin:0px;
	background: url(images/artmak2.png) no-repeat;
	padding-left: 400px;
	height: 45px;
	font: bold 0px/100% "Trebuchet MS", Tahoma, Arial;
	color: #fff;
}
h1 a{
	color: #fff;
	text-decoration: none;
}
h1 a:visited{
	color: #ccc;
	text-decoration: none;
}
h1 a:hover{
	color: #000;
	text-decoration: none;
}
h2 {
	color: #fff;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #ccc;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #fff;
	margin: 10px 0px 5px;
}

h5 {
	font: normal 150%/100% "Trebuchet MS", Tahoma, Arial;
	color: #fff;
	margin: 10px 0px 5px;
}

h5 a:hover {
	color: #ccc;
	text-decoration: none;
}

h5 a:visited {
	color: #fff;
	text-decoration: none;
}



h6 {
       visibility: hidden;
}

form {
	margin:0px;
	padding:0px;
}
#page {
	position: relative;
	margin: 0px auto;
	width: 1024px;
	top: 40px;

}
#header {
	height: 170px;

}




/* Hidden Header image */

#headerimg {
        position: absolute;
	top: 80px;
	left: 40px;
        height: 40px;
        
}

#headerimg .description{
       visibility:hidden;
}


/* Artmak Navigation */


.nav {
     
        position: absolute;
        top: 130px;
        left: 0px;
        font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
        text-decoration: none;
        list-style: none;
}

.nav li {
        display: inline-block;	
        float: left;
        margin: 3px;
}



a#nav_vis { background-image: url(images/nav_vis.png); height: 11px; width:110px; display:inline-block;}
a#nav_vis span { display: none; }
a#nav_vis:hover {background: url(images/nav_vis_on.png);}

a#nav_web { background-image: url(images/nav_web.png); height: 11px; width:66px; display:inline-block;}
a#nav_web span { display: none; }
a#nav_web:hover {background: url(images/nav_web_on.png);}

a#nav_free { background-image: url(images/nav_free.png); height: 11px; width:38px; display:inline-block;}
a#nav_free span { display: none; }
a#nav_free:hover {background: url(images/nav_free_on.png);}

a#nav_about { background-image: url(images/nav_about.png); height: 11px; width:50px; display:inline-block;}
a#nav_about span { display: none; }
a#nav_about:hover {background: url(images/nav_about_on.png);}



#content {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 720px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
        margin: 10px;
        border: 3px solid;
	border-color: #fff;
        background: url(images/bg1.gif);
}

/* DATE BOX */
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/bg4.gif);
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 600px;
}

.entry {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	color: #fff;
        width: 610px;
}

.post-cat {
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
        list-style: none;
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #CCC;
}

/* ARROWS */

.previous-entries {
	float: left;
	padding-left: 5px;
        padding-bottom: 10px;
}
.next-entries {
	float: right;
	padding-right: 5px;
        padding-bottom: 10px;

}


#comment {
        font: 14px Arial, Helvetica, sans-serif;
        color: #fff;
}


#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
        color: #fff;
        
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
        background-color: #444;
        color: #9cdbfb;	&nbsp;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
      
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #555;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #9cdbfb;	
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
        font-color: #9cdbfb;	
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
        font-color: #fff;
}
#commentform label{
	font-weight: bold;
	color: #fff;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #ccc;
        font-color: #9cdbfb;	
        padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background: url(images/bg2.gif);	
        border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: url(images/bg2.gif);
}
#commentform #submit{
	font: bold 11px Arial, Helvetica, sans-serif;
        color: #fff;
	background: url(images/bg4.gif);	
        border: 1px solid #fff;
	float:left;
	width: 120px;
	height: 25px;
}

#counter {
	float: right;
        color: #ccc;
}

#sidebar {
	float: right;
	padding: 10px 20px 20px 0px;
	width: 220px;
        list-style: none;
}


#searchform {
	width: 220px;
	padding: 10px 20px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid #ccc;
	width: 135px;
	height: 18px;
	padding: 2px 5px 0px 5px;
	background: url(images/bg2.gif);
	vertical-align: middle;
	color:#fff;
}
#searchform #searchsubmit {
	background: url(images/bg1.gif);
	border: solid 1px #ccc;
	width: 28px;
	height: 21px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 12px;
	color: #fff;
}
#sidebar h3 {
    list-style: none;
	text-decoration: none;
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ccc;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	text-decoration: none;
	margin:0px 0px 15px;
	padding:0px;

}
.ul-cat li{
	margin: 0px;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	background: url(images/bg4.gif);
	border-top: 1px solid #999;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #ccc;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	background: url(images/bg4.gif);
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/bg4.gif);
}
.ul-archives li a, .ul-archives li a:visited{
	color: #ccc;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	border-top: 1px dotted #fff;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
        float: right;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #ccc;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #ccc;
	background: #ccc;
}

