body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
	/*margin-top: 10px;*/
}



header {
	margin-left: 2%;
	margin-right: 2%;
}
header h1{
	font-size: 24px;
}
#logo-img {
	width: 100%;
}
#content {
	min-width: 320px;
	overflow: hidden;

}

p 	{
	color: #666;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 0 20px 0;
}

a	{
	color: #666;
}

a:hover {
	color: #000;
}

a#phonenr {text-decoration: none;}

.page-img {
	float: left;
	margin-right: 3%;
	width: 35%;
	margin-left: 2%;
	min-width: 112px;
	overflow: hidden;
	padding-bottom: 15px;
}
.page-img .prolife-image {
	width: 100%;
}
.right {
	float: right;
	width: 58%;
	margin-right: 2%;
}
nav {
}
nav ul li {
	display: block;
	font-size: 0.65em;
	margin: 0 15px 15px 0;
}
nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #b1b1b1;
	padding: 4px 15px 25px 0;
}
nav ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #666;
}

#nav li a.current {
	color: #666;
}

article h1 {display: none;}

h3 {
	font-size: 1em;
	color: #000;	
	line-height: 1.4em;
	padding-bottom: 10px;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 20px;
}

.domtab {
	}

.domtabs {
	font-size: 0.9em;
	line-height: 1.3em;
}
	
.domtabs li a {
	text-decoration: none;
}

.country {
    position: absolute;
    top: 400px;
    visibility: hidden;
}

.lead {
    background: -moz-linear-gradient(left center , #4a4a4a 60%, #333 100%) repeat scroll 0 0 transparent;
    color: #fff;
    padding: 0 25px;
    font-size: 1em;
    line-height: 1.4em;
}

.lead h1 {
	display: block;
	font-size: 1.5em;
	padding: 30px 25px 15px 0;}
	
	
.lead a {
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.lead ul {
	padding: 25px 0 10px;}
	
.lead ul li {margin: 0 0 25px 0;
	font-size: 0.8em;
	display: inline-block;
}
	
	
/*@media only screen and (max-width: 560px) {
	header {position: absolute; top: 10px; width: 85%;}
	}*/

@media only screen and (min-width: 610px){
	nav ul li {display: inline-block;}
}

 ul#nav { padding-left: 0; list-style: none; width: 100%; margin-bottom: 40px; }
            ul#nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
            
               



        .open {
            display: none;
            float: left;
            width: 40px;
            height: 30px;
            margin-right: 18px;
            margin-top: 2px;
            background: url(http://barbarastewart.ca/images/menu1.png) center center no-repeat #fff;
            /*-moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -border-radius: 8px;
            box-shadow: inset 0 0 3px #000;*/
            text-indent: -999999px;
            border: 0;
        }
        
        #pageslide {
            /* These styles MUST be included. Do not change. */
            display: none;
            position: absolute;
            position: fixed;
            top: 0;
            height: 100%;
            z-index: 999999;
            

            /* Specify the width of your pageslide here */
            width: 260px;
            padding: 20px;
            margin-right: 5px;

            /* These styles are optional, and describe how the pageslide will look */
            background-color: #333;
            
            -webkit-box-shadow: inset 0 0 5px 5px #222;
            -moz-shadow: inset 0 0 5px 5px #222;
            box-shadow: inset 0 0 5px 5px #222;
        }
        
        	#pageslide #nav li a {
        	text-decoration: none;
        	font-size: 0.7em;
        	color: #666;
        	}
        	
        	#pageslide #nav li a.current {
        	color: #fff;}
        
           
        
        /* Media Queries
        * 
        * Note: Please don't base your responsive design off of this code. It is just here for demo purposes.
        * Rather, grab yourself a copy of Ethan's book: http://www.abookapart.com/products/responsive-web-design
        ================================================== */
        
        
    	
    	/* Mobile Landscape and Portrait */
    	@media only screen and (max-width: 767px) {
    	  
    	    #content h1 { font-size: 22px; line-height: 30px; background-color: #000; color: #FFF; padding: 10px; }
    	    #content ul#nav { display: none; }
    	     a#phonenr {text-decoration: underline;}
    	    
    	    .open { display: inline; }
    	   		#pageslide { width: 200px; }
    	        #pageslide #nav li { padding: 10px 0; border-bottom: 1px solid #666; }
    	        #pageslide #nav li a { color: #bbb; border: none; }
    	        #pageslide #nav li a:hover { text-decoration: underline; }
    	        #logo-img {width: 80%}
    	        #content article h1 {display: block; color: #000; background-color: #fff; font-weight: bold; font-size: 18px; line-height: 24px; text-transform: uppercase; letter-spacing: 2px; padding: 0 0 25px; }
    	        .country {top: 450px;}
    	        .domtab {padding-top: 0;}
    	        .domtabs li {display: inline-block;	padding: 4px 20px;}
    	        

    	}
    	
    	/* Mobile Portrait */
        @media only screen and (max-width: 479px) {
          
            #content h1 { font-size: 14px; }
           
           
        }
        

