@charset "utf-8";
/* CSS Document */

#sidebar {
	width: 271px;
	float:right;
	clear:right;
	padding-left: 25px;
	font-family: "open-sans";
	font-size: .7em;
	line-height: 1.6em;
	}

.sidebar {
	margin-bottom: 20px;
	padding: 20px;
	background-color:#e2eded;
	border: 1px solid #E8E8E8;

	}

#sidebar ul { list-style-position:outside; } 


#twitter{
	text-align:center;
	}

#twitter p {
	margin-bottom: 20px;
	color: #005e5e;
	}
#twitter a {color: #005e5e}


.tweet {
	padding-bottom: 15px;
	text-align: left;
	}
	
#sidebarpress {text-align: center;}

#sidebarpress a {color:#000000;}


#searchbox {
	visibility: hidden;
	background-color: #005e5e;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}

#searchbox input {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	font-family: "open-sans";
	font-size: .8em;
	line-height: 1.8em;
	padding: 0 0 0 5px;
	}

.sidebarsearch input {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	font-family: "open-sans";
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 0 0 0 5px;
	}

#searchbox select {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	font-family: "open-sans";
	font-size: .8em;
	}

.sidebarsearch select {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-family: "open-sans";
	}

#searchbox option {
	width: 100%;
	height: 30px;
	font-family: "open-sans";
	font-size: .8em;
	}

.sidebarsearch option {
	width: 100%;
	height: 30px;
	font-size: 1.2em;
	font-family: "open-sans";
	}

#searchbox button {
	width: 100%;
	background-color: #313131;
	height: 30px;
	border: none;
	color: #FFFFFF;
	}


.sidebar .sidebtn {
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
	background-image: -moz-linear-gradient(top,#fff,#dedede);
	background-image: -o-linear-gradient(top,#fff,#dedede);
	background-image: -ms-linear-gradient(top,#fff,#dedede);
	background-image: linear-gradient(top,#fff,#dedede);
	border: #ccc solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	height: 26px;
	max-width: 98%;
	overflow: hidden;
	}


#sidebar .sidebtn:focus, #sidebar .sidebtn:hover, #sidebar .sidebtn:active {
	border-color:#bbb;
	background-color:#f8f8f8;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
	background-image:-moz-linear-gradient(top,#f8f8f8,#d9d9d9);
	background-image:-o-linear-gradient(top,#f8f8f8,#d9d9d9);
	background-image:-ms-linear-gradient(top,#f8f8f8,#d9d9d9);
	}

#sidebar h4 {margin-bottom: 15px;}