/*  
Theme Name: Base Theme
Theme URI: https://www.pagelines.com/
Description: A starter child theme for PageLines.  Use this as a reference for building your own child themes for PageLines Store.
Version: 1.0.2
Author: PageLines
Author URI: https://www.pagelines.com
Tags: developer

Template: pagelines

*/

/*
Themes follow the basic WordPress themes header scheme with the following additions:

	Template: pagelines
	Tells wordpress this is a childtheme and where the parent files are stored.
	
	Demo: https://a.link.com
	Use this to point to a demo for this product.
	
	External: https://a.link.com
	Use this to point to an external site, authors home page for example.	
*/

/*
 * File Naming Conventions
 * -------------------------------------
 *	style.css 		 - Main theme style file.
 *  thumb.png		 - Thumbnail image used in the store and on pagelines.com for your product.
 *  screenshot.png	 - Primary screenshot, logo or graphic for your extension item (300px by 225px).
 *	screenshot-1.png - Additional screenshots -1 -2 -3 etc (optional).
 *	page.example.php - Custom page template, check the file for syntax. This is autoloaded.
 *	sections/		 - Bundle sections with your theme in this folder, each section in a seperate folder.
 */


/* =============================== */
/* = Updated 2/12/13 - Whitcomb == */
/* =============================== */



/* ============================== */
/* = 2012 Albums  START == */
/* ============================== */



@keyframes Animatescene {
       0% {background-position: 0px;} 
     100% {background-position: -2000px;} 
}

/* Firefox */
@-moz-keyframes Animatescene {
       0% {background-position: 0px;} 
     100% {background-position: -2000px;} 
}

/* Safari and Chrome */
@-webkit-keyframes Animatescene {
       0% {background-position: 0px;} 
     100% {background-position: -2000px;} 
}

/* Opera */
@-o-keyframes Animatescene {
       0% {background-position: 0px;} 
     100% {background-position: -2000px;} 
}


#albums_cover {
/* For browsers that dont support CSS3 Animations */
	background-image: url(https://stadiumsandshrines.com/wordpress/wp-content/uploads/2012/12/SS-Albums-2012-UpgradeBrowser.jpg) ;

        }

.cssanimations  #albums_cover { float:left;		
		 display:block;
  		 width:100%;
		 height:450px;
         background:url('https://stadiumsandshrines.com/wordpress/wp-content/uploads/2012/12/Cover.png') ;
         
         }
    	
.cssanimations  #albums_back { float:left;		
		 display:block;
  		 width:100%;
		 height:450px;
         background:url('https://stadiumsandshrines.com/wordpress/wp-content/uploads/2012/12/3_Sky.jpg') repeat-x;
    	
		animation: Animatescene 50s linear infinite ;
        -moz-animation: Animatescene 50s linear infinite ;
	    /* Safari and Chrome: */
	    -webkit-animation: Animatescene 50s linear infinite ;
        /* Opera: */
        -o-animation: Animatescene 50s linear infinite ;
  		}
		
.cssanimations  #albums_middle2 { float:left;		
		 display:block;
  		 width:100%;
		 height:450px;
         background:url('https://stadiumsandshrines.com/wordpress/wp-content/uploads/2012/12/Opt_3_Mid-Back.png') repeat-x;
    	
		animation: Animatescene 100s linear infinite ;
        -moz-animation: Animatescene 100s linear infinite ;
	    /* Safari and Chrome: */
	    -webkit-animation: Animatescene 100s linear infinite ;
        /* Opera: */
        -o-animation: Animatescene 100s linear infinite ;
  		}
        
.cssanimations  #albums_middle { float:left;		
		 display:block;
  		 width:100%;
		 height:450px;
         background:url('https://stadiumsandshrines.com/wordpress/wp-content/uploads/2012/12/Opt_3_Mid-Front.png') repeat-x;
    	
		animation: Animatescene 80s linear infinite ;
        -moz-animation: Animatescene 80s linear infinite ;
	    /* Safari and Chrome: */
	    -webkit-animation: Animatescene 80s linear infinite ;
        /* Opera: */
        -o-animation: Animatescene 80s linear infinite ;
  		}


