/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	padding: 0 0 0 0px;
	text-align: left;
	height: 100%;	
	background:url(/images/shutterfly3.jpg) repeat-y top center;
	background-color:#DEF0B4;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	color:black;
}

/* links */
a {
	text-decoration: underline;
	color: #5A6F8E;
}

a:hover {
	border: none;
	background: gray;
	color: #FFFFFF;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 { font-size: 1.5em;color:black; margin-top:20px;}
h2 { font-size: 1.4em; color:black;margin-top:15px;}
h3 { 
	font-size: 1.3em; 
	color:#980000;
	padding:12px 0 0 0;
	}
h4 { 
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color:#006599; 
	_padding-left:10px;
	padding-bottom:2px;}


p { 	
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	padding-top:6px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
.imageleft {
         border:1px solid #CD96CD;
         background-color:#ffffff;
         padding:5px;
		  margin: 5px 15px 5px 0px;
         float:left;
} 
.imageright {
         border:1px solid #e5e5e5;
         background-color:#ffffff;
         padding:5px;
		 margin: 5px 0px 5px 15px;  
         float:right;
} 
/* below is the code for the home page's 3 columns */
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	} 
	
	#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:250px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:250px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin:0 0 -10px 0;
	background:#D7C4FA;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px 0 270px;
	width:250px;
	}

/* end of code for the home page */
	
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(/images/quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border:0;
	border-collapse: collapse;
	margin: 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #669900;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	_border-left: 1px solid gray;
	_border-right: 1px solid gray;
	_border-bottom: 1px solid gray;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #eee; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form 
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}
*/
/***********************
	  LAYOUT
************************/
#wrap {
	width: 820px;
	margin: 0 auto;
}

/* header */
#header {
	height: 140px;
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; 
	width: 455px;
	height: 156px;
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 156px;	
	background: #4E3525;
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 50px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 34px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 60px;
}

/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #4E3525;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #C8935D;
	color: #FFF;
}
#menu li a#current  {
	background: #993333;
	color: #FFF;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	width: 100%;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* main */
#main {
	float: left;
	width: 100%;	
	margin:0; 
	padding: 0 0px 0 0px;	
	color:black;
}
#main h1 {
	padding: 10px 0 5px 5px;
	border-bottom: 1px dashed #D5D5D5; 	
	font-size:1.3em;
}


.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post .post-footer .date {
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	padding-left: 20px; margin: 0 10px 0 5px;
}
/* Sidebar */	

#sidebar {
	_float: right;
	width: 200px;
	padding: 0; 
	margin:0;
	color: #000;	
}	
#sidebar h2, h3 h4 {
	margin: 15px 0px 0px 10px;
	color: red;	
}
#sidebar p {
	margin-left: 5px;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	_margin: 7px 0px 8px 0; padding: 0;
	text-decoration: none;	
	font: 12px verdana, Tahoma, Sans-serif;
	
}
#sidebar ul.sidemenu li {
	list-style: square;
	padding: 4px 0 0 0;
	margin: 0 2px;	
	color: #777;	
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: green;				
}
/*
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}

/* footer */

#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	text-align: center;
	width:60%;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

.myBox {
    _margin: 0 auto;
    border: 1px solid green;
    color: black;
    width: 80%;
    padding: 20px;
    text-align: left;
    _background-color: #f00;
    _border-top: 3px solid #0F0;
    _border-bottom: 3px solid #0F0;

    _border: 3px solid green;
    _border-right: 3px solid #fff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
div.dots {
padding-left:10px;
border-top: 1px dotted gray;
border-bottom: 1px dotted gray;
}

table.services {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: lightgray;
	border-collapse: separate;
	background-color: white;
}
table.services th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.services td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; 
}
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; 
}
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.center { margin: 0.5em 0pt 0.5em 0.8em; float:center; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; }
.div #content { -moz-column-count: 4; -webkit-column-count: 4; }