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

/* Top Elements */

body {
	background: #FFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%; 
	color: #666666; 
	text-align: center;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	}

/* links */
a:link, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #5A93C9;
	background: inherit;
	text-decoration: underline;
}

h3 a:link, h3 a:visited {color: #88ac0b; text-decoration:underline; }
h3 a:hover {color: #5A93C9; text-decoration:none; }

/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: Bold; 
	letter-spacing: -1px;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
	padding: 10px;
	margin: 0;
}
h2 {
	font-size: 160%;
	color: #88ac0b;
	padding: 10px;
	margin: 0;
}

h3 {
padding: 15px 10px 10px 0px;
margin: 0;
	font-size: 160%;
	color: #8C9F0D;	
}

p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */

/*
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
} */
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.float-left2 {
  	margin: 0px 12px 5px 0px;
	float: left;
}

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: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
}

td {
padding: 8px;
}

tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	
}
label {
	font-weight:bold;
	margin:5px 0;
}

/* label {
	display:block;
	font-weight:bold;
	margin:5px 0;
} */

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 

.container { 		 /*  used in various places to clear floating especially when two columns are of different heights	*/
	width: 100%;
	overflow: hidden; 
	margin: 0px;
	padding: 0px; }
	

#wrap {
	/*position: relative;
	width: 980px;
	 background: #CCC url(../images/content.jpg) repeat-y center top; 
	margin: 0 auto;
	text-align: left;*/
}

/* #content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 980px;	
	padding: 0; 	
	background: #FFFFFF;	
	display: inline;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page 	
	
} */

 #content-wrap {
	clear: both;
	width: 910px;	
	padding: 0; 	
	background: #FFFFFF;	
	margin: 0px auto 20px auto; /* the auto margins (in conjunction with a width) center the page 	*/
	text-align:left;
	overflow:hidden;
}

#logo {
	padding: 0;
	height: 65px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it.  */
	width: 192px;  
	background: #FFF url(../images/icloseby_logo.gif) no-repeat right bottom; 
	float:right;
	display: block;
}

#banner {
	clear:both;
	height: 225px;
	width:100%;
	background: url(../images/banner_bg.jpg) top left repeat-x;
	color: #999999;
	}
	
#banner-inside {
	clear:both;
	height: 125px;
	width:100%;
	background: url(../images/banner_inside_bg.jpg) top left repeat-x;
	color: #999999;
	margin-top: 13px;
	}

#header {
	width: 888px;
	position: relative;
	background: #FFF;
	padding: 0;	
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */	
	clear: both;
	overflow: hidden; /* fixes float bug  */
}

#header #header-include {
float:left;
width: 400px;
font-size: 10px;
color: #666666;
text-align: left;
}




/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;	
	width:500px;
}

#header #header-links ul {
	margin: 0;
	padding: 0;
}

#header #header-links ul li {
	list-style-type: none;
	list-style-image: none;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
	float: right;

}

#header #header-links ul li a, 
#header #header-links ul li a:link, 
#header #header-links ul li a:visited {
	color: #838181;
	font-size: 10px;

}


#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(../images/header-photo.jpg) no-repeat center center;
}

/* Navigation */
#menu {
	clear: both;	
	padding: 0;		
}
#menu ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#menu ul li {
	display: inline;
	margin: 0; padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}



#globalnavcont {
	background: url(../images/globalnavcont_bg.jpg) top left repeat-x;
	background-color: #61B102;
	border-bottom: 1px solid #979797;
	padding:0px;
	width:100%;
}

#globalnav {

	background: url(../images/globalnav_bg.jpg) top center no-repeat;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
	padding:0px;
	width:980px;
	
	text-align:left;
}

 	/* This is assigned to the <ul> for a horizontal list  */
	#globalnav ul {
	margin: 0px;
	padding: 14px 0px 10px 37px;
	}
	
	#globalnav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
 	}
	
	 * html #globalnav ul li
 {
	width: 30px; /* IE 5.0 needs a width for some reason  */
	white-space: nowrap;
 }

	#globalnav a, #globalnav a:link {
		color: #FFFFFF;
		text-decoration: none;
		padding: 8px;
		letter-spacing:0px;
		font-size: 16px;
	}
	
	#globalnav a:visited {
		color: #FFFFF;
		text-decoration: none;
		border: none;
	}
	
	#globalnav a:hover {
		color: #000000;
		background-color: #FFFFFF;
		padding: 8px;
	}

#globalnav li.active a, #globalnav li.active a:link {
		color: #000000;
		background-color: #BEE48E;
	}

#globalnav ul li ul {display:none;}



#menu ul li a:hover, 
#menu ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;	
}
#menu ul li.active a {	
	background: url(../images/nav-hover.jpg) repeat-x;	
}
#menu ul li.active a:link {	
	background: url(../images/nav-hover.jpg) repeat-x;	
}
#menu ul li.active a:visited {	
	background: url(../images/nav-hover.jpg) repeat-x;	
}

