/*   
Theme Name: Twenty-Ten
Theme URI: http://www.remyoverkempe.com
Description: A new reign.
Author: Remy L. Overkempe
Author URI: http://martianprince.com/
Version: 1.0.9
License: Public domain.
*/

/* @group Structure */

body {
	font: 1.0em/1.0em "Times New Roman", Times, Garamond, Georgia, serif;
	color: #222;
	margin: 0;
	padding: 0;
}

#container {
	width: 900px;
	margin: auto;
}

#container_wrapper {
	width: 900px;
	float: left;
	background-color: #111;
}

/* @group Masthead */

#masthead {
	margin: 0;
	width: 900px;
	float: left;
	background-color: #000;
}

#tag {
	background: #194c7f url(/images/crowntag.png) no-repeat center bottom;
	width: 60px;
	height: 200px;
	float: right;
}

#logo {
	width: 400px;
	height: 60px;
	background: #111 url(/images/logo-mixedclass.png) no-repeat center center;
	float: left;
	margin: 50px 0 0;
}

#search {
	width: 200px;
	height: 60px;
	background-color: #111;
	float: left;
	margin: 50px 0 0 20px;
}

form#searchform {
	padding: 0;
	margin: 0;
}

fieldset#searchfield {
	background-color: #111;
}

input#s {
	width: 180px;
	float: left;
	margin: 0;
	border-width: 0;
	color: #194c7f;
	font: 14px/1.0em "lemonde-courrier-1","lemonde-courrier-2", "Times New Roman", Times, Georgia, serif;
	background: #111 url(http://shawlman.com/images/icons/magnifier-medium.png) no-repeat 10px center;
	padding: 10px 10px 10px 33px;
	height: 40px;
}

input#s:hover {
	color: #fbcc69;
}

input#s:focus {
	color: #fff;
}

input#searchsubmit {
	width: 12px;
	background-color: transparent;
	border-width: 0;
	color: #fff;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	cursor: pointer;
	height: 12px;
	float: right;
	margin-top: 3px;
	display: none;
}

input#searchsubmit:hover {
	color: #aaa;
}

#navigation {
	float: left;
	background-color: #111;
	height: 40px;
	margin: 50px 0 0;
	width: 760px;
	padding-left: 80px;
}

.link {
	width: 225px;
	float: left;
	padding: 0;
	text-align: center;
}

.link.search:hover {
	background-image: none;
	background-color: transparent;
}

.link.logo {
	height: 80px;
	background: url(/images/grey-goose-logo.png) no-repeat center center;
}

.navpix {
	width: 225px;
	height: 40px;
	background-color: transparent;
}

.link.home {
	background: url(/images/navigation/home3.png) no-repeat center 0;
}

.link.about {
	background: url(/images/navigation/about3.png) no-repeat center 0;
}

.link.contact {
	background: url(/images/navigation/contact3.png) no-repeat center 0;
}

.link.home:hover {
	background: url(/images/navigation/home3.png) no-repeat center -40px;
}

.link.about:hover {
	background: url(/images/navigation/about3.png) no-repeat center -40px;
}

.link.contact:hover {
	background: url(/images/navigation/contact3.png) no-repeat center -40px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 160px;
	float: left;
	color: #888;
	font: bold 12px/1.5em Helvetica, Arial, Geneva, sans-serif;
	padding: 0 0 0 20px;
}

#sidebar p + p {
	margin-top: 15px;
}

#sidebar ul {
	list-style-type: square;
	margin-left: 17px;
	margin-bottom: 15px;
	margin-right: 0;
}

#sidebar ul li {
	
}

.sidebarbox {
	float: left;
	width: 160px;
	margin-bottom: 25px;
}

.sidebarbox.twitter {
	color: #888;
}

#sidebar .archives {
	display: none;
}

#profilepic {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.admin img, .links img {
	margin-top: 25px;
}

#latestbests ul {
	
}

.bestfilm {
	float: right;
	color: #194c7f;
	margin: 0 0 0 5px;
}

#sidebar ul.styled, #sidebar ul.related_post, #latestbests ul {
	margin: 20px 0 0 -20px;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

#sidebar ul.styled + ul.styled {
	margin-top: 40px;
}

#sidebar ul.styled li, #sidebar ul.related_post li, #latestbests ul li {
	border-left: 5px solid #194c7f;
	padding: 5px 10px;
	background-color: #000;
	width: 175px;
}