.cssanimations #albums_front { float:left;		
		 display:block;
  		 width:100%;
		 height:450px;
         background:url('https://stadiumsandshrines.com/wordpress/wp-content/uploads/2012/12/Opt_3_Front.png') repeat-x;
    	
		animation: Animatescene 30s linear infinite ;
        -moz-animation: Animatescene 30s linear infinite ;
	    /* Safari and Chrome: */
	    -webkit-animation: Animatescene 30s linear infinite ;
        /* Opera: */
        -o-animation: Animatescene 30s linear infinite ;
  		}






/* ============================== */
/* = 2012 Albums  END == */
/* ============================== */






/* ============================== */
/* = SITE WIDE STYLES   == */
/* ============================== */

/*
@-webkit-keyframes pulse {
      0% {background-color: rgba(143, 143, 143, 0.2);}
     25% {background-color: rgba(200, 163, 143, 0.);}
     50% {background-color: rgba(240, 163, 73, 0.2);}
     75% {background-color: rgba(200, 63, 143, 0.2);}
     100% {background-color: rgba(40, 163, 143, 0.2);}
}
 */
 
 
@keyframes pulse {
       0% {background-color: rgba(255, 170, 35, 0.2);} /* Orange */
      25% {background-color: rgba(245, 190, 250, 0.25);} /* Pink */
      50% {background-color: rgba(220, 200, 250, 0.2);} /* Purple */
      75% {background-color: rgba(250, 130, 85, 0.0);}
     100% {background-color: rgba(240, 190, 82, 0.3);} /* Yellow Orange */
}

/* Firefox */
@-moz-keyframes pulse {
       0% {background-color: rgba(255, 170, 35, 0.2);} /* Orange */
      25% {background-color: rgba(245, 190, 250, 0.25);} /* Pink */
      50% {background-color: rgba(220, 200, 250, 0.2);} /* Purple */
      75% {background-color: rgba(250, 130, 85, 0.0);}
     100% {background-color: rgba(240, 190, 82, 0.3);} /* Yellow Orange */
}

/* Safari and Chrome */
@-webkit-keyframes pulse {
       0% {background-color: rgba(255, 170, 35, 0.2);} /* Orange */
      25% {background-color: rgba(245, 190, 250, 0.25);} /* Pink */
      50% {background-color: rgba(220, 200, 250, 0.2);} /* Purple */
      75% {background-color: rgba(250, 130, 85, 0.0);}
     100% {background-color: rgba(240, 190, 82, 0.3);} /* Yellow Orange */
}

/* Opera */
@-o-keyframes pulse {
       0% {background-color: rgba(255, 170, 35, 0.2);} /* Orange */
      25% {background-color: rgba(245, 190, 250, 0.25);} /* Pink */
      50% {background-color: rgba(220, 200, 250, 0.2);} /* Purple */
      75% {background-color: rgba(250, 130, 85, 0.0);}
     100% {background-color: rgba(240, 190, 82, 0.3);} /* Yellow Orange */
}

#site {
	/* For browsers that dont support CSS3 Animations */
	background-image: url(https://stadiumsandshrines.com/wordpress/wp-content/_UI/bg-texture-shift.gif) repeat;
 
}

.cssanimations #site {
	/* Modernizr */
	
	background-image: none;
    background-color:  rgba(255, 170, 35, 0.2);    
   
	animation: pulse 20s linear infinite ;
	/* Firefox: */
	-moz-animation: pulse 20s linear infinite ;
	/* Safari and Chrome: */
	-webkit-animation: pulse 20s linear infinite ;
	/* Opera: */
	-o-animation: pulse 20s linear infinite ;
 
}

.content-shadow.fixed_width .page-canvas{
	/* For browsers that dont support CSS3 Box Shadows */
	border: solid 5px #DEC1B3;
	
	background: rgba(143, 143, 143, 0.07);
	margin-top: -85px; /* moves up the content behind the logo*/
	
}

