/*  
Theme Name: Bridge
Theme URI: http://wordpress.org/
Description: 
Version: 0.01
Author: 
Author URI: 

	Bridge 0.01
	
*/

/* Begin Typography & Colors */
body {
	font-size: 68%; /* 62.5% Resets 1em to 10px (10/16px for medium size); 75% -> 12px*/
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #CDCDC6; /*#D8D8D3;*/
	color: #333;	
	text-align: center; 
	
	}

/* IE hack to force IE6WIN not to show fonts in table bigger than the rest (td didn't work!?)*/
table {
	font-size:100%;
	}


#page {
	background-color: transparent;
	border: none;
	}

#wrap {
	background-color: #eeeee7;	
	text-align: left;
	border: 1px solid #eeeee7;	 /* wtf does this need a border? */	
}

#header, #footer {
	background-color: transparent;
	}

#content {
	font-size: 1.2em;
	background-color: #ffffff;
	display: inline; /* IE bug with margins */
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;	
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	/*font-size: 3em;*/
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h4 {
	font-size: 1.2em;
	text-decoration: none;
}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Verdana, Arial, Sans-Serif;
	/*font-size: 1em;*/
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06a;	
	text-decoration: none;
	}

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

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {	
	margin: 6px auto;
	padding: 0;
	width: 760px;
	
	}
	
#header {
	background: url('images/logo2.png') no-repeat top;
	padding: 0;
	margin: 0px 0 0px 0;
	height: 152px; 
	width: 760px;
	/*border: 1px solid #f00;*/
	}

.post {
	/*margin: 0 10px 20px 0px;*/
	text-align: left;
	}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background: url('images/bottom.gif') no-repeat top;
	/*border: 1px solid red;*/
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 10px 0 0;      
	}

h2.pagetitle {
	margin-top: 30px;
}

/*
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
*/
h3 {
	padding: 0;
	margin: 20px 0 0;        
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 {
	padding: 0;
	margin: 10px 0 0;        
}
/* End Headers */



/* Begin Images */
p img {
	padding: 4px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.entrytext img {
    padding: 4px;
}

/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	/*list-style: none;*/
	padding-left: 10px;
	text-indent: -10px;
	} 
	

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 492px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	/*float: right;*/
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Sidebar */
#sidebar
{	
	padding: 0px 0px 0px 0px;
	/*margin-left: 540px;*/
	width: 198px;
	max-width: 198px;
	/*background-color: #CEE0E5;*/	
	float: left;	
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 20px 10px 10px 10px ;
	padding: 0;	
	font-size: 1.4em;
}

#sidebar ul {
	margin: 10px 10px 10px 10px;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {	
	margin-bottom: 4px; 
	display: block;
	list-style-type: none;
	}

#sidebar li {		
	list-style-type: none;
}


#sidebar ul ul {
	margin: 1.2em 0;
}	

#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0px 0px 0px 10px;
	/*width: 190px;*/
	voice-family: "\"}\""; 
	voice-family: inherit;
	/*width: 170px;*/

} 

/*
#sidebar ul li a:hover {
	display: block;
	background-color: #D3E6EB;
}*/

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}



.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0px 20px;	
	}
/* End Various Tags & Classes*/


#nav {
	list-style: none;	
	margin: 0;
	padding: 0 0 0 20px;
	height: 36px;
	/*border: 1px solid #00f;*/
	position: relative;
	top: 20px;
	clear:left;
}

#nav #current {
	font-weight: bold;
}

#nav a {
	/* background: url(/~sebas/wordpress/wp-content/themes/default/images/headsub.jpg) no-repeat left  bottom;*/
	border-bottom: none;
	color: #06a;
	float: left;
	font-size: 1.4em;
	margin-right: 8px;
	padding: 2px 8px 8px 2px;
	text-decoration: none;
    font-weight: bold;
	background-color: transparent;
}

#nav a:hover, #nav #current {
	/* background: url(images/headsubon.jpg) no-repeat left  bottom; */
	/*text-decoration: underline;*/
	color: #07b;
}

