/*
Theme Name:     wag2013
Theme URI:      http://www.makesomewaves.ca/
Description:    2012 Child theme for WAG 
Author:         Kim Dolan
Author URI:     http://www.makesomewaves.ca/
Template:       twentytwelve
Version:        0.1.0
*/


@import url("../twentytwelve/style.css");


/* =Links
-------------------------------------------------------------- */
a, a:active, a:focus {
outline: none !important;
text-decoration: none !important;
}

a {
color: #1c5b97 !important;
}

/* =Header
-------------------------------------------------------------- */
.header-image {
	border-radius: none !important;
	box-shadow: none !important;
	margin: 0 auto !important;
	display: block;
	padding-top: 0px !important;
}

.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
	margin: 0 auto !important;
}

.site-header h1 {
   font-size:   ;
   text-align: center;
}

.site-header h2 {
   font-size:   ;
   text-align: center;
}

#topwidget {
	width: 45%;
}


.topwidget {
	border: none;
	list-style:none;
	list-style-type: none;
	text-align: right !important;
	margin-top: 10px !important;
	float: right;
	clear: left !important;
}




/* =Menu
-------------------------------------------------------------- */
.main-navigation {
	margin-top: 6px;
	margin-top: 0.4rem;
}

.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: center;
}



.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 2px solid #000000;
	}


/* =Sidebar don't modify background color - need variety of colour
-------------------------------------------------------------- */



/* =Bottom Widgets
-------------------------------------------------------------- */
#bottomthree {
	width: 100% !important;
	clear: both !important;
	float: left !important;
	background-color: #ECF6CE !important;
	margin: 10px 0px 20px 0px !important;
}


.bottomthree {
	width: 100% !important;
	clear: both !important;
	float: left !important;
}




#bottomtext {
	text-align: left !important;
	list-style-type: none;
	color: #000;
	float:left; 
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px !important;
	width: 29%;
	min-width: 200px;
}



.bottomtext {
	text-align: left !important;
}

#bottomtext2 {
	float: left;
	text-align: left !important;
	list-style-type: none;
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px !important;
	width: 29%;
	min-width: 200px;
}


.bottomtext2 {
	text-align: left !important;
}


#bottomtext3 {
	clear: right;
	float: left;
	text-align: left !important;
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px !important;
	width: 29%;
	min-width: 200px;
	list-style: none;
}


.bottomtext3 {
	text-align: left !important;
	list-style: none;
}

.widgettitle {
	list-style: none !important;

list-style-type: none !important;
}

/* =Meteor Slides
-------------------------------------------------------------- */
#meteor-slideshow {
	position: relative;
	z-index: 1 !important;
}

.main-navigation li {
	position: relative;
	z-index: 10 !important;
}

/* =Remove border around images
-------------------------------------------------------------- */

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}

/* =Remove bottom page border
-------------------------------------------------------------- */
.site-content article {
	border-bottom: 0px double #ededed;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	

}



/* =Remove top menu border
-------------------------------------------------------------- */
.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-top: 0px solid #ededed;
	}

