/*  
Theme Name: Prolecto
Theme URI: http://blog.prolecto.com
Description: A search engine optimized website framework for WordPress.
Author: Richard Barkinskiy
Author URI: http://barkins.com
Version: 1.4.1
Tags: business, e-commerce, networking
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/





/*
--------------
ROLL OVER MENU
--------------
*/


ul.indexmenu {
	margin:0;
	padding-left:40px;
	list-style: none;
	width: 125px;
	color:#666;
	}

ul.indexmenu li {
	position: relative;
	}



li.indexmenu_posts_show ul {
	position: absolute;
	left: 110px;
	top: 0;
	display: block;
	}
	
li.indexmenu_cats_show ul {
	position: absolute;
	left: 110px;
	top: 0;
	display: block;
	}
	
	
li.indexmenu_cats_hide ul {
	position: absolute;
	left: 110px;
	top: 0;
	display: none;
	}

li.indexmenu_posts_hide ul {
	position: absolute;
	left: 110px;
	top: 0;
	display: none;
	}


li.indexmenu_posts ul {
	position: absolute;
	left: 110px;
	top: 0;
	display: block;
	}


li.indexmenu ul {
	position: absolute;
	left: 110px;
	top: 0;
	display: none;
	}






ul.indexmenu li a {
	display: block;
	padding-bottom:8px;
	padding-top:8px;
	
	}



#main_menu a{
	font-weight:normal;
	color:#666;
	padding-bottom:8px;
	padding-top:8px;
	border-bottom: 1px dotted #5d5b5b;
}

#main_menu a:hover{
	color:#6699cc;
}

#main_menu .current_post a {
	color: #6699cc;
	font-weight:bold;
	}
	
#main_menu .current-cat a {
	color: #6699cc;
	font-weight:bold;
	}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


li:hover ul.indexmenu { display: block; }



/*
--------------
CONTENT
--------------
*/


.page-title {
	color:#045f93;
	
}


.searchbox {
	background-image:url('blog_images/searchbox.png');
	border:0;
	padding:5px;
	width:151.5px;
}

p {
	line-height:17px;
	
}


a{
	color: #448ccb;
	text-decoration:none;
	font-weight:bold;
	margin:0;
}


a:hover{
	color:#36F;
	text-decoration:none;
	
}


#menu {
	padding-left:15px;
	
}


h2 {
	color:#666;	
}

h2.entry-title   {
	font-size:20px;
	padding-bottom:5px;
}



#author {
	font-size:12px;
	padding:5px 0 0 0;
	}


#header #logo {
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 60px;
}

#header {
	height: 178px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:60px;
	padding: 0px;
	background-repeat: no-repeat;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(blog_images/topbg.png);
	background-repeat: no-repeat;
}
#left_sidebar {
	margin-top:90px;
	float: left;
	width: 150px;
}

#left_sidebar a{
	font-size:11px;
}



#main_body {
	float: right;
	width: 590px;
	
	text-decoration:none;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top:50px;
	list-style:none;
	text-align: center;
	float:inherit;
}

#footer li {
	display: inline;
	padding:5px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.entry-utility {
	padding:10px;
	background-color:#eeeeee;
}


.avatar{
	float:left;
    margin:.3em 1em 0 0;
	
}

.comments_list {
	list-style:none;
	margin:0;
	padding:0;
	
}

.entry-utility{
	margin-bottom:10px;
}



/*
--------------
CONTENT
--------------
*/



.widget-title {
	color:#045f93;
	padding: 10px 0 0 0;
	margin:0;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
	padding-left:40px;
	
}
.widget-area ul ul {
	 list-style: none;
     margin-left:0;
	 padding-left:0;
}
.widget-area ul ul ul {
     margin-left: 0;
}
.widget-container {
     margin: 0 0 1.5em 0;		
}

.widget-container li {
	border-bottom: 1px dotted #5d5b5b;
	padding-top:10px;
	padding-bottom:10px;
	width: 125px;
	margin:0;
	

}

.widget-container li a{
	color:#666666;
	font-weight:normal;
}

.widget-container li a:hover{
	color:#6699cc;
}
