/*
Theme Name: Magpie Luck
Theme URI: http://magpieluck.com
Description: Theme for the online comic Magpie Luck, 2009.
Version: 1.0
Author: K. Sekelsky
Author URI: http://ksekelsky.com
*/

/* @import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css"; */

html, body {
	background-color:#272727;
	text-align:center;
	padding:0;
	color:#fff;
	height:100%;
        min-height: 100%;
        margin: 0 0 1px 0;
}

img {
	display: block;
	border: 0px;
}

.clearBoth {
	clear: both;
}

div, p, ul, li, h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#fff;
}

h1 {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
}

h1 a {
	color: #666;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding-bottom:10px;
}

p {
	line-height: 135%;
}

div#wrapper {
	background-image:url(style/images/bkgdWrap.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	min-height:100%;
	height:auto !important;
	height:100%; 
	text-align: left;
}

div#mainBkgd {
	background-image:url(style/images/bkgdWrap.jpg);
	background-repeat:repeat-y;
	background-color:#424242;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	height:auto !important;
	height:100%; 
	text-align:left;
	float:left;
}

/* div#contentWrapper {
	width: 950px;
	margin-left: 5px;
} */

#header {
	background-image:url(style/images/bkgdHeader.jpg);
	background-repeat:no-repeat;
	background-color:#424242;
	min-height:129px;
	width:970px;
}

.logo {
	margin: 20px 0 0 45px;
	float:left;
}

div#nav {
	float:right;
	background-image:url(style/images/navBkgd.jpg);
	background-repeat:repeat-x;
	background-color:#999;
	width:410px;
	height:37px;
	margin:92px 29px 0 0;
	padding:0 0 0 0;
	text-align:left;
}

div#nav a {
	text-transform:uppercase;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-decoration:none;
}

div#nav a:hover {
	text-decoration: underline;
}

.navLeft {
	float:left;
	display:block;
	border:0;
	padding:0;
	margin:0;
}

.navRight {
	float:right;
	display:block;
	border:0;
	padding:0;
	margin:0;
}

ul#nav {
	margin:0;
	padding:0;
}

#nav li {
	list-style:none;
	display:inline;
	border-right: 1px solid #000;
	padding:0 10px 0 5px;
	margin:0;
}

#nav li.Last {
	border:0;
}

.RSS {
	display: inline;
	margin-right:5px;
}

div#comicArea {
	background-image:url(style/images/mainBkgd.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
	/* min-height: 500px; */
	width:970px;
}

.comic {
	float:left;
	padding-left:26px;
}

.arrowBack {
	float:left;
	padding-left:9px;
}

div#comicContent {
	width:950px;
	margin-left:9px;
	float:left;
}

div#newsContainer {
	width: 910px;
	margin-left:55px;
}

.twoColumnsLeft {
	float:left;
	width:525px;
}

.twoColumnsRight {
	float:right;
	width:525px;
}

.oneColumnLeft {
	float:left;
	width:290px;
}

.oneColumnRight {
	float:right;
	width:290px;
	margin-right:55px;
}

.entry {
	margin: 0 15px 0 15px;
}

#date {
	float:right;
	margin:5px 50px 0 0;
}

#date p {
	color:#666;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
}

/* .post {
	padding-bottom:20px;
} */

.comic img {
	border: 2px solid #FFF;
	/*margin: 10px;*/
}

#textNav {
	float:left;
	color:#666;
	padding-left:55px;
}

#textNav a{
	color:#666;
	text-decoration:none;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#textNav a:hover{
	text-decoration:underline;
}

#socArea {
	float:right;
	height:20px; 
	width:500px;
	padding:0 50px 25px 0;
	text-align:right;
}

.comicComments {
	vertical-align:top;
	display:inline;
	padding-left:10px;
	color:#666;
	text-decoration:none;
	font-size: 16px;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.comicComments a {
	color:#666;
	text-decoration:none;
	font-size: 16px;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.comicComments a:hover {
	text-decoration:underline;
}

.socBtn {
	padding-left:1px;
	display:inline;
}

.post a {
	color:#DCC866;
}

.blog {
	padding:20px 10px;
}

.blogTitle a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#fff;
	text-decoration:none;
}

.blogContent a {
	color:#DCC866;
}

.blogNotes p {
	font-size:10px;
}

.blogNotes a {
	color:#DCC866;
	font-size:10px;
	font-style:italic;
}

.blogComments a {
	color:#DCC866;
	font-size:10px;
	font-style:italic;
}

img.wp-smiley {
	display:inline;
}

#comment-2 a {
	color:#dcc866;
}

#commentform a {
	color:#dcc866;
}

select {
	width:225px;
	margin:25px 0 0 5px;
}

#rssList {
	padding:10px 0 10px 20px;
}

#rssList img {
	float:left;
	display:block;
	padding-bottom:5px;
}


#rssList a {
	text-decoration:none;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:2px 0 0 10px;
	font-size:14px;
}

#rssList a:hover {
	text-decoration:underline;
}

#twitter_div {
	background-image:url(style/images/bkgdTwt.jpg);
	background-repeat:repeat-y;
}

