/*
Theme Name: Waves
Theme URI: http://www.wavesdesign.com.cn
Description: The waves WordPress theme based on WordPress Default.
Version: 1.0
Author: wave
Author URI: http://artrun.com/
Tags: black, featured content gallery, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* The main css
--------------------------------------------------------------------------*/
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Verdana, Geneva, sans-serif;
	background-color: #3f3f3f;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}
.clear {
	clear: both;
    height:1px;
    margin-top:-1px; 
    overflow:hidden;

}

/* page the whole thing! remeber the max width is 940 pixels.
--------------------------------------------------------------------------*/
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 940px;
	}
.fullbox
{
	padding: 0px;
	background-image: url(images/fullbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	}

/* h properties
--------------------------------------------------------------------------*/
h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 40px;
	text-align: left;
	}
h2 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 14px;
	}

h3 {
	font-size: 14px;
	padding: 0;
	margin: 30px 0 0;
	}
h2.pagetitle {
	font-size: 14px;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .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, #wp-calendar caption, cite {
	text-decoration: none;
	}
.description {
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	}


/* Begin topnav 
--------------------------------------------------------------------------*/
#topnav {
	clear: both;
	height: 25px;
	margin: 0px;
	background-color: #000000;
	padding: 0px;
}
#topnav_content {
	width: 940px;
	margin: 0 auto;
	clear: both;
	color: #666666;
	font-size: 11px;
	padding-top: 6px;
}
#topnav_content .left {
	float: left;
	display: inline;
}
#topnav_content .right {
	float: right;
	display: inline;
	height: 16px;
	background-image:url(images/bg_rss.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
}
#topnav_content ul {
	margin: 0;
	padding: 0;
	line-height: normal;
	float: left;
	list-style-type:none;
	
}
#topnav_content ul li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	background: none;
}
#topnav_content a {
	display: inline;
	line-height: normal;
	color: #CCC;
	text-decoration: none;
}
#topnav_content a:hover, #topnav_content a:active, #topnav_content a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

/* the header
--------------------------------------------------------------------------*/
#header {
	background-color: #73a0c5;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 86px;
	width: 940px;
	}

#headerimg 	{
	margin: 0px;
	height: 86px;
	width: 500px;
	float: left;
	}
#header h1 {
	padding-top: 20px;
	margin: 0;
	padding-left: 20px;
	}
#search_box {
	float: right;
	margin-top: 20px;
	width: 270px;
	height: 24px;
	padding: 0px;	
}
#header #searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: right;
	background-image: url(images/search-form.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	}
#header #searchform #s {
	width: 140px;
	padding: 2px;
	border: 0;
	background-image: url(images/search-form.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	}

#header #searchsubmit {
	padding: 2px;
	height: 20px;
	background-image: url(images/search-form.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	border: 0;
	margin-right: 20px;
	
	}

/* Main nav_area Menu 
--------------------------------------------------------------------------*/
#nav_area {
	height: 35px;
	display: block;
	overflow: hidden;
	margin-left: 0px;
	background-color: #313131;
}
#nav_area #navleft {
	height: 35px;
	width: 430px;
	float: left;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	background-image: url(images/navleft_bg.gif);
	background-repeat: repeat-x;
	color: #CCC;
}

#nav {
	height: 35px;
	padding: 0;
	line-height: 35px;
	margin: 0px;
}
#nav_area ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav_area ul li {
	line-height: 35px;
	display: inline;
	font-weight: bold;
	font-family: "Lucida Sans";
}

#nav_area ul li a {
	display: block;
	float: left;
	margin-top: 0px;
	padding: 0px 25px 0 0;
	color: #C0CDCF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4F4F4F;
}

#nav_area ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#nav_area ul li a span {
	display: block;
	float: left;
	height: 35px;
	padding: 0 0 0 25px;
}

/* Main nav_area Menu - current-cat */

#nav_area ul li.current-cat {
	line-height: 35px;
}

#nav_area ul li.current-cat a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#nav_area ul li.current-cat a:hover {
	color: #1A272E;
}

#nav_area ul li.current-cat a span {
	background: url(images/menu_button.gif) no-repeat left top;
	height: 35px;
}

/* Main nav_area Menu - extra */

#nav_area ul li.first a {	
	border: 0;
}

#nav_area ul li.current-cat a {	
    margin-right: -1px;
	position: relative;
}
	
/* the feature
--------------------------------------------------------------------------*/
.featurebox{
	margin-top: 0px;
	margin-left: 445px;
	text-align: left;
	margin-right: 15px;
	padding: 0px;
	margin-bottom: 0px;
	height: 260px;
	}
