/* @group Meyer Reset */

/* 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;
}

/* @end */

/* Colours

dark-yellow:   #77691C
medium-yellow: #A89526
light-yellow:  #FFFFA9

header-yellow: 

*/
 
 .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
	zoom: 1;
}

/* @group Global Styles */

/* @group Typography */
h1, h2, h3, h4, h5, h6, p, a, ul, li {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #fff;
}

#main p {
	font-size: 15px;
}

#main H1 {
	font-size: 22px;
	color: #A89526;
	font-weight: bold;
	padding-bottom: 24px;
	letter-spacing: 0.04em;
}

#main H2 {
	font-size: 20px;
	color: #A89526;
	padding-bottom: 12px;
	font-weight: bold;

}

#main H2.sub {
	font-size: 20px;
	color: #A89526;

}

#main H3 {
	font-size: 15px;
	color: #A89526;
	padding-bottom: 12px;

}

#main H3.index {
	font-size: 15px;
	color: #A89526;
	padding-bottom: 12px;

}

#main H4 {
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 12px;
}

p { 
margin : 0 0 1.5em; 
line-height: 1.5;
}

blockquote { 
font-style : normal; }

blockquote { 
quotes : "\201c" "\201d"; }

blockquote p:first-child:before { 
margin-left : -6px;
padding-right : 2px;
content : "\201c"; 
font-family : Times; 
font-weight : bold; }

blockquote p:last-child:after { 
content : "\201d"; 
font-family : Times; }


li ul, li ol {
margin-bottom : 1.5em; }

ul, ol {
margin-bottom : 1.5em; }

ul { 
list-style-type : disc; }

ol { 
list-style-type : decimal; }

dl {
margin : 0 0 1.5em 0; }

dt {
font-weight : bold; }

dd {
margin-left : 1.5em; }

strong {
font-weight : bold; }

em, dfn {
font-style : italic; }

dfn {
font-weight : bold; }

sup, sub {
line-height : 0; }

abbr, acronym {
border-bottom-width : 0; }

address {
font-style : normal; }

del {
color : #666; }

pre {
margin : 1.5em 0;
white-space : pre; }

pre, code, tt {
font : 1em 'andale mono', 'lucida console', monospace;
line-height : 1.5; }

.main-content {
	width: 824px;
	margin: 0 auto;
}

.main-content a{
	text-decoration: none;
	color: #A89526;
}

.main-content a:hover {
	text-decoration: none;
	color: #fff;
}


/* @end */

* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	background-color: #000;
}

body {
	overflow-y: scroll;
}

#container {
	width: 900px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#header {
	width: 900px;
	margin: 0 auto;
	padding-top: 12px;
}

h1#logo {
	height: 135px;
	text-indent: -99999px;
	background: url('../images/architecturalartisans.jpg') no-repeat 0 0;
}

/* @group Navigation */

#nav {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 13px;
	/* Menu text size */
   z-index: 1000;
	/* This makes the dropdown menus appear above the page content below */
   position: relative;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
}

/* @group Drop Down Menu */

/* @group Top Menu items */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
	right: 50%;
}

#nav ul li {
	margin: 0;
   padding: 0;
	float: left;
	position: relative;
	left: 50%;
	top: 0px;
	margin-right: 19px;
}

#nav ul li.last {
	margin-right: 0px;
}

#nav ul li a {
	display: block;
	margin: 0;
	padding: .6em .5em .4em;
	padding
   font-size: 1em;
	line-height: 1em;
	background: #000;
	text-decoration: none;
	color: #FFFFA9;
	font-weight: 400;
   text-transform: uppercase;
	letter-spacing: 1px;
}

#nav ul ul a {
	text-transform: none;
}

#nav ul li.active a {
	color: #fff;
	background: #000;
}

#nav ul li a:hover {
	background: #000;
	

/* Top menu items background colour */
   color: #A89526;
/*

border-bottom:1px solid #03f; */
}

/* @end */

/* @group Sub Menu items */

#nav ul ul {
	display: none;
	

/* Sub menus are hiden by default */
   position: absolute;
	top: 2em;
	left: 0;
	right: auto;
	/*resets the right:50% on the parent ul */
   width: 180px;


/* width of the drop-down menus */
   border: 1px solid #FFFFA9;
}

#nav ul ul li {
	left: auto;
	/*resets the left:50% on the parent li */
   margin: 0;


/* Reset the 1px margin from the top menu */
   clear: left;
	width: 100%;
}

#nav ul ul li a,
#nav ul li.active li a,
#nav ul li:hover ul li a,
#nav ul li.hover ul li a {


/* This line is required for IE 6 and below */
   font-size: 12px;
	font-weight: 700;

/* resets the bold set for the top level menu items */
   background: #A89526;
	color: #fff;
	line-height: 1em;


/* overwrite line-height value from top menu */
   

/*border-bottom:1px solid #ddd;*/ 

/* sub menu item horizontal lines */
}

#nav ul ul li a:hover,
#nav ul li.active ul li a:hover,
#nav ul li:hover ul li a:hover,
#nav ul li.hover ul li a:hover {


