/* ##########################################
   ##  Name: Pro Business                  ##
   ##  Developed by: cesiel1993            ##
   ##  File: blue.css - Blue Stylesheet    ##
   ##  Last Updated: February 23rd, 2009   ##
   ##  Help: Email - cesiel1993@gmail.com  ##
   ##########################################
*/


body {
	background: url(../images/bg.png) repeat;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #555555;
}


/* ---- Standard Elements ---- */

a {
	color: #3069b0;
	text-decoration: none;
}

a:hover {
	color: #3069b0;
	text-decoration: underline;
}

a:visited {
	color: #3069b0;
	text-decoration: none;
}

a:active {
	color: #3069b0;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.7em;
	color: #555555;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	margin: 0 0 7px 0;
	color: #333333;
}

h1 { font-size: 28px; letter-spacing: -.5px; }
h2 { font-size: 24px; letter-spacing: -.5px; }
h3 { font-size: 18px; letter-spacing: -.2px; }
h4 { font-size: 16px; letter-spacing: -.2px; }
h5 { font-size: 14px; color: #444444; margin-bottom: 5px;}

input {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

.textarea2 {
	background: #44423e;
	border: 1px solid #302e2b;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
}

hr {
	height: 1px;
	color: #DDD;
	background-color: #DDD;
	border: 0;
	margin: 15px 0 15px 0;
}


/* ---- Header ---- */

#topbanner {
	background: url(../images/topbanner_bg.png) repeat-x;
	height: 81px;
}

#topbanner_container {
	width: 1000px;
}

#topbanner_name {
	float: left;
	background: url(../images/blue-topbanner_name.jpg) no-repeat;
	width: 400px;
	height: 81px;
}


/* ---- Navigation ---- */

#nav {
	background: url(../images/nav_bg.png) repeat-x;
	height: 108px;
	padding: 12px 0px 0px 33px;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

#nav a {
	color: #7c7870;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:active {
	color: #FFFFFF;
}


/* ---- Content ---- */

#container {
	background: url(../images/container_bg.png) repeat;
	width: 100%;
	height: 100%;
}

.spacer {
	height: 1px;
	clear: both;
}

#left {
	float: left;
	width: 300px;
	margin: -50px 0px 15px 30px;
	color: #666666;
}

#left h2 {
	color: #89857c;
	font-style: italic;
}

#left p {
	color: #89857c;
}

.work_sample {
	background: #302e2b;
	border: 1px solid #706d65;
	padding: 10px;
}

#content_container {
	float: left;
	margin-bottom: -50px;
}

.content {
	background: url(../images/content_bg.png) repeat-y;
	width: 552px;
	margin: -50px 0px 0px 30px;
	padding: 25px;
}

.form {
	margin: 0 auto;
	width: 500px;
	padding: 14px;
}

#contact_form label {
	color: #333333;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
}
	
#contact_form .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}
	
#contact_form input {
	float: left;
	width: 300px;
	margin: 2px 0 30px 10px;
	color: #444444;
}
	
#contact_form textarea {
	float: left;
	width: 300px;
	margin: 2px 0 30px 10px;
	color: #444444;
}
	
#contact_form button { 
	clear: both;
	margin-left: 355px;
	background: #333333;
	color: #FFFFFF;
	border: solid 1px #111111;
	font: 12px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 4px 6px;
}

.portfolio_work {
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 10px;
}

.blog_dateandauthor {
	font-style: italic;
	font-size: 11px;
	color: #999999;
	margin: -5px 0 7px 0;
}

.content_topandbottom {
	float: left;
	background: url(../images/content_topandbottom.png) no-repeat;
	width: 602px;
	height: 1px;
	margin: -50px 0px 0px 30px;
}


/* ---- Footer ---- */

#footer {
	border-top: 1px solid #53514c;
	height: 90px;
	width: 100%;
}

.footer_text {
	margin: 20px 0px 0px 30px;
	color: #79756d;
}