/*   
Theme Name: Just a Girl 2
Description: 3 columns, black, blue and white, 100 percent width
Author: Sylvia (and a mess of other people).
Author URI: http://www.intrigue.co.uk/
 */

body {
    margin:0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #B8B7B9;
    background-color: #d4cc9c;
}

img {
    border-color: #000000;
    border-width: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
}

#container {
    position : relative;
}

.sidebar blockquote {
    margin : 0px;
}

.sidebar blockquote:before {
    content : "“";
    font-weight : bold;
}

.sidebar blockquote:after {
    content : "”";
    font-weight : bold;
}

.post-content p {
    margin-bottom : 0.5ex;
    margin-top : 1ex;
}

.post-content blockquote {
    border-width: 1px 1px 1px 5px;
    border-color: #377FCC;
    border-style: dotted dotted dotted solid;
    background-color: #DDE0E3;
    padding: 0em 1em;
}

.post-content blockquote img {
    float : right;
    margin: -14px -1em 2px 12px;
}

code {
    font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
    font-size: 12px;
    background: #ccc;
    border: solid 1px #aaa;
}

.aligncenter {
    margin-right : auto;
    margin-left : auto;
    display : block;
    text-align : center;
}

.wp-caption-text {
    text-align : center;
    font-style : oblique;
}


.comment-text pre {
    margin:0px 30px;
}

pre code, pre pre {
    border: 0;
}




h1 {
    margin:0px;
    padding:0px;
    font-size:34pt;
}


.post-title, h3#respond, h3#comments {
    color: #00528F;
    font-size: 18px;
    font-weight: bold;
    padding:5px;
    text-align: center;
    border-bottom: 1px;

}

.post-title a {
    color:#000000;
}

.post-time, .post-author {
    font-size:8pt;
    color:#003366;
    background-color: #FFFFFF;
}

.post-content, .comment-content {
    font-size:10pt;
}

.post-content img {
    border : none;
}

.post-content img.alignleft {
    margin : 0px 1ex 0px 0px;
}

.post-content img.alignright {
    margin : 0px 0px 0px 1ex;
}

.post-metadata {
    font-size: 8pt;
    color: #003366;
    background-color: #FFFFFF;
    padding-left: 3em;
    width: 100%;
    clear: both; 
}

.clear {
    clear : both;
}

.alignleft {
   text-align: left;
   float: left;
}

.alignright {
   text-align: right;
   float : right;
}



/* Comments Styles */
.comment-header {
    border: 0px;
    padding: 5px 10px;
    border: 1px solid #000;
    background-color: #D8DDE2;
}

.comment-num {
    float: right;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
    font-style: italic;
    color: #377FCC;
}

.comment-text {
    padding:0px 10px;
    border: 1px solid #000;
    background-color: #fff;
}

.comment-list .odd-comment, .even-comment {
    font-size:12px;
    margin-bottom:15px;
    }

    .comment-list {
	font-size:12px;
	padding:0px;
	margin:0px;
}

.comment-date {
    font-size:7pt;
    color:#999999;
}

/* Image Styles */
.header {
    border : none;
    padding : 0px;
    margin : 0px;
    width : 100%;
    height : 200px;
    background-image : url(images/fear-middle.png);
    background-position : top left;
    background-repeat : repeat-x;
}

.header img {
    border: 0px;
    margin : 0px;
    position : relative;
}

#left-header {
    position : absolute;
    top : 0px;
    left : 0px;
}

#left-header img {
    z-index : 10;
}

#right-header {
    position : absolute;
    top : 0px;
    right : 0px;
}

/* Single post */
.single-post-metadata {
    color: #003366;
    background-color: #fff;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    font-size: 7pt;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    padding: .05em;
    clear: both;
}

/* Sidebars */

.left-sidebar, .right-sidebar {
    font-size: 11px;
    top: 201px;
    position: absolute;
}


.left-sidebar {
    left: 0px;
    width: 180px;
}

.right-sidebar {
    right: 4px;
    width: 150px;
    text-align: center;
}

dd {
    margin-left: 3ex;
}

.left-sidebar {
    overflow : hidden;
}

a.aktt_tweet_time {
    font-size : smaller !important;
    text-decoration : none !important;
}

/* Widgets */

.center-widget-title, .center-widget-plain, .center-widget {
    color: #000;
    border-color: #C5C4BC;
    border-top : 1px solid;
    border-bottom : 1px solid;
    border-left : 2px groove;
    border-right : 2px groove;
    margin-left: 183px;
    margin-right: 158px;
}

.center-widget-title {
    background-color: #fff;
    border-top-color: black;
    border-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
    padding:5px;
}

.center-widget {
    background-color: #fff;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: justify;
    padding: 0px 1em 1em 1em;
    overflow: hidden;
}

.center-widget-plain {
    border-width: 0px;
    font-size: 10px;
    text-align: right;
    height: 12px;
}

.flickr-photos img {
    display : block;
    margin-left : auto;
    margin-right : auto;
}


/********************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/********************************************/

