/* +----------------------------------------------------+ */
/* | Stylesheet used on basilandco.com                  | */
/* +----------------------------------------------------+ */

html {
	color: #000000;
	background: #ebe9e1 url('/images/background.png');
}

body {
	font-family: Georgia, sans-serif;
	font-size: 1.0em;
}

#wrapper {
	margin: 50px 0px;
}

#header {
	text-align: center;
	margin: 20px 0px;
}

#footer {
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
	padding: 20px 0px;
}

#footer p {
	margin: 0px;
}

#footer span {
	font-size: 0.9em;
}

h2 {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	font-style: italic;
	margin: 70px 0px 20px 0px;
	text-align: center;
}

a {
	color: #d34c36;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	text-align: center;
}

input.text_field {
	color: #d34c36;
	width: 200px;
	padding: 3px 5px;
	border: solid 1px #888888;
}

fieldset {
	border: none;
}

div.projects {
	font-size: 0.9em;
	margin: 40px 0px 100px 0px;
	overflow: hidden;
}

div.project {
	padding: 0px 20px;
	overflow: hidden;
}

div.project img {
	float: left;
	margin-right: 20px;
}

div.project p {
	width: 220px;
	margin: 0px;
	float: left;
}


/* +----------------------------------------------------+ */
/* | Third party CSS                                    | */
/* +----------------------------------------------------+ */

/* Helpspot contact form */
body a#helpspot-widget-tab,body a#helpspot-widget-tab:link{position:fixed!important;top:35%!important;display:block!important;width:37px!important;height:100px!important;margin:0!important;padding:0!important;z-index:100001!important;background-repeat:none!important;outline-style:none;}body a#helpspot-widget-tab:hover{cursor:pointer;}* html a#helpspot-widget-tab,* html a#helpspot-widget-tab:link{position:absolute!important;background-image:none!important;}div#helpspot_widget_tab_close{position:absolute;top:-15px;right:-15px;margin:0;padding:0;}div#helpspot_widget_tab_wrapper{width:550px;height:620px;margin:0 auto;z-index:2;position:relative;}div#helpspot_widget_tab_loading{font-size:26px;padding:10px;}#helpspot_widget_tab_iframe{width:100%;height:100%;display:none;}



