/* Default styles */
@import "reset.css";
body {
	background:#fff;
}
a {
	color: #a64307;
}
/* Containers */

.content {
	width:950px;
	margin:0 auto;
	padding:0;
}
#top {
	background:url(images/bg-top-tile.gif) repeat-x top left;
	border-bottom:1px solid #333128;
}
#top .content {
	background:url(images/bg-top.png) no-repeat top center;
}
#main-content {
	padding:0px 0 0px;
	color:#444444;
}
#footer {
	padding: 25px 0 14px 0;
	margin-top:0px;
}
/* Header */

#custom-menu {
	background:#43b215 url(http://www.ribbitcomputers.com/ribbit/img/menu_bg.gif) no-repeat;
	font-family:verdana, Helvetica, sans-serif;
	color:#80898f;
	height:35px;
	font-size:12px;
}
#custom-menu a {
	color:#f1f1f1;
	text-decoration:none;
}
#custom-menu a:hover {
	color:#f1f1f1;
}
#custom-menu a:active {
	color:#f1f1f1;
}
#custom-menu-small {
	width:400px;
	margin-top:20px;
	margin-right:10px;
	color:#dedede;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}
#custom-menu-small a {
	color:#777;
	text-decoration:none;
}
#custom-menu-small a:hover {
	color:#438a01;
	text-decoration:underline;
}
#custom-menu-small a:active {
	color:#777;
}
#header {
	width: 100%;
	height: 130px;
	padding: 0px 0 5px 0;
	clear: both;
	position: relative;
}
#header h1 {
	display: none;
}
#header img.logo {
	float:left;
}
/* Page Nav */

#search {
	margin: 10px 0 0 0;
}
#s-input {
	height:18px;
	border-left:#c2c3cb 1px solid;
	border-top:#c2c3cb 1px solid;
	border-bottom:#c2c3cb 1px solid;
	border-right:#ffffff 0px solid;
}
fieldset.search {
	border: none;
	width: 220px;
	margin: 0 auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	width: 190px;
}
/* Homepage */
.home h3 {
	padding: 0;
}
.home .feature {
	margin-left:65px;
}
.home img.home-icon {
	float:left;
	padding:0;
}
/* Main Content (style) */

#main {
	width:620px;
}
#main.full {
	width:950px;
	margin-top:10px;
}
#main p, #main ul, #main ol {
	font-size:12px;
}
#main a {
	text-decoration: none;
}
#main a:hover {
	color: #000000;
	text-decoration: none;
}
#main h2, #main h3 {
	font-weight: normal;
}
#main h2 {
	font-size: 24px;
	padding-top:0;
}
#main h3 {
	font-size: 18px;
}
#main h4 {
	font-size: 12px;
}
#main ol, #main ul {
	line-height: 18px;
}
#main ul {
	padding-left: 50px;
}
#main ul li {
	list-style: circle;
	padding: 3px 0;
}
#main ol {
	padding-left: 57px;
}
#main ol li {
	list-style: decimal;
	padding: 3px 0;
}
#main blockquote {
	border-left:2px solid #777777;
	color:#555555;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}
/* Main Content (post) */

#main .post {
	padding:0 5px 0px 0;
	margin-top:-9px;
} /*change*/
#main .post-title {
	width: 100%;
	position: relative;
}
#main .post-title h2, #main .post-title p.post-details, #main .post-title h3 {
	padding-right: 50px;
}
#main h2 a, #main h3 a {
	color: #2A2A2A;
	text-decoration: none;
}
#main h2 a:hover, #main h3 a:hover {
	text-decoration: underline;
}
#main p.post-details {
	line-height: 18px;
	margin-top: -10px;
	position: relative;
}
#main p.post-details a {
	text-decoration: none;
}
#main p.post-details a:hover {
	text-decoration: underline;
}
#main p.post-details {
	color: #222222;
	font-size: 11px;
	padding: 0 0px 0 1px
}
#main .post h4 {
	margin-top: 1px;
	clear: both;
	width: 100%;
}
#main .post h4.continue a {
	background: #A8BC70;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
#main .post h4.continue a:hover {
	background: #9fb26a;
}
#main .post img.thumbnail {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}
#main .post img.gallery {
	margin:0 7px 7px 0;
}
#main h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}
/* Main Content (advert 468x60) */

