/*  
Theme Name: Theme 6
Description:  FASHION GRID Styles
Version: 
Author: Queensberry
Author URL: https://www.queensberry.com

TABLE OF CONTENTS

01 - Global 
02 - General Layout
03 - Header
04 - Navigation
05 - Galleries
06 - Album
07 - Widgets
08 - Footer
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global
/////////////////////////////////////////////////////////////////////*/

/*--------------------------------------
Font Styles 
---------------------------------------*/

p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #787878; 
			line-height: 18px;
}

a {
			color:#CCB676;
			text-decoration: none;
}

a:hover {
			color: #aaaaaa;
}

a:visited {
			color: #CCB676;
}

h1 {
			font-family: Georgia, Times New Roman, serif;
			clear:both;
			font-size: 24px;
			text-transform: uppercase;
			margin-top: 50px;
			padding-bottom: 10px;
			color: #000000;
			font-weight: normal;
            font-style: italic;
            letter-spacing: 0.15em;
}

h2 {
			font-family: Georgia, Times New Roman, serif;
			clear:both;
			font-size: 16px;
			text-transform: uppercase;
			margin-top: 50px;
			padding-bottom: 0px;
			color: #555555;
			font-weight: normal;
                        font-style: italic;
                        letter-spacing: 0.15em;
}

h3 {
			font-family: Georgia, Times New Roman, serif;
			clear:both;
			font-size: 13px;
			text-transform: uppercase;
			margin-top: 50px;
			padding-bottom: 0px;
			color: #555555;
			font-weight: bold;
                        font-style: italic;
}


h4 {
			font-family: Georgia, Times New Roman, serif;
			clear:both;
			font-size: 13px;
			text-transform: uppercase;
			margin-top: 50px;
			padding-bottom: 0px;
			color: #555555;
			font-weight: normal;
                        font-style: italic;
}

h5 {
			font-family: Georgia, Times New Roman, serif;
			clear:both;
			font-size: 12px;
			text-transform: uppercase;
			margin-top: 50px;
			padding-bottom: 0px;
			color: #555555;
			font-weight: normal;
                        font-style: italic;
                        letter-spacing: 0.4em;
}

h6 {
			font-family: Georgia, Times New Roman, serif;
			clear:both;
			font-size: 12px;
			text-transform: uppercase;
			margin-top: 50px;
			padding-bottom: 0px;
			color: #555555;
			font-weight: normal;
}

blockquote, address {
			margin: 20px 0 20px 30px;
			padding: 0 30px 0 30px;	
			font-style: italic;
			font-family: Georgia, Times, "Times New Roman", serif;
			border-left: 5px solid #CCB676;
}

/*--------------------------------------
Page Element Styles (lists, lines, etc)
---------------------------------------*/

ul {
			padding-left: 15px;
}

li {
			display: list-item;
}

.hr_aa {
                        background-color: #dddddd;
                        margin: 15px 0 25px 0 !important;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - General Layout
/////////////////////////////////////////////////////////////////////*/


/*--------------------------------------
Page Styles 
---------------------------------------*/

body {
                        border-top: 7px solid black;
}

#pageWidth {
                        margin:auto;
                        margin-top: 0px;
                        padding:0;
                        width:980px;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        color: #787878;
                        line-height: 18px;
}

#pgContent {
                        padding-left: 20px;
                        padding-right: 20px;
                        float: left;
                        width: 96%;
}

.mainPageContent {
                        min-height:500px;
}

#inner_mainPageContent {
}


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Header
/////////////////////////////////////////////////////////////////////*/


#pgLogo {
                       text-align: center;
                       padding: 20px;
}

#pgCompany {
                      font-family: Georgia, Times New Roman, serif;
                      font-size: 24px;
                      text-transform: uppercase;
                      padding-top: 20px;
                      margin-bottom: 20px;
                      font-style: italic;
                      letter-spacing: 0.3em;
}

/* ///////////////////////////////////////////////////////////////////// 
//  04 - Navigation
/////////////////////////////////////////////////////////////////////*/


#pgNavigation {
                     clear:both;
                     margin-bottom: 30px;
                     margin-right: 20px;
                     height: 30px;
                     border-bottom: 1px solid #dddddd;
}

#pgNavigation li {
                     float: left;
                     width: auto;
                     display: block;
                     padding-right: 40px;
}

