/* @override 
	http://localhost:3002/stylesheets/style.css
*/

/* COLORS 
	almost_black: #2d2d2d; // menu text
	almost_black(2): #1e1e1e; // footer bg
	beige: #fff8e8;
	blue: #148fc6;
	blue2: #0f9bd0; // contact
	grey: #e4e4e4; // borders
	grey: #9f9f9f; // bottom list headers
	grey (lighter): #b1b1b1;
	grey (dark): #6e6e6e; // blog headers
	orange: #feb600;
*/

@font-face {
  font-family: "Lucida Grande";
  src: url(/fonts/LucidaGrande.otf);
}


/* flash message */

div#flash_notice, div#flash_error {
	float: left;
	clear: both;
	width: 985px;
	background-color: #76C105;
	text-align: center;
	padding: 7px;
	font-size: 12px;
	color: #fff;
}

div#flash_error {
	background-color: red;
}

body {
	width: 1000px;
	margin: 10px auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

div#top {
	float: left;
	width: 985px;
}

div#top img.logo {
	float: left;	
}

div#top span.lang {
	float: right;
	color: #148fc6;
	font-size: 11px;	
}

ul#menu {
	float: right;
	margin-top: 30px;
}

ul#menu li {
	display: inline;
	float: left;
	text-align: center;
	margin-left: 50px;
}

ul#menu li img {
	margin-bottom: 6px;
}

ul#menu li span {
	float: left;
	font-size: 13px;
}

ul#menu li span a {
	text-decoration: none;
	color: #2d2d2d;
}

div#banner {
	float: left;
	width: 1000px;
	margin-top: 25px;
}

div#basic_info {
	float: left;
	width: 1000px;
	height: 175px;
	margin-top: -2px;
	border-bottom: 4px solid #feb600;
	background-color: #fff8e8;
}

div.info_column {
	float: left;
	width: 312px;
	height: 155px;
	padding-right: 20px;
	border-right: 1px solid #e4e4e4;
}

div.info_column h1 {
	padding-top: 18px;
	margin-left: 25px;
	font-size: 18px;
	font-weight: bold;
}

div.info_column p {
	margin: 12px 0 20px 25px;
	font-size: 12px;
	line-height: 18px;
	color: #2d2d2d;
}

div.info_column a, div#news a.more {
	float: right;
	color: #148fc6;
	font-size: 11px;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.info_column a img, div#news a img {
	position: relative;
	top: 4px;
	left: 5px;
}

div#news, div#last_project {
	float: left;
	margin-top: 23px;
	margin-left: 25px;
	width: 280px;
}

div#news h2, div#last_project h2, div#facebook h2, div#contact h2 {
	font-size: 16px;
	color: #2d2d2d;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: lighter;
}

div#news h3, div#last_project h3, div#facebook h3, div#contact h3 {
	padding-top: 5px;
	font-size: 11px;
	color: #b1b1b1;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: lighter;
}

div#news ul {
	margin: 20px 0px 17px 15px;
}

div#news ul li {
	list-style-image: url(../images/bullet.jpg);
	margin-bottom: 6px;
}

div#news ul li a {
	font-size: 11px;
	color: #6e6e6e;
	text-decoration: none;	
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#news ul li a:hover {
	text-decoration: underline;
}

div#last_project {
	margin-left: 54px;
}

div#last_project img {
	margin-top: 20px;
	border: 2px solid #f2f2f2;
}

div#facebook, div#contact {
	position: relative;
	right: -25px;
	float: left;
	width: 335px;
	height: 114px;
	margin-top: 10px;
}

div#contact {
	margin-top: 30px;	
}

div#facebook img, div#contact img {
	float: left;
}

div#facebook div.widget {
	float: left;
	width: 300px;
	margin-bottom: 5px;
}

div#contact {
	height: 129px;
	background-color: #0f9bd0;
}

div#facebook h2, div#contact h2 {
	float: left;
	margin-top: 12px;
	margin-left: 4px;
}

div#contact h2 {
	color: #ffffff;
}

div#facebook h3, div#contact h3 {
	float: left;
	width: 321px;
	margin-left: 4px;
	padding-top: 5px;
	line-height: 14px;
	color: #ffffff;
}

div#facebook h3 {
	color: #9f9f9f;
}

div#contact table {
	float: left;
	margin-top: 15px;
	margin-left: 4px;	
}

div#contact table td {
	height: 17px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
	
}

div#contact table td.left {
	color: #ffb900;
	padding-right: 10px;
	text-align: right;
}

div#bottom {
	float: left;
	width: 1000px;
	height: 300px;
	margin-top: 25px;
	background-image: url(../images/bottom_bg.png);
	background-repeat: repeat-x;
	background-color: #2b2b2b;
}

