/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

a {
	color: #fb3992;
}	


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    /*font: 14px/18px Baskerville;*/
    font-family: 'Josefin Sans', sans-serif;
}

/* ===================
    ALL: Shauna McG Theme
   =================== */

.header-container {
    /* border-bottom: 1px solid #666; */
}

.footer-container,
.main aside {
    /* border-top: 20px solid #e44d26; */
}

.header-container,
.footer-container,
.main aside {
    background: #fff;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */



nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #ccc;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 24px;
}
.home article h1 {
    font-size: 24px;
}

.main aside {
    color: #666;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: #666666;
    padding: 10px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
	.greyline {
		border-bottom: 1px solid #666;
	}
	.bio-img {
		margin: 30px 0 0 0;
	}
	.preloader {   
	   background:url('../img/smcg-preloader.gif') center center no-repeat #ffffff;   
	   display:inline-block;    
	}  

/* ==========================================================================
   Base grid style
   ========================================================================== */
	.home .home_grid {
		margin: 0 auto;
	    max-width: 100%;
	    padding: 5px;
	    text-align: center; 
	}
	.home .home_grid ul {
	    margin: 0 auto; 
	    padding: 0 0 0 4px;
	}
	.home .home_grid li {
		position: relative;
	    display: inline-block;
	    text-align: center;
	    padding: 0;
	    margin: 10px 10px 10px 0;
	    
	}
	.home .home_grid li a {
		display: block;
		position: relative;
		border-bottom: 2px solid #2d61c0;
		text-decoration: none;
		z-index: 997; 
	}
	.home .home_grid .tile {
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
		z-index: 998;
	}	
	.home .home_grid .tile:hover {
	    opacity: .8;
    	filter:alpha(opacity=80); /* For IE8 and earlier */
 	}
    .home .home_grid .text_block {
    	position: relative;
    	display: block;
		height: 31px; width: 100%; 
		margin: -31px 0 0 0; padding: 0; 
		z-index: 999;
	}
	.home .home_grid .text {
		float: left;
	    position: relative;
		line-height: 24px;
		height: 26px; width: auto;
		letter-spacing: 1px;
		padding: 5px 10px 0 10px;
		margin: 0 0 0 0;
		background: #2d61c0;
		color: #fff;
		text-decoration: none;
		font-weight: bolder;
		z-index: 1000;
	}
	.home .home_grid .shape {
	   float: left;
	   position: relative;
	   line-height: 24px;
	   height: 26px; width: 20px;
	   padding: 5px 0 0 0;
	   margin: 0 0 0 -6px;
	   background: #2d61c0;
	   /* Skew */
	   -webkit-transform: skew(20deg); 
	   -moz-transform: skew(20deg); 
	   -o-transform: skew(20deg);
	   transform: skew(20deg);
	   z-index: 999;
	}
	
/* ==========================================================================
   Base news style
   ========================================================================== */
   
	#news-summary ol, ul, li {
		border: 0;
		margin: 0;
		padding: 0;
	}
	#news-summary li {
		list-style: none;
		margin: 0 0 20px 0;
	}
	#news-summary .divide {
		border-bottom: 1px dotted #ccc;
		margin: 0 20px 0 20px;
		display: block;
		width: 100%;
	}
	#news-summary .th {
		border: 1px solid;
		border-color: #ccc #aaa #aaa #ccc;
		margin: 0;
		height: 100px;
		width: 100px
	}
	#news-summary .l-text {
		color: #222;
		text-decoration: none;
	}
	#news-summary .l-date {
		color: #000;
		font-size: 0.8em;
		font-style: italic;
	}
	#news-summary .l-link {
		float: right;
		font-weight: bold;
		padding: 0 3px 1px 3px;
		margin: 0 20px 0 0;
	}
	#news-summary .l-link:hover {
		background: #fb3992;
		color: #fff;
		text-decoration: none;
	}
	
/* ==========================================================================
   Base footer style
   ========================================================================== */
   
   #footer-left { display: block; width: 45%; float: left;
   }
   #footer-right { display: block; width: 45%; float: right;
   }
   .copy { width: 100%; margin: 0; color: #939393;
   }
   .social { display: inline-block; float: right; width: 100%; margin: 0; padding: 0; list-style: none;
   }
   .social li { display: block; float: right; height: 32px; width: 50px; 
   }
   .social li a { display: block; float: left; height: 32px; width: 32px; 
   }
   .social .instagram { background: url('../img/smcg-social.png') no-repeat 0px 0px; height: 32px; width: 33px; float: left; 
   }
   .social .twitter { background: url('../img/smcg-social.png') no-repeat -32px 0px; height: 32px; width: 32px; float: left; 
   }
   .social .facebook { background: url('../img/smcg-social.png') no-repeat -64px 0px; height: 32px; width: 32px; float: left; 
   }


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* ==================================================== */
/* ==================================================== */
/* =========           Small Width        ============= */
/* ==================================================== */
/* ==================================================== */

