@charset "utf-8";
/*
------------------------------------------------------------
CREATIVELIFEFORM BLOG v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
CUSTOMIZED!
------------------------------------------------------------
*/

/*
------------------------------------------------------------
Company info column
------------------------------------------------------------
*/
.leftside
{
	width:147px;
	margin-top:0px;
}

.leftside .logo
{
	/*
	padding-bottom:10px;
	border-bottom:1px solid #429D68;
	*/
}

.leftside .blurb
{
	font-family:georgia;
	font-size:11px;
	font-style:italic;
	margin:10px 0px 10px 0px;
}

.leftside .details
{
	font-size:10px;
	margin-bottom:10px;
}

.leftside #sidebar, .entry-data #sidebar
{
	float:none;
	margin-top:20px;
	/*
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:none;
	padding:5px 0px 0px 0px;
	width:147px;
	*/
}
/*
------------------------------------------------------------
Search form
------------------------------------------------------------
*/

.searchform
{
	padding-top:3px;
	height:47px;
	width:147px;
	background:url(images/cl-search-2.png) top left no-repeat;
}

.searchform .search-text
{
	width:75px;
	margin:15px 0px 0px 33px;
	background:none;
	border:none;
	color:#ccc;
	font-size:12px;
}

.searchform .search-submit
{
	padding:11px 0px 0px 7px;
}

/*
------------------------------------------------------------
Post navigation
------------------------------------------------------------
*/

.post-nav
{
	padding-top:10px;
	
}

.post-nav .prev
{
	height:43px;
	width:43px;
	background:url(images/nav-prev.png) top left no-repeat;
	margin-right:5px;
}

.post-nav .next
{
	height:43px;
	width:43px;
	background:url(images/nav-next.png) top left no-repeat;
}

/*
------------------------------------------------------------
Forms
------------------------------------------------------------
*/

#submit
{
	padding:10px!important;
	margin-top:10px;
	border:none;
	background:#222;
	color:#A7D2BA;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	float:right;
	margin-right:5px!important;
}

#contact-submit
{
	background:#000;
	color:#fff;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:none;
	padding:10px!important;
	margin-top:5px;
}

#responder
{
}

.contact-table
{
	float:left;
}

#contactform
{
	margin-top:10px;
}

.contact-table td
{
}

.label
{
	padding-right:0px;
	width:50px;
}

.contact-input
{
	width:150px;
	background:white;
	border:none;
	padding:10px;
	color:#333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-right:10px;
	margin-left:5px;
	margin-bottom:5px;
}

.slider textarea
{
	width:460px;
	height:55px;
	background:white;
	border:none;
	padding:10px;
	color:#333;
	text-align:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-left:5px;
}

/*
------------------------------------------------------------
Social Media
------------------------------------------------------------
*/

.sm-item
{
	width:32px;
	height:32px;
	padding:6px;
	background:none;
	float:left;
}
.sm-text
{
	float:left;
}

/*
------------------------------------------------------------
Slider controls
------------------------------------------------------------
*/

.slider-control
{
	float:right;
	background:#000;
	padding:8px;
	margin-right:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	text-transform:lowercase;
	cursor:pointer;
}

.slider
{
	padding:40px 30px 40px 30px;
	font-size:12px;
	/*background:#151515 url(images/tab-bg.png) top left repeat-x;*/
	background:url(images/trans-bg-2.png) top left repeat;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
}

.slider h2
{
	font-size:16px;
	margin-bottom:10px;
}

.slider .rightside
{
	width:763px;
	border-top:0px solid red;
	margin-left:30px;
	border-left:1px solid #333;
	padding-left:30px;
}

/*
------------------------------------------------------------
Sidebar customization
------------------------------------------------------------
*/

#sidebar-footer
{
	background:url(images/sidebar-arrow.gif) bottom left no-repeat;
	width:36px;
	height:27px;
	float:left;
}