


/* 

Theme Name: Chokkan
Theme URI: http://www.benhuson.co.uk
Description: A solid, simple 2 column WordPress theme.
Version: 1.1
Author: Ben Huson
Author URI: http://www.benhuson.co.uk
Tags: buddypress, white, two-columns, right-sidebar, fixed-width, custom-header, threaded-comments, microformats

Released under the GPL license
http://www.opensource.org/licenses/gpl-license.php

*/



/* Inherit the default theme styles */
@import url( style-bp.css );


body {
	font-size: 11px;
	line-height:1.6em;
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	color: #666;
	text-align: center;
	background-color:#333;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0px;
}

h1, h1 a {
	margin:0px;
	font-size:30px;
	line-height:32px;
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color:#333 !important;
	text-decoration:none !important;
}

h2 {
	font-size:30px;
	line-height:32px;
	margin:40px 0 20px 0;
	color:#390;
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:normal;
}

.post h2 {
	margin:20px 0 10px 0;
}
	
h3 {
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#390;
	font-size:24px;
	line-height:26px;
	margin:40px 0 20px 0;
	font-weight:normal;
}

h3#comments,
#respond h3 {
	color:#333;
}

h4, h5, h6 {
	color:#333;
}

p {
	margin:1em 0;
	padding:0px;
}

form {
	margin:0px;
	padding:0px;
}
	
a:link, a:visited {
	color:#390;
}

a:hover, a:active {
	color:#AEC52B;
}

ul {
	margin:20px 0;
}

ol {
	margin-top:20px;
	margin-bottom:20px;
}

small {
	font-size: 0.9em;
	line-height: inherit;
}

strong {
	color:#333;
}

hr {
	width:100%;
	margin:0;
	margin-top:20px;
	margin-bottom:20px;
	border:none;
	border-bottom: 1px solid #EEEDDF;
}



/* ---------- Structure ---------- */

#page {
	width:100%;
	margin:0 auto;
	position: relative;
	border-top:10px solid #EEE;
}

#canvas {
	width:100%;
	margin:0 auto;
	padding:0 0 30px 0;
	background-color:#FFF;
	border-bottom: 2px solid #666;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



#header {
	width:720px;
	margin:0 auto;
	text-align: left;
	padding: 0;
	padding-top:100px;
	margin-bottom:0px;
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	color: #A9ACA4;
	background-image: url(images/wp-geo-logo.png);
	background-repeat: no-repeat;
	background-position: 520px 80px;
	}

#blog-title {
	margin:0 0 2px 0;
	padding:0;
	font-size:30px;
	font-weight:normal;
	width:470px;
	font-size:24px;
}

#blog-title a,
#blog-title a:hover, #blog-title a:visited {
	color: #666; 
	text-decoration: none;
}

#blog-description {
	margin-bottom:0px;
	margin-left:2px;
	margin-top:5px;
	text-transform:uppercase;
	font-size:11px;
	padding-bottom:20px;
	width:470px;
	letter-spacing:1px;
}



#main {
	width:742px;
	margin:0 auto;
	text-align: left;
}

#content {
	font-size: 1.1em;
	width:470px;
	float:left;
	border-top: 1px solid #EEEDDF;
}

#page-title {
	border-bottom: 1px solid #EEEDDF;
	margin: 0 0 20px 0;
	padding:40px 0 20px 0;
}

#sidebar-main {
	width: 222px;
	float:right;
}

#footer {
	width:720px;
	margin:0 auto;
	text-align: left;
	clear:both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.post {
	padding-bottom:20px;
	border-bottom: 1px solid #EEEDDF;
}