.boxshadow .content-shadow.fixed_width .page-canvas{
	/* Modernizr */
	
	border: none;
	
	/*/// --- Pink border ----////*/
	-moz-box-shadow: 0 0 6px rgba(100, 100, 100, .2), inset -5px -5px 0 #DEC1B3, inset 5px 5px 0 #DEC1B3;	
	-webkit-box-shadow: 0 0 6px rgba(100, 100, 100, .2), inset -5px -5px 0 #DEC1B3, inset 5px 5px 0 #DEC1B3;
	box-shadow: 0 0 6px rgba(100, 100, 100, .2), inset -5px -5px 0 #DEC1B3, inset 5px 5px 0 #DEC1B3;

	/*/// --- Tan border ----////
	-moz-box-shadow: 0 0 6px rgba(100, 100, 100, .2), inset -5px -5px 0 #E8E5DD, inset 5px 5px 0 #E8E5DD;	
	-webkit-box-shadow: 0 0 6px rgba(100, 100, 100, .2), inset -5px -5px 0 #E8E5DD, inset 5px 5px 0 #E8E5DD;
	box-shadow: 0 0 6px rgba(100, 100, 100, .2), inset -5px -5px 0 #E8E5DD, inset 5px 5px 0 #E8E5DD;
	*/
	
	background: rgba(143, 143, 143, 0.07);
	margin-top: -85px; /* moves up the content behind the logo*/
	
}

/*/// --- Fix for logo in v2.3 ----///*/
#site #page .page-canvas, #site #dynamic-content .page-canvas {
    margin-top: -85px;
}


#page {	
	color: rgba(0, 0, 0, .7);
}

.fixed_width #page {
	padding-top: 0;
}

.fpost {
	border-bottom: none;	
}

.main_nav, h6.site-description, .widget-title, #footer li h5 a, .subhead, .main_nav, #postauthor .subtext, .author-details, .post-nav, .current_posts_info, #secondnav {
	font-size: 90%;
}

body .entry_content iframe {
    max-width: none; /* fixes fb sharing box - allows it to be fully visible when expanded */ 
}


/*/// --- Next and Prev links on main blog feed ----////*/
#pagination {
	padding: 0 25px;
	font-family: "EB+Garamond", serif;
	font-size: 90%;
	line-height: 100%;
}

#pagination a {
	color: rgba(0, 0, 0, 0.7);
}

#pagination a:hover {
	color: rgba(0, 0, 0, 0.9);
}

.post-nav, .current_posts_info {
	padding: 12px 15px;
}

.entry_content .tags {
	display: none;	
}

.pager {
    margin: 0;
}

.pager a,  .pager span {
display: inline-block;
padding: 12px 15px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
filter: none;
border: none;
}

.pager a:hover {
	color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    filter: none;
    border: none;
}


.cnt-comments a, #wp-calendar caption,  .wp-caption, .commentlist .alt, #wp-calendar #today, #pagination, .post-nav, .current_posts_info, .success, .content-pagination a .cp-num, .hentry table .alternate td, .playpause, .current-page-ancestor a {
	background-color: #f6f1ed;
	-moz-box-shadow: 0 5px 8px rgba(100, 100, 100, .15);	
	-webkit-box-shadow: 0 5px 8px rgba(100, 100, 100, .15);
	box-shadow: 0 5px 8px rgba(100, 100, 100, .15);
}

.entry_content a {
	color: #6f333d;
}

.entry_content a:hover {
	text-decoration: none !important;
	color: rgba(0, 0, 0, .8);
	text-shadow:1px 1px 1px rgba(255, 255, 255, .6);
}

.entry_content img {
	/*float:right;*/
	width: 100%;
	margin: 0.5% 0;
}

.entry_content p {
	float:left;
	width: 61.9835%;
	padding: 0 4% 0 4%;
	text-align: justify;
	margin: 0 0 1.6em 0;
}

blockquote {
	padding: 0;
	margin: 0;
	border: none;
}

blockquote p{
	font-size: 13px;
	line-height: 20px;
}

blockquote small {
	color: rgba(0, 0, 0, 0.4);
	line-height: 20px;
	padding-top: 7px;
}

a.more-link {
	background-color: #F6F1ED;
	padding: 10px 35px;
	margin-left: -35px;
}

