/*
THEME NAME: fairyPrincess
DESCRIPTION: A custom child theme for the thematic theme developed for AmyHadley.com 
VERSION: 0.7
Template: thematic
AUTHOR: Dennis Hadley
AUTHOR URI: http://dennishadley.com/

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Style the meta panel for logged-in users */
@import url('../thematic/library/styles/sitemeta.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*------------------------------------------------------------ */
/*BEGIN FAIRY PRINCESS STYLES
-------------------------------------------------------------- */


/* =Global Elements
-------------------------------------------------------------- */

html,body {
	height: 100%;
    font-family: Helvetica, Arial, sans-serif;
	background-color:#b4977e;
}
#wrapper {
	background-image:url(img/wrap-bgnd.jpg);
	background-repeat:repeat-x;
	min-height: 100%;
	margin-bottom: -150px;
	background-color:#b4977e;
}
a.highlight-right:link, a.highlight-right:visited{
	float:right;
	font-size: 18px;
	color:#7a124b;
	margin: 0 10px 0 0;
}
a:link, a:visited {
    color: #b94e88;
	/*color:#2772B3;*/
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.customPage-title{
	font-family: 'Helvetica', 'Arial', 'sans-serif';
    font-size:48px;
    line-height:60px;
	font-weight: normal;
	color:#7a124b;
	margin: 12px 12px 0 16px;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Georgia, serif;
}
.important {
    font-weight:bold;
}

p, li{
	color: #555555;
}

/* =Header
-------------------------------------------------------------- */

#header {
    background:transparent;
	background-image: url('img/header-bgnd.jpg');
	background-repeat: repeat;
	border-bottom: 6px solid #591f3f;
}
#blog-title {
	font-family: 'Verdana', 'Arial', 'sans-serif';
	font-weight: normal;
    font-size:40px;
    line-height:70px;
    padding:12px 0 25px 2px;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}

#blog-description {
    font-style:italic;
    padding:8px 0 63px 0;
    color:#fff;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    font-size:14px;
	height: 30px;
	background-color:transparent;
    background-image:url('img/nav-bgnd.png');
	background-repeat: repeat;
}
#menu-position{
	position:relative;
	width:960px;
	margin: 0 auto;
}
#menu {
    padding: 0;
	width: 960px;
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
	float: right;
    margin:0;
    list-style:none;
    clear:both;
	border-right:1px solid #7a2955;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
	float:left;
}
#menu a {
	margin-right: -1px;
    display:block;
	text-align: center;
	width: 80px;
    /*float:left;*/
    margin:0 0px 0 0;
    padding: 6px 0px;
    color:#fff;
    border-left:1px solid #7a2955;
    text-decoration:none;
}
#menu a:hover {
	background-image:url('img/nav-overlay.png');
	background-repeat:repeat-x;
	border-left:1px solid #7a2955;
    color:#fff;
}
#menu .current_page_item a {
    /*background:#7f2e59;*/
	background-image:url('img/nav-overlay.png');
	background-repeat:repeat-x;
	border-left:1px solid #7a2955;
	color:#fff;
}
#menu a:focus {
    background-image:url('img/nav-overlay.png');
	background-repeat:repeat-x;
    color:#fff;
}

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

#main {
	width: 970px;
	padding:0;
	margin-top: -38px;
	margin-bottom: 30px;
	height: 100%;
}
#branding{
	width: 960px;
}

#content{
	margin: 0 0 0 3px;
	width: 630px;
	min-height: 263px;
	background: url('img/content-bgnd.gif');
	background-repeat: no-repeat;
}

#container{
	width: 630px;
}

#container.single-column{
	margin: 0;
	width: 950px;
}
#container.single-column #content{
	width: 940px;
	margin: 10px 0 0 10px;
	background: url('img/content-1c-bgnd.gif');
	background-repeat: no-repeat;
}

#container.single-column .entry-content{
	margin: 0 18px 0 18px;
	width: 904px;
}

.left-content{
	margin: 12px 0 0 16px;
	float: left;
	text-align:right;
}

