/*
   
   It's Your Party picture list style sheet
   Author: Andy Meixner ** Rapid Mouse Design Lab ** ** www.rapid-mouse.com **
   Date:   3/27/14

   Filename:         pic_list.css
   Supporting Files: 

*/


/*======== CSS Reset ========*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin:0;padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img {
    border:0;
}

ul { 
    list-style:none; 
    list-style-position:outside;
}

a {  
    outline: none;
    color: inherit;
}

/*======== Tell old browsers how to handle HTML5 elements ========*/

header, footer, aside, nav, article {
    display: block;
}

/*======== Essentials ========*/

body {
	background: #FFFFFF;
	color: #041434;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

p {
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Pacifico, "Helveitca Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter; /*counteract strong browser anti-aliasing*/
}

a:link, a:visited {
	text-decoration: none;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

/*======== Header ========*/

header {
	height: 150px;
}


/*======== Logo ========*/

#logo {
	display: block;
	float: left;
	margin: 20px 0px 0px 0px;
}


/*======== Search ========*/

.search {
    display: block;
    position: absolute;
    left: 55%;
    width: 400px;
    padding-top: 10px;
}
    

/*======== Main Feature ========*/

section.home_feature {
	height: 450px;
	background: #043778;
    width: 100%;
    margin: 20px 0px 50px 0px;
}

article.main_display img {
	position: center;
    width: 960px;
    height: auto;
    margin: 0px; 
}


/*======== Content ========*/


.main a {
    color: #d71a16;
    font-weight: 800;
}

.heading {
    clear: both;
    float: left;
	height: 75px;
	width: 100%;
	margin: 0 auto; 
    padding-bottom: 125px;
    padding-left: 25px;
    padding-top: 100px;
}

.heading2 {
    clear: both;
    float: left;
    height: 143px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 25px;
}

.subheading {
    clear: all;
    float: left;
    width: 75%;
    height: auto;
    margin-top: 100px;
    padding-bottom: 50px;
    padding-left: 25px;
}

.subheading h1 {
    color: #D71a16;
    font-family: impact, Arial, sans-serif;
    font-size: 3em;
    text-align: left;   
}

.subheading1 {
    clear: all;
    float: left;
    width: 75%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 30px;
    padding-left: 25px;
}

.subheading1 h1 {
    color: #D71a16;
    font-family: impact, Arial, sans-serif;
    font-size: 3em;
    text-align: left;   
}

.wrapper p {
    margin: 5px 20px 50px 10px;
    font-size: 150%;
}
 
.pic {
    float: left;
    width: 25%;
    display: inline;
    margin-top: 15px;
    padding-bottom: 15px;
    
}

.row_1 , .row_2 , .row_3 {
    float: left;
    width: 98%;
    margin-left: 2%;
    margin-right: auto;
}

.row_2 {
    clear: all;
    padding-top: 25px;
}

.row_3 {
    clear: all;
    padding-top: 25px;
}
    
.bottom {
    width: 100%;
    text-align: center;
    float:left;
    padding-top: 75px;
}
   
.bottom a {
    color: #d71a16;
    font-weight: 800;
}


.content_left {
    clear: both;
    float: left;
	height: 300px;
	width: 60%;
	margin: 0 auto; 
    padding-left: 25px;
    display: inline;
}

.content_left p {
    text-align: justify;
    width: 95%;
    font-size: 150%;
}

.pic_right {
    float: right;
    display: inline;
    width: 31.25%;
    padding-bottom: 99px;
}

.content_left a {
    color: #d71a16;
    font-weight: 700;
}

.content_left#bottom {
    margin-top: 100px;
}

.pic_right#bottom {
    margin-top: 50px;
}

/* ========= Lightbox Code ======== */

#lightbox {
	background-color:#FFFFFF;
	padding: 10px;
	border: 2px solid #d71a16;
	}

#lightboxDetails {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #041434;
    font-weight: 600;
	font-size: 1.5em;
	padding-top: 0.4em;
	}	

#lightboxCaption { float: left; }

#keyboardMsg { 
    float: right;
    display: none;
}

#closeButton { top: 5px; right: 5px;}

#lightbox img { border: none; clear: both;}

#overlay img { border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	

/*======== Footer ========*/

footer {
	clear: both;
	height: 450px;
    width: 100%;
    margin-top: 0px;
	color: #FFFFFF;
    background: #043778;
}

footer .col_1 {
    width: 30%;
    height: 300px;
	margin: 75px 0px 0px 0px;
	float: left;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    background-color: #FFFFFF;
    -moz-box-shadow:    5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow:         5px 5px 10px #000000;
}

footer .col_2 {
    width: 30%;
    height: 300px;
	margin: 75px 0px 0px 0px;
	float: right;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    background-color: #FFFFFF;
    -moz-box-shadow:    5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow:         5px 5px 10px #000000;
}

