/* @override 
	http://cupe.bravenewclients.com/wp-content/themes/cupe-theme/style.css
	http://www.cupe379.ca/wp-content/themes/cupe-theme/style.css
*/

/*  
Theme Name: CUPE LOCAL 379
Theme URI: http://cupe.bravenewclients.com
Description: A theme for CUPE379
Version: 1.0
Author: Dale Mugford and Duane Storey
Author URI: http://www.bravenewcode.com/
	
	This theme was designed and built by Dale Mugford and Duane Storey of BraveNewCode Inc.
*/

/* @group CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group WireFrame Global */

body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #293c4e;
	text-shadow: #eaf8fe 0 1px 0;
	height: 100%;
	background: #dfe9f2 url(images/top-repeat.png) repeat-x left top;
}

#bodywrapper {
	margin: 0;
	padding: 0;
	background: url(images/kids.png) no-repeat right bottom;
}

#header {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
	height: 178px;
	z-index: 1;
}

#contentwrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#content {
}

.clearer {
	clear: both;
}

.spacer {
	height: 30px;
	display: block;
}



/* @end */

/* @group WordPress */

a {
	color: #c22121;
	text-decoration: none;
}

a:hover {
	color: #04315f;
	text-decoration: underline;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

ol {
	
}

ul {
}

.entry ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

.entry li {
	padding-left: 0;
	font-size: 12px;
	list-style-type: circle;
	margin-left: 15px;
	margin-right: 15px;
}

.entry blockquote {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 12px;
	color: #636363;
	background: url(images/quote.png) no-repeat left top;
	padding-top: 1px;
}

img {
	
}



/* @end */

/* @group Post Area */

.post h2 {
	color: #0b5097;
	text-decoration: none;
	letter-spacing: -2px;
	font: bold 30px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post {
	width: 510px;
	border: 1px solid #bac8dd;
	background-color: #fff;
	position: relative;
	z-index: 0;
	padding: 15px;
	margin-left: 270px;
	margin-top: 30px;
}

.post .entry {
	font-size: 13px;
	line-height: 150%;
}

.post-top {
	width: 542px;
	height: 6px;
	background: url(images/content-top.png) no-repeat left top;
	position: absolute;
	z-index: 1;
	top: -6px;
	left: -1px;
}

.post .post-date {
	float: right;
	font-size: 18px;
	color: #b1b1b1;
	width: 100px;
	text-align: right;
	margin-top: 9px;
}

.post-bottom {
	width: 542px;
	height: 6px;
	position: absolute;
	z-index: 1;
	left: -1px;
	bottom: -6px;
	background: url(images/content-bottom.png) no-repeat left bottom;
}

img.alignleft {
	float: left;
	border: 1px solid #bac8dd;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

img.alignright {
	float: right;
	border: 1px solid #bac8dd;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 15px;
}

.caption .alignleft {
	float: left;
}

.caption .alignright {
	float: right;
}

.post .navalignleft {
	float: left;
	position: relative;
	bottom: 5px;
}

.post .navalignright {
	float: right;
	position: relative;
	bottom: 5px;
}



/* @end */

/* @group Sidebar */

#sidebar {
	width: 206px;
	float: left;
	padding-right: 55px;
	line-height: 140%;
	margin-left: 2%;
	position: relative;
	display: block;
	z-index: 0;
	top: 30px;
}

#sidebar .sidebar-block {
	background: #fff;
	border: 1px solid #bac8dd;
	margin-bottom: 55px;
	position: relative;
	padding: 10px;
}

#sidebar .sidebar-top {
	width: 206px;
	height: 6px;
	background: url(images/sidebar-top.png) no-repeat left top;
	position: absolute;
	z-index: 1;
	right: -1px;
	top: -6px;
}

#sidebar .sidebar-bottom {
	width: 206px;
	height: 6px;
	background: url(images/sidebar-bottom.png) no-repeat left bottom;
	position: absolute;
	z-index: 1;
	left: -1px;
	bottom: -6px;
}

#sidebar h2.nav {
	width: 190px;
	height: 72px;
	background: url(images/navigation.png) no-repeat;
	position: absolute;
	top: -78px;
}

#sidebar h2.con {
	width: 191px;
	height: 34px;
	background: url(images/contact.png) no-repeat;
	position: absolute;
	top: -40px;
}

#sidebar h2 span {
	display: none;
}

#sidebar strong {
	font-size: 13px;
}

#sidebar ul {
}

#sidebar ul#breakline {
	background: url(images/breakline.png) no-repeat;
	margin-left: -11px;
	margin-right: -11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 10px;
	margin-top: 5px;
}

#sidebar a {
	color: #04315f;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#sidebar .menu a {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar .menu a:hover {
	background-color: #f6f9fd;
	border-top: 1px solid #e1e8f2;
	border-bottom: 1px solid #e1e8f2;
	margin-bottom: -1px;
	margin-top: -1px;
}

#sidebar a:hover {
	color: #c22121;
}



/* @end */

/* @group Footer */

#footer {
	margin-top: 75px;
	background: url(images/bottom-repeat.png) repeat-x;
	height: 49px;
	margin-right: 240px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 625px;
	font-size: 11px;
}



/* @end */

/* @group News Footer */

.latest-news {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}



/* @end */

.wysiwyg {
	float: left;
	margin-left: -6px;
	margin-bottom: 5px;
}

input.front-editor-content {
	width: 80%;
	border: 1px solid #bac8dd;
	margin-right: 3px;
	padding: 3px;
	font-weight: bold;
	font-size: 13px;
	color: #0b5097;
}


