/*
	Theme Name: byebyebridget 3 col
	Theme URI: 
	Description: Theme for byebyebridget.com
	Version: 1.0
	Author: Chris Collier
	Author URI: http://chriscollier.name/
	Tags: 
*/

/* reset 
-------------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border:0;
}

/* main 
-------------------------------------------------------------------------------- */

body {
	background: url('images/bg.jpg') repeat-y center top fixed;
	color: #3E3E3E;
	font: normal 14px/23px helvetica, Arial, Verdana, sans-serif
}

#print-header {
	display: none;
}

#site-title, #site-description {
	text-indent: -9999px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

#wrapper {
	width: 846px;
	margin: 0 auto 0 auto;
	background-color: rgba(255, 255, 255, .8);
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(204, 204, 204, .8);
	-moz-box-shadow: 0px 0px 3px rgba(204, 204, 204, .8);
	box-shadow: 0px 0px 3px rgba(204, 204, 204, .8);
}

#header {
	background: url('images/bbb_webheader_new.gif') center top fixed no-repeat;
	width: 846px;
}

#headerimg {
	height: 120px;
}

#content {
	margin-top: -1px;
	padding: 30px 10px 0 10px;
	border-top: 1px solid #D13281;
}

.post {
	margin: 0 0 40px 0;
}

div.twocol-left {
	width: 524px;
	float: left;
	padding: 0 30px 0 0;
}

div.threecol {
	width: 826px;
}

div.sidebar {
	width: 259px;
	float: left;
	padding: 0 0 0 10px;
	font-size: 85%;
	line-height: 14px;
	border-left: 1px solid #990066;
}

div.sidebar h4 {
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: bold;
}

div.sidebar li.current-cat {
	font-weight: bold;
}

div.testimonials p span.start-quote {
	font-size: 1.5em;
	font-weight: bold;
	padding-right: .2em;
}

div.testimonials p span.end-quote {
	font-size: 1.5em;
	font-weight: bold;
	padding-left: .2em;
}

div.textwidget {
	margin: 0 0 20px 0;
}

div.textwidget p {
	padding-left: 1em;
	/*text-indent: -1em;*/
}

ul.xoxo a {
	display: block;
}

/*div.sidebar {
	width: 259px;
	float: left;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 14px;
	//border-left: 1px solid #990066;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(204, 204, 204, .8);
	//background-color: #FEE4F0;
	border: 1px solid #990066;
}*/

div.onecol-left {
	width: 252px;
	float: left;
	padding: 0 20px 0 0;
}

div.onecol-center {
	width: 252px;
	float: left;
	padding: 0 20px 0 10px;
}

div.onecol-right {
	width: 262px;
	float: left;
	padding: 0 0 0 10px;
}

#print-footer {
	display: none;
}

#footer {
	margin-top: 20px;
	padding: 20px 10px 30px 10px;
	background-color: #FEE4F0;
	font-size: 85%;
	line-height: 14px;
	border-top: 1px solid #D13281;
}

.footer-bottom {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #D13281;
}

.social-media img {
	margin: 0 7px 20px 7px;
}

.social-media a img:hover {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: 0px 0px 5px #bbb;
	-moz-box-shadow: 0px 0px 5px #bbb;
	box-shadow: 0px 0px 5px #bbb;
}

/* main nav tabs
-------------------------------------------------------------------------------- */

ul.main-nav {
	z-index: 999;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.main-nav li {
	float: left;
	margin: 0 2px 0 0;
	background: url(images/newtab-bg.png) no-repeat right top;
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 1em;
}

ul.main-nav li:hover {
	background-position: right -43px;
}

ul.main-nav li.current_page_item:hover, 
ul.main-nav li.current_page_parent:hover, 
ul.main-nav li.current-cat:hover {
	background-position: right -43;
	color: #000;
}

ul.main-nav li.current_page_item, 
ul.main-nav li.current_page_parent, 
ul.main-nav li.current-cat {
	background-position: right -43px;
}

ul.main-nav li a {
	float: left;
	display: block;
	height: 28px;
	padding: 12px 10px 0px 10px;
	background: url(images/newtab-bg-left.png) no-repeat left top;
	color: #000;
	text-decoration: none;
}

ul.main-nav li:hover a {
	background-position: left -43px;
	color: #000;
	border-bottom: 1px solid #fff;
}

ul.main-nav li.current_page_item:hover a, 
ul.main-nav li.current_page_parent:hover a, 
ul.main-nav li.current-cat:hover a {
	background-position: left -43;
	color: #000;
}

ul.main-nav li.current_page_item a, 
ul.main-nav li.current_page_parent a, 
ul.main-nav li.current-cat a {
	background-position: left -43px;
	border-bottom: 1px solid #fff;
}

/* general formatting
-------------------------------------------------------------------------------- */

ul {
	list-style: disc;
	margin: 0 0 1em 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
}

ol.letter {
	list-style-type: lower-alpha;
	margin-left: 1.5em;
}

ol li {
	padding: 0 0 1em 0;
}

li {
	line-height: 1.8em;
	margin-left: 1.5em;
}

em {
	font-style: italic;
}

strong, strong a {
	font-weight: bold;
}

p {
	line-height: 1.8em;
	margin: 0 0 1em 0;
}

p.comic {
	font-family: "Comic Sans MS", Chalkboard;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	font-weight: bold;
	color: #990066;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h2 a {
	text-decoration: none;
	color: #990066;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1.4em;
}

h3 a {
	text-decoration: none;
	color: #990066;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: .8em;
}


/* styling for post/page images
-------------------------------------------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	display: inline;
	padding: 0 0 0 20px;
}

img.alignleft {
	padding: 4px;
	display: inline;
	padding: 0 20px 0 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */


a.more-link {
	font-size: 1.5em;
	font-weight: normal;
}

.postmetadata {
	margin-bottom: 3em;
}

.relevanssi-query-term {
	font-weight: bold;
	background-color: yellow;
}

.the-search-query {
	font-style: italic;
	background-color: yellow;
}

.small {
	font-size: smaller;
	font-style: italic;
}


/* styling for me2news newsletter subscription form
-------------------------------------------------------------------------------- */

form#sub {
	background-color: #FCB1D5;
	width: 239px;
	border: 1px solid #D13281;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form#sub input#first, form#sub input#last, form#sub input#email {
	width: 145px;
}

