/*
	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.9em;
}

#rightcol {
	margin: 0px 0 0;

}

.box2 {
	margin: 0px 0 1em;

}

.box5 {
	visibility: hidden;
	height: 1px;

}


/*- Nav1 -*/




/*- Header -*/

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

}

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

}


/*- 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: #FB6100; 
}

.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: url(images/ico-bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
}

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



/* Form  */


form {
	width: 240px;
}

form fieldset {
	font-size: 100%;
	background-color: #ebf4e5;
	border: 1px solid #5ca528;
	margin-top: 0px;
	padding: 10px;
}

form fieldset.comments {
	border: 1px solid #e5e3d1;
	background-color: #ffffff;
}

form fieldset.comments label {
	color: #B0C730;
	font-weight: bold;
}

form fieldset.comments p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form fieldset.comments textarea {
	width: 96%;
}

form div {
	display: block;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

form div label {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.required {
	color: red;
}

.submit {
	text-align:center;
	margin-top: 10px;
	margin-left: 34px;
}

input[type="text"] {
	background-color: #ffffff;
}

.error {
	color: red;
}


.custom .cform {
	width:200px;
}

.custom  ol.cf-ol {
	margin:0px !important;

}

.custom textarea {
	width: 160px;
}

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

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

.custom .linklove {
	visibility:hidden;
}

.custom ol.cf-ol li.textonly {
	background:#ECEADA none repeat scroll 0 0 !important;
	font-size:0.9em;
	letter-spacing:1px;
	margin:6px 0 !important;
	padding:8px;
	text-align:left;
	text-transform: uppercase;
}

.custom #li--17 {
	text-transform: none;
}

.custom .cform input.sendbutton {
	background:transparent url(../images/btn-rounded.gif) no-repeat scroll right center;
}