.feature_con{
	margin-top: 0px;
	text-align: left;
	background-color: #666;
	padding: 5px;
	border: 1px solid #333;
	}
.featurebox h2{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	padding-top: 15px;
	}
/* content
--------------------------------------------------------------------------*/
#content {
	font-size: 12px;
	}
/* the narrowcolumn and widecolumn
--------------------------------------------------------------------------*/

.narrowcolumn {
	float: right;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	width: 670px;
	text-align: right;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0px 0px 150px;
	width: 670px;
	line-height: 1.6em;
	}
.more-link{
	padding-left: 15px;
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.thread-alt {
	
}

.thread-even {
	
}
.depth-1 {
	
}

.even {

	
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	}

/* the sticky
--------------------------------------------------------------------------*/
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
/* the commentlist
--------------------------------------------------------------------------*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	margin: 0px;
	padding: 5px;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/* sidebar
--------------------------------------------------------------------------*/
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 269px;
	float: left;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	overflow: hidden;	
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul li div {
	margin: 5px 0 0 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 10px 8px 20px;
	line-height: 18px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 20px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin:0px;
	}

#sidebar ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul{
	width: 100%;
	display: block;
	
	}
	
#sidebar ul ul{	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/sidebar_ul_lines3.gif) 20px 0px no-repeat ;
	line-height: 25px;
	overflow:auto
	}
#sidebar ul ul li{
	width: 105px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom: #c9c9c9 1px dashed;
	line-height: 25px;
	}
#sidebar ul ul ul li{
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 25px;
	border-bottom:none;
	border-top: #c9c9c9 1px dashed;
	margin-top: 0px;
	}

#recentpost li {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	margin-left: 20px;
	border-bottom: #c9c9c9 1px dashed;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0px;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
	padding-top: 20px;
	background-image: url(images/sidebar_block_top.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* the link properties
--------------------------------------------------------------------------*/
a, h2 a:hover, h3 a:hover {
	color: #333;
	text-decoration: none;	
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* the wp-calenda
--------------------------------------------------------------------------*/
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* post
--------------------------------------------------------------------------*/
.post {
	margin: 0 0 40px;
	text-align: justify;
	text-justify:inter-ideograph;
	}

.post hr {
	display: block;
	}
.post-edit-link{
	margin-right: 15px;	
	}
.narrowcolumn .post{
	clear:right;
	display:block;
	float:right;
	padding: 0px;
	margin: 0px;
	width:510px;
	border-top: #CBCBCB 1px solid;
}
.widecolumn .post {
	margin: 0;
	}
.postmetadata {
	clear: both;
}
.narrowcolumn .postmetadata {
	text-align: left;
	float: left;
	width: 150px;
	padding-top: 0px	
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.postbox {
	width: 670px;
	float: left;
	clear: both;
	
	background-image: url(images/post_element.gif);
	background-repeat: no-repeat;
	background-position: 159px 10px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
/* post date
--------------------------------------------------------------------------*/
.datebox{
	clear:both;
	color:#777;
	display:block;
	height:20px;
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.meta-author,.meta-edit,.meta-comments,.meta-categories,.meta-tags{
	clear:both;
	display:block;
	margin-left:10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left:0px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.meta-author{
	background: url() no-repeat left 2px;
}
.meta-edit{background:url() no-repeat leftt 4px;}
.meta-comments{background: url() no-repeat left 4px;}
.meta-categories{background:url() no-repeat left 4px;}
.meta-tags{
	background:url() no-repeat left 4px;

}

/* footer
--------------------------------------------------------------------------*/
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	}

#footer {
	width: 940px;
	margin: 0 auto;
	background: url(images/footer_bg.gif);
	padding-top: 0px;
	position: relative;
}
#footer a {
	color: #CCC;
}

#footer a:hover {
	color: #318DE1;
}

#footer h2 {
	color: #666;
}
.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Footer Popular Articles */

.footerinfo .popular {
	padding-bottom: 0px;
}
.footerinfo .right-col {
	width: 670px;
}
.footerinfo .right-col .wrap {
	width: 150px;
	float: left;
}

.footerinfo .right-col h2 {
	width: 140px;
	display: block;
	float: right;
	line-height: 24px;
	text-align: left;
	padding: 0px;
	font-size: 15px;
	background: url(images/footer_element.gif) no-repeat right 18px;
	display: inline;
}

.footerinfo .right-col ul {
	width: 410px;
	display: block;
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}

.footerinfo .right-col ul li {
	line-height: 15px;
	font-size: 12px;
	color: #CCC;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: url(images/footer_line.gif) repeat-x left bottom;
}
/* Footer Subscribe */

#footer #subscribe {
	width: 250px;
	padding: 0px;
	color: #CCC;
	text-align: left;
	margin-left: 5px;
}

