@charset "ISO-8859-1";
/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

.display-none {
	display: none;
}

/*body { 
	background: #000000;
	color: #333; 
	font: 59% Georgia, "Times New Roman", Times, serif; 
	text-align: center; 
}*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #4D4D4D;
	background-image: url(/images/bodybkgd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font: 59% Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h1, h2, h3 { 
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif; 
}

body a, 
bdoy a:visited, 
body a:hover { 
	color: #FF8000; 
	text-decoration: none; 
}

h1 a, 
h1 a:visited, 
h1 a:hover { 
	color: #FF8000; 
	text-decoration: none; 
}

h2 a {
	color: #FF8000;
	text-decoration: none;
}
	
h2 a:visited {
	color: #FF8000;
	text-decoration: none;
}
	
h2 a:hover {
	color: #666666;
	text-decoration: underline;
}

#container { 
	width: 1000px; 
	margin: 15px auto 0 auto;
	background-color: #FFFFFF; 
}

#masthead { 
	width: 1000px; 
	height: 155px; 
	background: #FFFFFF url(images/bloglogo.jpg) no-repeat;
	/* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */
}

#masthead h1 { 
	width: 700px;
	margin-left: 200px;
	padding: 0.4em 0 0.2em 0; 
/*	border-top: 1px solid #ccc; */
	text-align: center; 
	clear: both; 
	
}

#masthead h3 { 
	margin: 0 0 0.75em 200px; 
	font-weight: normal; 
	font-size: 1.8em; 
	text-transform: none; 
	color: #888; 
	text-align: center;
}

#container { 
	width: 1000px; 
	margin: 0 auto; 
}
					
#content_box { 
	width: 1000px; 
/*	padding-top: 20px;*/
	padding-top: 0;
	text-align: left; 
	float: left; 
	clear: both; 
	background: #FFFFFF url(images/col1bkgd.gif) left top repeat-y;
}

#content { 
	width: 500px; 
	padding: 30px 0 0 20px; 
	float: left; 
}
		
#sidebar { 
	width: 210px; 
	padding: 20px 0 0 15px; 
	float: right; 
}
	
#l_sidebar { 
	width: 205px; 
	padding: 0 0 0 0; 
	float: left; 
}
		
#footer { 
	width: 100%; 
	padding: 1.2em 0 0 0; 
	border-top: 2px solid #ccc; 
/*	float: left; */
	clear: both; 
}

/* GLOBAL NAV STYLES */



div#l_sidebar ul#globalnav {
	width: 198px;
	margin: 0 0 14px 0;
	padding: 0;
}

div#l_sidebar ul#globalnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#l_sidebar ul#globalnav li a:link,
div#l_sidebar ul#globalnav li a:visited {
	width: 174px;
	margin: 0;
/*	padding: 12px 20px;*/
	padding: 6px 10px 6px 25px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
/*	font-weight: bold;*/
	color: #000000;
	border-bottom: solid 2px #FFFFFF;
	display: block;
/*	background-color: #009900;*/
	text-decoration: none;
	text-transform:uppercase;
}

div#l_sidebar ul#globalnav li a:hover {
	color: #FF8000;
}


#l_sidebar ul#globalnav li a.globalnav_link_home {
	background: url(/images/globalnav_bullet_home.gif) no-repeat 9px 9px;
}

#l_sidebar ul#globalnav li a.globalnav_link_services {
	background: url(/images/globalnav_bullet_services.gif) no-repeat 9px 9px;
}

#l_sidebar ul#globalnav li a.globalnav_link_portfolio {
	background: url(/images/globalnav_bullet_portfolio.gif) no-repeat 9px 9px;
}

#l_sidebar ul#globalnav li a.globalnav_link_testimonials {
	background: url(/images/globalnav_bullet_testimonials.gif) no-repeat 9px 9px;
}

#l_sidebar ul#globalnav li a.globalnav_link_news {
	background: url(/images/globalnav_bullet_news.gif) no-repeat 9px 9px;
}

#l_sidebar ul#globalnav li a.globalnav_link_careers {
	background: url(/images/globalnav_bullet_careers.gif) no-repeat 9px 9px;
}

#l_sidebar ul#globalnav li a.globalnav_link_contact {
	background: url(/images/globalnav_bullet_contact.gif) no-repeat 9px 9px;
}


/* SIDEBAR STYLES */
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1em;
	background-color: #CCCCCC;
	padding: 3px;
	color: #666666;
}

#sidebar h2 {
	text-decoration: none;
}

#sidebar {
	font: 1.2em Arial, Helvetica, sans-serif;
}

#sidebar a {
	color: #FF8000;
	text-decoration: none;
}
	
#sidebar ul ul li, 
#sidebar ul ol li {
	color: #777;
}

#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, 
#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, 
#sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, 
#sidebar ul ol {
	margin: 0 0 0 10px;
}
 
#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, 
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

li.widget h2, li.linkcat h2 { 
	font-weight: bold; 
	font-size: 1.077em; 
/*	text-transform: uppercase; */
	letter-spacing: normal; 
	margin: 0 0 0.8em 0; 
	padding: 0.4em 2px; 
/*	border-top: 3px solid #000;*/ 
/*	background: url('images/hr_dot_black.gif') 0 100% repeat-x;*/
}

ul#contact-details-footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0;
	padding: 10px;
}

ul#contact-details-footer li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

ul#contact-details-footer li .orangeletter {
	color: #FF6600;
}