/*
	custom.css — custom styles for any WordPress theme that YOU define
	------------------------------------------------------------------
	
	Here's an example:
	
	To change the default color of the <a> tag (let's say you want to 
	make them a cherry red [#c00]) and to remove the default
	underline, this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Oh, but remember, none of these changes will work unless you call
	custom.css from wihtin your header file!
	
	Cool? Now get to hackin!
*/

body {
	font-size:0.8em;
	line-height: 130%;	
}

#rightcol {
	margin: 0px 0 0;

}

.box2 {
	margin: 0px 0 1em;

}


/*- Nav1 -*/




/*- Header -*/

.custom #header {
	height:120px;
	position:relative;

}

.custom #header h1 a {
	display:block;
	height:120px;

}


/*- Slider -*/

.custom .btn-arr2 {
	visibility:hidden;

}

.custom .btn-arr2 fr {
	visibility:hidden;

}

.custom #mygallery p img {
	margin-top: -16px;

}


/*- Homepage -*/

.custom #columns {
	background-image: url(styles/default/columns_bck.png);
	background-repeat: no-repeat;
}

.custom #columns .col6 h3 {
	color: #333333;
}

.custom #columns .col6.last h3 {
	color: #F7921E; 
}

.custom #columns .col6 .textwidget h2 {
	color: #B0C730;
}

.custom .col6 ul, .custom .col6 ol{
	padding: 0 0 1em .8em;
}
.custom .col6 li{
	color: #555555;
	background: url(images/ico-bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.custom .col6 ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	

/*- Sidebar -*/

.custom #rightcol h3 span {
	background:none;
	float:left;
	color: #F7921E; 
	font-size: 14px

}

/* Content */

.custom .post ul, .post ol{
	padding: 0 0 1em .8em;
}

.custom .post ul li{
	color: #555555;
	background-image: url(images/ico-bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

.custom .post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	

/*- Form -*/


.custom table .widget {
	width: 254px;
}

.custom table .widget h3 {
	margin-top: 0px;
}

.custom .linklove {
	visibility:hidden;
}