/* Used for poetic intros to posts */
.special {
	font-size: 1.4em;	
	line-height: 1.5em;
	font-style:italic;
}

.clear {
	padding: 0;
	margin:  0;
	height: 0 !important;
	line-height: 0px;
	font-size: 0px;
}


/* ============================== */
/* HEADER STYLES   == */
/* ============================== */

#branding {
    display: none; /* hides the logo placed in the header by pagelines */
}

#logoCnt {
	margin: 0 auto;
	text-align: center;
	display: block;
	position: relative;
	z-index: 999;
	max-width: 125px;
}


/* ============================== */
/* TOP NAV STYLES   == */
/* ============================== */

.navigation_wrap.fix {
	border: none;	
}

.navigation_wrap .main_nav {
	margin-right: 23%;
	text-align: left;
	margin-top: 0px;
	z-index: 28;
	position: relative;
	height: 31px;
	max-width: 40%;
	text-transform: uppercase;

}

#nav .content-pad, #secondnav .content-pad {
	padding-top: 10px;
}

.searchform {
/*	position: relative; */
	width: 20%;
	margin: 3px 5px 3px 0;
	display: inline-block;
}

.responsive .navigation_wrap .searchform {
	display: inline-block;
	position: absolute;
	float: none;
	margin-top: 10px;
}

.searchform .searchfield {
	width: 125px;
	/*height: 13px;*/
	padding: 5px 5px 5px 28px;
	float: left;
	background: url(../pagelines/images/search-btn.png) no-repeat 5px 50%;
	background-color: rgba(255,255,255, .4);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

.navigation_wrap .searchform {
	position: absolute;
	left: 59%;
	bottom: 2px;
}


.main_nav li a {
	text-shadow:1px 1px 1px rgba(255, 255, 255, .6);
}

.main-nav li.current-menu-item a {
	color: #ba6472;
	background: none;
}

.main-nav li a:hover {
	color: #ba6472;
	background: none repeat scroll 0 0 transparent !important;
	
}


/* ============================== */
/* POST TITLE STYLES   == */
/* ============================== */



.post-meta {
	background:url(../../_UI/pink-gradient-under-nav.png) repeat-x;
	margin: 0 5px 0 5px;
	padding: 75px 0 0 0;
}


.post-title-section {
	border-bottom: solid 3px rgba(0, 0, 0, .7);
}

.media .bd {
	display: block;
	width: auto;
	margin: 0 1.7% 25px 1.7%;
}

.tags {
	font-size: 100%;
}

.post-meta .metabar {
	font-size: 90%;
	line-height: 1.2em;
}

.post-meta .metabar em {
	font-style: italic;
}

.post-meta .metabar a {
	border: none;
}

.hentry .entry-title {
	color: rgba(0, 0, 0, .7);
}

.fpost .post-title h2 a {
	text-decoration: none;
	color: rgba(0, 0, 0, .7);
}

.fpost .post-title h2 a:hover {
	text-decoration: none;
	color: rgba(0, 0, 0, .8);
	text-shadow:1px 1px 1px rgba(255, 255, 255, .6);
}

/* Centers PAGE Titles*/
h1.entry-title.pagetitle {
	text-align: center;
	color: rgba(0, 0, 0, .7);
}

/* ============================== */
/* = MORE FOOT STYLES   == */
/* ============================== */

#morefoot_area {
	background:url(../../_UI/pink-gradient-behind-morefooter.png) repeat-x;
	/* --- Hide when border is pink --
	margin: 0 5px 5px 5px;
	*/
	padding: 20px 0 0 0;
}

/* ==== v2.3 fix ===== */
.widget .widget-title {
    color: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 1px rgba(40, 0, 0, .5);

}

.advanced_recent_posts_widget {
	font-size: 130%;
	font-weight: bold;
}

.advanced_recent_posts_widget h3{
	font-size: 80%;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 1px rgba(40, 0, 0, .5);
	text-transform: uppercase;
	margin-bottom: 8px;
}

.widget ul {
	margin: 0;
}

.advanced_recent_posts_widget ul li {
	list-style: none;
	list-style-type: none;
	margin: 6px 0;
	padding: 0;
	border-bottom: none;
	line-height: 1em;
}

