/*
THEME NAME: Beam
THEME URI: http://beamnote.com/2010/ray
DESCRIPTION: Ray's first theme
VERSION: 0.5
AUTHOR: Ray Chow
AUTHOR URI: http://beamnote.com/
TAGS: microformats, hcard, hatom, xoxo, widgets, blank slate, minimalist
*/

body, div, pre, form, fieldset, p, blockquote, table, th, td, embed, object {
	margin:0;
	padding:0;
}

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 16px 0;
}

p {
	line-height: 1.5em;
	font-size: 1em;
}

#container li {
	line-height: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

blockquote {
	box-shadow: 0 2px 2px #8A99A6;
  -webkit-box-shadow: 0 1px 4px #8A99A6;
  -moz-box-shadow: 0 2px 2px #8A99A6;
  border: 1px solid;
  border-color: #d2d6dc;
  background-color: #f5f5f5;
	margin: 10px 5px;
	padding: 0 10px;
}

code {
	background-color: #f5f5f5;
	color: #000;
}

strong, b {
	font-weight: bold;
}

td {
	background: #f1f1f1;
	padding: 5px 7px;
}

dl dt {
	font-weight: bold;
	font-size: 110%;
}

dl dd {
	margin: 6px 0 6px 10px;
}

.title {
	font-weight: bold;
}

.title a {
	color:#4e4e4e;
}

img {
	border: 0 none;
}

.img_n {
	background-image: url("images/img_n.png");
}

.img_x {
	background-image: url("images/img_x.png");
}

.img_y {
	background-image: url("images/img_y.png");
}

html,body {
	height: 100%;
}

body {
	background: url("http://img.beamnote.com/purple-lake.jpg") repeat fixed center top #543470;
	color: #4e4e4e;
	font-family:"Lucida Grande", STHeiti, "Microsoft JhengHei", "Microsoft Yahei", "Segoe UI", Calibri, "Myriad Pro", Myriad, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	/* width: 1000px; */
}

body a {
	color: #0071bb;
	text-decoration: none;
}

#wrapper, #container {
	min-height: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding-top: 10px;
	position: relative;
}

#header {
	float: left;

}

#nav-cat {
	float: left;
	font-size: 1.2em;
	margin-top: 58px;
}

#header h1{
	margin: 40px 15px 10px 0;
}

#header h1 a {
	background: url("http://img.beamnote.com/logo.png") no-repeat;
	display: block;
	height: 55px;
	text-indent: -9999em;
	width: 169px;
}

#nav-top {
	position: absolute;
	right: 10px;
	top: 0;
}

#fixlayout {
	float: right;
	width: 66px;
}

#fixlayout.singular {
	width: 170px;
}

#nav-bottom {
	bottom: 0;
	position: fixed;
	z-index: 10;
}

.navlinks {
	float: left;
}

.navlink {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 41px;
}

#nav-top .navlink {
	width: 53px;
}

#nav-bottom .navlink {
	width: 52px;
}

#nav-bottom .right .navlink {
	background-position: -155px -82px;
	width: 3px;
}

.navlinks .color {
	display: none;
	position: absolute;
	z-index: 10;
}

#rss .grey {
	background-position: 0 0;
}

#rss .color {
	background-position: 0 -41px;
}

#twitter .grey {
	background-position: -53px 0;
}

#twitter .color {
	background-position: -53px -41px;
}

#sina .grey {
	background-position: -106px 0;
}

#sina .color {
	background-position: -106px -41px;
}

#returntop .grey {
	background-position: 0 -82px;
}

#returntop .color {
	background-position: 0 -123px;
}

#tocomments .grey {
	background-position: -52px -82px;
}

#tocomments .color {
	background-position: -52px -123px;
}

#torespond .grey {
	background-position: -104px -82px;
}

#torespond .color {
	background-position: -104px -123px;
}

#menu li {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
}

#container {
	clear: both;
	float: left;
	padding: 0 15px 15px;
	width: 690px;
}

#container .content p {
	margin: 0.6em 0;
}