.left-widget ul, .right-widget ul {
    list-style-type: none;
    padding-left: 7px;
    margin-top: 0px;
    margin-left: 0px;

}

.right-widget li, .left-widget li {
    padding-top: 5px;
}



.left-widget-title, .right-widget-title {
    color: #00528F;
    color: #585347;
    /*	background-color: #DDEAF4; */
    font-size: 16px;
    font-weight: bold;
    padding:0px 5px;
    width:138px;
    text-align: left;
}

.right-widget, .left-widget {
    color: black;
    /*	background-color: #DDEAF4; */
    padding: 5px;
    width: 138px;
    margin-bottom: 5px;
    text-align: left;
}
/*
.right-widget {
    position:relative;
    left: -2ex;
 }
*/
.right-widget a:link, .left-widget a:link {
    color: #00497F;
    color : #23434e;
    text-decoration: underline;
}

.right-widget a:visited, .left-widget a:visited {
    color: #005B9F;
    color : #23434e;
    text-decoration: underline;
}

.right-widget a:hover, .left-widget a:hover {
    color: #000000;
    text-decoration: underline;
}

.left-widget-title, .left-widget-title a,
.right-widget-title, .right-widget-title a {
    color: #585347;
}

#home {
    text-decoration: none;
    margin-bottom: 2em;
    color: #00528F;
}

#home:hover {
    text-decoration: underline;
}

/* Search */
#searchform { 
    margin: 0px; 
    padding: 0px; 
}
#searchform input { 
    border: 1px solid #377FCC; 
    font-size: 10px; 
    margin: 0px; 
    padding: 0px; 
}
#searchform input#s { 
    font-size: 11px; 
    width: 72%; 
}

/* Page nav */
.bottom-page-nav, .top-page-nav {
    color:#003366;
    text-align:center;
    background-color:#FFFFFF;
}

.permitted-tags {
    font-size:7pt;
    color:#999999;
    background-color:#FFFFFF;
    width:300px;
}

textarea#comment {
    width:400px;
}

a:link, a:visited {
    color: #377FCC;
    font-weight: bold;
}

a:hover {
    color:#00497F;
    text-decoration:underline;
}

a.post-title, a.blog-name {
    text-decoration: none;
}

.google-ads {
    text-align:center;
}

.facebook iframe {
    height : 40px;
    margin-bottom : 6px;
}

/* Begin Top Menu */

#navcontainer {
    font: normal normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
    position: relative;
    top: 5px;
    margin-top: 20px;
}
#navlist {
    list-style: 			none outside none;
    margin: 				0;
    padding: 				0;
}
@media all {
    #navlist {
	text-align: center
}  
}
#navlist li {
    bottom: 				11px;
    display: 				inline;
    line-height: 			1.2em;
    margin: 				0;
    padding: 				0;
    position: 				relative;
}
html>body #navlist li {
    background: 			#000;
    margin: 				0 3px 0 0;
    padding: 				4px 0px 4px 0;
}
#navlist a, #navlist a:link, #navlist a:visited {
    background: 			#377FCC;
    border: 				1px solid #fff;
    bottom: 				2px;
    color: 					#fff;
    cursor: 				pointer;
    display: 				inline;
    height: 				1em;
    margin: 				0;
    padding: 				3px 5px 3px 5px;
    position: 				relative;
    right: 					2px;
    text-decoration:		none;
}
#navlist a:hover {
    background: 			#000;
    bottom: 				1px;
    color: 					#fff;
    position: 				relative;
    right: 					1px;
}
#navlist a:active {
    background: 			#000;
    bottom: 				1px;
    color: 					#fff;
    position: 				relative;
    right: 					0;
}
#navlist li#active {
    background: 			#000;
    bottom: 				11px;
    display: 				inline;
    margin: 				0 3px 0 0;
    padding: 				0;
    position: 				relative;
}
html>body #navlist li#active {
    background: 			#000;
    margin: 				0 4px 0 4px;
}
#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
    background: 			#000;
    border-bottom: 			none;
    border-left: 			1px solid #9cc;
    border-right: 			1px solid #9cc;
    border-top: 			1px solid #9cc;
    bottom: 				0;
    color: 					#fff;
    cursor: 				text;
    margin: 				0;
    padding: 				2px 5px 0 5px;
    position: 				relative;
    right: 					0;
}

/* End Top Menu */

/* Styles for use in posts: */

table.wide {
    width : 100%;
}

tr.c1 td {
    background-color: #eae4e5; color: black;
}
tr.c2 td {
    background-color: #eff2ec; color: black;
}
tr.c3 td {
    background-color: #e1dcd3; color: black;
}
tr.c4 td {
    background-color: #c6c8c6; color: black;
}
tr.c5 td {
    background-color: #d9deeb; color: black;
}

.smallcaption {
    width : 640px;
    margin : 0px auto 2px;
    background-color: #DDE0E3;
    padding : 2px 2ex;
    box-sizing : border-box;
    text-align : justify;
    font-weight : lighter;
    font-size : smaller;
}

