/* lib/yvdh/css/reset.css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* lib/yvdh/css/tools.css */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* lib/yvdh/css/typography.css */
.columns h1
{
    font-family: Arial;
    font-size:16pt;
    color: #040015;
}
.columns p
{
    font-family: Arial;
    font-size:11pt;
    color: #222;
    text-align: justify;
    line-height: 1.1em;
    margin-bottom:0.5em;
    margin-top:0.5em;
}
.masthead h1
{
    font-family: Arial;
    font-size:24pt;
    color: #FFF;
}
.masthead p
{
    font-family: Arial;
    font-size:11pt;
    color: #FFF;
}


/* lib/yvdh/css/global.css */
body
{
    background-color:#FFF;
    background-image: url('http://gallery.paulmaidment.co.uk/lib/yvdh/css/../images/background2.jpg');
    padding:20px 0;
    
}

.homepage_text{
	font-family:Helvetica;
	font-size:12pt;
	line-height:14pt;
}

/*Main content wrapper*/
.content_wrapper
{
    /*padding:15px;*/
    font-family: sans-serif;
    font-size:11pt;
    line-height:14pt;
    background-color:#FFF;
    width:960px;
    margin:auto;
    border-left:1px solid #330033;
    border-right:1px solid #330033;
}
.content_wrapper p{
	padding-bottom:10px;
}

.content_wrapper h1{
	font-family: 'Tangerine', serif;
        font-size: 38pt;
	padding-bottom:15px;
        padding-top:20px;
}
/*Masthead*/
.masthead
{
    /*margin-top:15px;*/
    width:920px;
    background-color:#FFFFFF;
    /*background-image: url('http://gallery.paulmaidment.co.uk/lib/yvdh/css//images/960x125bar.jpg');*/
    background-repeat: no-repeat;
    background-position:center;
    padding:20px;
    border-top:1px solid #330033;
}

.masthead h1{
    color:#000066;
    padding-top:30px;
    font-size: 48pt;
    text-shadow: 2px 2px 2px #ddd;
    padding-bottom:30px;
}
.image_detail h1{
    padding-bottom:25px;
}
.content_wrapper h2{
   
    margin-top:18px;
}
.content_wrapper h2 a{
	font-family: 'Tangerine', serif;
        font-size: 20pt;
        font-weight: normal;
        
}

.gallery
{
    /*background-image: url('http://gallery.paulmaidment.co.uk/lib/yvdh/css//config/templates/themes/yvdh/images/camps_bay_1800x.jpg');*/
    width:960px;
    height:562px;
    background-repeat: no-repeat;
    background-position:left;
}
.gallery p{
	padding:10px;
}
.text-background{
	padding:10px;
	background-color:#FFFFFF;
margin-bottom:50px;
}

.galleries .gallery
{
    background-image: url('http://gallery.paulmaidment.co.uk/lib/yvdh/css//config/templates/themes/yvdh/images/cape_town_rocklands_960x.jpg');
}
.biography .gallery
{
    background-image: url('http://gallery.paulmaidment.co.uk/lib/yvdh/css//config/templates/themes/yvdh/images/cape_town_rocklands_960x.jpg');
}
.contact .gallery
{
    background-image: url('http://gallery.paulmaidment.co.uk/lib/yvdh/css//config/templates/themes/yvdh/images/cape_town_rocklands_960x.jpg');
}



