/*  
Theme Name: christinebond 
Version: 2.0.0
Author: Tony Scott
Author URI: http://tonyscott.org.uk/
Tags: two columns
Description: christinebond.org theme
*/

/*
christinebond.org
*/

/*
last update
20100620
*/


/* the reset ---------------------------------- */

/* v1.0 | 20080212 */

/* source http://meyerweb.com/eric/tools/css/reset/  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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;
}

/* -------------------------------------------- */

/*
@font-face {
	font-family: "MuseoSans";
	src: url(../../../graphics/fonts/MuseoSans_500.otf) format("opentype");
}
*/


body {	
	font-family: Garamond, Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
/*	background: #e9e7d8;  original grey 
	background: #cb987e; */
	background: url(../../../graphics/page-bg.png) repeat-x top left #cb8d6e; 
	}
	
	
/* hide from visual browsers */

.invisible, .invisible a {
	 display: none;
	 background: #fff;
	 color: #fff;
	 }	


/* 	
a:link {
	color: #335eff;
	text-decoration: none;
	border-style: none;
	}


a:visited {
	color: #335eff;
	text-decoration: none;
	border-style: none;
	}

	
	
a:hover {
	color: #ff0000; 
	text-decoration: underline;
	border-width: 0px;
	border-style: none;
	}
	
a:active {
	color: #335eff;
	text-decoration: none;
	border-bottom : 1px dotted #0033cc;
	}

*/


/* from wp2010 
a:link{color:#0066CC;}a:visited{color:#743399;}a:active,
a:hover{color:#FF4B33;} */

a:link {
	color: #0066CC;
	text-decoration: none;
	border-style: none;
	}


a:visited {
	color: #0066CC;
	text-decoration: none;
	border-style: none;
	}

	
	
a:hover {
	color: #ff0000; 
	text-decoration: underline;
	border-width: 0px;
	border-style: none;
	}
	
a:active {
	color: #0066CC;
	text-decoration: none;
	}
	
	
	
a.nolinkdecor:link {
	text-decoration:none;
	border-width: 0px;
	border-style: none;
	color:#000000;
	}
	
a.nolinkdecor:visited {
	text-decoration:none;
	border-width: 0px;
	border-style: none;
	color:#000000;
	}
	
a.nolinkdecor:hover {
	text-decoration:none;
	border-width: 0px;
	border-style: none;
	color:#000000;
	}
	
a.nolinkdecor:active {
	text-decoration:none;
	border-width: 0px;
	border-style: none;
	color:#000000;
	}
	
	
	

/* footer link styles */
	
	
#footer-content a:link {
	color: #7de6e3;
	text-decoration: none;
	border-style: none;
	}


#footer-content a:visited {
	color: #7de6e3;
	text-decoration: none;
	border-style: none;
	}

	
	
#footer-content a:hover {
	color: #ffbd42; 
	text-decoration: underline;
	border-width: 0px;
	border-style: none;
	}
	
#footer-content a:active {
	color: #7de6e3;
	text-decoration: none;
	border-bottom : 1px dotted #0033cc;
	}
	

	
	
/* header */



#header {
	padding: 0;
	background: url(../../../graphics/header-bg.png) repeat-x top left #8e918d;
	}
	
	
#logo 	{	
	width: 850px;
	margin: 0 auto;
	padding: 60px 0 26px 0;
	text-align: left;
	}
	
#logo span, #logo a {
	height: 43px;
	padding: 0;
	border-style: none;
	text-align: left;
	}
	



/* navigation */



#nav {
	height: 31px;
	padding: 0;
	background: #284866;
	border-width: 2px 0 0 0;
	border-color: #000000;
	border-style: solid;
	/*
	border-width: 0 0 1em 0x;
	border-color: #000000;
	border-style: solid;
	*/
	}

#navmain {
	width: 850px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
	/* background: #415f7c; */
	background: #284866;
	text-align: center;
	}
	
#navmain ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-width: 0 0 0 1px;
	border-color: #000000;
	border-style: solid;
	}
	