#nav li {
	display: inline block;
	float: left;
	margin: 0;
	padding: 0 4px 0 0;
	
}

#nav li a .small {
	font-size: 0.75em;
	font-weight: normal;
}

#content {	
	margin: 0 10px 0 10px;
	width: 530px;
	float: left;
	
}

#content .ctop { background: #ffffff url('ctopleft.gif') no-repeat top left; }
#content .ctop div { background: url('ctopright.gif') no-repeat top right; }
#content .cbottom {	background: #ffffff url('cbottomleft.gif') no-repeat bottom left; }
#content .cbottom div { background: url('cbottomright.gif') no-repeat bottom right; }

#sidebar .stop { background: #CEE0E5 url('stopleft.gif') no-repeat top left; }
#sidebar .stop div { background: url('stopright.gif') no-repeat top right; }
#sidebar .sbottom {	background: #CEE0E5 url('sbottomleft.gif') no-repeat bottom left; }
#sidebar .sbottom div { background: url('sbottomright.gif') no-repeat bottom right; }

#content .ctop, .ctop div, .cbottom, .cbottom div {	
	width: 100%;
	height: 6px;
	font-size: 1px;
}

#content .ccontent {	
	padding-left: 12px;
	padding-right: 10px;
	min-height: 300px;
}

#sidebar .stop, .stop div, .sbottom, .sbottom div {	
	width: 100%;
	height: 6px;
	font-size: 1px;
}

#sidebar .scontent {	
	padding: 10px 0px 10px 0px;		
}

.scontent {
	background-color: #CEE0E5;
}
.date {
	/*color: #E18700;*/
	font-weight: bold;
}

/* 	need this clearing spacer cuz columns content and sidebar are floated left 
	see: http://www.alistapart.com/articles/practicalcss/  
*/
div.spacer {
  clear: both;
  }

.hilite {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	font-weight: bold;
	display: block;
	}


.formtitle {
	color: #000000;
	background-color: #BBD5E2; 
	padding: 4px 4px 4px 8px; 
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {
	padding: 0.8em;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
	background-color: #FFF5F5;
}

fieldset {
	border: none;
	margin: 0;
	padding: 1px 0 2px 0;	
}



#content h2 {
	clear: both;
	margin: 1.0em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
	font-size: 1.4em;
}

#wrap a img {
	background-color: #eee;
	border: 1px solid #ccc;		
	margin: 4px; 
	padding: 3px
}	

#wrap a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 3px;	
}


.dq_quote {
	background: url(images/quote2.gif) no-repeat right top;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #514E46;
}

a.buttonlink {
	padding: 2px 15px 2px 15px;
	border:	1px solid #D4D0C2;
	background-color:	#E4E0D2;
	text-align:center;
	white-space: nowrap;
	color: black;
}

a.buttonlink:active {
	border:	1px solid #06a;
	background-color:	#3169C6;
	color: white;
}

a.buttonlink:hover {
	border:	1px solid #3169C6;
	background-color: #CEE0E5;
	color: black;
}

.one-image {
	padding: 10px 10px 0px 28px;
	background-color: transparent;
}

.special {
	display: none;
	font-size: 0.9em;
}

a.pdficon {
	 display: block;
	background: url(images/pdficon.gif) no-repeat left top;
	padding: 10px 10px 0px 86px;
	margin: 0px;
	height: 68px;
}

a.wmaicon {
	 display: block;
	background: url(images/wma_icon.jpg) no-repeat left top;
	padding: 4px 10px 0px 44px;
	margin: 0px;
	height: 32px;
}

a.raicon {
	 display: block;
	background: url(images/rm_icon.jpg) no-repeat left top;
	padding: 4px 10px 0px 44px;
	margin: 0px;
	height: 32px;
}

.callme {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
}

#blanktarget {
	float: left;
	width: 320px;
	height: 88px;
	border: 0;
}