#footer #subscribe a {
	font-weight: bold;
	text-decoration: underline;
}

#footer #subscribe h2 {
	font-size: 16px;
}

#footer #subscribe p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#footer #subscribe p.rss {
	background: url(images/rss.gif) no-repeat 15px 5px;
	padding-left: 60px;
	padding-top: 3px;
}

/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	background: #2b2b2b url(images/bottom.gif) no-repeat left bottom;
	border-top: #424242 1px solid;
	font-size: 11px;
	color: #888;
	height: 50px;
	padding: 0px;
	
}
#copyright .left-col {
	padding-left: 15px;
	height: 40px;
	text-align: left;	
}

#copyright .right-col {
	padding-right: 15px;
	height: 40px;
	
}

#copyright .right-col img {
	vertical-align: middle;
}
#toTop{
	background:url(images/totop.gif) no-repeat 0 0;
	clear:none;display:block;
	float:right;height:25px;
	margin-right:15px;
	width:50px
}


/* Begin Images
--------------------------------------------------------------------------*/
p img {
	padding: 0;
	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;
	border: 1px solid #CCC;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Begin entry

	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;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.narrowcolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.6em;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry .alt {

	border-left: 1px solid #ddd;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry form { 
/* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Comments
--------------------------------------------------------------------------*/
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 90%;
	padding: 5px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
.alt {
	margin: 0;
	padding-left: 10px;
	}
.postmetadata .alt{
	margin: 0;
	padding-left: 10px;
	width: 490px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0px;
	}

.commentlist li {
	list-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}


.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}


/* Begin left-sidebar */
.left-sidebar{
	background:url(images/left-sidebar-sep.jpg) no-repeat 0 0;
	clear:left !important;
	display:block;
	float:left;
	font-size:12px;
	font-weight:400;
	width:140px;
	text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.left-sidebar p{background:url(images/comment-arrow.jpg) no-repeat right 5px;line-height:1.5em;margin:0;padding-right:0px}
.left-sidebar h3{
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
}

select {
	width: 130px;
	}
#respond{
	clear:both;
	display:block;
	overflow:hidden;
	width:670px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-size: 12px;
}
#respond .form-content{
	clear:right;
	display:block;
	float:right;
	width:510px;
	font-weight:normal;
	margin:0;
	padding-top:10px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#commentform input {
	width: 130px;
	padding: 2px;
	margin: 5px 10px 1px 0px;
	}
.reply{font-size:12px;text-align:right}
.comment-reply{
	clear:right;
	display:block;
	font-size:12px;
	font-weight:normal;
	min-height:50px;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #ddd;
	padding: 0px;
	width:480px; /* FF+IE7 */  
    _width:450px; /* IE6 */ 
	
}
.comment-replylink{
	clear:right;
	display:block;
	float:left;
	width:770px;
	font-weight:normal;
	margin:0;
	padding:0px;
}
#commentform {
	margin: 5px 0px 0 0;
	
	}
.thumbnail-class {
	float: left;
	
	padding: 5px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	border: 1px solid #CCC;
	background-color: #E7E7E7;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	float: left;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(images/btn_submit_comment.gif);
	background-repeat: no-repeat;
	border: 0;
	font-size: 12px;
	}
#intro{
	clear:both;
	display:block;
	
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	width:510px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 160px;
}
#intro p{
	padding-left: 15px;
	}
#intro h2 span{
	font-size:0.9em
	}
/* Begin Calendar 
--------------------------------------------------------------------------*/
#wp-calendar {
	empty-cells: show;
	width: 155px;
	margin: 0px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

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

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

blockquote {
	padding-left: 20px;
	border-left: 3px solid #ddd;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;

   table-layout:fixed;
   overflow:hidden;
   text-overflow:ellipsis;
   word-break: break-all;
   word-wrap: break-word;
}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* navigation 
--------------------------------------------------------------------------*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 510px;
	margin-left: 0px;
	padding: 0px;
	float: right;
	line-height: 20px;
	}
.navigation .alignleft {
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	}
.navigation .alignright {
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
	}

/* Captions 
--------------------------------------------------------------------------*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-top: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
