/*
Theme Name:     JimAK
Theme URI:      http://www.jimal-khalili.com
Description:    Theme for Jim Al-Khalili's Website. Child of Twenty Ten
Author:         James Bellamy
Author URI:     http: //www.musiceditor.co.uk
Template:       twentyten
Version:        1.0
*/

@import url("../twentyten/style.css");

#content {
	margin: 0 270px 0 20px;
}

#content p {
	padding-left: 3px;
	padding-right: 3px;
}

/* =Fonts & General stuff
-------------------------------------------------------------- */

input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

body,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

a:link {
	color:#e2007a;
}
a:visited {
	color:#e2007a;
}
a:active,
a:hover {
	color: #e2007a;
}

/* Specific to this site */
#header {
	padding: 20px 0 0 0;
}

body {
	background-image: url('/wordpress/wp-content/uploads/2010/07/tilebg4.jpg');
}

#branding {
	height: 238px;
	background-image: url('/wordpress/wp-content/uploads/2010/07/jim_header_banner.jpg');
}

#access {
	border-top: 1px solid white;
	margin-top: 198px;
	background: transparent;
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	//font-size: 15px;
	//font-size: 1.3em;
	font-size: 13px;
	line-height: 18px;
	//border-right: 1px solid black;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:16px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 10px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 12px 12px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0 0 22px 0;
	background-color: #f1f1f1;
	padding: 3px;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
	background-color: #f1f1f1;
	padding: 3px;	
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	font-size: 22px;
	//font-family: Georgia, Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color:#009ee0;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 2px;
	//border-bottom: 1px solid black;
}
.entry-title a:active,
.entry-title a:hover {
	color: #e2007a;
}
.entry-meta {
	//color: #888;
	color: black;
	padding-left: 9px;
	font-size: 12px;
	border-bottom: 1px solid black;
	background-color: #97bf0d;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: black;
	font-weight: bold;

}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #e2007a;
}
#content .video-player {
	padding: 0;
}

.twitter-item {
	margin-bottom: 2px;
}

.twitter_title_link {
	display: block;
	//border-bottom: 1px solid black;
}

#home_left {
	width: 596px;
	//height: 306px;
	padding: 12px;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #e8e8e8;
	margin-bottom: 12px;
	overflow: hidden;
	background-image: url('http://jimal-khalili.com/wordpress/wp-content/uploads/2010/07/einstein_trim.png');
	background-repeat: no-repeat;
}

#home_left li {
	border-bottom: 1px solid black;
	margin-bottom: 3px;
	padding-bottom: 3px;
	list-style-type: none;
}

#home_left li p {
margin-bottom: 8px;
}

#home_left ul {
	margin: 0;
}

.single-page-title {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	border-bottom: 1px solid black;
	display: block;
}

.blogroll li {
	list-style-type: none;
}

.blogroll li img {
	display: block;
	border: 5px solid #f1f1f1;
	margin-top: 5px;
}

.blogroll li a:hover {
	text-decoration: none;
	font-weight: bold;
}

.widget-title {
	padding-bottom: 2px;
	display: block;
	border-bottom: 1px solid black;
//	margin-bottom: 2px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
	margin-top: 4px;
	margin-right: 1em;
	background-color: white;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
	margin-top: 4px;
	margin-left: 1em;
	background-color: white;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.blog-page-title {
	background-color: #f1f1f1;
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}

.smallertext {
	font-size: smaller;
}

.largertext {
	font-size: larger;
}

#front_page_thumbnail img {
	float: left;
	max-height: 80px;
	width: auto;
	margin: 0 6px;
	border: 3px solid white;
}

.recent_news_title a {
	color: #009ee0;
	font-weight: bold;
}

.recent_news_title a:hover {
	color: #e2007a;
}

#si_contact_form1 {
	margin-left: 10px;
}

.no_overlap {
height: 1px;
width: 95%;
clear: both;
}