/* Main Column */

#main {
	float: left;
	width: 60%;
	padding: 0; margin: 25px 0 0 10px;
	display: inline;
}
#main td{
	padding: 0; margin: 0;
}
p {
	padding: 0; margin: 0;
}



#main p {
	margin-bottom:10px;
}

#main h1, .contentheading, .componentheading {
	padding:0;
	margin:0;
	margin-top: 10px;
	color: #8C9F0D; 
	margin-bottom:10px;
	
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 320px;
	padding: 0 10px 0 0; margin: 10px 0 0 0;		
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	color: #8C9F0D; 
	font-size: 140%;		
}

#sidebar h2 {
	padding: 5px 5px 15px 0px; 
	color: #8C9F0D;
	font-size: 160%; 		
}

#sidebar div#static_sidebar { padding: 20px; }

#sidebar div#static_sidebar p { color: #999999; }


#sidebar ul.menu {
	text-align: left;
	margin: 0; 
	padding: 22px 20px 20px 20px;
	text-decoration: none;		

}
#sidebar ul.menu li {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 0px 0px;		
}


#sidebar ul.menu li a {
	text-decoration: none;	
	background-color: #999999;	
	color: #FFFFFF;	
	padding: 7px;
	width: 255px;
	display:block;		
}

#sidebar ul.menu li a:hover {	
	background-color: #ECECEC;
	color: #000000;	
}  

#fullwidth {
width: 800px; margin: 25px auto 10px auto; text-align:center; padding: 0px;
}
/* footer */


#footer {
	width: 100%;
	color: #B3BFDA;
	background-color:#4260A3;
	margin: 0px;
	clear:both;
	font-size: 12px;
	letter-spacing: 0px;
	padding: 0 0 30px 0;
	font-weight: normal;
	overflow: hidden; /* fixes float bug  */
}

#footer #footer-container { 
	width: 100%;
	overflow: hidden; 
	margin: 0px;
	padding: 0px; 
	width: 888px;
	margin: 0 auto;
	}

#footer #footer-include {
float:left;
width: 400px;
font-size: 10px;
color: #FFFFFF;
text-align: left;
padding-top: 20px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #B3BFDA;
}

#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	/* background: url(../images/footer-bottom.jpg) no-repeat center bottom; */
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(../images/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 820px;
	padding: 10px 0;
	text-align: center;
}

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

/* display and additional classes */
.clear { clear: both; }


/* no dropdown */

#menu ul ul {
display:none;
}


/* HIGHSLIDE */

.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits {display:none;}
/* a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
} */

a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* DOWNLOAD BUTTONS  */

ul.download {
list-style-type:none;
margin:15px 0px 0px;
padding:0pt;
}

ul.iphone a.download-link {
background-image:url(http://www.icloseby.com/images/download_bg_iphone.png);
}

ul.win a.download-link {
background-image:url(http://www.icloseby.com/images/download_bg_win.png);
}

ul.osx a.download-link {
background-image:url(http://www.icloseby.com/images/download_bg_osx.png);
}


ul.iphone a.download-link, ul.win a.download-link, ul.osx a.download-link {
background-position:0pt 100%;
color:#FFFFFF;
display:block;
margin-bottom:0.2em;
margin-left:-8px;
padding:0pt 0pt 12px;
text-decoration:none;
width:332px;
}

ul.iphone a.download-link:hover, ul.win a.download-link:hover, ul.osx a.download-link:hover {
background-position:100% bottom;
color:#FFFFFF;
cursor:pointer;
}

ul.iphone a.download-link span {
background-image:url(http://www.icloseby.com/images/download_bg_iphone.png);
display:block;
margin-bottom:4px;
min-height:48px;
padding:35px 14px 4px 100px;
width:218px;
}

ul.win a.download-link span {
background-image:url(http://www.icloseby.com/images/download_bg_win.png);
display:block;
margin-bottom:4px;
min-height:48px;
padding:35px 14px 4px 100px;
width:218px;
}

ul.osx a.download-link span {
background-image:url(http://www.icloseby.com/images/download_bg_osx.png);
display:block;
margin-bottom:4px;
min-height:48px;
padding:35px 14px 4px 100px;
width:218px;
}

ul.iphone a.download-link:hover span, ul.win a.download-link:hover span, ul.osx a.download-link:hover span {
background-position:100% 0pt;
}

ul.iphone a.download-link strong, ul.win a.download-link strong, ul.osx a.download-link strong {
color:#FFFFFF;
font-family:sans-serif;
font-size:140%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-0.02em;
line-height:normal;
text-decoration:underline;
}

ul.iphone a.download-link em, ul.win a.download-link em, ul.osx a.download-link em {
color:#FFFFFF;
display:block;
font-size:85%;
font-style:normal;
letter-spacing:0pt;
padding-top:3px;
}

div.contentpaneopen_edit {display:none;}


