
/* keep this comment in to make GVIM colour code the following CSS */
/*<style type="text/css">*/


/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

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

a {text-decoration: none;}

body {
	background: #111 url(/assets/images/bg.jpg) repeat-y center top;
	color: #BBB;/*#BBB;/**/
	/*font: normal 62.5% "Lucida Sans Unicode",sans-serif;/**/
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

input1 {
	color: #BBB;
	/*background: #111;*/
	/*background: #333;*/
	/*background: #444;*/
	background: #191919;
	font-size: 1.3em;

	border:2px solid;

	border-top-color:#ffcc00;
	border-left-color:#ffcc00;
	border-right-color:#039;
	border-bottom-color:#039;
}

input.submit {
display: block;
font-size: 1.3em;
cursor: pointer;
border: solid black 3px;
margin: 3px;
border-color: gray black black gray;
background: #444;
color: #BBB;
}

.extra_space
{
  /*
  ** This is used in the paging lines ("Prev 1 2 3 Next") to put some extra
  ** whitespace before/after the current page number because when
  ** the number is emphasised/boldened the kerning (or lack of it) forces
  ** the characters to close together and looks ugly.
  ** Drawback here is that when it is the first/last number in the list
  ** there is some extra (uneeded) space before/after the number (respectively)
  */
  /*letter-spacing: 3px/**/
  margin-left:2px;
  margin-right:2px;
}

form,p,ul,dl,label {
	font-size: 1.3em;/**/
	padding-bottom: 1.2em;
}

/*
** Handling font-size inheritance. By default (and for no good reason that I
** can understand) list-items in nested lists "compound" (or multiply) when
** using "ems". Thus the first level would have a font-size of 1.3em and the
** next level would be 1.3x1.3 = 1.69ems.
**
** For a more details description of using ems in a pixel browser and the pitfalls
** to be encountered in the "relative" resizing of elements and sub-elements
** have a read of http://www.clagnut.com/blog/348/
**
** The workaround is to specify the font-size explicitly for list items but
** using a contextual selector so that all sub lists have a scale factor of 1
*/
/* TODO: add the other list types (like numbered) here as well */
ul ul {font-size: 1em;}

/********************/
label.form-label {
	font-size: 1.5em;
	padding-bottom: 1em;
}

blockquote.testimonial
{
  margin: 2em 0px;/**/

  /*-
  ** the 50px needs to be the same as the -50px used for the
  ** right margin in the :before
  */
  padding-left: 50px; /* should probably use EMs */
  /*padding-left: 6em;/**/


  font: bold 1.3em Arial, Helvetica, sans-serif;/**/
  width: 90%;/**/
  /*border:1px  solid blue;/*debugging*/
}

blockquote.testimonial:before
{
  content: '\201C';/**/
  font-family: Arial, Helvetica, sans-serif;/**/
  font-size: 6em;/**/
  font-weight: bold;/**/

  /* make the text appear to the left of the main blockquote */
  display: inline; float:left;
  margin: 30px 0px 0px -50px;/*Top Left Bottom Right*/
  line-height: 0px;/**/
  /*border:1px  solid green;/**/
}





code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.0em sans-serif;}
h2 {
	font: normal 1.4em Verdana,sans-serif;
	color: #EEE;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}

/*
 * Need this for IE 6/7 which even though it is in strict XHTML mode makes
 * other text on the page disappear if there is no text immediately after the
 * <div class="clearer"></div>
 * Luckily the "hack" doesn't seem to affect Firefox
 */
.clearer
{
  width:0px;
}

.stripes {
	background: #333 url(/assets/images/stripe.gif);
	height: 6px;
}
.left {float: left;} /**/
.right {float: right;} /**/

/* header */
.header {
	/*background: #111;*/
	/*background: url(/assets/images/header_background.jpg) no-repeat right top;*/
	border-bottom: 1px solid #333;
	/*font: normal 4em sans-serif;/**/
	height: 100px;
}
div.header a
{
  text-decoration: none;
}

div.header span.left a
{
  color: #888;
  /*display: block;/**/
  line-height: 100px;
  /*width: 100%;/**/
}
.header span {padding-left: 32px;}
.header a:hover {
	/*background: #191919;*/
	color: #BBB;
}

div.header span.left
{
  /* set the font size for "Karen Gavin Photography" */
  font: normal 4em sans-serif;
}

div.header span.right a
{
  color: #CCC;
}

.header .lefthead, .footer .leftbottom, .header .left
{
  float: left;
}

div.header span.right
{
  /*display: block;/**/
  /*text-align: top;/**/
  /*vertical-align: bottom;/**/
  margin-right: 5px;
  /*margin-top: 5px;/* text is centered vertically so don't need anything at the top */
  padding-left: 0px; /* cancel the ".header span" setting above */
  float: right;
  font: bold 1.3em Verdana,sans-serif;
}

#infoblock
{
  height:100px; /* needs to be the same as .header:height */
  display: table-cell;
  vertical-align: middle;
}
div#infoblock a:hover {color: white;}

div.header span.right div
{
}

.footer .rightbottom
{
  float: right;
}

/* structure */
.container {
	border: 3px solid #444;
	/* Victor Gavin - 2007/11/11
	 * took out the border-top:none as I thought the page was
	 * unbalanced without it
	 */
	/*border-top: none;*/
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

/* commented out the following 2 lines because the float right was failing
* when within the "main" div. Nothing else seemed to be using right/left
* within "main" so it shouldn't be a problem
*
* Victor Gavin [2009-06-03]
*/
/*.main .left {width: 100%;float:left}/**/
/*.main .right {width: 430px;float:left}/**/
/*.right .photo {width: 400px;}/**/

/*.left_col {width: 100%;float:left}/**/
/*.right_col {width: 430px;float:left}/**/

.fluidleft
{
  float: left;
  width: 100%;
}
.main .left
{
  margin-right: 665px; /*Set right margin to .right:width */
}
.main .right
{
  float: left;
  width: 665px; /*Width of right column in pixels*/
  margin-left: -665px; /*Set left margin to -(.right:width ) */
}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}


/* content elements */
.content h1, .subnav h1 {
	background: url(/assets/images/bgh1.gif) repeat-x left bottom;/*put a embossed underline under the header*/
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a, .subnav a {
	color: #999;
	text-decoration: underline;
}
.content a:hover, .subnav a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.navright, a.navright, p.navright, div.navright
{
  float: right;
}

div.navbar
{
  background: #191919 url(/assets/images/nav.gif);
}
div.nav, a.nav, p.nav {
	background: #191919 url(/assets/images/nav.gif);
	border-right: 1px solid #161616; /* probably shouldn't be here for "nav navright" */
	color: #CCC;
	padding: 0 20px;
}
div.nav, a.nav {
	font: bold 1.3em Verdana,sans-serif;
	/*line-height: 51px;/**/
}
div.navleft, a.navleft
{
  float: left;
}

a.nav div, p.nav div, div.nav div
{
  /*border: 5px solid yellow;/**/
  height: 50px;
  min-height: 50px;
  display: table-cell;
  vertical-align: middle;
}

p.nav {
	font: 1.3em Verdana,sans-serif;
	/*line-height: 51px;/**/
}
a.nav:hover {
	background: #191919 url(/assets/images/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E; /* keep the same as the padding for div.border */
	/*border-top-color: #444; /* use the 1E1E1E for a sunken look rather than a raised look */
	padding: 16px; /* keep the same as the padding for div.content */
}
/*-- don't need these at the moment because we're using the subnav as column 2 in our layout
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(/assets/images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}
*/

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	/*padding: 3% 3% 1%;/**/
	padding: 0.5% 0.5% 0 0.5%;/**/
}
.footer h1 {
	border-bottom: 10px solid #444;
	padding-left: -10px;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

span.validation_error,p.validation_error { color: red; }

/****************************************************************/
/*</style>*/

