/*
Theme Name: Minimal Georgia
Theme URI: http://kovshenin.com/wordpress/themes/minimal-georgia/
Description: A sweet minimal theme focused on typography and filled with Georgia goodness. Two columns, widgets and navigation menus. Five different color schemes to choose from.
Author: Konstantin Kovshenin
Author URI: http://kovshenin.com
Version: 1.4.4
Tags: black, silver, blue, red, purple, white, two-columns, fixed-width, custom-colors, custom-menu, theme-options, threaded-comments, translation-ready, sticky-post, editor-style

License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	font-family: Georgia, serif;
}

body {
	font-family: Georgia, serif;
	font-size: 100%;
	background: white url(images/bg.png) center 0 repeat-y;
}

/* Different color schemes for Minimal Georgia */
.mg-red .header-fill {
	background-image: url(images/header-fill-red.png);
}
.mg-purple .header-fill {
	background-image: url(images/header-fill-purple.png);
}
.mg-green .header-fill {
	background-image: url(images/header-fill-green.png);
}
.mg-gray .header-fill {
	background-image: url(images/header-fill-gray.png);
}

/* Fixes Firefox header overflow bug */
.header-shadow-container {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -39px;
	height: 49px;
	z-index: -1;
}

.header-shadow {
	width: 100%;
	float: left;
	-moz-box-shadow: 0px 2px 6px #999;
	-webkit-box-shadow: 0px 2px 6px #999;
	box-shadow: 0px 2px 6px #999;
	margin-bottom: 40px;
	height: 39px;
	position: absolute;
	top: 0;
	z-index: -1;
}
/* End fixes */

.header-fill {
	background: #124D87 url(images/header-fill.png) 0 0 repeat-x;
	min-height: 39px;
	float: left;
	width: 100%;
}

.mg-red .header-fill {
	background-color: #673232;
}

.mg-green .header-fill {
	background-color: #3a5f3a;
}

.mg-gray .header-fill {
	background-color: #4c4c4c;
}

.mg-purple .header-fill {
	background-color: #423a5f;
}

a.logo {
	text-shadow: 1px 1px 2px #111;
	text-decoration: none;
	font-size: 16pt;
	line-height: 18pt;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	color: white !important;
}

.pre-menu {
	/*overflow: hidden;*/
	min-height: 32px;
}

ul#menu-header, .header .menu > ul {
	list-style: none;
	float: right;
	margin-top: 10px;
	margin-bottom: 0;
	position: relative;
}

/* Popout menus */
ul#menu-header ul.sub-menu, .header .menu ul.children {
	position: absolute;
	list-style: none;
	padding-top: 6px;
	padding-bottom: 4px;
	z-index: 9999;
	padding-right: 34px;
	overflow: hidden;
	background: #4178ae;
	
	margin: 0;
	display: none;
	opacity: 0.9;

	-moz-box-shadow: 0px 2px 6px #999;
	-webkit-box-shadow: 0px 2px 6px #999;
	box-shadow: 0px 2px 6px #999;
}

ul.sub-menu a, .menu ul.children a {
	width: 100%;
	float: left;
}

ul.sub-menu li, .menu ul.children li {
	float: left;
	clear: both;
	width: 100%;
}

ul#menu-header li:hover > ul.sub-menu, .header .menu li:hover > ul.children {
	display: block;
}
/* End popout */

ul#menu-header li, .header .menu ul li {
	/*margin-left: 24px;*/
	float: left;
}

ul#menu-header li a, .header .menu ul li a {
	color: white;
	text-decoration: none;
	display: inline-block;
	height: 29px;
	padding: 0 15px;
}

ul#menu-header li a:hover, 
ul#menu-header li.current_page_item > a, 
.header .menu ul li a:hover, 
.header .menu ul li.current_page_item > a {
	color: #99B9D1;
}

/* Different color schemes */
.mg-green ul#menu-header li a:hover, 
.mg-green ul#menu-header li.current_page_item > a, 
.mg-green .header .menu ul li a:hover, 
.mg-green .header .menu ul li.current_page_item > a {
	color: #99d1c2;
}
.mg-red ul#menu-header li a:hover, 
.mg-red ul#menu-header li.current_page_item > a, 
.mg-red .header .menu ul li a:hover, 
.mg-red .header .menu ul li.current_page_item > a {
	color: #d1a099;
}
.mg-gray ul#menu-header li a:hover, 
.mg-gray ul#menu-header li.current_page_item > a, 
.mg-gray .header .menu ul li a:hover, 
.mg-gray .header .menu ul li.current_page_item > a {
	color: #bbb;
}
.mg-purple ul#menu-header li a:hover, 
.mg-purple ul#menu-header li.current_page_item > a, 
.mg-purple .header .menu ul li a:hover, 
.mg-purple .header .menu ul li.current_page_item > a {
	color: #d199b5;
}

/* Popout menu colors */
.mg-green ul#menu-header ul.sub-menu, 
.mg-green .header .menu ul.children {
	background: #128725;
}
.mg-red ul#menu-header ul.sub-menu, 
.mg-red .header .menu ul.children {
	background: #872812;
}
.mg-gray ul#menu-header ul.sub-menu, 
.mg-gray .header .menu ul.children {
	background: #777;
}
.mg-purple ul#menu-header ul.sub-menu, 
.mg-purple .header .menu ul.children {
	background: #793D70;
}