#navmain li {
	float: left;
	margin: 0;
	padding: 0;
	/* background: #415f7c; */
	background: #284866;
	border-width: 0 1px 0 0;
	border-color: #000000;
	border-style: solid;
	}
	
#navmain li:first-child {
 	border-width: 0 1px 0 1px;
  	border-color: #000;
	border-style: solid;
	margin: 0 0 0 -1px;
}
	
#navmain li a {
	float: left;
	padding: 9px 12px 11px 12px;
	text-decoration: none;
	color: #fff;
	border: none;
	}
	
#navmain li a:hover {
	color: #fff;
	background: #ff0000;
	/* background: #bf00c6; */
	}
	
#navmain li a.current {
	color: #fff;
	background: #000;
	border: none;
	}	


#navmain li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;		
	text-transform: uppercase; 
	}




/* content */	


h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif; /* "MuseoSans", */ 
	font-weight : normal;
	color : #000000;
	}
    	
		
#content {
	margin: 0 auto;
	text-align: left;
 	width: 850px;
	padding: 25px 0;
	overflow: hidden;
	background: #fff;
	}
	

	
#bodytext {
	width: 565px;
	float: left;
	margin: 7px 0 0 20px;
	padding: 0 0 0 0;	
	}
	
#bodytext h1 {
	font-size: 32px;
	line-height: 100%;
	padding: 0 0 15px 0;
	color : #000;
	}
	
#bodytext h2 {
	font-size: 27px;
	padding: 0 0 13px 0;
	color : #000;
	}
		
	
#bodytext  {
	font-size: 16px;
	line-height: 160%;
	color: #000;
	padding: 0 0 20px 0;
	}

#bodytext p {
	padding: 0 0 10px 0;
	}
	
	
#bodytext ul {	
	list-style-type: disc;
	padding: 0 0 0 30px;
	}
	
#bodytext li {	
	padding: 0 0 7px 0;
	}

.pullquote    {
	float : right;
	width : 160px;
	margin-left : 15px; 
	padding : 16px 16px 16px 26px;
	background : #7093b6;
	font-size : 22px;
	font-style : italic;
	line-height : 160%;
	color: #fff;
	}
	
	
	
/* info col */
	
#info {
	width: 200px;
	padding: 10px 20px 0 0;
	margin: 0 0 0 630px;
	font-size: 16px;
	line-height: 160%;
	}	
	


#info img  {	
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	}

.info-pic-caption  {
	padding: 8px 0 0 0;
	font-size: 21px;
	line-height: 143%;
	}

	
.info-text {
	font-size: 15px;
	line-height: 150%;
	color: #944d2a;
	}
	
.info-text p {
	padding: 8px 0 4px 0;
	}
	
.info-text ul {	
	list-style-type: disc;
	padding: 0 0 0 16px;
	}
	
.info-text li {
	padding: 3px 0 0 0;
	}




/* home page stuff */

#home-intro {
	padding: 0 0 5px 0;
	border-width: 0 0 1px 0;
	border-color: #565151;
	border-style: solid;
	margin: 0 0 20px 0;
	}
	
	
.entry-content-home {
	padding: 0 0 5px 0;
	border-width: 0 0 1px 0;
	border-color: #565151;
	border-style: solid;
	margin: 0 0 20px 0;
	}


	
	
/* posts */

.entry-date {
	font-weight : bold;
	padding: 6px 0 23px 0;
	}
	
.categories, .tags  {
	font-size: 12px;
	padding: 0;
	margin: 0 0 -10px 0;
	}
	



/* footer */

	
#footer  {
	padding: 0;
	text-align: center;
	background: #565151;
	color: #fff;
	}
	
#footer-content {
	width: 850px;
	margin: 0 auto;
	padding: 35px 0 67px 0;
	text-align: left;
	font-size: 13px;
	line-height: 100%;
	}
	
#footer-copyright {
	float: left;
	}
	
#footer-site {
	float: right;
	}
	


	
/* wp stats smiley hide */

/* full - works for ie6 */

img#wpstats{display:none;width:0px;height:0px;padding:0px;border:none;overflow:hidden}	
	