/*Main navigation classes*/
.navigation
{
    font-size: 0;
    background-color:#330033;
    height:32px;

}
.navigation label{
	font-size:11pt;
}
.bottom-border{
    background-color:#FF3399;
    height:1px;
}
.navigation li
{
    display:inline;
	
}
.navigation ul
{
    position:relative;
    top:7px; 
}
.selected_item a 
{  
    background-color:#FFF;
    color:#492002;
}
.navigation li a
{
    font-size:12pt;
    height:31px;   
    text-decoration:none;
    background-color:#330033;
    color:#FFF;
    padding:6px 10px 6px 10px;
}
.navigation li a:hover
{
    background-color:#FFF;
    color:#330033;
}
.columns
{

}
.column1
{
    float:left;
    width:180px;
    padding:10px;
}
.column2
{
    float:left;
    width:500px;
    padding:10px;
}
.column3
{
    float:left;
    width:180px;
    padding:10px;
}
/*Footer*/
.footer
{
    width:930px;
    height:40px;
    background-color:#FFFFFF;
    /*background-image: url('http://gallery.paulmaidment.co.uk/lib/yvdh/css//images/960x175bar.jpg');*/
    color:#000;
    padding:30px 15px 10px 15px;
    border-bottom:1px solid #330033;
    /*margin-bottom:15px;*/
}
.left_align{
    float:left;
}
.right_align{
    float:right;
}
.footer hr{
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border:0px;
    width:920px;
}
.navigation li a.selected{
    background-color: #FFF;
    color:#492002;
}
.footer a{
    text-decoration:none;
    color:#000;
}
.footer a:hover{
    text-decoration: underline;
}
.homepage-text h2{
    font-weight: bold;
    font-size: 13pt;
}
.homepage-text h3{
    font-weight: bold;
    font-size: 12pt;
}
.homepage-text dl{
    padding-top:5px;
    padding-bottom:5px;
}
.homepage-text dl dt{
    font-weight:bold;
    font-size:11pt;
}
.homepage-text dl dd{
    font-size:11pt;
}
.homepage-text ul{
    font-size:11pt;
    padding-top:5px;
    padding-bottom:5px;
}
.contact_form div label{
    float:left;
    width:150px;
}
.contact_form div input[type=text]{
    margin-top:2px;
    width:250px;
    margin-bottom:2px;
}
.contact_form div input[type=submit]{
    cursor:pointer;
}
.contact_form div textArea{
    width:500px;
    height:150px;
}
.float_left{
    float:left;
}
.float_right{
    float:right;
}
.clearboth{
    clear:both;
}
a {
    color:#006;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
.g-menu-link {
    float:right;
}
#g-quick-search-form{
    width:400px;
}
.gallery_search_form{
    vertical-align: middle;
    color:#FFF;
    padding-top:3px;
    padding-right:5px;
}
.gallery_search_form input[type=submit]{
    cursor:pointer;
}
.breadcrumbs a{
    padding-right:10px;
}
.pagination {
    width:500px;
}
.pagination a,p{
    padding-left:5px;
    padding-right:5px;
}
.gallery_item{
    float:left;
    width:230px;
    padding:5px;
    margin:2px;
    height:225px;
    vertical-align: middle;
    /*border:1px solid #ccc;*/
}
.gallery_item h2{
    font-size:11pt;
    padding-bottom:5px;
}
.gallery_strip{
    width:500px;
    float:left;
}
.gallery_sidebar{
    float:left;
    width:400px;
}
#g-photo{
    margin:auto;
}
.ui-dialog{
    background-color: #FFF;
    border:1px solid #000;
    padding:5px;
    font-family:Helvetica;
}
.ui-dialog-title{
    font-weight:bold;
    font-size:14pt;
}
.ui-dialog textarea{
    width:480px;
    height:200px;
}
.ui-dialog fieldset{
    font-size:11pt;
    padding:10px;
    margin-top:5px;
}
.ui-icon-closethick{
    float:right;
}
.ui-dialog label{
    float:left;
    width:150px;
}
.image_detail{
    float:left;
    width:500px;
    margin:auto;
}
.image_description h2{
    padding-bottom:7px;
}
.image_description p{
    font-size:11pt;
}

/* modules/gallery/css/gallery.css */
/**
 * Gallery 3 core module styles
 *
 * Sheet organization:
 *  1)  End-user
 *  2)  Admin
 *  3)  Right to left language styles
 */

/** *******************************************************************
 * 1) End-user
 **********************************************************************/