.left-content img{
	margin: 0 0 10px 0;
}

#container.single-column .left-content{
	margin: 0 0 0 16px;
}

.left-content a:link, .left-content a:visited{
	display:block;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.text-column1{
	width: 270px;
	margin: 0 4px 0 16px;
	text-align: justify;
	float: left;
}
.text-column2{
	width: 320px;
	margin: 0 4px 0 16px;
	text-align: justify;
	float: left;
}
#reel{
	margin: 0 auto;
	text-align:center;
	margin-bottom: 24px;
	margin-top: 10px;
}
#contact{
	/*background-color: #f1d3e4;*/
	/*border: 1px solid #f1d3e4;*/
	background-image: url(img/contact-bgnd.png);
	background-repeat: no-repeat;
	width: 400px;
	margin: 15px 0;
	padding: 10px 0 0 0;
	float: left;
}

#contact p{
	display:block;
	height: 25px;
	clear: both;
	margin: 10px 18px;
}

p#your-message-input{
	min-height: 180px;
}

#contact h1#contact-form{
	margin: 5px 18px;
}

#contact p#submit-button{
	margin: 5px 0px 5px 18px;
}

#contact textarea{
	clear:both;
	width: 360px;
	margin: 0 0 10px 0;
}

.form-label{
	display:block;
	padding: 3px 0 0 0;
	float: left;
}

.form-input{
	display:block;
	float:right;
}
.hentry {
    margin:9px 0 0 0;
    padding:44px 1px 56px 1px;
    border-top:1px solid #e0e0e0;
}
.p1 {
    margin:0;
    padding:0 0 0 0;
    border:none;
}
.page-title {
    font-size:48px;
	line-height: 60px;
    font-weight:bold;
	margin: 0 0  0 18px;
    padding:18px 0 4px 0;
}
.page-title span {
    font-size:36px;
    font-weight:normal;
}
.entry-title {
    font-size:24px;
    line-height:26px;
	margin: 16px 0 0 16px;
    padding:8px 0 2px 0;
    font-weight:bold;
    color:#7a124b;
}
.entry-title a:link, .entry-title a:visited {
    text-decoration:none;
	color:#7a124b;
}
.entry-title a:hover{
	color:#b94e88;
}
.entry-meta {
    font-size:11px;
    color:#787878;
	margin: 0 0 14px 18px;
}
.entry-meta a {
    color:#787878;
}
.entry-meta a:hover {
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
    margin:0 0 0px 18px;
	width: 588px;
    overflow:hidden;
}
.entry-content h1, .entry-content h2 {
    font-size:16px;
    font-weight:bold;
    margin:0 0 6px 0;
	color: #555555;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}

.entry-content li{
	margin: 0 0 10px 0;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.entry-content ul.xoxo {
    margin:0 0 18px 0;
    overflow:hidden;
}
.entry-content ul.xoxo ul {
    margin:0 0 0 1.5em;
}
li.content-column, .entry-content li.linkcat {
	float:left;
	list-style:none;
	margin:0 20px 0 0;
}
.entry-content li.linkcat ul.xoxo {
    overflow:visible;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
    color:#787878;
	margin: 18px 0 0 18px;
}
.entry-utility a {
    color:#787878;
}
.entry-utility a:hover {
}
.comments-link a {
    font-weight:bold;
    color:#b94e88;
}

#error404-searchform{
	margin: 0 0 0 18px;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    margin:0 0 0 0;
    padding:18px 0;
    overflow:hidden;
}
#comments h3 {
	color:#7a124b;
    font-weight:bold;
	font-size: 18px;
    letter-spacing:1px;
    margin:0;
    padding:0 20px 0 20px;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 16px 0;
    list-style:none;
}
#comments li {
    border-top:1px dotted #7a124b;
    margin:0 18px 18px 18px;
    padding:17px 16px 0 16px;
    position:relative;
}
#comments a {
}
#comments li.byuser {
 /*   background:#5C9BD1;
    border-color:#3B86C7;*/
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
	border-top:none;
	background-image:url(img/author-comment.jpg);
	background-repeat:no-repeat;
	background-position:top-center;
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:17px;
    left:16px !important;
    left:0px;
}
#comments .fn {
	color:#7a124b;
    font-size:18px;
    padding:0 0 0 58px;
    display:block;
}
#comments .fn a:link, #comments .fn a:visited {
	color:#7a124b;
}
#comments-list .comment-meta {
	color: #555555;
    font-size:10px;
    margin:0 0 18px 0;
    padding:0 0 0 58px
}
#comments-list .comment-meta a {
	color:#555555;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    padding:17px 20px 0 20px;
 /*   width:460px;*/
    margin:0 auto;
}
#respond h3 {
    padding:18px 0 0 0;
	border-bottom:1px dotted #7a124b;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author, #respond #form-section-author .form-input {
    width:220px;
}
#respond #form-section-author input {
    width:100%;
}
#respond #form-section-email, #respond #form-section-email .form-input {
    width:220px;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url, #respond #form-section-url .form-input {
	width:220px;
}
#respond #form-section-url input {
    width:100%;
}
#respond #form-section-comment{
	clear:both;
	width:590px;
}
#respond #form-section-comment input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#B5D1EA;
    position:relative;
    top:4px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
	margin: 0 0 0 28px;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
	margin: 0 0 0 28px;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    margin:0;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