#footer {
	border-top: 1px dotted #A0A0A0;
	height: 40px;
	margin-top: 10px;
	padding: 10px 80px 0;
}

#footer .copyright {
	color: #eee;
	float: right;
	text-align: right;
}

#footer .copyright a {
	color: #6eafd5;
}

#footer.singular {
	padding-right: 180px;
}

#sidebar {
	float: left;
	margin-left: 15px;
	width: 220px;
}

#sidebar ul {
	line-height: 1.5em;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul{
	list-style: disc;
	padding-left: 20px;
}

#sidebar .widget:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

#searchbox {
	height: 25px;
}

#searchbox .search-left {
	background-position: 0 -164px;
	float: left;
	height: 25px;
	width: 180px;
}

#searchbox .search-right {
	background-position: -190px -164px;
	height: 25px;
	float: left;
}

#searchbox input.text {
	border: 0 none;
	float: left;
	height: 16px;
	margin: 4px 4px 3px;
	width: 100%;
}

#searchbox input.submit {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	height: 22px;
	padding: 0;
	width: 22px;
}

.block {
	display: block!important;
}

.box-border {
/*
	box-shadow: 3px 3px 6px #AAAAAA;
	-moz-box-shadow: 3px 3px 6px #AAAAAA;
	-webkit-box-shadow: 3px 3px 6px #AAAAAA;
*/
	background-color: #fff;
	margin-bottom: 15px;
	padding-bottom: 4px;
	position: relative;
}

#sidebar .box-border {
	padding: 4px 8px;
}

.radius, input.text, textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.radius-top {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.radius-bottom {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.radius-234 {
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
}

#nav-cat ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.box-title {
	background-position: 0 -10px;
	background-repeat : repeat-x;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	height: 22px;
	padding: 3px 8px 0;
}

div.box-title {
	padding-bottom: 4px;
}

#sidebar .box-title {
	margin: -4px -8px 0;
}

.box-title h3 {
	font-size: 1em;
	margin: 0;
}

.box-title a {
	color: #fff;
}

#menu li {
	border-left:1px solid #ccc;
	float: left;
	padding: 5px 10px;
	position: relative;
	z-index: 10;
}

#menu li.menu-home {
	border-left: none;
}

#menu li.current_menu_item, #menu li.current_page_item, #menu li.current-cat {
	background-color: #fff;
}

#menu li.current_menu_item a, #menu li.current_page_item a, #menu li.current-cat a {
	color: #000;
}

#menu .hover {
	background-color: #fff;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#menu li li a {
	display: block;
}

#menu li li a:hover {
	background-color: #4e4e4e;
	color: #fff;
}

#menu ul {
	background-color: #fff;
	display: none;
	left: -1px;
	padding: 5px;
	position: absolute;
	top: 32px;
	width: 150px;
}

#menu ul.box-border {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#menu ul ul {
	display: block;
	background: transparent;
	padding: 0;
	position: static;
}

#menu ul li {
	border: none;
	float: none;
	line-height: 30px;
	padding: 0;
	z-index: 10;
}

#menu a {
	color: #fff;
}

#menu li:hover a {
	color: #000;
}

#menu ul a {
	padding-left: 5px;
}

#menu ul ul a {
	padding-left: 20px;
}

#menu ul ul ul a {
	padding-left: 35px;
}

#menu ul ul ul ul a {
	padding-left: 50px;
}

.post {
	overflow: hidden;
}

.subtitle, .meta {
	clear: both;
	color: #a0a0a0;
	font-size: 0.9em;
}

.meta {
	margin: 1em 0;
}

.content {
	margin: 0.6em 0 0;
}

.navigation a {
	background: #fff;
	border: 1px	solid #ddd;
	margin: 2px;
	padding: 3px 5px;
}

.navigation .current {
	background: #0071bb;
	border: 1px	solid #ddd;
	color: #fff;
	margin: 2px;
	padding: 3px 5px;
}

.navigation a:hover {
	background: #ed1e24;
	color: #fff;
}

