/* This is the CSS file for the Carolyn Blake project */

/* RESET */

html, body, img, form, fieldset	{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
img	{

	border: 0;
	}
	
/* BASE */

body	{
	font: 0.9em/1.4 sans-serif;
	text-align: center;
	}

/* Headings */	

h1, h2, h3, h4, p, ul, ol, dl	{
	font-weight: normal;
	margin: 0 0 1em 0;
	}
	
h1	{
	font-size: 1.4em;
	}
	
h2	{
	font-size: 1.2em;
	margin-bottom: 0.25em;
	}
	
h4	{
	font-weight: bold;
	margin-bottom: 0;
	}
	
dt	{
	float: left;
	width: auto;
	clear: left;
	}
	
dd	{
	margin-left: 50px;
	}
	
ul, ol	{
	padding-left: 1.5em;
	}
	
li	{
	margin-bottom: 0.5em;
	}
	
/* link colours */

a:link	{
	color: #333;
	}
	
a:visited	{
	color: #666;
	}
	
a:link:hover,
a:visited:hover	{
	color: #000;
	text-decoration: underline;
	}
	
.navigation_wrapper a:visited	{
	color: #333;
	}
	
.navigation_wrapper a:visited:hover	{
	color: #000;
	}

/* GRID */

.g_wrapper_o {
	text-align: left;
  
}

.g_header_o	{
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	}
	
.g_header_i	{
	text-align: left;
	width: 845px;
	margin: 0 auto;
	}

.g_subheader_i	{
  overflow: auto;
}
	
#f_globalSearch	{ 
	float: right;
	width: 195px;
	font-size: 80%;
	}
	
input#f_globalSearchInput {
	width: 148px;
	}

.g_container_o {
  clear: all;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  min-height: 490px;
}
.g_container_i {
  width: 847px;
  margin: 0 auto;
  text-align: left;
}

#g_footer_o {
  clear: all;
  text-align: center;
  overflow: auto;
  border-top: 1px solid #ccc;
  font-size: 80%;
  padding: 10px 0;
}

#g_footer_i	{
	text-align: left;
	width: 847px;
	margin: 0 auto;
	}

.g_left_o {
  width: 215px;
  float: left;
}

.g_left_i {
  padding: 0 20px 0 0;
}

.g_main_o {
  width: 437px;
  float: left;
  overflow: hidden;
}

.g_main_i {
  padding: 0 20px 0 0;
}

.g_right_o {
  width: 195px;
  float: right;
}

.g_container_o .g_right_i	{
}

.g_edit_o {
  width: 630px;
  float: left;
}

/* Navigation */

.navigation_wrapper ul	{
	padding: 0;
	}
	
.navigation_wrapper ul ul, .navigation_wrapper ul ul ul	{
	padding: 0 0 0 1em;
	margin: 0.5em 0;
	}
	
.navigation_wrapper li	{
	list-style: none;
	margin-bottom: 0.25em;
	}
	
.f_homenav 	{
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	}

.f_homenav h1 {
  font-size: 1em;
}

.f_homenav a {
	font-style: normal;
	font-weight: normal;
	color: #000;
}
	
.navigation_wrapper a.navcurrent	{
	text-decoration: none;
	}

/* FUNCTIONS */

.f_galleryGrid {
  margin-right: -20px;
}

.f_galleryGrid img.i_thumbnail {
  float: left;
  padding: 0;
  margin: 0 18px 18px 0;
  border: solid 1px #fff;
}

.f_portfolioGrid {
  margin-right: -20px;
}


.f_portfolioGrid img.i_thumbnail {
  padding: 0;
  margin: 0;
  border: 0;
  border: solid 1px #fff;
}

.f_portfolioGrid .f_portfolioCell {
  float: left;
  padding: 0;
  margin: 0 18px 18px 0;
}

.f_portfolioCell {
  width: 127px;
}

.f_portfolioGrid {
  font-size: 0.8em;
  text-align: center;  
}

.f_gallery_listitem	{
	overflow: auto;
	clear: left;
	}

.f_gallery_listitem img	{
  float: left;
  margin: 0 18px 18px 0;
  border: solid 1px #fff;
}

.f_imageDetail	{
	margin-bottom: 18px;
	}

/* paginator */

.f_nextPrev	{
	overflow: auto;
	}

.f_nextPrev ul	{
	margin: 0.5em 0 0 0;
	padding: 0;
	color: #ccc;
	font-size: 90%;
	}
	
.f_nextPrev li	{
	list-style: none;
	float: left;
	width: auto;
	margin-right: 15px;
	}
	
.f_nextPrev a:visited	{
	color: #333;
	}
	
.f_nextPrev li.prev a	{
	padding-left: 12px;
	background: url(../img/pag_stop.gif) left no-repeat;
	}
.f_nextPrev li.prev a:link,
.f_nextPrev li.prev a:visited {
	background: url(../img/prev_link.gif) left no-repeat;
}

.f_nextPrev li.prev a:link:hover,
.f_nextPrev li.prev a:visited:hover {
  background: url(../img/prev_hover.gif) left no-repeat;
}
	
.f_nextPrev li.next a	{
	padding-right: 12px;
	background: url(../img/pag_stop.gif) right no-repeat;
	}

.f_nextPrev li.next a:link,
.f_nextPrev li.next a:visited {
	background: url(../img/next_link.gif) right no-repeat;
}

.f_nextPrev li.next a:link:hover,
.f_nextPrev li.next a:visited:hover {
  background: url(../img/next_hover.gif) right no-repeat;
}
	
.f_nextPrev	li.list a	{
	padding-left: 12px;
	background: url(../img/list_link.gif) left no-repeat;
	}

.f_nextPrev li.list a:link:hover,
.f_nextPrev li.list a:visited:hover {
  background: url(../img/list_hover.gif) left no-repeat;
}

/* GNTML image display */
	
/* Journal listing */	

.f_listing ul	{
	padding: 0;
	}
	
.f_listing li	{
	list-style: none;
	}
	
/* RSS icon */	

a.f_rss	{
	padding-left: 18px;
	background: url(../img/feed-icons/feed-icon-14x14-grey.png) no-repeat;
	}
	
a:hover.f_rss	{
	background: url(../img/feed-icons/feed-icon-14x14.png) no-repeat;
	}


.f_imageDetail {
  border: solid 1px #fff;
}

.f_imageDetail img {
 display: block;
}


.f_imageThumbnail img {
  border: solid 1px #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.social {
	width: 50%;
	float: left;
}