.advanced_recent_posts_widget ul li a {
	color: rgba(0, 0, 0, .6);
}

.advanced_recent_posts_widget ul li a:hover {
	color: rgba(0, 0, 0, .8);
	text-decoration: none;
}

/* ============================== */
/* = FOOTER STYLES   == */
/* ============================== */

#footer  .pprow {
	padding: 25px 0;
}

#footer .footcol-pad {
	padding: 0 35px 0 10px;
}

.footer_html h3 {
	font-size: 115%;
	padding-bottom: 5px;
	color: rgba(0, 0, 0, 0.8);
}

.footer_html p {
	font-size: 88%;
	color: rgba(0, 0, 0, 0.5);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: justify;
}

.footer_html a {
	font-size: 88%;
	color: rgba(0, 0, 0, 0.5);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}

.footer_html a:hover {
	font-size: 88%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
}

#footer a, #footer li h5 a {
	color: rgba(0, 0, 0, 0.5);
}

#footer .widget-title {
	color: rgba(0, 0, 0, 0.8);
	font-size: 115%;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#footer .footcol ul {
	padding: 0;
}

#footer li {
	list-style-type: none;
	width: 30%;
	float: left;
	line-height: 1.3em;
    padding: 3px 10px 3px 0;
	font-size: 88%;
	color: rgba(0, 0, 0, 0.5);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#footer li a:hover {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}


/* ============================== */
/* = FULL WIDTH IMAGE SIZE POST STYLES   == */
/* ============================== */
#content .content-pad {
	padding: 0;
}


.fullwidth #column-main {
	float: right;
}

.fullwidth #column-main .mcolumn-pad {
	padding: 0;
}

/* SIDE BY SIDE IMAGES */
.side_by_side_left{
	width: 49.5%;
	float: left;
	padding: 0.5% 0;
}

.side_by_side_right{
	width: 49.5%;
	float: right;
	padding: 0.5% 0;
}



/* ============================== */
/* = 550px IMAGE SIZE POST (SIDE BAR LAYOUT) STYLES   == */
/* ============================== */
.one-sidebar-left #pagelines_content #sidebar1 {
	width: 0%;
}

.one-sidebar-left #pagelines_content #sidebar-wrap {
	width: 0%;
}

.one-sidebar-left #pagelines_content #column-wrap {
	width: 100%;
}

.one-sidebar-left #column-main .mcolumn-pad, .two-sidebar-left #column-main .mcolumn-pad {
	padding: 0;
}



.split img {
	width:56.818182%;
	float:right;
}

.split p {
	width:35.9%;
	float: none;
}

/* VIDEO EMBEDS */
.split .video_half {
	width:56.818182%;
	float:right;
}








/* ============================== */
/* = SOCIAL SHARING LINKS   == */
/* ============================== */

div.mr_social_sharing_wrapper {
	opacity: 0.88;
	height: auto;
	width: 10%;
	margin: 4px 0;
	padding: 45px 30px 15px 0;
	border: 0;
	line-height: 0;
	float: right;
	text-align: center;
}

.split .mr_social_sharing_wrapper {
	opacity: 0.88;
	height: auto;
	width: 100%;
	margin: 4px 0;
	padding: 15px 0 15px 4%;
	border: 0;
	line-height: 0;
	float: none;
	text-align: left;
}

.mr_social_sharing_wrapper .linksalpha_image {
	display: none !important;
	display: none;
}

/* ============================== */
/* = RECOMMENDED LINKS   == */
/* ============================== */

.recommend {
	float: right;
	width: 24%;
	border-top: solid 2px rgba(255, 255, 255, 0.7);
	border-bottom: solid 2px rgba(255, 255, 255, 0.7);
	text-align: center;
	padding: 0 15px;
	margin: 10px 5px 10px 0;
}
.recommend p {
	text-align: center;
	width: 100%;
	padding: 0;
}

.recommend h3 {
	font-size: 105%;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 1px rgba(40, 0, 0, .5);
	text-transform: uppercase;
	font-style: normal;
}

/* ============================== */
/* = DREAM PAGE   == */
/* ============================== */