#pgNavigation li a{
                     color: #333333;
                     text-decoration: none;
}

#pgNavigation li a:hover{
                     color: #aaaaaa;
                     text-decoration: none;
}

#nav-pg ul li {
                     font-family: Georgia, Times New Roma, serif;
                     text-transform: uppercase;
                     font-size: 12px;
                     color: #333333;
                     font-style: italic;
                     font-weight: bold;
}

#nav-pg ul {
                    padding-left: 0px;
}

li.item29.current a {
			color: #151517;
}



/* ///////////////////////////////////////////////////////////////////// 
//  05 - Galleries
/////////////////////////////////////////////////////////////////////*/


/*--------------------------------------
Event Page Styles 
---------------------------------------*/

.galleryImage .imagePublic {
                   height: 226px;
}

#pgGallery {
                   height: 196px;
                   width: 293px;
                   background-color: #eeeeee;
}

#galleryTitle {
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
                   background-color: #ffffff;
                   opacity: 0.6;
                   text-transform: uppercase;
                   color: #000000;
                   height: 105px;
                   padding: 90px 5px 0 5px;
                   width: 283px;
                   position: relative;
                   top: -206px;
                   font-size: 12px;
                   z-index: 1;
                   text-align: center;
                   display:none;
                   letter-spacing: 0.4em;
}

.galleryTitle2 {
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
                   background-color: #ffffff;
                   opacity: 0.6;
                   text-transform: uppercase;
                   color: #000000;
                   height: 106px;
                   padding: 90px 5px 0 5px;
                   width: 283px;
                   position: relative;
                   top: -196px;
                   font-size: 12px;
                   z-index: 1;
                   text-align: center;
                   display:none;
                   letter-spacing: 0.4em;
}


#galleryParent {
                   width: 313px !important;
                   height: 210px !important;
}

/*--------------------------------------
Event Slideshow  & Thumbnail Styles 
---------------------------------------*/

#clientGallery {
				   margin-right: 20px;
}

span#numGalImages {
                   font-size: 12px;
                   color: #aaaaaa;
}

#cart {
                   text-transform: uppercase;
                   padding-top: 5px;
                   width: 90px;
                   margin-right: 8px;
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
}

#cart a {
                   color: #000000;
}

#sharegallery {
                   text-transform: uppercase;
                   padding: 5px 20px 0 0;
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
}

#sharegallery a {
                   color: #000000;
}

#changeview {
                   text-transform: uppercase;
                   padding-top: 5px;
                   width: 150px;
                   float: left;
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
}

#changeview a {
                   color: #000000;
}

#changeview a:hover, #sharegallery a:hover, #cart a:hover {
                   color: #aaaaaa;
}

.download {
                   float: left !important;
                   padding: 10px 12px !important;
}

.download a {
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
                   color: #000000;
}

.download a:hover {
                   text-decoration: none;
                   color: #aaaaaa;
}

#buythumb {
                   border: 1px solid #e5e5e5;
}

.to-buy {
                   background: #eeeeee; 
                   color: #666666;
                   padding: 3px 0;
}

.to-buy a {
                   color: #000000;
                   font-size: 11px;
}

#event_music{
                   text-transform: uppercase;
                   width: 130px;
                   padding-top: 5px;
                   float: left;
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
}

#event_music a{
                   color: #000000;
}

.paging_container {
                   height:50px;
}

li#gal_images_25, li#gal_images_50, li#gal_images_75, li#gal_images_100 {
                   list-style-type: none;
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
}


/*--------------------------------------
Editable Collection 
---------------------------------------*/

.editEventTitle {
                        margin-top: 10px;
                        font-family: Georgia, Times New Roman, serif;
			clear:both;
			font-size: 24px;
			text-transform: uppercase;
			margin-top: 20px;
			padding-bottom: 10px;
			color: #000000;
			font-weight: normal;
                        font-style: italic;
                        letter-spacing: 0.15em;
}

.collectionheader {
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
                   color: #000000;
}

.collection_title {
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
}

.colHeadSubTitle {
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Albums
/////////////////////////////////////////////////////////////////////*/

/*--------------------------------------
Album Page Styles 
---------------------------------------*/

#main .wrap {
                   width: 940px;
                   margin: 0 auto;
                   padding: 0 0 0 0;
}