#sidebar ul.styled li + li, #sidebar ul.related_post li + li, #latestbests ul li + li {
	margin-top: 5px;
}

/* @end */

#pages {
	width: 900px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font: bold 0.8em Helvetica, Arial, Geneva, sans-serif;
	color: #888;
}

#entries {
	width: 680px;
	float: right;
	color: #000;
	background-color: #fff;
	padding: 20px 0 20px 20px;
	line-height: 1.5em;
}

#entries.single {
	
}

#entries.single.page {
	width: 680px;
}

.post {
	width: 660px;
	float: left;
}

.single-post, #post_wrapper {
	width: 660px;
	float: left;
	font-size: 1.0em;
	border-right: 5px solid #fbcc69;
	padding: 0 15px 0 0;
}

.single-post + .single-post {
	margin-top: 80px;
}

#post_wrapper {
	float: right;
	margin-bottom: 0;
}

.post p {
	
}

.post p + p, blockquote + p {
	margin-top: 15px;
}

p + blockquote {
	margin-top: 15px;
}

.post ul, .post ol {
	list-style-type: none;
	list-style-image: none;
	margin: 0 30px 0 17px;
}

.post ol {
	list-style-type: decimal-leading-zero;
}

.post ul li, .post ol li {
	border-left: 5px solid #194c7f;
	background-color: #eee;
	width: 655px;
	margin: 0 0 0 -37px;
	padding: 5px 20px 5px 15px;
}

.post ol li {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	border-color: #b24042;
}

.post ul li + li, .post ol li + li {
	margin-top: 5px;
}

.post ul ul {
	margin: 0 0 0 25px;
}

.post ol ol {
	list-style-type: lower-roman;
	list-style-position: inside;
	margin: 0 0 0 25px;
}

.post ul ul li, .post ol ol li {
	width: 645px;
}

.post p + ul, .post p + ol {
	margin-top: 20px;
}

.post ul + p, .post ol + p {
	margin-top: 20px;
}

.post .wp-caption {
	border-right: 5px solid #888;
	width: 670px !important;
}

p + .wp-caption, .wp-caption + p {
	margin-top: 20px;
}

.wp-caption-text {
	color: #888;
	font-size: 14px;
	font-style: italic;
}

.wp-caption-text em {
	text-decoration: underline;
}

.page_navigation {
	width: 680px;
	color: #000;
	float: left;
	font: bold 12px "lemonde-courrier-1","lemonde-courrier-2", "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

.page_navigation.top {
	margin-bottom: 20px;
	display: none;
}

.page_navigation.bottom {
	margin-top: 50px;
}

.page_navigation_link {
	background-color: #fbcc69;
}

.single .page_navigation_link {
	float: left;
	clear: both;
}

.single .page_navigation_link + .page_navigation_link {
	margin-top: 5px;
}

.page_navigation_link:hover {
	background-color: #194c7f;
}

#title {
	width: 600px;
	margin-bottom: 40px;
	float: left;
}

#title.special {
	width: 660px;
	color: #b24042;
	border-left: 5px solid #b24042;
	margin-left: -20px;
	padding: 0 0 0 15px;
}

#entries.single.page #title {
	margin-bottom: 25px;
}

#title_metadata, .title_metadata {
	color: #888;
	font-style: italic;
	font-size: 0.85em;
}

.index .title_metadata {
	float: left;
	width: 660px;
	margin-bottom: 20px;
	margin-top: -15px;
}

.single #title_metadata {
	text-indent: 25px;
}

.edit {
	float: right;
	background-color: #ccc;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#footnotes {
	margin-top: 40px;
	width: 660px;
	border-right: 5px solid #000;
	padding: 0 10px 0 0;
}

#footnotes ol {
	
}

#footnotes ol li {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	border-color: #888;
	width: 650px;
}

#relatedtags {
	width: 600px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	background: url(/images/strip.png) repeat-y center top;
}

#relatedbox {
	width: 275px;
	padding-right: 25px;
	float: left;
	font-size: 0.95em;
}

ul.related_post {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	list-style-image: none;
}

#tagsbox {
	width: 275px;
	float: right;
	font-size: 0.95em;
}

.tags {
	text-transform: lowercase;
}

#comments {
	width: 600px;
	float: left;
	margin-top: 60px;
}

/* @group Comments */

#commentdiv {
	margin-bottom: 25px;
}

#commentdiv p {
	margin-bottom: 15px;
}

