/*-----------------------------------------------------
   AUTHOR:  	Boutros AbiChedid - Blue Olive Online LLC
   				All Rights Reserved 
   START DATE:	April 3, 2010
   PURPOSE: 	CSS Styles for printing the Website.
   				Blue Olive Online Website . 
 -------------------------------------------------------*/
body {
	margin:0 ;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font:400 12pt "Times New Roman", Times, serif;
	color: #000;
	background-color: #fff;
}

/* show the company name instead of the logo image*/
#logo h1 {
	padding: 0;
	font-size: 24px;
	margin: 0;
	line-height: normal;
}
/* don't display menu, error script, hr */
 #buttons, .error, hr {
	display: none;
}

#quickcontact {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

a, a:link{
  	color: #009 !important;
	background-color:inherit;
	text-decoration: none !important;
}

/* Prints the URL after a link in CSS2 supporting browsers */
/* This is not supported in IE 6/7/8 and IE 5.2 for Macintosh */
a:link:after, a:visited:after {
   	content: " (" attr(href) ") ";
	color:#003;
	background-color:inherit;
	font-size: 8pt;
}

.hide_in_print {
	display: none;
}

#footer {
	padding: 10px;
	text-align:center;
	border-top: 2pt solid #000;
	clear:both;
}

input, textarea {
	border:1pt solid #000;
	color:#000;
	background-color: inherit;
}

acronym, abbr {
	border:0;
}

/*************** Content Section for Portfolio, Resources and FAQ pages *****************/

.right_side, .left_side, .right_side1, left_side1, right_side2, left_side2 {
	margin: 0;
	padding: 0;	
}

dt {
	font-weight:bold;
	font-size: 1.1em;
	padding: 5px;
} 
dd {
	padding: 0 15px 5px 5px;
	text-align:justify;
}
dd p {
	padding-bottom: 2px;
}

/************ response ans doesnotexist pages ************/
#response {
	text-align: center;
	margin: 50px auto;
}

span.header_info {
	font-size: 105%;
}

span.header_info_big {
	font-size: 140%;
}
/********************* General Classes *********************/

.boldit {
	font-weight:bold;
}
.center {
	text-align: center;
	margin: 5px auto;
}

.big {
  	font-size: 1.2em; 
}
.medium {
  	font-size: 1.1em; 
}
.small {
  	font-size: 0.8em; 
}
.smallcaps {
	font-variant: normal; /* this is only for print */
}
.oblique {
	font-style: oblique; 
}
.clearboth {
	clear:both;
}
.underline {
	text-decoration: underline;
}