footer ul li {
    text-decoration: none;
    font-weight: 700;
    font-size: 180%;
    color: #043778;
    line-height: 30px;
    margin: 25px 25px 25px 25px;
    text-align: center;
    border-bottom: 2px solid #043778;
    padding-bottom: 10px;  
}

footer ul li a:hover {
    color: #D71A16;
}

footer img {
    margin: 75px 0px 0px 30px;
    padding-left: 13px;
}

#partypic { 
    width: 960px;
    margin-left: auto;
    margin-right: auto; 
    padding-top: 1750px;
}

.contact {
    width: 100%;
    height: 100px;
    background-color: #043778;
}

.contact p {
    font-size: 150%;
    margin-top: 0px;
    text-align: center;
}

.contact a:hover {
    color: #d71a16;
}

/* ======= Mozilla Footer font weight ====================================================================================================== */

@-moz-document url-prefix() { 
  
footer ul li {font-weight: 600;}

#partypic img {width: 80%; margin-left: 10%;}      

}

/* =========== end Mozilla Hack ============================================================================================================== */

/*============== Safari Hack ========================================================================================================= */

@media screen and (-webkit-min-device-pixel-ratio:0) 
              and (max-width: 1024px) {

    /* Safari 5+ ONLY */
    ::i-block-chrome, 
                  
    article.about_us_blurb h1 {
        margin-top: 100px;
        margin-bottom: 50px;
    }
                  
    article.about_us_blurb {
        height: 800px;
        padding-bottom: 175px;
    }
            
    #partypic img {
        width: 80%;
        padding-left: 10%;
    }
    
    footer {
        padding-bottom: 25px;
    }
                  
    footer img {
        height: 270px;
        margin: 75px 0px 0px 30px;
        padding-left: 22px;
    }
         
            
}
/*============ end safari hack ========================================================================================================= */   

/* ========== Low Resolution =================================================================================================== */

@media screen 
    and (max-width: 1000px) { 
    
body {
    overflow-x: scroll;   
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-width: 750px;
}
 
section.home_feature {
	height: 370px;
	background: #043778;
    width: 100%;
    margin: 20px 0px 50px 0px;
}

article.main_display img {
    position: center;
    width: 100%;
    margin: 0px; 
}

#logo {
	display: block;
	float: left;
    width: 25%;
    padding-top: 35px;
}

#logo img {
   width: 120%;
}

.search {
    display: block;
    position: absolute;
    left: 53.5%;
    width: 300px;
    padding-top: 10px;
    
}

.heading {
    clear: both;
    float: left;
	width: 100%;
	margin: 0 auto; 
    padding-left: 25px;
}

.heading img {
    width: 50%;
    margin-top: -75px;
}

.pic {
    width: 150px;
    height: auto;
    display: inline;
    margin-top: 15px;
    margin-left: 15px;
    padding-bottom: 15px;
}

.row_1 , .row_2 , .row_3 {
    max-width: 600px;
    min-width: 600px;
    padding-left: 150px;
}

.row_2 {
    clear: all;
    padding-top: 25px;
}

.row_3 {
    clear: all;
    padding-top: 25px;
}

footer {
	clear: both;
	height: 350px;
    width: 100%;
    margin-top: 0px;
	color: #FFFFFF;
    background: #043778;
}

footer .col_1 {
    width: 30%;
    height: 250px;
	margin: 75px 0px 0px 5px;
	float: left;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    background-color: #FFFFFF;
    -moz-box-shadow:    5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow:         5px 5px 10px #000000;
}

footer .col_2 {
    width: 30%;
    height: 250px;
	margin: 75px 5px 0px 0px;
	float: right;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    background-color: #FFFFFF;
    -moz-box-shadow:    5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow:         5px 5px 10px #000000;
}

footer ul li {
    text-decoration: none;
    font-weight: 700;
    font-size: 110%;
    color: #043778;
    line-height: 30px;
    margin: 15px 25px 15px 25px;
    text-align: center;
    border-bottom: 2px solid #043778;
    padding-bottom: 10px;  
}

footer img {
    width: 32%;
    margin: 75px 0px 0px 1px;
}

.contact p {
    font-size: 80%;
    margin-top: 0px;
    text-align: center;
}

.contact {
    width: 100%;
    height: 90px;
    background-color: #043778;
}

#partypic {
    width:100%;
    min-width: 750px;
}

/*======== Content ========*/


.content_left {
    clear: both;
    float: left;
	height: 250px;
	width: 60%;
	margin: 0 auto; 
    padding-bottom: 75px;
    padding-left: 25px;
}

.content_left p {
    text-align: justify;
    width: 100%;
    font-size: 125%;
    margin-top: -100px
}

.pic_right {
    float: right;
    display: inline;
    width: 31.25%;
    margin-top: -80px;
}

.pic_right img {
    width: 100%;
}

/*=============== Mozilla Hack within low resolution ====================*/
        
