/*   
Theme Name: BLIPS
Theme URI: 
Description: Custom
Author: Arbet
Author URI: http://blipsnetwork.com
*/


/* Layout */
/* 1. Main */
body{
	font:12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
        
	background-color: #FFFFFF;
}
a:link{
        text-decoration: none;
}
a:hover{
        text-decoration: underline;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#heading {
	background-color: #000000;
	color: #ffffff;
}
#header {
	width: 960px;
	float: left;
	background-color: #ffffff;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.headerleft {
	width: 200px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding-left: 10px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 750px; /* 486px */
	float: right;
	margin: 0px;
	/*padding: 18px 0px 0px 0px;*/
	font-weight: bold;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
	}
#content {
	width: 960px;
	float: left;
    margin-top: 5px;
}

#content #left-col {
	width: 460px;
	float: left;
	position: relative;
	padding-left: 10px;
	background-color: #ffffff;
}

#content #right-col {
	width: 460px;
	float: left;
	position: relative;
	margin-left: 20px;
	padding-left: 10px;
	background-color: #ffffff;
}

#content #right-col #sidebar {
	width: 330px;
	float: left;
	position: relative;
}

#footer {
	width: 100%;
	float: left;
	height: 30px;
	color: #000;
	margin-top: 10px;
	background-color: #ffffff;
}
.footer-text{
	padding: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}
.footer-text a:link{
	color: #ffffff;
}
.footer-text a:visited{
	color: #ffffff;
}

/* 2. Comments */
#comments {
	margin-top: 15px;
	float: left;
	width: 400px;
}

h3#comment-title {
	background: url(images/comments.png) no-repeat top left;
	width: 600px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #d7d39a;
	padding: 5px 10px;
	min-height: 120px;
	_height: 120px; /* an IE6 hack */
	overflow: auto;
	border: 1px solid #c1bd85;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #eae8c6;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #c1bd85;
	_height: 120px; /* an IE6 hack */
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

#comments .commentbox {
	
}
.authcomment {
        background-color: #B3FFCC !important;
}
/* 3. Menu */
#header #logo {
	padding-left: 10px;
}
#menu {
	float: left;
	width: 960px;
	/*margin-top: 15px;*/
    background-color: #000000;
}

#menu ul {
	width: 960px;
	list-style: none;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#menu ul li.page_item { /* page_item is wordpress default class for page list */
	float: left;
}

#menu ul li.page_item a {
	padding: 4px 8px;
	display: block;
	margin: 0 7px 0 0;
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

#menu ul li.page_item a:hover {
	color: #000000;
	background-color: #ffffff;
}

#menu ul li.current_page_item a { /* current_page_item is wordpress default class for active page list */
	color: #000000;
	background-color: #ffffff;
}

/* 4. Sidebar */


#sidebar1 {
	float: left;
	width: 450px;
	padding-left: 10px;
}

#sidebar1 ul {
	list-style-type: none;
}



#sidebar1 ul li h2 { /* this is the widget title */
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	
}

#sidebar1 ul li ul {
	
}

#sidebar1 ul li ul li { /* begin for the widget list */

	margin-bottom: 0;
	border-bottom-style: outset;
}

/* 5. Featured */
#featured-post{
    background-color: #ffffff;
	width: 950px;
	padding-left: 10px;
	margin-bottom: 5px;
	float: left;
}
/* remove this */
#featured-post1{
    background-color: #ffffff;
	width: 950px;
	padding-left: 10px;
	margin-bottom: 5px;
	float: left;
}

#intro-head{
	background-color: #000000;
	color: #ffffff;
	margin-bottom: 5px;
	width: 960px;
	text-align: center;
	float: left;
}

/* 6. Page */
#page{
	margin-top: 5px;
}

/* 7. Home footersidebar */
#home-footerside{
    background-color: #ffffff;
	width: 950px;
	padding-left: 5px;
	margin-bottom: 5px;
	float: left;
}

#home-footerside #col1{
   width: 220px;
   margin-left: 5px;
   float: left;
   position: relative;
   padding-left: 3px;
}

#home-footerside #col2{
   width: 220px;
   margin-left: 5px;
   float: left;
   position: relative;
   padding-left: 3px;
}

#home-footerside #col3{
   width: 220px;
   margin-left: 5px;
   float: left;
   position: relative;
   padding-left: 3px;
}

#home-footerside #col4{
   width: 220px;
   margin-left: 5px;
   float: left;
   position: relative;
   padding-left: 3px;
}
   
#col1 ul {
	list-style-type: none;
}

#col1 ul li h2 { /* this is the widget title */
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
}

#col1 ul li ul li { /* begin for the widget list */

	margin-bottom: 0;
	border-bottom-style: outset;
}

#col2 ul {
	list-style-type: none;
}

#col2 ul li h2 { /* this is the widget title */
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
}

#col2 ul li ul li { /* begin for the widget list */

	margin-bottom: 0;
	border-bottom-style: outset;
}

#col3 ul {
	list-style-type: none;
}

#col3 ul li h2 { /* this is the widget title */
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
}

#col3 ul li ul li { /* begin for the widget list */

	margin-bottom: 0;
	border-bottom-style: outset;
}

#col4 ul {
	list-style-type: none;
}

#col4 ul li h2 { /* this is the widget title */
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
}

#col4 ul li ul li { /* begin for the widget list */

	margin-bottom: 0;
	border-bottom-style: outset;
}