form#commentform {
	margin-top: 25px;
}

input, textarea {
	color: #222;
	font-weight: bold;
	font-family: "Times New Roman", Times, Garamond, Georgia, serif;
}

label#text {
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

input#author, input#email, input#url, input#wpcf_your_name, input#wpcf_email, input#wpcf_subject {
	width: 300px;
	font-size: 14px;
	border: 1px solid #aaa;
}

input#wpcf_your_name, input#wpcf_email, input#wpcf_subject {
	width: 200px;
}

textarea#comment.commentbox, textarea#wpcf_msg {
	width: 300px;
	height: 100px;
	font-size: 14px;
	border: 1px solid #aaa;
}

ul.commentlist {
	float: left;
	width: 600px;
	margin: 20px 0 40px;
}

ul.commentlist li {
	border-left: 5px solid #ccc;
	padding: 0 0 0 15px;
	float: left;
	width: 655px;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: -20px;
}

ul.commentlist li + li {
	margin-top: 20px;
}

ul.commentlist li.alt3 {
	padding: 20px 20px 20px 15px;
	margin-top: 20px;
	width: 635px;
	background-color: #fbcc69;
	border-color: #fbcc69;
}

ul.commentlist li p + p {
	margin-top: 20px;
}

.comment-date {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font: bold 12px Helvetica, Arial, Geneva, sans-serif;
	color: #194c7f;
}

.comment-author {
	font-style: italic;
	float: right;
	margin-top: 15px;
	font-size: 14px;
	color: #000;
}

/* @end */

#linkpages {
	margin-top: 45px;
	border-top: 2px solid #fbcc69;
	padding-top: 10px;
	margin-bottom: 15px;
	font-size: 1.1em;
	font-style: italic;
}

#footer {
	color: #000;
	margin: 0;
	padding: 20px;
	width: 860px;
	clear: both;
	float: left;
	font: bold 12px Helvetica, Arial, Geneva, sans-serif;
	background-color: #fbcc69;
}

#footer_wrapper {
	padding: 0;
	margin: 0;
}

#footer_top {
	width: 700px;
	clear: both;
	margin: 0;
	padding: 30px 0 0;
}

#footer .footer_sep {
	text-transform: none;
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#footer_bottom {
	margin: 0;
	width: 700px;
	text-transform: uppercase;
	clear: both;
}

/* @end */

/* @group Styles */

.left {
	float: left;
}

.right {
	float: right;
}

.unseen {
	display: none;
}

sup {
	vertical-align: super;
	font-size: 12px;
	color: #69c;
	font-style: normal;
}

sub {
	vertical-align: sub;
	font-size: 12px;
	color: #194c7f;
	font-style: normal;
}

blockquote {
	line-height: 1.5em;
	font-size: 15px;
	color: #194c7f;
	border-right: 5px solid #194c7f;
	margin: 0 -15px 0 50px;
	padding: 0 10px 0 0;
}

blockquote em {
	font-style: italic;
}

.acawwin {
	color: #69c;
}

.acawwrong {
	color: #f95a5e;
}

.tweet {
	width: 490px;
	padding: 5px 10px;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.tweet.left {
	background-color: #ededed;
	margin-right: 150px;
}

.tweet.right {
	margin-left: 150px;
	background-color: #dbe7ff;
}

p.writing {
	margin-bottom: 0;
}

p + p.writing {
	text-indent: 35px;
}

#footer p {
	margin: 0 0 6px;
	padding: 0;
}

#footer p.top {
	margin-bottom: 15px;
}

#footer .footer_sep p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
}

#footer .footer_sep a {
	color: #000;
}

#footer p.bottom {
	margin: 0;
}

/* @group Links */

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #194c7f;
}

a:active {
	color: #555;
}

sup a, sub a {
	color: #194c7f;
	text-decoration: none;
	font-weight: bold;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
}

#navigation .logo a {
	padding: 0;
}

#navigation a:hover {
	color: #fff;
}

#sidebar a {
	color: #fff;
}

#sidebar a:hover {
	color: #fbcc69;
}

#sidebar a:active {
	color: #194c7f;
}

#sidebar .twitter a {
	text-transform: uppercase;
	color: #194c7f;
	font-size: 12px;
	font-weight: bold;
}

#sidebar .twitter a:hover {
	color: #fbcc69;
}

#sidebar .twitter a:active {
	color: #fff;
}