#comments ol, #comments ul {
	list-style: none outside none;
}

#comments ul {
	padding: 0 0 40px 40px;
}

#comments .fn {
	left: 50px;
	position: absolute;
	top: 15px;
}

#comments .fn a {
	color: #777;
	font-weight: bold;
}

.fs {
	background-image: url("images/shadow_n.png");
	background-repeat: no-repeat;
}

.yr {
	background-repeat: repeat-y;
}

.xr {
	background-repeat: repeat-x;
}

.bbfp {
	position: absolute;
}

.bbnw {
	background-position: 0 0;
	height: 40px;
	left: 0px;
	top: 0px;
	width: 6px;
}

.bbw {
	background-position: 0 0;
	bottom: 10px;
	left: 0px;
	top: 40px;
	width: 6px;
}

.bbsw {
	background-position: -6px 0;
	bottom: 0px;
	height: 10px;
	left: 0px;
	width: 9px;
}

.bbs {
	background-position: 0 0;
	bottom: 0;
	height: 10px;
	left: 9px;
	right: 60px;
}

.bbse {
	background-position: -6px -10px;
	bottom: 0;
	height: 10px;
	right: 0;
	width: 60px;
}

#comments .comment-author {
	height: 44px;
}

#comments .avatar {
	position: relative;
	top: 3px;
}

#comments .comment-meta {
	font-size: 0.8em;
	left: 50px;
	position: absolute;
	top: 40px;
}

#comments .comment-meta a {
	color: #aaa;
}

#comments .comment-body {
	border-top: 1px dotted gray;
	margin-top: 20px;
	padding-top: 10px;
	position: relative;
}

#comments .comment-content {
	margin-top: 10px;
}

#comments .reply {
	position: absolute;
	right: 5px;
	top: 15px;
}

#comments .children {
	margin-top: 1.5em;
	margin-left: 0;
	position: relative;
}

#comments .comment, #comments .pingback {
	position: relative;
}

form#commentform .form-label {
	margin:1em 0 .5em;
}

form#commentform span.required {
	color:#c30;
}

form#commentform, form#commentform p {
	padding:0;
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
}

input.text, textarea {
	-webkit-transition: border 0.2s linear, -webkit-box-shadow 0.2s linear;
	border: 1px solid #D0D0D0;
	outline: none;
}

#respond input.text:focus, #respond textarea:focus {
	box-shadow: 0 0 10px rgba(148, 203, 81, .6);
	-moz-box-shadow: 0 0 10px rgba(148, 203, 81, .6);
	-webkit-box-shadow: 0 0 10px rgba(148, 203, 81, .6);
	border-color: #94cb51;
}

textarea#comment {
	height: 13em;
	margin: 0 0 .5em;
	overflow: auto;
	padding: 3px 5px;
	width:98%;
}

.navigation {
	margin-top:1em;
}

div.single-navigation {
	height:1.25em;
}

div.single-navigation div.nav-next {
	float:right;
	text-align:right;
}

.nav-previous {
	float:left;
}

input#author, input#email, input#url, .single-navigation div {
	width: 50%;
	display: block;
}

.sidebar div, .sidebar h3, .sidebar ul {
	margin:0;
	padding:0;
}

#smiley {
	display: none;
}

/* beamnote.com */
.magic-links li{
	float: left;
	width: 49%;
}

#readerwall a {
	margin: 3px;
}

#sidebar .navtop {
	position: absolute;
	top: 0;
}

#sidebar .ad {
	text-align: center;
}

#text-8, #beam_phptext-3 {
	padding: 8px 4px 4px!important;
}

#four04 {
	width: 300px;
}

#four04 h5 {
	margin: 5px 0 0;
}

.barcode {
	background-position: 6px 0;
	background-repeat: repeat-y;
	height: 150px;
	width: 300px;
}

/* CSE */
.cse .gsc-control-cse, .gsc-control-cse {
	background: transparent!important;
	border: none!important;
}

.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	background-color: transparent!important;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.mwrapper {
	margin-top: 5px;
}