#main .advert_468x60 {
	background-color:#EDEDED;
	padding:12px 0;
	margin: 5px 0 25px 0;
	text-align:center;
}
#main .latest .advert_468x60 {
	margin-left:33px;
}
/* Main Content (post>single) */

#main p.tags {
	background:url(images/ico-tag.gif) no-repeat center left;
	padding-left:25px;
	width: 100%;
	clear: both;
}
.single #main .advert_468x60 {
	margin: 15px 0 0px 0;
}
#main .page h2 {
	padding-top: 0px;
}
/* Sidebar */

#sidebar {
	width:300px;
	overflow:hidden;
}
#sidebar h3 {
	border-bottom:1px dashed #ccc;
	font:12px uppercase Georgia, serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#555;
	letter-spacing:1px;
	margin:5px 0;
	padding:0 0 15px;
	line-height:24px;
}
#sidebar ul {
	clear:both;
}
#sidebar ul li a {
	color:#636363;
}
#sidebar a:hover, #sidebar .current-cat a, #sidebar li.active a {
	color:#000;
}
#sidebar ul li .meta {
	display:block;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#878787;
	font-weight:normal;
	text-transform:uppercase;
}
#sidebar .block {
	background:#fcfcfc;
	border:1px solid #e9e8e8;
	padding:15px;
}
#sidebar .block .inside {
	border:#D5D4D4 5px solid;
	background:#EDEDED;
	padding-bottom:5px;
}
#sidebar .block .inside ul {
	padding:0;
}
#sidebar .block .inside li {
	line-height:18px;
	position:relative;
	padding:8px 0;
}
#sidebar .block .inside li img.thumbnail {
	border:#A4A4A4 2px solid;
	float:left;
	margin-right:10px;
}
#sidebar ul, #sidebar .textwidget {
	clear:both;
	padding:5px 0;
}
#sidebar .widget {
	margin-bottom:25px;
}
#sidebar li {
	line-height:18px;
	overflow:hidden;
	padding:5px 0 0 0px;
}
#sidebar ul ul {
	border:0;
	margin:3px 0 0;
	padding:0;
}
#sidebar ul ul li {
	border:0;
	padding-bottom:0;
	border-top:1px solid #E2E2E2;
}
#sidebar #news h3 {
	background:url(images/ico-news.png) no-repeat left 3px;
	padding-left:32px;
}
#sidebar #news li {
	background:url(images/ico-bullet.png) no-repeat left 10px;
	padding:5px 0 0 15px;
}
#sidebar .widget_twitter {
	position:relative;
	font-size:14px;
}
#sidebar .widget_twitter h3 {
	background:url(images/ico-twitter.png) no-repeat left top;
	padding-left:32px;
}
#sidebar .widget_twitter a {
	color:#2882c1;
	font-size:14px;
}
#sidebar .widget_twitter .follow {
	position:absolute;
	right:15px;
	top:25px;
}
#sidebar .widget_twitter .follow a {
	font-size:12px;
	font-style:italic;
}
#newsletter h3, #feedburner h3, #campaignmonitor h3 {
	background:url(images/ico-letter.png) no-repeat left 0px;
	padding-left:32px;
}
#newsletter form, #feedburner form, #campaignmonitor form {
	margin-top:15px;
}
#newsletter .field, #feedburner .field, #campaignmonitor .field {
	background-color:#F2F2F2;
	border:1px solid #CBD1D2;
	color:#999;
	font-size:11px;
}
#newsletter .field, #feedburner .field, #campaignmonitor .field {
	display:block;
	float:left;
	height:19px;
	margin:0 4px 0 0;
	padding:5px 0 0 5px;
	width:170px;
}
#newsletter .button, #feedburner .button, #campaignmonitor .button {
	background:transparent url(images/btn-submit.png) no-repeat scroll left top;
	border:medium none;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#newsletter .button, #feedburner .button, #campaignmonitor .button {
	cursor:pointer !important;
	font-weight:bold;
	height:25px;
	text-transform:uppercase;
	width:80px;
}
#tag_cloud h2 {
	display:block;
	float:none;
}
.textwidget {
	clear:both;
	line-height:20px;
	padding:5px 2px;
}
#wp-calendar {
	width:95%;
	margin-bottom:15px;
	clear:both;
	padding:0;
}
#wp-calendar caption {
	padding:10px;
}
#wp-calendar th {
	color:#fff;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
	background:#E7E7E7;
	color:#9E9E9E;
	padding:5px;
}
#wp-calendar td {
	background:transparent;
}
#wp-calendar td, table#wp-calendar th {
	padding:3px 0;
}
#wp-calendar a {
	text-decoration:underline;
}
#wp-calendar a:hover {
	text-decoration:none;
}
#sidebar #search_main form div {
	position:relative;
	height:33px;
	background:#F2F2F2;
	border:1px solid #CBD1D2;
}
#sidebar #search_main input.field {
	width:163px;
	position:absolute;
	left:12px;
	top:7px;
	padding-top:2px;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	border:0;
	background:transparent;
	z-index:1;
}
#sidebar #search_main input.submit {
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
/* Sidebar (flickr) */