.dream-share div.mr_social_sharing_wrapper {
	height: auto;
	width: 30%;
	margin: 4px 0;
	padding: 0 0 15px 0;
	border: 0;
	line-height: 0;
	float: right;
	text-align: right;
}


.dream-cnt {
	margin: 0 2.5%;
}

.dream-thumb{
	width: 31.3%;
	padding: 1.4% 1%;
	float: left;
}

p.dream-title {
	width: 100%;
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: left;
	padding: 7px 0 2px 0;
	margin: 0;
	font-style: italic;
	
}

p.dream-artist {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 80%;
	line-height: 1.2em;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* ============================== */
/* = ARCHIVE PAGE   == */
/* ============================== */

.archive-cnt {
	margin: 0 2.5%;
}

.archive-thumb{
	width: 18%;
	padding: 1.4% 1%;
	float: left;
}

p.archive-title {
	width: 100%;
	font-size: 1em;
	line-height: 1.1em;
	text-align: left;
	padding: 7px 0 2px 0;
	margin: 0;
    min-height: 35px;
	font-style: italic;
	
}

p.archive-date {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 80%;
	line-height: 1.2em;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}



/* START SMALLER SCREEN NAV STYLES */
@media only screen and (max-width: 820px), only screen and (max-device-width: 820px) {



.content-shadow.fixed_width .page-canvas, .boxshadow .content-shadow.fixed_width .page-canvas {
	margin-top: -36px; /* moves up the content behind the logo*/
	
}

/*/// --- Fix for logo in v2.3 ----///*/
#site #page .page-canvas, #site #dynamic-content .page-canvas {
    margin-top: -36px;
}

.searchform .searchfield {
	width: 90px;
	/*height: 13px;*/
	padding: 5px 5px 5px 28px;
	float: right;
	
}

.navigation_wrap .searchform {
	position: absolute;
	left: 70%;
	bottom: 2px;
	z-index: 29;

}
	
.navigation_wrap .main_nav {
	margin-right: 0;
	margin-top: 0px;
	padding: 25px 15px 5px 15px;
	z-index: 28;
	position: relative;
	height: 31px;
	max-width: 100%;


}

} /* END SMALLER SCREEN NAV STYLES */



/* START SMALL SCREEN STYLES */
@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {

.entry_content img {
	width: 100%;
}

.entry_content p {
	width: 92%;
	padding-top: 2.5%;
}

.split img {
	width: 100%;
	float: none;
}

.split p {
	width: 92%;
	padding-top: 2.5%;
}

.split .video_half {
	width: 100%;
	float: none;
}

div.mr_social_sharing_wrapper {
	height: auto;
	width: 100%;
	margin: 4px 0;
	padding: 15px 0 0 4%;
	border: 0;
	line-height: 0;
	float: none;
	text-align: left;
}

/* Morefoot padding */
.pprow .widget {
    margin: 10px;
}

.searchfield {
	width: 18%;
}
.searchform .searchfield {
	width: 90px;
	float: right;
}

.navigation_wrap .searchform {
	position: absolute;
	left: 80%;
	bottom: 2px;
	z-index: 29;

}

.archive-thumb{
	width: 31%;
	padding: 1.4% 1%;
	float: left;
}	


} /* END SMALL SCREEN STYLES */





/* IPHONE STYLES */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

.navigation_wrap .main_nav {
	
	font-size: 10px;

}

.responsive #page  .main_nav ul li a{
	padding:3px 2px 4px 2px;
	text-align: center;
}

.responsive #page .main_nav ul li {
	padding: 0px 4px;
	width: auto;
}

.responsive .navigation_wrap .searchform .searchfield {
	width: 75px;
	/*height: 10px;*/
}

.responsive .navigation_wrap .searchfield {
	position: absolute;
	left: 9%;
	bottom: 2px;
	z-index: 29;

}

.special {
	font-size: 1.4em;	
	line-height: 1.5em;
	font-style:italic;
	padding-top: 2.5%;
}

.split .special {
	font-size: 1.4em;	
	line-height: 1.5em;
	font-style:italic;
	padding-top: 4%;
}

} /* END IPHONE STYLES */