.right-arrow-container {
	position: relative;
}

.right-arrow {
	position: absolute;
	height: 26px;
	width: 11px;
	background: #eaeaea url(images/gray-arrow-right.png) 1px 0 no-repeat;
	right: -23px;
	top: 8px;
}

p.date {
	margin-top: 6px !important;
}

p.date a {
	color: inherit !important;
	text-decoration: inherit;
}

p.comments-count a {
	color: #888;
	text-decoration: none;
}

p.date, p.comments-count {
	color: #888;
	font-size: 9pt;
	float: right;
	clear: both;
	margin: 0;
	line-height: 1.2em;
}

p.comments-count {
	margin-top: 4px;
	padding-right: 15px;
	background: url(images/comment-icon-small.png) right 2px no-repeat;
	height: 18px;
}

.hentry .omega, .hentry .alpha {
	margin-top: 20px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignleft {
	display: inline;
	float: left;
	margin: 10px 10px 10px 0;
}

.wp-caption.alignleft {
	margin: 20px 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 10px 0 10px 10px;
}

p {
	margin: 20px 0;
	font-size: 13pt;
	line-height: 1.5em;
	color: #333;
}

.post-content, .post-meta {
	font-size: 13pt;
	line-height: 16pt;
	color: #333;
}

.post-meta {
	clear: both;
}

.post-content.no-title {
	margin-top: -10px !important;
}

a {
	color: #124D87;
	text-decoration: underline;
}

.mg-red a { color: #872812; }
.mg-purple a { color: #793d70; }
.mg-green a { color: #128725; }
.mg-gray a { color: #888; }

a:hover {
	text-decoration: none;
}

.post-content img {
	padding: 8px;
	border: solid 1px #999;
	max-width: 700px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #333;
	clear: both;
}

blockquote {
	background: white url(images/quote.png) -2px -2px no-repeat;
	padding-left: 42px;
	line-height: 16pt;
	color: #333;
}

blockquote p:first-child {
	padding-top: 4px;
}

blockquote cite {
	font-size: 10pt;
}

ul, ol {
	margin-left: 42px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

big {
	font-size: 130%;
}

code, tt, code, kbd, samp, pre {
	font-family: monospace;
	font-size: 11pt;
}

pre {
	background: #f3f3f3;
	padding: 16px;
}

q::before {
	content: '"';
}

q::after {
	content: '"';
}

sup, sub {
	font-size: 10pt;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

ins {
	background: #FFC;
}

table {
	width: 100%;
	margin: 20px 0;
}

table th {
	text-align: left;
	padding: 8px;
	font-weight: normal;
	background: #4178ae;
	color: white;
}

/* Table Color Schemes */
.mg-green table th {
	background: #128725;
}
.mg-red table th {
	background: #872812;
}
.mg-gray table th {
	background: #777;
}
.mg-purple table th {
	background: #793D70;
}

dl {
	margin: 20px 0;
}

dt {
	font-weight: bold;
	margin-top: 20px;
}

table td {
	text-align: left;
	padding: 8px;
	border-bottom: dotted 1px #ddd;
}

li {
	line-height: 16pt;
}

p.wp-caption-text {
	color: #888;
	font-style: oblique;
	margin-top: 2px;
	font-size: 9pt;
	text-align: center;
}

.post-title a {
	text-decoration: none;
	color: inherit !important;
}

h2.post-title, h1.post-title {
	font-size: 26pt;
	text-shadow: 1px 1px 1px #A0A0A0;
	margin-bottom: 24px;
	margin-top: 0;
	line-height: 30pt;
}

h2.search-results.post-title {
	font-size: 16pt;
	margin-bottom: -16px;
}

h1.search-title {
	font-size: 14pt;
	margin-bottom: 0px;
	margin-top: 0;
	line-height: 30pt;
}

h1.search-title span {
	font-style: oblique;
}

h1 {
	font-size: 26pt;
}

h2 {
	font-size: 24pt;
}

h3 {
	font-size: 20pt;
}

h4, h5, h6 {
	font-size: 16pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* Sidebar Widgets */

.widget {
	margin-left: 40px;
	padding-top: 14px;
}

.widget p {
	margin-bottom: 10px;
}

.sidebar {
	padding-top: 20px;
}

#s {
	width: 200px;
	height: 24px;
	border: solid 1px #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	font-size: 13pt;
	line-height: 18pt;
	color: #333;
	padding-left: 26px;
	background: white url(images/search-icon.png) 4px 3px no-repeat;
}

#searchform label, #searchsubmit {
	display: none;
}

.widget .heading {
	text-shadow: 1px 1px 1px #bbb;
	margin-top: 20px;
	font-size: 16pt;
	padding-bottom: 6px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}

.widget ul, .widget ol {
	list-style: none;
	margin-left: 0;
}

.widget ul ul {
	margin-left: 20px;
	margin-top: 0;
}

.widget li.current_page_item > a {
	color: black;
}

/* Pagination */

.pagination .omega {
	margin-top: 20px;
	margin-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.footer {
	margin-top: 40px;
}

.footer p {
	margin-bottom: 20px;
	color: #888;
	font-size: 11pt;
	line-height: 13pt;
}

.footer a {
	color: inherit;
}


/* Gallery */
.post-content .gallery {
	margin: 0px auto 18px;
}

.post-content .gallery-item {
	float: left;
	width: 33%;
	text-align: center;
}

.gallery img {
	border: solid 1px #ccc !important;
}

.gallery-caption {
	color: #888;
	font-style: oblique;
	margin-top: 2px;
	font-size: 9pt;
	text-align: center;
}

/* Forms */
.post-content input[type="text"],
.post-content input[type="password"],
.post-content textarea {
	font-size: 12pt;
	line-height: 18pt;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	border: solid 1px #ddd;
	width: 50%;
}

.post-content input[type=text]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	border-color: #3F81C3;
}

.post-content textarea {
	height: 5em;
}


/* Smiley */
img.wp-smiley {
	border: none;
	padding: 0;
	margin: 0;
}

/* Comments */

ol.commentlist {
	list-style: none;
	margin-left: 0;
}

.commentlist li.comment {
	position: relative;
	padding: 0px 0px 0px 56px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 24px;
}

#comments .pingback {
	border-bottom: 1px solid #ddd;
	margin-bottom: 18px;
}

.pingback p {
	font-size: 10pt;
	color: #888;
}

.pingback a {
	font-size: inherit;
	font-style: oblique;
}

.comment-edit-link {
	color: inherit;
	text-decoration: underline !important;
}

img.avatar {
	position: absolute;
	left: 0px;
	top: 1px;
}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.comment-meta, .comment-meta a {
	font-size: 10pt;
	color: #888;
	text-decoration: none;
}

.commentlist .children li {
	border: none;
	margin: 0px;
}

.commentlist .children {
	list-style: none;
	margin: 0px;
}

.reply {
	padding: 0px 0px 24px;
}

#comments .nocomments {
	color: #888;
}

/* Comment form */

#respond .required {
	color: #FF4B33;
}

#respond label {
	color: #888;
	font-size: 10pt;
}

#respond textarea, #respond input[type=text] {
	width: 95%;
	font-size: 12pt;
	line-height: 18pt;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	border: solid 1px #ddd;
}

#respond textarea:focus, 
#respond input[type=text]:focus, 
#s:focus {
	border-color: #3F81C3;
}