@media only screen and (max-width: 320px) {
	.wrapper {
	    width: 90%;
	    margin: 0 5%;
	    /*border: 1px solid orange;*/
	}
	nav {
		/*border: 1px solid orange;*/
	}
	nav .sub-menu {
    	display: none;
    }
	nav ul li li {
    	display: none;
    }
    .title {
       text-align: center;
    }
	.title img {
       width: 200px;
    }
    .home .home_grid li img {
		max-width: 200px;
	}
	
    
}
/* ==================================================== */
/* ==================================================== */
/* =========       Intermediate Width     ============= */
/* ==================================================== */
/* ==================================================== */
@media only screen and (min-width: 480px) {
	.wrapper {
	    width: 90%;
	    margin: 0 5%;
	    /*border: 1px solid purple;*/
	}
	.title {
       text-align: center;
    }
	.title img {
       width: 250px;
    }
    .greyline {
		border-bottom: none;
	}

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	nav {
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
		/*border: 1px solid purple;*/
		
	}
	nav ul {
		margin: 0 auto;
		padding: 0 0 0 15px;
	}
	nav ul li {
		position: relative;
		display: inline-block;
		text-align: center;
	}
	
	
    nav a {
        float: left;
        width: 17%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }
    
    nav .sub-menu {
    	display: none;
    }
    
    nav ul li li {
    	display: none;
    }
	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
    
    
    
    /**********************/
	/**********************/
	/**********************/
	.home .home_grid {
		margin: 0 auto;
	    max-width: 100%;
	    padding: 5px;
	    text-align: center; 
	}
	.home .home_grid ul {
	    margin: 0 auto; 
	    padding: 0 0 0 4px;
	}
	.home .home_grid li {
		position: relative;
	    display: inline-block;
	    text-align: center;
	    padding: 0;
	    margin: 10px 1px 10px 0;
	    
	}
	.home .home_grid li a {
		display: block;
		position: relative;
		border-bottom: 2px solid #2d61c0;
		text-decoration: none;
		z-index: 997; 
	}
	.home .home_grid li img {
		max-width: 200px;
	}
	
	
	/*/ if making images smaller
	.home .home_grid li img {
		max-width: 200px;
		border: 1px solid red;
	}
	
	/**********************/
	/**********************/
	/**********************/
	
	.home .home_grid .tile {
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
		z-index: 998;
	}	
	.home .home_grid .tile:hover {
	    opacity: .8;
    	filter:alpha(opacity=80); /* For IE8 and earlier */
 	}
    .home .home_grid .text_block {
    	position: relative;
    	display: block;
		height: 31px; width: 100%; 
		margin: -31px 0 0 0; padding: 0; 
		z-index: 999;
	}
	.home .home_grid .text {
		float: left;
	    position: relative;
		line-height: 24px;
		height: 26px; width: auto;
		letter-spacing: 1px;
		padding: 5px 10px 0 10px;
		margin: 0 0 0 0;
		background: #2d61c0;
		color: #fff;
		text-decoration: none;
		font-weight: bolder;
		z-index: 1000;
	}
	.home .home_grid .shape {
	   float: left;
	   position: relative;
	   line-height: 24px;
	   height: 26px; width: 20px;
	   padding: 5px 0 0 0;
	   margin: 0 0 0 -6px;
	   background: #2d61c0;
	   /* Skew */
	   -webkit-transform: skew(20deg); 
	   -moz-transform: skew(20deg); 
	   -o-transform: skew(20deg);
	   transform: skew(20deg);
	   z-index: 999;
	}
    
    
   
    
}