#flickr h3 span {
	color: #0061D8;
}
#flickr h3 span span {
	color: #FF1183;
}
#flickr .wrap {
	margin-left: -5px;
	padding: 0;
	position: relative;
}
#flickr a img {
	float: left;
	margin-left: 7px;
	margin-bottom: 7px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #f1f1f1 1px solid;
}
#flickr a:hover img {
	border: #A8AA99 1px solid;
}
/* Footer */

#footer img {
	vertical-align: middle;
}
#footer .col-right span {
	display: none;
}
#footer .col-left {
	width:540px;
	padding:0 20px 0 0;
	background:url(images/footer-bevel.gif) repeat-y top right;
}
#footer .col-right {
	width:280px;
}
/* Misc */

a.button {
	background: url(images/btn-slider-right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 46px;
	margin-right: 6px;
	padding-right: 13px;
	text-decoration: none;
	color: #3e3e3e;
	font-family: Georgia;
	font-size:18px;
}
a.button span {
	float:left;
	background: url(images/btn-slider.png) no-repeat;
	display: block;
	line-height: 46px;
	padding: 1px 5px 5px 18px;
}
a.button:hover span {
	text-decoration:underline;
}
span.middle {
	float: left;
	padding: 13px 13px 13px 9px;
}
div.hr {
	background:url(images/hr.png) repeat-x top left;
	height:1px;
	margin:15px 0;
}
#footer div.hr {
	background:url(images/hr-footer.png) repeat-x top left;
	height:1px;
	margin:15px 0;
}
#footer a {
	color:#6b6d70;
	text-decoration:none;
}
#footer a:hover {
	color:#068b2d;
	text-decoration:underline;
}
#footer1 {
	width:950px;
	clear: both;
	color: #808080;
	background: #fafafa;
	padding: 8px 0px 8px 0px;
	border-top: 3px solid #636870;
	border-bottom: 1px solid #d4d4d4;
	font-size:11px;
	margin-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#footer2 {
	color: #ffffff;
	background: #636870;
	padding: 8px 3px 8px 3px;
	font-size:11px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#pageheader {
	width:300px;
	overflow:hidden;
}
#pageheader h3 {
	border-bottom:1px dashed #ccc;
	font:12px uppercase Georgia, serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#555;
	letter-spacing:1px;
	margin:5px 0;
	padding:0 0 15px;
	line-height:24px;
}
.boxgray-alt {
	background: #f9f9f9 url(http://www.ribbitcomputers.com/ribbit/img/boxgray.gif)  repeat-x;
	padding: 20px 15px 15px 20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #eee;
	border-right:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	clear: both;
	text-align:justify;
}

#index_adbox {
	width: 838px;
	background: #f9f9f9 url(http://www.ribbitcomputers.com/images/boxgray.gif) repeat-x;
	color: #555555;
	padding: 10px;
	border:#ededed 1px solid;
	text-align:center;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#links {
	background-color:#fff;
	border:1px solid #e6e6e7;
}
#links ul li {
	list-style-image: url(http://fresh.ribbitcomputers.com/media/img/menu_bullet.gif);
}
#links ul {
	width: 130px;
	margin-left:-25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-transform:uppercase;
}
#links li {
	border-bottom:1px solid #d4d4d4;
}
#links li a {
	color: #7b7b7b;
	display: block;
	padding: 5px;
	text-decoration: none;
}
* html #links li a {  /* make hover effect work in IE */
	width: 130px;
	list-style-type: none;
}
#links li a:hover {
	background: #efefef;
}
#links a em {
	color: #000;
	display: block;
	line-height: 125%;
}
#links a span {
	color: #000;
	line-height: 150%;
}
.custom-content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
}