div #primary.aside{
	background-image:url(img/primary-aside-bgnd.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom: 10px;
	min-height: 263px;
}

div #secondary.aside{
	padding: 10px 0 0 0;
	background-image:url(img/secondary-aside-bgnd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height: 263px;
}

.aside ul {
    margin:0 16px;
    list-style:none;
}
.aside h3 {
    font-size:14px;
    font-weight:bold;
}
.aside ul ul {
    list-style:circle;
    margin:0 0 18px 1.5em;
}
.aside ul ul ul {
    margin:0 0 0 1.5em;
}
/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside h3 {
	color:#7a124b;
    padding:5px 0 1px 0;
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}

.main-aside{
	width: 315px;
	right: 0;
}

/* =Footer
-------------------------------------------------------------- */
.clearfooter {
   height: 150px;
   clear: both;
}

#footer {
    background:#321b03;
	background-image: url('img/footer-bgnd.gif');
	background-repeat:repeat-x;
	background-position:50.05% 0;
    color:#fff;
	height: 150px;
}

#footer a {
    color:#fff;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
	color: #b4977e;
	text-align: right;
    padding:130px 0 0 0;
    font-size:11px;
}

#siteinfo a:link, #siteinfo a:visited{
	color: #b4977e;
}

/* =PageNavi
-------------------------------------------------------------- */
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
div.wp-caption.alignleft{
	margin: 0 4px 0 0;
}
div.wp-caption.alignright{
	margin: 0 0 0 4px;
}
div.wp-caption{
	padding: 3px 0 0 0;
}

div.wp-caption p{
	margin: 2px 0;
	text-align:center;
}

div.wp-caption img{
	clear:both;
	position:relative;
	margin: 0 auto;
	text-align:center;
}


/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:#transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}

/* =FLEXIBLE BORDERS JS
-----------------------------------------------------------------*/
#main.cbb {
	width: 960px;
	background: #fff;
}

#main.cbb #content{
	margin: 10px 0 0 10px;
}

/* Normal styling */
.cb {margin:0.5em 0; width: 970px;}
	/* Top corners and border */
#main.cb #container.single-column #content{
	margin: 0 2px 0 2px;
}	
	
.bt {
	height:16px;
	margin:0 0 0 18px;
	background:url(img/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:16px;
	background:url(img/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(img/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(img/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(img/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(img/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:0;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}


/*GALLERIA UNSTYLED*/
ul.gallery_unstyled{
	text-align:center;
	list-style:none;
}

/*Wordpress Classes*/

.aligncenter{
	margin:0 auto;
}

div.wp-caption{
	margin-bottom:12px;
}



img.alignleft{
	margin:0 18px 18px 0;
}