/* ==================================================== */
/* ==================================================== */
/* =========       Wide Width    ====================== */
/* ==================================================== */
/* ==================================================== */
@media only screen and (min-width: 768px) {
	.wrapper {
		/*border: 1px solid blue;*/
	}
	
	.title {
        float: left;
        width: 296px; 
        height: 47px;
    }
	.title img {
        float: left;
        width: 280px; 
        height: 47px;
    }
	.greyline {
		border-bottom: 1px solid #666;
	}
    .header-container
    .main aside {
    }
    nav {
	    float: right;
		position: relative;
		display: block;
		margin: 10px 0 10px 0;
		padding: 0;
		z-index: 1000;
		
		/*border: 1px solid blue;*/
    }
    
    nav ul {
    	list-style-position: inside;
		margin: 0 0 0 0;
		padding: 0; 
    }
    
    nav li {
    	list-style: none;
		float: left;
		margin: 0 0 0 25px;
    }
    
    nav a, nav a:visited {
    	width: 70px;
		display: block;
		color: #666;
		background: #fff;
		font-size: 17px; 
	}
	
	nav a:hover {
	 	color: #333;
	 	text-decoration: none;
	}
	
	nav .sub-menu {
	    padding:0;
	    margin: 0;
	    z-index: 1001;
	}
	
	nav .sub-menu li {
		list-style-type: none;
    	display: inline-block;
    	
	}

	/*Link Appearance*/
	nav .sub-menu li a {
	    text-decoration: none;
	    text-align: left;
	    color: #666;
	    padding: 5px; 
	    margin: 0;
	    display: block;
	    z-index: 1001;
	    width: 90%;
	    /* border: 1px solid blue; */
	}
	
	nav .sub-menu li a:hover {
		background: #e6e6e7;
	}	
	
	/*Make the parent of sub-menu relative*/
	nav .sub-menu li {
	    position: relative;
	    width: 100%;
	    z-index: 1001;
	    margin: 0; padding: 0 0 0 10px;
	    /* border: 1px solid red; */
	}
	/*sub menu*/
	nav .sub-menu {
	    display: none;
	    position: absolute;
	    top: 70px;
	    min-width: 220px;
		z-index: 1001;
	    background: #fff;
	    margin: 0 0 0 -5px; padding: 5px;
	    border-left: 2px solid #d6d2ce;
	    box-shadow: 3px 3px 0 #d6d2ce;
		-webkit-box-shadow: 3px 3px 0 #d6d2ce;
	    
	}
	nav li:hover .sub-menu {
	    display:block;
	    z-index: 1001;
	}

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }



    .home article {
        float: left;
        width: 100%;
    }
    
    .home article header{
	    float: left;
	    width: 100%;
	    margin: 20px 0 10px 0;     
	    
	}
	/**********************/
	/**********************/
	/**********************/
	.home .home_grid {
		margin: 0 auto;
	    max-width: 100%;
	    padding: 5px;
	    text-align: center; 
	}
	.home .home_grid ul {
	    margin: 0 auto; 
	    padding: 0 0 0 4px;
	}
	.home .home_grid li {
		position: relative;
	    display: inline-block;
	    text-align: center;
	    padding: 0;
	    margin: 10px 10px 10px 0;
	}
	.home .home_grid li a {
		display: block;
		position: relative;
		border-bottom: 2px solid #2d61c0;
		text-decoration: none;
		z-index: 997; 
	}
	.home .home_grid li img {
		max-width: 200px;
	}
	/*/ if making images smaller
	.home .home_grid li img {
		max-width: 200px;
		border: 1px solid red;
	}
	
	/**********************/
	/**********************/
	/**********************/
	
	.home .home_grid .tile {
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
		z-index: 998;
	 }	
	.home .home_grid .tile:hover {
	    opacity: .8;
    	filter:alpha(opacity=80); /* For IE8 and earlier */
 	}
    .home .home_grid .text_block {
    	position: relative;
    	display: block;
		height: 31px; width: 100%; 
		margin: -31px 0 0 0; padding: 0; 
		z-index: 999;
	}
	.home .home_grid .text {
		float: left;
	    position: relative;
		line-height: 24px;
		height: 26px; width: auto;
		letter-spacing: 1px;
		padding: 5px 10px 0 10px;
		margin: 0 0 0 0;
		background: #2d61c0;
		color: #fff;
		text-decoration: none;
		font-weight: bolder;
		z-index: 1000;
	}
	.home .home_grid .shape {
	   float: left;
	   position: relative;
	   line-height: 24px;
	   height: 26px; width: 20px;
	   padding: 5px 0 0 0;
	   margin: 0 0 0 -6px;
	   background: #2d61c0;
	   /* Skew */
	   -webkit-transform: skew(20deg); 
	   -moz-transform: skew(20deg); 
	   -o-transform: skew(20deg);
	   transform: skew(20deg);
	   z-index: 999;
	}
	