@-moz-document url-prefix() { 
     
.pic {
    float: left;
    width: 40%;
    margin-left: 5px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.row_1 , .row_2 , .row_3 {
    width: 875px;
    margin-left: auto;
    margin-right: auto;
}

.row_2 {
    clear: all;
    padding-top: 25px;
}

.row_3 {
    clear: all;
    padding-top: 25px;
}

}

/*=============== End Mozilla Hack =====================*/
        
}
/*================ End Low Resolution ==================== */

/*============== Safari Hack ========================================================================================================= */

@media screen and (-webkit-min-device-pixel-ratio:0) 
              and (max-width: 1024px) {

    /* Safari 5+ ONLY */
    ::i-block-chrome, 
                  
               
    /*======== Content ========*/


p a {
    color: #d71a16;
    font-weight: 800;
}

.heading {
    clear: both;
    float: left;
	height: 75px;
	width: 100%;
	margin: 0 auto; 
    padding-bottom: 125px;
    padding-left: 25px;
    padding-top: 100px;
}

.heading {
    margin-top: 50px;
}
                  
.wrapper p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 150%;
}
  
.pic {
    width: 200px;
    height: auto;
    display: inline;
    margin-top: 15px;
    margin-left: 15px;
    padding-bottom: 15px;
}

.row_1 , .row_2 , .row_3 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.row_2 {
    clear: all;
    padding-top: 25px;
}

.row_3 {
    clear: all;
    padding-top: 25px;
}
    
.bottom {
    width: 100%;
    text-align: center;
    padding-top: 75px;
}
                  
.contact p {
    font-size: 125%;
    margin-top: 0px;
    text-align: center;
}
          
}

/*============ end safari hack ============================================================================================================================== */   


/* ================== IE 10+ Hack ============================================================================================================================= */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
    and (max-width: 1020px) { 
        
        /*======== Header ========*/

header {
	height: 150px;
}


/*======== Logo ========*/

#logo {
	display: block;
	float: left;
	margin: 20px 0px 0px 0px;
}


/*======== Search ========*/

.search {
    display: block;
    position: absolute;
    left: 55%;
    width: 400px;
    padding-top: 10px;
}
    

/*======== Main Feature ========*/

section.home_feature {
	height: auto;
	background: #043778;
    width: 100%;
    margin: 20px 0px 50px 0px;
}

article.main_display img {
	position: center;
    width: 96%;
    height: auto;
    margin-left: 2%;
}


/*======== Content ========*/


p a {
    color: #d71a16;
    font-weight: 800;
}

.heading {
    clear: both;
    float: left;
	height: 75px;
	width: 100%;
	margin: 0 auto; 
    padding-bottom: 125px;
    padding-left: 25px;
    padding-top: 100px;
}

.wrapper p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 150%;
}
   
.pic {
    width: 200px;
    height: auto;
    display: inline;
    margin-top: 15px;
    margin-left: 15px;
    padding-bottom: 15px;
}

.row_1 , .row_2 , .row_3 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.row_2 {
    clear: all;
    padding-top: 25px;
}

.row_3 {
    clear: all;
    padding-top: 25px;
}
    
.bottom {
    width: 100%;
    text-align: center;
    padding-top: 75px;
}
   

/* ========= Lightbox Code ======== */

#lightbox {
	background-color:#FFFFFF;
	padding: 10px;
	border: 2px solid #d71a16;
	
	}

#lightboxDetails {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #041434;
    font-weight: 600;
	font-size: 1.5em;
	padding-top: 0.4em;
	}	

#lightboxCaption { float: left; }

#keyboardMsg { 
    float: right;
    display: none;
}

#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;}

#overlay img { border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}


/*======== Footer ========*/

footer {
	clear: both;
	height: 450px;
    width: 100%;
    margin-top: 0px;
	color: #FFFFFF;
    background: #043778;
}

footer .col_1 {
    width: 30%;
    height: 300px;
	margin: 75px 0px 0px 0px;
	float: left;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    background-color: #FFFFFF;
    -moz-box-shadow:    5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow:         5px 5px 10px #000000;
}

footer .col_2 {
    width: 30%;
    height: 300px;
	margin: 75px 0px 0px 0px;
	float: right;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    background-color: #FFFFFF;
    -moz-box-shadow:    5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow:         5px 5px 10px #000000;
}

footer ul li {
    text-decoration: none;
    font-weight: 400;
    font-size: 150%;
    color: #043778;
    line-height: 30px;
    margin: 25px 25px 25px 25px;
    text-align: center;
    border-bottom: 2px solid #043778;
    padding-bottom: 10px;  
}

footer ul li a:hover {
    color: #D71A16;
}

footer img {
    height: 315px;
    margin: 75px 0px 0px 30px;
    padding-left: 13px;
}

 #partypic img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    }

.contact {
    width: 100%;
    height: 75px;
    background-color: #043778;
}

.contact p {
    font-size: 125%;
    margin-top: 0px;
    text-align: center;
}
    }