/* Color Schemes for Minimal Georgia */
.mg-red #respond textarea:focus, 
.mg-red #respond input[type=text]:focus, 
.mg-red #s:focus {
	border-color: #872812;
}
.mg-purple #respond textarea:focus, 
.mg-purple #respond input[type=text]:focus, 
.mg-purple #s:focus {
	border-color: #793d70;
}
.mg-green #respond textarea:focus, 
.mg-green #respond input[type=text]:focus, 
.mg-green #s:focus {
	border-color: #128725;
}
.mg-gray #respond textarea:focus, 
.mg-gray #respond input[type=text]:focus, 
.mg-gray #s:focus {
	border-color: #888;
}

#respond .form-allowed-tags, #respond code {
	color: #888;
	font-size: 10pt;
	line-height: 18px;
}

#respond .form-submit input, .post-content input[type="submit"] {
	font-size: 13pt;
	padding: 4px 8px;
}

.post-content input[type="submit"] {
	margin-top: 8px;
}

/* Tags */
.the-tags a, .the-tags {
	color: #888 !important;
	font-size: 10pt;
}

.sticky .post-title {
	background: transparent url(images/post-formats/sticky.png) 0 9px no-repeat;
	padding-left: 30px;
}

.bypostauthor > .comment-wrapper {
	background: #F3F3F3;
	margin-bottom: 24px;
	padding: 16px 16px 0 16px;
}

hr {
	border: none;
	height: 1px;
	background: #ddd;
	margin: 10px 10px;
}

/* Post Formst */
.format-gallery .post-title {
	background: transparent url(images/post-formats/image.png) 0 9px no-repeat;
	padding-left: 30px;
}

.format-chat .post-title {
	background: transparent url(images/post-formats/chat.png) 0 9px no-repeat;
	padding-left: 30px;
}

.format-link .post-title {
	background: transparent url(images/post-formats/link.png) 0 9px no-repeat;
	padding-left: 30px;
}

.format-image .post-title {
	background: transparent url(images/post-formats/image.png) 0 9px no-repeat;
	padding-left: 30px;
}

.format-quote .post-title {
	background: transparent url(images/post-formats/quote.png) 0 9px no-repeat;
	padding-left: 30px;
}

.format-status .post-title {
	background: transparent url(images/post-formats/status.png) 0 9px no-repeat;
	padding-left: 30px;
}

.format-video .post-title {
	background: transparent url(images/post-formats/video.png) 0 9px no-repeat;
	padding-left: 30px;
}

.format-audio .post-title {
	background: transparent url(images/post-formats/audio.png) 0 9px no-repeat;
	padding-left: 30px;
}