/* This line is required for IE 6 and below */
   background: #A89526;
	/* Sub menu items background colour */
   color: #000;
}

/* Flip the last submenu so it stays within the page */

#nav ul ul.last {
	left: auto;
	

/* reset left:0; value */
   right: 0;

/* Set right value instead */
}

/* Make the sub menus appear on hover */

#nav ul li:hover ul,
#nav ul li.hover ul {


/* This line is required for IE 6 and below */
   display: block

;
/* Show the sub menus */
}

/* @end */

/* @end */

/* @end */

/* @end */

/* @group Main */

#main {
	margin: 0 auto;
	margin-top: 20px;
	width: 886px;
	
}



/* @end */

/* @group Landing */

/* @group Slideshow */



/* @end */

#gallery-list-container {
	margin-bottom: 24px;
}

#featured-slideshow {
	width: 796px;
	margin: 0 auto;
	margin-bottom: 24px;
	overflow: hidden;
	padding-left: 28px;
}

.slideshow-container {
	width: 200px; 
	float: left;
	margin-left: 28px;
	margin-right: 28px;
	
}

.slideshow-container h2 {
	color: white !important; 
	font-weight: normal; 
	text-align: center;
	font-size: 16px !important;
}

/* @end */

/* @group Gallery Category */
#gallery-list{
	padding-top: 24px;
	color: white;
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

#gallery-list li{
	
}

#gallery-list .gallery-image {
	width: 392px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	
}


#gallery-list .thumb {
	float: left;
	margin-right: 20px;

}
#gallery-list a.gallery-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 0;
	color: #A89526;
	text-decoration: none;
	display: block;
	
}

#gallery-list .gallery-desc{
	font-size: 13px;

	
}


/* @end */

/* @group Gallery */


/* @group Galleriffic */

#gallery-container {
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}

#gallery-container div.content {
    display: none;
    width: 580px;
    float: left;
}
#gallery-container div.slideshow-container {
    height: 387px;
    width: 580px;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #000;
}
#gallery-container div.slideshow-container div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('http://architecturalartisans.ca/static/img/grey_loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 580px;
    height: 387px;
    margin: 0;
    padding: 0;
}
#gallery-container div.slideshow-container div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#gallery-container div.slideshow-container div.slideshow span.image-wrapper a.advance-link {
    display: table-cell;
    width: 580px;
    height: 387px;
    line-height: 100%;
    text-align: center;
    vertical-align: top;
    /* vertical-align: middle; */
}
#gallery-container div.slideshow-container div.slideshow span.image-wrapper a.advance-link img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    line-height: 100%;
}
#gallery-container div.slideshow-container div.slideshow span.image-wrapper a.advance-link:link,
#gallery-container div.slideshow-container div.slideshow span.image-wrapper a.advance-link:active,
#gallery-container div.slideshow-container div.slideshow span.image-wrapper a.advance-link:visited,
#gallery-container div.slideshow-container div.slideshow span.image-wrapper a.advance-link:hover { text-decoration: none }

/* @group Captions */

#gallery-container div.caption-container {
   /*
    width: 280px;
    height: 102px;
    display: block;
    position: relative;
    overflow: hidden;
    */
    width: 280px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-left
    
}

#gallery-container div.caption-container span.image-caption {
    display: block;
    width: 280px;
    overflow: hidden;
    height: 212px;
   
}

#gallery-container div.caption-container span.image-caption div.caption div.image-desc {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    padding-top: 12px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
}

#gallery-container div.caption-container span.image-caption div.caption div.image-title {
    font-size: 16px;
    font-weight: bold;
    color: #A89526;
    line-height: 18px;
    padding-top: 24px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
}

/* @end */


#gallery-container div.content a,
#gallery-container div.navigation a {
    text-decoration: none;
    color: #777;
}
#gallery-container div.content a:focus,
#gallery-container div.content a:hover,
#gallery-container div.content a:active { text-decoration: underline }
#gallery-container div.navigation { height: 171px;}
#gallery-container ul.thumbs {
    clear: both;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-right: -20px;
    width: 300px !important;
    height: 150px;
     overflow: hidden;
         list-style: none;

}
#gallery-container ul.thumbs li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}

#gallery-container ul.thumbs li a{
}

#gallery-container a.thumb { display: block }

#gallery-container ul.thumbs img {
    border: none;
    display: block;

}

#gallery-container ul.thumbs li.selected a.thumb { background: #fff }
#gallery-container a.thumb:focus { outline: none }


#gallery-container div.pagination {
	margin-left: 20px;
	clear: both;
}

#gallery-container div.pagination a, #gallery-container div.pagination span.current, #gallery-container div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 20px;
	padding: 4px 7px 4px 7px;
	background-color: #77691C;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
}
#gallery-container div.pagination a:hover {
	background-color: #A89526;
	text-decoration: none;
}
#gallery-container div.pagination span.current {

	background-color: #A89526;
	color: #FFF;
}
#gallery-container div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/* @end */



/* @end */