div#bottom ul {
	float: left;
	width: 160px;
	margin-top: 30px;
	margin-left: 28px;
}

div#bottom ul li {
	padding: 7px 0px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #9a9a9a;
}

div#bottom ul li.header {
	font-size: 12px;
	color: #9f9f9f;
	text-transform: uppercase;
}

div#bottom ul li a {
	color: #ffffff;
	text-decoration: none;
}

div#bottom ul li a img {
	position: relative;
	top: 4px;
	margin-top: -7px;
	margin-right: 10px;
	
}

div#bottom div.contact {
	float: left;	
	width: 100px;
	margin-left: 90px;
}

div#bottom div.contact p {
	float: left;
	width: 202px;
	margin-top: 7px;
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 11px;
	color: #ffffff;	
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#footer {
	float: left;
	width: 940px;
	height: 10px;
	padding: 15px 30px;
	margin-bottom: 20px;
	background-color: #1e1e1e;
	font-size: 10px;
	color: #ffffff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#breadcrumbs {
	float: left;
	width: 1000px;
	margin-top: -2px;
	border-top: 4px solid #feb600;
	border-bottom: 2px solid #e7e7e7;
}

div#breadcrumbs ul {
	margin-left: 30px;
	padding: 1px 0 4px 0;
}

div#breadcrumbs ul li {
	display: inline;
	font-size: 11px;
	color: #2d2d2d;
}

div#breadcrumbs ul li img {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

div#breadcrumbs ul li a {
	color: #148fc6;
	text-decoration: none;
}

div#content {
	float: left;
	margin-top: 20px;
	padding: 0 30px;
}

div#content p {
	line-height: 20px;
	font-size: 12px;
	color: #2d2d2d;
	text-align: justify;
}

/**** SERVICES ****/

div.services {
	
}

div.services img {
	float: left;
	position: relative;
	top: 25px;
}

div.services h1 {
	float: left;
	position: relative;
	top: 3px;
	left: 30px;
	margin-top: 20px;
	font-size: 16px;
	color: #148fc6;
}

div.services p {
	float: left;
	margin-top: 7px;
	margin-left: 74px;
	color: #2d2d2d;
	font-size: 12px;
	text-align: justify;
}

/**** PORTFOLIO ****/

div#project_preview {
	float: left;	
	width: 550px;
}

div#project_preview h1 {
	float: left;
	width: 550px;
	clear: both;
	margin-bottom: 6px;
	font-size: 16px;
	color: #148fc6;
}

div#project_preview span {
	float: left;
	width: 67px;
	margin-top: 4px;
	margin-right: 4px;
	font-size: 12px;
	color: #2d2d2d;
}

div#project_preview span.scope {
	float: left;
	width: 300px;
	display: inline;
	color: #656565;
	font-size: 12px;
	margin-bottom: 20px;
}

div#project_preview p {
	clear: left;
	float: left;
	width: 550px;
	margin-bottom: 10px;
	text-align: justify;
}

div#project_preview a {
	text-decoration: none;
	color: #148fc6;	
}

div#project_preview a.online {
	clear: both;
	float: left;
	margin-left: 415px;
	font-size: 11px;
	width: 300px;
}

div#project_preview a.online img {
	position: relative;
	top: 1px;
}

img.project_preview {
	float: right;
	margin-right: 40px;
}

div#projects_list {
	float: left;
	width: 1000px;
	margin-left: -30px;
	margin-bottom: 10px;
	margin-top: 40px;
	border-top: 1px solid #FFB600;
}

div#projects_list h2 {
	margin-left: 30px;
	padding: 20px 0;
	color: #2d2d2d;
	font-weight: lighter;
	font-size: 14px;	
}

div#projects_list ul {
	margin-left: 30px;
}

div#projects_list ul li {
	display: inline;
	float: left;
	width: 143px;
	margin-right: 50px;
	text-align: center;
}

div#projects_list ul li img {
	margin-bottom: 4px;
	padding: 5px;
}

div#projects_list ul li img:hover {
	background-color: #feb600;
}

div#projects_list ul li a {
	font-size: 11px;
	color: #2d2d2d;
	text-decoration: none;
}


/****ABOUT US*******/

div#about {
	float: left;
	width: 740px;	
}

div#about h1 {
	float: left;
	clear: both;
	font-size: 16px;
	color: #148fc6;
	margin-bottom: 7px;
}

div#about p {
	float: left;
	clear: both;
}

div#about p {
	margin: 10px 0 30px 0;
}

div#about p.lead {
	margin: 5px 0 0 0;
	font-weight: bold;
}

ul#about_menu {
	float: left;
	margin-left: 50px;
	width: 150px;
}