form#sub .form {
	font-weight: normal;
}

form#sub .credit {
	color: #fff;
}


/* styling for main site search form
-------------------------------------------------------------------------------- */

#searchform {
	float: right;
	margin: 5px 5px 0 0;
	padding: 0;
	display: block;
	width: 260px;
}

#searchform fieldset {
	margin: 0;
	padding: 0;
}

#searchform legend {
	display: none;
}

#searchform .text_field {
	width: 176px;
	padding: 2px 75px 2px 4px;
	float: left;
	/*height: 24px;*/
	/*border: 1px solid #ccc;*/
	color: #000;
	font-size: 13px;
}

#searchform .submit {
	float: right;
	width: 70px;
	height: 20px;
	background: url('images/Search-inactive.png') no-repeat;
	border: none;
	text-indent: -9999px;
	margin: -22px 4px 0 0px;
	padding: 0;
	border: none;
	/*for IE*/
	font-size: 0px;
	display:block;
	line-height: 0px;
}

#searchform .submit:hover {
	background: url('images/Search.png') no-repeat;
	cursor: pointer;
}


.adsense {
        display:none;
	margin: 20px auto 20px auto;
}

#logospace {
	height: 120px;
	width: 400px;
	cursor: pointer;
}

object {
	background-color: #FEE4F0;
}

.postmetadata {
	margin: 30px 0 30px 0;
	border-top: 1px dotted #D13281;
	font-size: smaller;
}

.wpcf7-form .your-message textarea {
	width: 100%;
}


/* styling for tables in posts/pages
-------------------------------------------------------------------------------- */

.post table {
	margin: 0 0 30px 10px;
	/*font: 11px/24px Verdana, Arial, Helvetica, sans-serif;*/
	font: normal 11px/23px helvetica, Arial, Verdana, sans-serif
	border-collapse: collapse;
	width: 100%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px rgba(204, 204, 204, .8);
	-moz-box-shadow: 0px 0px 3px rgba(204, 204, 204, .8);
	box-shadow: 0px 0px 3px rgba(204, 204, 204, .8);
}

.post table th {
	padding: 5px;
	text-align: left;
	border-top: 1px solid #D13281;
	border-bottom: 1px solid #D13281;
	background: #FFC;
	font-weight: bold;
}

.post table td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	vertical-align: top;
}

.post table td:first-child {
	/*width: 20%;*/
}

.post table td+td {
	border-left: 1px solid #CCC;
	text-align: left;
	/*width: 40%;*/
}

.post table.no-border, .post table.no-border th, .post table.no-border td {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.post table.table-width-half {
	width: 50%;
}






/* styling for m2news table
-------------------------------------------------------------------------------- */

.post div.m2news table {
	margin: 0;
	/*font: 11px/24px Verdana, Arial, Helvetica, sans-serif;*/
	font: normal 11px/23px helvetica, Arial, Verdana, sans-serif
	border-collapse: collapse;
	width: 100%;
	border-right: none;
	border-left: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.post div.m2news table th {
	padding: 5px;
	text-align: left;
	border-top: none;
	border-bottom: none;
	background: #FFC;
	font-weight: bold;
}

.post div.m2news table td {
	border-bottom: none;
	padding: 0px;
	vertical-align: top;
}

.post div.m2news table td:first-child {
	width: 20%;
}

.post div.m2news table td+td {
	border-left: none;
	text-align: left;
	width: 40%;
}

.post div.m2news table.no-border, .post table.no-border th, .post table.no-border td {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.post div.m2news table.table-width-half {
	width: 50%;
}



a.pdf-link {
	background: url(images/pdf.png) no-repeat right top;
	padding: 10px 36px 10px 0;
	line-height: 42px; /* To center the text vertically with the icon */
}

ul.ticks {
	list-style-image: url('images/tick.png');
}

ul.crosses {
	list-style-image: url('images/cross.png');
}

ol.alpha {
	list-style-type: lower-alpha;
}

#bridget-intro {
	background-color: #FEE4F0;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

h2.post-title {
	background-color: #990066;
	color: #fff;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.adsense-below-content {
	margin-top: 4em;
	padding-top: 1em;
	border-top: 1px solid #990066;
}


/* Print Style */

@media print {
	
	#print-header {
		display: block;
		margin: 10px 0 0 10px;
	}
	
	#print-header a {
		text-decoration: none;
	}
	
	#header {
		display: none;
	}
	
	#content {
		border-top: none;
	}
	
	div.twocol-left {
		width: 826px;
		padding: 0;
	}
	
	div.sidebar {
		display: none;
	}
	
	#footer {
		display: none;
	}
	
	#wrapper {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	div.m2news {
		display: none;
	}
	
	#print-footer {
		display: block;
		margin: 30px 0 0 10px;
		border-top: 1px solid #990066;
	}
	
	#print-footer a {
		text-decoration: none;
	}

}