.post-meta {
	background-color:#FCFCFC;
	border: 1px solid #EEE;
	padding:10px 20px;
	margin:20px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.post-meta p {
	font-size:11px;
	line-height: 16px;
	margin:0px 0;
	padding:0px;
}

.post-meta a:link, .post-meta a:visited {
	color:#999;
}

.post-meta a:hover, .post-meta a:active {
	color:#666;
}

.post-meta a.post-edit-link:link, .post-meta a.post-edit-link:visited {
	color:#390;
}

.post-meta a.post-edit-link:hover, .post-meta a.post-edit-link:active {
	color:#AEC52B;
}

.date {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	color:#999;
	font-size:12px;
}

.date a:link, .date a:visited {
	text-decoration: none;
}

.date a:hover, .date a:active {
	text-decoration: underline;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
}

pre, code {
	font-size: 1em;
	font-family: Monaco, monospace;
}

acronym, abbr, span.caps {
	font-size: 1em;
	letter-spacing: .1px;
	cursor: help;
}

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



/* ---------- Lists ---------- */

html>body .entry ul {
	padding: 0 0 0 20px;
	padding-left: 10px;
	text-indent: -10px;
	list-style: none;
} 

html>body .entry ul li {
	list-style: none;
	margin: 5px 0 5px 20px;
}

.entry ul li:before {
	color:#999;
	content: "\00BB \0020";
}





/****************************************/



.alt {
	background-color: #F6F6F6;
}





.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

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

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

.commentmetadata {
	font-weight: normal;
	}









/* ---------- Begin Lists ---------- */
/*
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets.
*/



select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.commentlist, .commentlist ul {
	margin:20px 0;
	padding:0px;
	list-style:none;
}

.commentlist li {
	background-color:#F6F6F6;
	border: 1px solid #EEE;
	padding:20px 20px 10px 20px;
	margin:10px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	list-style:none;
}

.commentlist .vcard cite {
	color:#390;
	padding:4px 0 1px 0;
	display:block;
}

.commentlist .vcard .says {
	display:none;
}

.commentlist .avatar {
	float:left;
	margin:0 20px 0 0;
}

.commentlist li.comment-author-admin {
	border: 1px solid #390;
}

.commentlist li li {
	background-color:#FFF;
}

.commentlist .comment-meta {
	border-bottom:1px solid #EEE;
	padding:0 0 15px 0;
}

.commentlist .reply {
	margin:10px 0;
}



.comment-meta {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	color:#999;
	font-size:12px;
	font-style:italic;
}

.comment-meta a:link, .comment-meta a:visited {
	color:#999;
	text-decoration: none;
}

.comment-meta a:hover, .comment-meta a:active {
	color:#666;
	text-decoration: underline;
}

.comment-body pre {
	font-weight:normal;
	display:block;
	padding:10px;
	border:1px solid #CCC;
	background-colour:#FFF;
	overflow:scroll;
}



#commentform p {
	margin: 5px 0;
	}

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

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


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hrhide {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin:20px 0;
	display: block;
	text-align: center;
	padding:0;
	clear:both;
	border-bottom: 1px solid #EEEDDF;
	}

.navigation .alignleft {
	text-align:left;
	display: block;
	float:left;
	width:50%;
	padding:0 0 20px 0;
	}

.navigation .alignright {
	text-align:right;
	display: block;
	float:none;
	padding:0 0 20px 0;
	}





/* ---------- Headings ---------- */



#wp-calendar caption, cite {
	text-decoration: none;
	color:#AEC52B;
	}





/* ---------- Side Bar ---------- */


#sidebar-main div.textwidget {
	color: #525848;
}

#sidebar-main div.textwidget a:link, #sidebar-main div.textwidget a:visited {
	color: #AEC52B;
	}

#sidebar-main div.textwidget a:hover, #sidebar-main div.textwidget active {
	color: #000000;
	}
	
	
#sidebar-main {
	font-size:11px;
	line-height:1.6em;
	color: #AEC52B;
	text-align: left;
	padding-bottom: 20px;
	}

div.widget a:link, div.widget a:visited {
	color: #525848;
	}
	
div.widget a:hover, div.widget a:active {
	color: #000000;
	}

#sidebar-main h3 {
	margin: 0 0 10px 0 !important;
	padding: 0 0 10px 0 !important;
	color: #999;
	font-family: 'Georgia', Verdana, Sans-Serif;
	font-size: 12px;
	letter-spacing:1px;
	font-weight:normal;
	line-height:1em !important;
	text-transform: uppercase;
	border-bottom:1px solid #EEE;
	}

#sidebar-main {
	margin: 0;
	padding: 0;
	}
#sidebar-main ul {
	padding: 0;
	margin: 0;
	list-style:none;
	}

#sidebar-main ul li {
	background-color: transparent;
	padding: 0;
	margin: 0;
	margin: 0;
	padding: 0;
	list-style:none;
	}


#sidebar-main ul ol {
	margin: 0 0 0 10px;
	padding: 0;
	}

#sidebar-main ol li {
	list-style: decimal outside;
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar-main ul ul {
	margin: 0 0 0 20px;
	}

#sidebar-main ul p, #sidebar-main ul select {
	margin: 0 0 1em 0;
	}

#sidebar-main #searchform #s {
	width: 130px;
	padding: 2px;
	}

#sidebar-main #searchsubmit {
	padding: 1px;
	}