#latestbests a {
	color: #fff;
	font-style: italic;
}

a.more-link {
	text-transform: uppercase;
	font: bold 12px "lemonde-courrier-1","lemonde-courrier-2", "Times New Roman", Times, Georgia, serif;
	color: #fff;
	background-color: #000;
	padding: 5px;
	text-decoration: none;
	display: inline-block;
}

a.more-link:hover {
	background-color: #194c7f;
	text-decoration: none;
}

a.a2a_dd.addtoany_share_save {
	display: none;
}

#title_metadata a, .title_metadata a, #pages a {
	color: #888;
}

#title_metadata a:hover, .title_metadata a:hover, #pages a:hover {
	color: #194c7f;
}

#title_metadata a:active, .title_metadata a:active, #pages a:active {
	color: #555;
}

.page_navigation a {
	color: #000;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	background-color: #fbcc69;
}

.page_navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #194c7f;
}

.page_navigation a:active {
	color: #fff;
}

.comment-author a {
	color: #000;
	text-decoration: underline;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	color: #111;
	text-decoration: underline;
}

h1 a {
	text-decoration: none;
	color: #222;
	display: block;
}

h1 a:hover {
	color: #194c7f;
}

h1 a:active {
	color: #555;
}

h3 a {
	text-decoration: none;
	color: #333;
	display: block;
}

h3 a:hover {
	color: #69c;
}

h3 a:active {
	color: #194c7f;
}

/* @end */



/* @group Table */

#table {
	width: 660px;
	color: #000;
	background-color: #fff;
	border: 0px solid #ccc;
	border-collapse: collapse;
	margin: 20px 0;
}

#table caption {
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 0.9em Helvetica, Arial, Geneva, sans-serif;
	color: #194c7f;
	margin-bottom: 5px;
}

#table td {
	vertical-align: middle;
	padding: 3px 5px;
	border-bottom: 0px solid #ccc;
	font-size: 0.95em;
}

.table-header, #table th {
	background: #194c7f;
	text-transform: uppercase;
	font: bold 0.9em Helvetica, Arial, Geneva, sans-serif;
	color: #fff;
	padding: 5px;
}

#table tr:nth-child(odd) {
	background-color: #f9f3e5;
}

.table-albumheader {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	background-color: #f3f3f3;
}

.table-albumheader .label {
	font-size: 12px;
}

.table-albuminfo {
	font-size: 11px;
	text-transform: none;
	background-color: #f2f7fc;
	padding: 8px;
}

/* @end */

/* @end */

/* @group Headers */

h1, h2, h3, h4, h5, h6 {
	width: 100%;
	font: bold 1.0em/1.0em "lemonde-courrier-1","lemonde-courrier-2", "Times New Roman", Times, Georgia, serif;
}

h1 {
	font-size: 1.75em;
	float: left;
	text-transform: uppercase;
	margin: 0 0 20px;
}

h1.single {
	font-size: 2.2em;
	margin: 0;
}

#entries.single.page h1.single {
	margin-bottom: 0;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#sidebar h3 {
	width: 180px;
	height: 30px;
	background-color: #fbcc69;
	margin: 0 0 5px -20px;
}

#sidebar p + h2, #sidebar ul + h2 {
	margin-top: 20px;
}

#sidebar h3 em {
	text-transform: lowercase;
	font: italic normal 1.15em Georgia, "Times New Roman", Times, serif;
}

.profile h3 {
	background: url(/images/sidebar/whattoexpect.png) no-repeat center center;
}

.anna h3 {
	background: url(/images/sidebar/annaarkadyevna.png) no-repeat center center;
}

.twitter h3 {
	background: url(/images/sidebar/latesttweet.png) no-repeat center center;
}

.bests h3 {
	background: url(/images/sidebar/latestbests.png) no-repeat center center;
}

.archives h3 {
	background: url(/images/sidebar/thecategories.png) no-repeat center center;
}

.links h3 {
	background: url(/images/sidebar/externallinks.png) no-repeat center center;
}

.admin h3 {
	background: url(/images/sidebar/websiteadmin.png) no-repeat center center;
}

.related h3 {
	background: url(/images/sidebar/related.png) no-repeat center center;
}

.tags h3 {
	background: url(/images/sidebar/tags.png) no-repeat center center;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 40px;
}

h5 {
	margin-bottom: 5px;
	margin-top: 20px;
	color: #194c7f;
	font: bold 0.8em Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
}

/* @end */
