/*  
Theme Name: Robinson Burien
Theme URI: http://www.robinsonnews.com
Description: Robinson Theme for Burien.biz
Author: Stevie VanBronkhorst
Author URI: http://www.robinsonnews.com
Version: 1.1


Coded by Ross Hattori, Copyright Robinson Communications, All rights reserved.

Color References:
yellow:	#fff8ce
green:	#08625e
blue:	#cceae6
red:	#a52339
brown:	#c2b07d


font: normal 11px/1.5em "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;

*/


/* BASICS FOR ME */

.hidden {
	display: none;
}

li {
	margin: 0; /* un-reset text.css */
}

.1_border {
	border: 1pt solid #fff;
}

/*----- End my basics-----*/
/*
h1, h2, h3, h4, h5, h6 {
	font-family: "Hoefler Text", Baskerville, "Big Caslon", "Adobe Garamond Pro", Georgia, Palatino, "Times New Roman", serif;
}*/

body {
	position: relative; /* Fixes browser resizing bug in IE6 */
	margin: 27px auto 10px auto;
	background: url(images/robinson/pattern_129.gif) #fff8ce repeat; /* thank you to squidfingers.com for the pattern */
	font: normal 14px/1.5em 
}

#wrapper {
	background: url(images/robinson/back_tile.png) #c2b07d repeat;
	padding-top: 15px;
	border-right: 15px solid #08625e;
	border-left: 15px solid #08625e;
}

#header {
	height: 174px;
	background: url(images/robinson/header_bg2.png) center center no-repeat;
	text-align: center;
}
	#header h1.sitename {
		padding: 0 0 0 0;
		position: relative;
		font-size: 20pt;
	}
		#header h1.sitename a {
			color: #fff;
			text-decoration: none;
		}
			#header h1.sitename a:hover {
				color: #D0DE9C;
				text-decoration: none;
			}

	#header h2.sitedesc {
		padding: 0 0 0 0;
		position: relative;
		font-size: 11pt;
		color: #A6DDEA;
	}

	#header .topright {
		float: right;
		position: relative;
		margin: 5px 0 0 0;
		padding: 0;
		width: 400px;
		height: 60px;
		text-align: right;
		color: #fff;
		font-size: 10pt;
	}
		#header .topright a {
			color: #A6DDEA;
		}
			#header .topright a:hover {
				color: #D0DE9C;
			}

.search {
	padding-bottom: 5px;
}

#searchform {
  float: right;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 0px;
  }

#searchform {
  margin-left: 10px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(images/robinson/search.png) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#photo-feature {
	margin-bottom: 4px;
}

	#photo-feature > div.gam, #photo-feature > div.gam_middle {
		width: 300px;
		height: 250px;
		float: left;
	}

	#photo-feature > div.gam_middle {
		margin: 0 20px 0 20px;
	}



#nav {
	clear: both;
	background-color: #c2b07d;
	border-top: 6px solid #a52339;
}
	#nav ul {
		margin: 0 5px 0 25px;
		padding: 0;
		list-style: none;
	}
	#nav li {
		float: left;
		margin-top: 1px;
	  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 26px;
  text-decoration: none;
  }

#nav li a span {
	display: block;
	margin-left: 6px;
	padding-left: 5px;
	padding-right: 12px;
	color: #08625e;
	font-weight: bolder;
	font-size: 18px;
	text-decoration: none;
}

#nav li a:hover {
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  color: #fff;
  }

#nav li.current_page a {
  }

#nav li.current_page a span {
  color: #fff;
  }

	/* Category dropdowns */
	
	ul.topnav li {
		float: left;
		margin: 0;
		padding: 0 12px 0 0;
		position: relative; /*--Declare X and Y axis base for sub navigation--*/
	}
	
	ul.topnav li a{
		color: #fff;
		display: block;
		text-decoration: none;
		float: left;
	}
	
	ul.topnav li a:hover{
		background: url(topnav_hover.gif) no-repeat center top;
	}
	
	ul.topnav li span { /*--Drop down trigger styles--*/
		height: 35px;
		float: left;
		background: url(subnav_btn.gif) no-repeat center top;
	}
	
	ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
	
	ul.topnav li ul.subnav {
		list-style: none;
		position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
		left: 0; top: 35px;
		background: #333;
		margin: 0; padding: 0;
		display: none;
		float: left;
		width: 170px;
		border: 1px solid #111;
	}
	
	ul.topnav li ul.subnav li{
		margin: 0; padding: 0;
		border-top: 1px solid #252525; /*--Create bevel effect--*/
		border-bottom: 1px solid #444; /*--Create bevel effect--*/
		clear: both;
		width: 170px;
	}
	
	html ul.topnav li ul.subnav li a {
		float: left;
		width: 145px;
		background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
		padding-left: 20px;
	}
	
	html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
		background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
	}
	



#info_pane{
	background: url(images/robinson/calling_card.png) #fff8ce no-repeat;
	height: 350px;
	overflow: hidden;
}

	#info_pane>h6 {
		text-indent: -10000px;
		text-align: left;
	}

#main {
	clear: both;
	border-top: 4px solid #a52339;
	padding-top: 16px;
}

#contentwrapper {
	float: left;
}

#content {
}

#content .pageTitle {
	padding: 5px 10px 15px 10px;
	font-size: 16pt;
	font-family: arial, sans serif;
	letter-spacing: -1px;
	color: #5A7836;
}

.post {
	margin: 0 0 85px 0;
	padding: 15px 0 0 0;
	background: url(images/robinson/post_corners_top.png) #fff8ce no-repeat top;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 0 15px;
	font-weight: bold;
}