div.widget {
	background-color:#FCFCFC;
	border: 1px solid #EEE;
	padding:20px;
	margin:0 0 10px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.widget.widget_pages a:link, div.widget.widget_pages a:visited {
	text-decoration:none;
}

div.widget.widget_pages a:hover, div.widget.widget_pages a:active {
	text-decoration:underline;
}

div.widget.widget_pages ul li {
	font-weight:bold;
}

div.widget.widget_pages ul ul li {
	font-weight:normal;
}

div.widget.widget_pages ul ul li:before {
	color:#CCC;
	width:10px;
	content: "\00BB \0020";
}

div.widget.widget_pages ul ul {
	margin-left:10px !important;
	margin-bottom:10px !important;
	display:none;
}

div.widget.widget_pages ul li.current_page_item ul,
div.widget.widget_pages ul li.current_page_ancestor ul {
	display:block;
}

div.widget.widget_pages li.current_page_item a:link,
div.widget.widget_pages li.current_page_item a:visited,
div.widget.widget_pages li.current_page_ancestor a:link,
div.widget.widget_pages li.current_page_ancestor a:visited {
	color:#390;
}

div.widget.widget_pages li.current_page_item li a:link,
div.widget.widget_pages li.current_page_item li a:visited,
div.widget.widget_pages li.current_page_ancestor li a:link,
div.widget.widget_pages li.current_page_ancestor li a:visited {
	color:#525848;
}

div.widget.widget_pages li.current_page_item li a:hover,
div.widget.widget_pages li.current_page_item li a:active,
div.widget.widget_pages li.current_page_ancestor li a:hover,
div.widget.widget_pages li.current_page_ancestor li a:active {
	color:#000;
}

div.widget.widget_pages li.current_page_ancestor li.current_page_item a:link,
div.widget.widget_pages li.current_page_ancestor li.current_page_item a:visited,
div.widget.widget_pages li.current_page_ancestor li.current_page_ancestor a:link,
div.widget.widget_pages li.current_page_ancestor li.current_page_ancestor a:visited {
	color:#390;
}

div.widget.widget_categories a:link, div.widget.widget_categories a:visited {
	text-decoration:none;
}

div.widget.widget_categories a:hover, div.widget.widget_categories a:active {
	text-decoration:underline;
}



/* ---------- Footer ---------- */



#footer {
	color: #666;
	padding:15px 0 50px 0;
}

#footer p {
	margin:0px;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #999;
	text-decoration: underline;
}



/* ---------- Calendar ---------- */



#wp-calendar #prev 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;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 {
	background-color: #fff;
	}



/* ---------- Images ---------- */



.post img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
}

img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.border {
	border: 1px solid #EEE;
	padding:9px;
}

.border {
	border: 1px solid #EEE;
	padding:9px;
}



/* --------- Other ---------- */




code {
	color: #333333;
	background-color: #F0F0F0;
	margin: 0 0 1em 0;
	padding: 0px;
	font: 12px/1em "Courier New", Courier, mono;
	}

sup.tm {
	font-size: 7px;
	}


.clearfloat {
	height:1px !important;
	line-height:0px;
	margin:0px;
	padding:0px;
	clear:both;
}



/* --------- Plugin: Sociable ---------- */

div.sociable {
	border-top: 1px solid #EEEDDF;
	border-bottom: 1px solid #EEEDDF;
	margin: 20px 0 0 0;
	padding: 5px 0 2px 0;
}

div.sociable .sociable_tagline {
	float:left;
	font-size:11px;
	line-height: 1em;
	padding: 2px 0 0 10px;
	color:#999999;
}

div.sociable span.sociable_tagline span {
	display:none;
}


img.avatar {
	border: 1px solid #DDDDDD;
	background-color:#FFFFFF;
	padding:2px;
}
.commentlist img.avatar-40 {
	float:right;
	margin: 0 0 10px 10px;
}



.paginated-comments-number {
	float:right !important;
}


div.wp-polls {
	background-color:#EFF4D6;
	padding:5px 15px;
	margin:25px 0;
}

div.wp-polls div.wp-polls {
	background-color:transparent;
	padding:0px;
	margin:0px;
}

div.wp-polls p {
	text-align:left;
}


div.paypalform {
	padding:5px 15px;
	margin:20px 0;
	background-color:#EFF4D6;
	border: 1px solid #390;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.paypalform label strong {
	width:80px;
	display:inline-block;
}

div.paypalform p.reference label strong {
	width:100px;
}

div.paypalform p.reference input {
	width:60%;
}

div.paypalform span.currency {
	width:20px;
	display:inline-block;
	text-align:right;
}



/* ---------- Plugin: WP-Syntax ---------- */

.wp_syntax {
	margin:20px 0;
	background-color:#F6F6F6 !important;
	border: 1px solid #DDD !important;
	margin:20px 0 !important;
}

.wp_syntax .code {
	padding:10px;
}

.wp_syntax .line_numbers {
	padding:10px 5px;
	background-color:#FFF !important;
}