/* Uploader ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-add-photos-canvas,
#g-add-photos-status {
  width: 469px;
}

#g-add-photos-canvas {
  border: 1px solid  #ccc;
  height: 200px;
  margin: .5em 0;
  padding: 2.8em 0 0 0;
  overflow: auto;
  position: relative;
}

#g-add-photos-canvas object,
#g-add-photos-button {
  left: 90px;
  margin: .5em 0;
  padding: .4em 1em;
  position: absolute;
  top: 0;
  width: 300px;
}

#g-add-photos-canvas object {
  z-index: 100;
}

#g-add-photos-canvas .uploadifyQueue {
  margin-top: .5em;
}

#g-add-photos-canvas .uploadifyQueueItem {
  margin: 0;
}

#g-add-photos-button {
  z-index: 1;
}

#g-add-photos-status {
  border: 1px solid #ccc;
  height: 125px;
  margin: .4em 0;
  overflow: auto;
}

#g-add-photos-status .g-message-block {
  border: none;
}

#g-add-photos-status #g-action-status li {
  margin: 0 0 1px 0;
  padding-top: .7em;
  width: 433px;
}

#g-add-photos-form .g-breadcrumbs {
  margin: 0;
}

#g-add-photos-form p {
  margin-bottom: 0
}

#g-add-photos-status-message {
  float: right;
}

/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-edit-permissions-form {
  clear: both;
}

#g-edit-permissions-form th {
  text-align: center;
}

#g-permissions .g-denied,
#g-permissions .g-allowed {
  text-align: center;
  vertical-align: middle;
}

/* Move items ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-move ul {
  padding-left: 1em;
}

#g-move .selected {
  background: #999;
}

/* In-place edit ~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-in-place-edit-form ul {
  margin: 0;
}

/* User profile ~~~~~~~~~~~~~~~~~~~~~~~~~ */

#g-user-profile h1 {
  margin: 1em 0;
}

#g-user-profile .g-avatar {
  margin-right: .6em;
}

#g-user-profile .g-block {
  margin-top: 0;
}

#g-user-profile .g-block-content {
  margin-top: 0;
}

#g-user-profile th,
#g-user-profile td {
  border: none;
}

#g-user-profile th {
  white-space: nowrap;
  width: 1%;
}

/** *******************************************************************
 * 2) Admin
 **********************************************************************/

.g-task-log {
  border: 1px solid #000;
  height: 400px;
  margin: .6em 0;
  overflow: auto;
  padding: .4em
}

#g-languages-form table {
  width: 40%;
  margin: 0 3em 1em 0;
}

#g-languages-form input {
  clear: both;
}

#g-translations ol {
  margin: 0 0 1em 2em;
}
#g-translations ol li {
  list-style-type: decimal;
  line-height: 150%;
}

#g-translations .g-button {
  padding: .5em;
  margin-bottom: 1em;
}

/** *******************************************************************
 * 3) Right to left language styles
 **********************************************************************/

.rtl #g-add-photos-status #g-action-status li {
  width: 407px;
}

.rtl #g-block-admin .g-left {
  margin-left: 1em;
  margin-right: 0;
}

.rtl #g-user-profile .g-avatar {
  margin-left: .6em;
}

.rtl #g-languages-form table {
  margin: 0 0 1em 3em;
}

.rtl #g-translations ol {
  margin: 0 2em 1em 0;
}

.rtl #g-add-photos-status-message {
  float: left;
}

/* lib/uploadify/uploadify.css */
/*
Uploadify v2.1.0
Release Date: August 24, 2009

Copyright (c) 2009 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: auto;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

/* RTL support ~~~~~~~~~~~~~~~~~~~~~~~~~ */
.rtl .uploadifyQueueItem .cancel {
	float: left;
}
/* modules/user/css/user.css */
/* User- and group-related form width ~~~~ */

#g-login-form,
#g-add-user-form
#g-edit-user-form,
#g-delete-user-form,
#g-user-admin {
  width: 270px;
}

/* User/group admin ~~~~~~~~~~~~~~~~~~~~~~ */

#g-user-admin {
  width: auto;
  margin-bottom: 4em;
}

#g-group-admin {
}

#g-user-admin-list .g-admin {
  color: #55f;
  font-weight: bold;
}

.g-group {
  display: block;
  border: 1px solid #999;
  margin: 0 1em 1em 0;
  padding: 0;
  width: 200px;
}

.g-group h4 {
  background-color: #eee;
  border-bottom: 1px dashed #ccc;
  padding: .5em 0 .5em .5em;
}

.g-group .g-button {
  padding: 0;
}

.g-group .g-member-list,
.g-group div {
  height: 180px;
  margin: 1px;
  overflow: auto;
}

.g-group p {
  margin-top: 1em;
  padding: .5em;
  text-align: center;
}

.g-group .g-user {
  padding: .2em 0 0 .5em;
}