.twtTop {
	margin:0;
	padding:0 0 5px 0;
	border:0;
	display:block;
}

.twtBtm {
	margin:0;
	padding:0;
	border:0;
	display:block;
}

ul#twitter_div {
	padding:0;
	margin:0;
	list-style:none;
	text-indent:0;
}

#twitter_div li {
	list-style:none;

	padding:0 0 8px 0;
	margin:0 20px 8px -20px;
	text-indent:0;
	border-bottom:1px solid #666;
}

#twitter_div a {
	color:#fff;
}

#twitter-link {
	text-align:right;
	padding: 10px 20px 10px 0;
}

a#twitter-link {
	color:#DCC866;
	text-decoration:none;
}

a:hover#twitter-link {
	text-decoration:underline;
}

#events_div {
	background-image:url(style/images/bkgdEvents.jpg);
	background-repeat:repeat-y;
	/*min-height:95px;*/
}

.eventsTop {
	margin:0;
	padding:0;
	border:0;
	display:block;
	/*float:left;*/
}

.eventsBtm {
	margin:0;
	padding:0;
	border:0;
	display:block;
	/*float:left;*/
}

ul#events_div {
	padding:0;
	margin:0;
	list-style:none;
	text-indent:0;
}

#events_div li {
	list-style:none;
	padding:0 0 8px 0;
	margin:0 20px 8px -20px;
	text-indent:0;
	border-bottom:1px solid #666;
	color:#fff;
}

#events_div li.Last {
	border:0;
}

#events_div a {
	color:#fff;
	text-decoration:none;
}

#events_div a:hover {
	text-decoration:underline;
}

#fbFan img {
	float:left;
	display:block;
}

#fbFan {
	padding:0 0 25px 20px;
	margin-top:10px;
}

#fbFanA {
	padding-top:10px;
}

#fbFanA a {
	text-decoration:none;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0 0 0 10px;
}

#fbFanA a:hover {
	text-decoration:underline;
}

/* email list form */

form#listSignUp label {
	width:50px;
	float:left;
}

form#listSignUp input {
	margin-bottom:10px;
}

form#listSignUp .button {
	margin-left:50px;
}

/* form */

textarea {
	width: 525px;
	margin-bottom:20px;
}

/*archive*/

.archive h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding-left:55px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#3B322D
}

.archive h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-left:55px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#666;
}

.archive a {
	color:#666;
	text-decoration:none;
}

.archive a:hover {

	text-decoration:underline;
}

.archiveDate p {
	color:#666;
	font-size:10px;
	font-style:italic;
}

.archiveDate {
	padding-left:55px;
}

.archive ul {
	padding-left:75px;
}

/* single */

div#aboutContainer {
	width: 910px;
	margin-top:20px;
}

.single h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding-left:55px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#3B322D;
}

.single h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-left:55px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#666;
}

.single p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	padding-left:55px;
	color:#3b322d;
}

.single a {
	color:#666;
	text-decoration:none;
}

.single a:hover {
	text-decoration:underline;
}

.single ul {
	padding-left:75px;
}

/* About */

.twoColumnsPage {
	float:left;
	width:580px;
}

.oneColumnPage {
	float:right;
	width:325px;
}

.castImg {
	float:left;
	margin:5px 20px 10px 0;
	border: 5px #999999 solid;
}

.katieImg {
	margin: 20px 0 0 55px;
	border: 5px #999999 solid;
}

.greyDivider {
	background-color:#999;
	height:3px;
	margin:20px 0 20px 55px;
	padding:0;
	border:none;
}

/* comment stuff */

.commentDivider {
	background-color:#999;
	height:3px;
	margin:10px 0;
	padding:0;
	border:none;
}

ul.commentsList {
	list-style-type:none;
	padding:0;
}

ul.commentsList img.avatar {
	float:left;
	padding-right:10px;
}

/* end comment stuff */

/* comic comments */

.comicCommentsExpanded {
	width:840px;
	padding-left:65px;
}

.comicCommentsExpanded input {
	display:block;
}

/* end comic comments */

/* blog category page stuff */

.postDivider {
	background-color:#999;
	height:3px;
	margin:10px 0;
}

.postDivider hr {
	background-color:#999;
	border:none;
	margin:25px 0 25px 0;
}

#nav-below a {
	color:#dcc866;
}

h2.archiveLink a {
	color:#fff;
	text-decoration:none;
}

h2.archiveLink a:hover {
	text-decoration:underline;
}

/* end blog category page stuff */

/* footer */

#dividerFooter {
	padding-top:40px;
	height:11px;
	width:910px;
	margin-left:55px;
}

#footerText {
	padding-bottom:15px;
}

#footerText p {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#footerText a {
	text-decoration:none;
	color:#dcc866;
}

#footerText a:hover {
	text-decoration:underline;
}

.plainPage .twoColumnsRight p {
	color:#000000;
}

.plainPage td {
	color:#000;
	vertical-align:middle;
}

.plainPage select {
	margin-top:0;
}

.plainPage .oneColumnLeft {
	margin-left:55px;
}

.single .plainPage p {
	padding-left:0;
}