ul#about_menu h2 {
	color: #6e6e6e;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
}

ul#about_menu li {
	font-size: 13px;
	line-height: 22px;
}

ul#about_menu li a {
	color: #6e6e6e;
	text-decoration: none;
}

ul#about_menu li a:hover {
	text-decoration: underline;
	
}

/****JOBS*******/

h1.jobs_list, h1.jobs {
	float: left;
	clear: both;
	font-size: 16px;
	color: #148fc6;
	margin-bottom: 7px;
}

h1.jobs {
	width: 500px;
}

h1.jobs_list {
	text-decoration: underline;
}

p.jobs_list, p.jobs {
	float: left;
	clear: both;
	width: 800px;
}

p.jobs {
	margin-top: 7px;	
}

p.jobs a {
	color: #148fc6;
	text-decoration: none;
}

p.jobs a:hover {
	text-decoration: underline;
}

ul.jobs_list {
	float: left;
	clear: both;
	margin: 10px 0 0px 23px;
}

ul.jobs_list li {
	margin-bottom: 10px;
	font-size: 14px;
	list-style-image: url(../images/arrow_min.jpg);
}

ul.jobs_list li a {
	text-decoration: none;
	color: #6e6e6e;
}

ul.jobs_list li a:hover {
	text-decoration: underline;
}

span.jobs {
	float: left;
	clear: both;
	width: 800px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
}

ul.jobs {
	float: left;
	clear: both;
	width: 800px;
	margin: 5px 0 5px 0;	
}

ul.jobs li {
	margin-left: 15px;
	font-size: 12px;
	line-height: 17px;
	list-style-image: url(../images/bullet.jpg);
}

div.jobs_clear {
	float: left;
	height: 2px;
	margin: 20px 0 30px 0;
	width: 970px;
	border-bottom: 1px dotted #e4e4e4;
}

/****BLOG*******/
div#blog {
	float: left;
}

div#blog div#left {
	float: left;
	width: 700px;
}

div.entry {
	float: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #e4e4e4;
}

div.entry h1 {
	font-size: 16px;
}

div.entry h1 a {
	color: #148fc6;
	text-decoration: none;
}

div.entry h1 a:hover {
	text-decoration: underline;
}

div.entry span.info {
	float: left;
	clear: both;
	width: 700px;
	margin: 7px 0 10px 0;
	font-size: 11px;
	color: #6e6e6e;
}

div.entry img.titled {
	float: left;
	margin: 5px 0;
	padding: 0 15px 5px 0;
}

div.entry p a {
	text-decoration: none;
	color: #148fc6;	
}

div.entry p a:hover {
	text-decoration: underline;
}

div.entry p {
	margin-bottom: 10px;
}

div.entry p.lead {
	margin: 30px 15px;
	font-weight: bold;
}

div.entry div.content {
	
}

div#blog div#right {
	float: left;
	width: 100px;
	height: 400px;
	margin-left: 50px;
	padding-left: 20px;
	border-left: 1px solid #6e6e6e;
}

div#blog div#right h2 {
	color: #6e6e6e;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
}

div#blog div#right ul.categories {
	
}

div#blog div#right ul.categories li {
	font-size: 13px;
	line-height: 20px;
}

div#blog div#right ul.categories li a {
	color: #6e6e6e;
	text-decoration: none;
}

div#blog div#right ul.categories li a:hover {
	text-decoration: underline;
	
}

/****CONTACT*******/

div.contact_site {
	float: left;
	width: 450px;
	padding-right: 150px;
	border-right: 1px solid #d9d9d9;	
}

div.contact_site h1, div#contact_data h1 {
	font-size: 16px;
	color: #148fc6;
}

form#contact {
	margin-top: 30px;
}

form#contact label, form#contact input, form#contact textarea {
	float: left;
	clear: both;
}

form#contact label {
	margin-bottom: 6px;
	font-size: 11px;
	color: #656565;
}

form#contact input, form#contact textarea {
	border: 1px solid #d9d9d9;
	color: #656565;
}

form#contact input {
	width: 320px;
	height: 15px;
	margin-bottom: 12px;
	font-size: 12px;
	padding: 4px 1px;
}

form#contact textarea {
	width: 450px;
	height: 200px;
	padding: 4px 1px;
	font-size: 12px;
	
}

form#contact input#submit {
	float: left;
	clear: both;
	width: 81px;
	height: 21px;
	margin-top: 20px;
	margin-left: 375px;
	border: none;
	background-image: url(../images/form_contact_submit.jpg);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
}

div#contact_data {
	float: left;
	margin-top: 130px;
	margin-left: 120px;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 18px;
}

div#contact_data h1 {
	margin-bottom: 20px;
}