#content h2 {
	font-size: 15pt;
}

#content h3 {
  font-size: 11pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 10pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
	padding: 0 15px;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

h2.postTitle a {
  font-size: 20pt;
  font-weight: bold;
  text-decoration: none;
  color: #08625e;
  }

h2.postTitle a:hover {
  color: #000;
  }

.postMeta {
	margin: 15px 0 0 15px;
	padding: 2px 0 20px 0;
	background: url(images/robinson/post_date_garniture.png) no-repeat bottom left;
	font-size: 9pt;
	color: #333
  }

.postMeta a {
  text-decoration: none;
  }

.postContent {
	margin: 20px 0 0 0;
}

	.postContent img {
		margin: 10px;
		border: 2px solid #cceae6;
		float: right; !important
	  }

	.postContent > p, .postContent > div, .postContent > form {
		padding: 5px 10px;
	}
	
#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

.social_img img {
	border: 1px solid #ccc;
	float: none;
}

.postTags {
	padding: 5px 0px 15px 15px;
	font-size: 9pt;
	color: #000;
	background: url(images/robinson/post_corners_bot.png) no-repeat bottom;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #CBE7FA;
  border: 1px solid #9DCAE8;
  width: 530px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 555px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Sidebars 
-----------------------------------------------*/

.sidebar {
  padding-top: 9px;
  }

.sidebar h2 {
  padding: 6px 0px 2px 0px;
  font-size: 11pt;
  color: #fff;
  height: 29px;
  }

.sidebar ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebar li {
  margin: 20px 0 0 0;
  list-style: none;
  font-size: 9pt;
  }

.sidebar li ul {
  padding: 0;
  }

.sidebar ul ul li {
  padding: 3px 2px 20px 16px;
  color: #333;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dashed #ddd;
  }

.sidebar li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

.sidebar a {
  display: inline;
  color: #333;
  text-decoration: none;
  }

.sidebar a:hover {
  color: #003366;
  background: #C1DEF1;
  }

.sidebar p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebars ul.children li {border-bottom:none;}
.sidebars ul.children {margin-bottom:-5px;}

/* Widgets
-------------------------------*/
#twitter-1 > h2.widgettitle {
	background: url(images/robinson/twitter_head.png) no-repeat;
	height: 100px;
	text-indent: -10000px;
}



/* extras */

.cleared {
  clear: both;
  }

#nextprevious {
  padding:10px;
  font-size:85%;
  }

a.gravatar {
  float:right;
  margin:10px 15px 20px 0;
  width:50px;
  }

/* extra
---------------------------------------------------------- */

h2.extratitle {
	margin: 5px 0;
	padding: 30px 0 0 15px;
	color: #fff;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
}

h2.rpost {
	text-indent:-10000px;
	background: url(images/robinson/recent-post.gif) no-repeat 0 5px;
	margin: 0 0 10px 20px;
}

h2.conform {
	text-indent:-10000px;
	background: url(images/robinson/contact-danita.gif) no-repeat 0 5px;
	margin: 0 0 10px 20px;
}

#extra {
	margin: 0;
	padding: 80px 0 35px 0;
	color: #fff;
	font-size: 12px;
	width: 100%;
	background: url(images/robinson/footer_cap.png) #08625e repeat-x top;
}
	#extra ul {
		margin: 0;
		padding: 0 0 20px 0;
		list-style: none;
	}
		#extra ul li.extra {
			float: left;
			position: relative;
		}
		#extra ul li.one {
			width: 190px;
			margin: 0 50px 0 20px;
		}
		#extra ul li.two {
			width: 285px;
			margin-right: 20px;
		}
		#extra ul li ul li {
			margin: 8px 0 0 30px;
			padding: 0 0 16px 15px;
			background: url(images/icon_bullet_extra.gif) no-repeat 0 7px;
			border: none;
			font-size: 15px;
			letter-spacing: .7px;
		}
			#extra ul li a:link {
				color: #fff;
				text-decoration: none;
			}
			#extra ul li a:hover, #extra ul li a:visited {
				color: #cfcfcf;
				text-decoration: none;
			}

.feedlink_post { /* rss button */
	position: absolute;
	right: 50px;
	top: 0;
	border: none;
}

/* Contact Form 
-----------------------------------------------*/
#wpcf {
	margin-left: 30px;
}

#wpcf label {
		clear: both;
		display: block;
		float: left;
		width: 150px;
	}
	#wpcf input {
		float: left;
		width: 200px;
		padding: 1px;
		margin: 2px 5px 2px 0;
	}
	#wpcf textarea {
		width: 350px;
		height: 100px;
		padding: 1px;
		margin: 0 5px 10px 0;
	}
	#wpcf #contactsubmit {
		margin-left: 250px;
		width: 100px;
	}
	
	
/* Footer 
----------------------------------------------------------*/

	#footer {
		height: 25px;
		clear: both;
		padding-top: 10px;
		color: #000;
		text-align: left; /* IE Centering Technique */
	}

	#footer p {
	  padding: 0;
	  font-size: 8pt;
	  line-height: 19px;
	  }

	#footer a {
		color: #000;
		text-decoration: none;
	}

	#footer a:hover {
	  text-decoration: underline;
	  }

	#credits {
	  clear: both;
	  margin: 0 auto;
	  padding: 0 0 5px 0;
	  width: 950px;
	  text-align: center;
	  }

/* Stupid Plugin Hacks 
----------------------------------------------------------*/
.postContent#tweetbacks {
	display: hidden;
}