#pgAlbum {
                   height: 207px;
                   width: 287px;
                   background-color: #eeeeee;
}

#albumsParent {
                   width: 313px;
                   height: 210px;
}

#albumTitle {
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
                   letter-spacing: 0.4em;
                   background-color: #ffffff;
                   opacity: 0.6;
                   text-transform: uppercase;
                   color: #000000;
                   height: 117px;
                   padding: 90px 5px 0 5px;
                   width: 283px;
                   position: relative;
                   top: -217px;
                   font-size: 15px;
                   z-index: 1;
                   text-align: center;
                   display:none;
}


/*--------------------------------------
Album Proofing Styles 
---------------------------------------*/

#mydiv {
                  padding-top: 30px;
}

#landingImage {
                  width: 940px;
}

#main .landing_info{
                  padding: 0;
                  margin: 0;
}

#landing_info {
                 margin-left: 0px;
}

#landing_info li {
                 margin: 0 24px 0 0;
                 display: inline-block;
                 list-style-type: none;
                 padding-right: 20px;
}

#landing_info a:link{
                 text-decoration: none;
}

#landingNav ul {
                 padding-left: 0px;
}

#landingNav li {
                 margin: 0 24px 0 0;
                 display: inline-block;
                 list-style-type: none;
                 padding-right: 20px;
}

#landingNav li a{
                 text-decoration: none;
}

#landingNav li a:hover{
                 text-decoration: none;
}

#landingNav .current a {
                 color: #000000; 
}

/*--------------------------------------
Feedback Page
---------------------------------------*/

#content .full {
                   margin-right: 20px;
}

.conversation_client {
                   color: #000000;
}

.conversation_pg {
                   color: #000000;
}

.conversation_header {
                   text-transform: uppercase;
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
                   color: #000000;
                   padding-bottom: 10px;
}

.layoutnumber {
                   text-transform: uppercase;
                   font-family: Georgia, Times New Roman, serif;
                   font-style: italic;
                   color: #000000;
}

.ago {
                 color: #aaaaaa;
                 margin-bottom: 20px;
                 font-family: Georgia, Times New Roman, serif;
                 font-style: italic;
                 font-size: 12px;
}

.submitButton {
                 font-size: 13px;
                 color: #000000;
                 font-family: Georgia, Times New Roman, serif;
                 font-style: italic;
                 text-transform: uppercase;
                 background-color: #eeeeee;
}
       
#sendFeedbackToPg {
                 color: #000000;
                 font-size: 13px;
                 font-family: Georgia, Times New Roman, serif;
                 font-style: italic;
                 text-decoration: none;
                 text-transform: uppercase;
                 margin-bottom: 50px;
}
      
.sendFeedbackUnsent{
                 background: none repeat-x scroll 0 0 #eeeeee;
}
   
.sendFeedbackSending{
                 background: none repeat-x scroll 0 0 #aaaaaa;
}    

/* ///////////////////////////////////////////////////////////////////// 
//  07 - Widgets
/////////////////////////////////////////////////////////////////////*/

/*--------------------------------------
Connect Widgets
---------------------------------------*/

#header_connectFull {
                 text-transform: uppercase;
                 margin-bottom: 10px;
                 padding-top: 40px;
                 font-family: Georgia, Times New Roman, serif;
                 font-style:italic;
}

.sharename {
                 text-transform: uppercase;
                 font-style:italic;
                 font-family: Georgia, Times New Roman, serif;
                 color: #787878;
}

.sharealbum {
margin: 0 0 130px 0 !important;
}

#pgconnectsm_sh {
                 visibility:hidden;
}

#pg_connectSmall-l {
                 font-style:italic;
                 font-size: 11px;
                 font-family: Georgia, Times New Roman, serif;
                 padding: 1px 0 15px 0;
                 text-transform: capitalize;
}

.pgconnectsm_cat-l a {
                 color: #333333;
}

/* ///////////////////////////////////////////////////////////////////// 
//  08 - Footer
/////////////////////////////////////////////////////////////////////*/

#isPageFooter {
                 margin-top: 50px;
                 clear: both;
}

#pgFooter {
                 border-top: 1px solid #e5e5e5;
                 margin-right: 20px;
}

#poweredby {
				 float: right;
				 margin-top: -34px;
}