/* ============
    WIDE: Work
   ============ */

    .work article {
        float: left;
        width: 50%;
    }
    
    .work article header{
	    float: left;
	    width: 100%;
	    margin: 20px 0 10px 0;    
	}
	
	.work article h1 {
    	font-size: 24px;
    	margin: 0 0 1em 0; color: #666;
    }

    .work aside {
        float: right;
        width: 45%; 
		margin: 0 0 20px 0;
		text-align: center;
    }



   
}

/* ==================================================== */
/* ==================================================== */
/* =========    Full    Width    ====================== */
/* ==================================================== */
/* ==================================================== */

@media only screen and (min-width: 1024px) {

/* ============
    FULL WIDE: home
   ============ */
	
	.wrapper {
        /*width: 1026px;*/ /* 1140px - 10% for margins */
        width: 960px;
        margin: 0 auto;
    	/*border: 1px solid green;*/
    }
    .title {
        float: left;
        width: 296px; 
        height: 47px;
    }
    
    .title img {
        float: left;
        width: 296px; 
        height: 47px;
    }
	nav {
		margin: 10px 0 10px 0;
		/*border: 1px solid green;*/
	}
	nav ul {
    	margin: 0 0 30px 0;
	}
	nav li {
    	margin: 0 0 0 45px;
    }
	.home article header{
	    margin: 20px 0 10px 0;    
	}

	.home .home_grid {
		margin: 0 auto;
	    max-width: 100%;
	    padding: 5px;
	    text-align: center; 
	}
	
	.home .home_grid ul {
	    margin: 0 auto; 
	    padding: 0 0 0 4px;
	}
	
	.home .home_grid li {
		position: relative;
	    display: inline-block;
	    text-align: center;
	    padding: 0;
	    margin: 10px 10px 10px 0;
	}
	
	.home .home_grid li img {
		max-width: 300px;
	}
}


   
/* ==================================================== */
/* ==================================================== */
/* =========    Maximal Width    ====================== */
/* ==================================================== */
/* ==================================================== */

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        /*width: 1026px;*/ /* 1140px - 10% for margins */
        width: 960px;
        margin: 0 auto;
        /*border: 1px solid red;*/
    }
    .title {
		float: left;
		width: 296px;
		height: 47px;
	}
    .title img {
        float: left;
        width: 296px; 
        height: 47px;
    }
    nav {
		margin: 10px 0 10px 0;
		/*border: 1px solid red;*/
	}
	.home .home_grid {
		margin: 0 auto;
	    max-width: 100%;
	    padding: 5px;
	    text-align: center; 
	}
	.home .home_grid ul {
	    margin: 0 auto; 
	    padding: 0 0 0 4px;
	}
	.home .home_grid li {
		position: relative;
	    display: inline-block;
	    text-align: center;
	    padding: 0;
	    margin: 10px 10px 10px 0;
	}
	.home .home_grid li img {
		max-width: 300px;
	}
}

/* ============
    Contact form
   ============ */

#contact-form input,   
#contact-form select,   
#contact-form textarea,   
#contact-form label {  
    margin-bottom:2px;  
}  
  
#contact-form input,   
#contact-form select,   
#contact-form textarea {  
    width: 50%;  
    border: 1px solid #CEE1E8;  
    margin-bottom:10px;  
    padding:4px;  
}  
  
#contact-form input:focus,   
#contact-form select:focus,   
#contact-form textarea:focus {  
    border: 1px solid #AFCDD8;  
    background-color: #EBF2F4;  
}  
  
#contact-form textarea {  
    height:150px;  
    resize: none;  
}  
  
#contact-form label {  
    display:block;  
}  
  
#contact-form .required {  
    font-weight:bold;  
    color:#F00;      
}  
  

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/*____  PRELOAD IMAGES  
	body:after{ 
		content:url(http://shaunamcgowan.com/web4/img/tmb/nz.png) url(http://shaunamcgowan.com/web4/img/tmb/machi2.png) url(http://shaunamcgowan.com/web4/img/tmb/ad.png) url(http://shaunamcgowan.com/web4/img/tmb/illustration2.png) url(http://shaunamcgowan.com/web4/img/tmb/screen-prints2.png) url(http://shaunamcgowan.com/web4/img/tmb/art-facilitation2.png);display:none;}
		

____*/