.g-group .g-user .g-button {
  vertical-align: middle;
}

.g-default-group h4,
.g-default-group .g-user {
  color: #999;
}

.g-group.ui-droppable {
  padding: 0 !important;
}

/* Password strength meter ~~~~~~~~~~~~~~~ */

.g-password-strength0 {
  background: url('http://gallery.paulmaidment.co.uk/modules/user/css/../images/progressImg1.png') no-repeat 0 0;
  width: 138px;
  height: 7px;
}

.g-password-strength10 {
  background-position:0 -7px;
}

.g-password-strength20 {
  background-position:0 -14px;
}

.g-password-strength30 {
  background-position:0 -21px;
}

.g-password-strength40 {
  background-position:0 -28px;
}

.g-password-strength50 {
  background-position:0 -35px;
}

.g-password-strength60 {
  background-position:0 -42px;
}

.g-password-strength70 {
  background-position:0 -49px;
}

.g-password-strength80 {
  background-position:0 -56px;
}

.g-password-strength90 {
  background-position:0 -63px;
}

.g-password-strength100 {
  background-position:0 -70px;
}

/* modules/comment/css/comment.css */
#g-content #g-comment-form {
  margin-top: 2em;
}

#g-content #g-comments {
  margin-top: 2em;
  position: relative;
}

#g-content #g-comments ul li {
  margin: 1em 0;
}

#g-content #g-comments .g-author {
  border-bottom: 1px solid #ccc;
  color: #999;
  height: 32px;
  line-height: 32px;
}

#g-content #g-comments ul li div {
  padding: 0 8px 8px 43px;
}

#g-content #g-comments .g-avatar {
  height: 32px;
  margin-right: .4em;
  width: 32px;
}

#g-add-comment {
  position: absolute;
  right: 0;
  top: 2px;
}

#g-admin-comments-menu {
  margin: 1em 0;
}

#g-admin-comments-menu a {
  margin: 0;
  padding: .2em .6em;
}


/* lib/jquery.autocomplete.css */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('http://gallery.paulmaidment.co.uk/lib/images/loading-small.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* modules/tag/css/tag.css */
/* Tag cloud ~~~~~~~~~~~~~~~~~~~~~~~ */

#g-tag-cloud ul {
  font-size: 1.2em;
  text-align: justify;
}

#g-tag-cloud ul li {
  display: inline;
  line-height: 1.5em;
  text-align: justify;
}

#g-tag-cloud ul li a {
  text-decoration: none;
}

#g-tag-cloud ul li span {
  display: none;
}

#g-tag-cloud ul li.size0 a {
  color: #9cf;
  font-size: 70%;
  font-weight: 100;
}

#g-tag-cloud ul li.size1 a {
  color: #9cf;
  font-size: 80%;
  font-weight: 100;
}

#g-tag-cloud ul li.size2 a {
  color: #69f;
  font-size: 90%;
  font-weight: 300;
}

#g-tag-cloud ul li.size3 a {
  color: #69c;
  font-size: 100%;
  font-weight: 500;
}

#g-tag-cloud ul li.size4 a {
  color: #369;
  font-size: 110%;
  font-weight: 700;
}

#g-tag-cloud ul li.size5 a {
  color: #0e2b52;
  font-size: 120%;
  font-weight: 900;
}

#g-tag-cloud ul li.size6 a {
  color: #0e2b52;
  font-size: 130%;
  font-weight: 900;
}

#g-tag-cloud ul li.size7 a {
  color: #0e2b52;
  font-size: 140%;
  font-weight: 900;
}

#g-tag-cloud ul li a:hover {
  color: #f30;
  text-decoration: underline;
}

/* Add tag form ~~~~~~~~~~~~~~~~~~~~ */

#g-sidebar .g-short-form .textbox {
  width: 11em;
}

/* Tag admin ~~~~~~~~~~~~~~~~~~~~~~~ */

#g-tag-admin {
  table-layout: fixed;
}

#g-tag-admin td {
  border: 0;
  vertical-align: top;
}

#g-tag-admin ul {
  margin-bottom: 2em;
}

#g-tag-admin li {
  padding: .1em 0 .2em 0;
}

#g-tag-admin form ul {
  margin-bottom: 0;
}
