/*

http://www.ascii-art.de/ascii/ab/bird.txt

*/


/* --------------------------------------------------*/
/* COLORS               	                         */
/* --------------------------------------------------*/


/*  
	Aubergine:			#6699cc ( custom link colour )
	Nearly black:		#303030
	Off-white:			#efefef
	Nearly-white:		#f7f7f7
*/


/* --------------------------------------------------*/
/* CSS RESET                                         */
/* --------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, div, form, fieldset, dl, dt, dd, ul, li, ol, img, table { margin:0; padding:0; border:0;}
	

/* --------------------------------------------------*/
/* BODY                                              */
/* --------------------------------------------------*/

body { 
	no_background: #efefef url(images/bg.gif);
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	nofont-size: 14px;
	padding: 0px 0px 0px 0px;
	}
	
body.home { 
	overflow: hidden; /* The large images used for the slide show will trigger scrollbars obviously */
	margin: 0px;
	padding: 0px;
	}

	
 #page {
	padding: 0px 0px 0px 420px; /* the width of the sidebar */
	width: 600px;
	no_background-color:#CCFF33;
	}
	
 #page h1 {
	color: #000000;
	font-weight:bold;
	font:24pt "Lucida Grande", Arial, sans-serif;
	}
	

/* --------------------------------------------------*/
/* SIDEBAR                                           */
/* --------------------------------------------------*/


 #sidebar {
	nobackground-color:#CC3300;
	width: 300px;
	noheight: 900px; /* Why did I set the height to 100% ?? */
	padding: 20px 10px 10px 45px;
	margin: 0px 0px 0px 0px;
	text-align: left; /* Setting the value to center, will center the content in the sidebar */
	float: left;
	display: inline;
 	}
	
 #sidebar h1 {
        color: #000000;
        font-family: "Lucida Grande", Arial, sans-serif;
	font-weight:bold;
	font-size: 28px;
	}
	

#sidebar h2 {
        color: #000000;
        font-family: "Lucida Grande", Arial, sans-serif;
	font-weight:bold;
	font-size: 14px;
	}

#sidebar h3 {
        color: #000000;
        font-family: "Lucida Grande", Arial, sans-serif;
	font-weight:normal;
	font-size: 11px;
	text-align: justify;
	}
	
	#sidebar h4 {
        color: #000000;
        font-family: "Lucida Grande", Arial, sans-serif;
	font-weight:normal;
	font-size: 11px;
	text-align: left;
	}
	
#share_container {
	padding-top: 50px;
	width: 150px;
	/* margin: 0px auto; if you want to center align left floated elements this bodge will do it if you know the approx. width of the container, which we do in this case */
	overflow: auto;
	}
	
p.share {
	float: left;
	display: inline;
	margin-right: 5px;
	}
	
.plusone_container {
	float: left;
	display: inline;
	padding-right: 3px;
	}

	
p.copyright {
	margin-top: 0px;
	font-size: 12px;
	color: #b4b4b4;
	}
	
/* --------------------------------------------------*/
/* CONTENT                                           */
/* --------------------------------------------------*/

 #content {
	nobackground-color:#FFFF66;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
	}
	
.slideshow {
	margin: 0px 0px 0px 0px;
	noheight: 750px;
	nowidth: 800px; /* has to be less than the browser viewport otherwise wraps*/
	}
	
.slideshow img {
 	padding: 0px;
	background-color: #eee;
	}
	
	
/* --------------------------------------------------*/
/* GALLERY                                           */
/* --------------------------------------------------*/
 
  
  ul#gallery {
    list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 450px; /* 370 = the width of the sidebar */
	/* For horizontal scrolling to work, we need to set the width of the container explicitly to force the container beyond the browser viewport */
	/* This is far from ideal. If we want variable nuber of images and variable widths this means calculating the container width and apply it manually in the HTML */
	/* number of images x image width + number of images  x 20px (padding on right) = container width */
	}
	
 ul#gallery li {
	padding: 0px 20px 0px 0px;
	/* images can be any width as long as specified in the img tag attributes width and height. Images must be same height. */
	float: left;
	display: inline;
	}
	
 ul#gallery li p {
        color: #000000;
        font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;

	}
	
 ul#gallery img {
	max-width: 100%;
	/* for mobile - not sure why */
	}
	
	
/* --------------------------------------------------*/
/* MAIN SITE NAVIGATION                              */
/* --------------------------------------------------*/
	
  ul#main-navigation {
    list-style-type:none;
	margin-top: 20px;
	padding-bottom: 30px;
	nobackground-color: #0066FF;
	}
	
 ul#main-navigation li {
	padding: 0px 0px 5px 0px;
	}
	
 ul#main-navigation li a {
	text-decoration: none;
	color: #666666;
    }
	
 ul#main-navigation li a:hover {
	color: #ababe3;
	background-color: transparent;
	}
	
 ul#main-navigation li a.selected {
	color: #ababe3;
	}
	
#share_container a:hover {
	background-color: transparent;
	}
	
	
/* --------------------------------------------------*/
/* BASIC FONT STYLES                                 */
/* --------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p {
	padding: 0px 0px 0px 0px;
	
	}
	
p { line-height: 21px;
}

	
a {
	color: #000000;
	text-decoration: none;
	border: 0;
	}
	
a:hover {
	color: #000000;

	}
	
a:focus {
	outline: none;
	}


/* --------------------------------------------------*/
/* CLEARIFX MOSTLY DEPRECATED                        */
/* --------------------------------------------------*/

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
	
/* --------------------------------------------------*/
/* SCROLL BACK HORIZONTALLY TO THE SIDEBAR MENU      */
/* --------------------------------------------------*/


#back-left {
	position: fixed;
	margin-top: 500px;
	margin-left: 95%;
	width: 40px;
	height: 20px;
	}
	
#back-left a {
	height: 20px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	background:  #303030 url(images/left_pointing_arrow_white.png) no-repeat 10px 10px;
	font-size: 12px;
	color: #303030;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	}
	
#back-left a:hover {
	color: #f7f7f7;
	background:  #ababe3 url(images/left_pointing_arrow_white.png) no-repeat 10px 10px;
	}
	
#back-left span { display:none;}
