/*  
Theme Name: Women and Girls
Theme URI: 
Version: 0.1
Description: Child of Imbalance Theme
Template: imbalance
Author: WPSHOWER; Chris Antoun; Matt Antoun; Nicholas Skytland
Author URI: 
Copyright: (c) 2010 NASA
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
 */
body {
  background-color: #000;
  background-image: url('images/bg-body.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: 50%;
  line-height:1.6 !important;
}
a:link, a:visited {
  color: #FFF;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
#outer {
  font-family:Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size:12px;
  width:945px;
  margin:0 auto;
}
p {
  margin-bottom:20px !important;
}
blockquote {
  font-style:italic !important;
  margin-left:70px !important;
}
table {border-collapse:separate;border-spacing:0;}
table, td, th {vertical-align:middle;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:red;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:red;}
tfoot {font-style:italic;}
td#next {text-align:right;}
caption {background:none repeat scroll 0 0 #EEEEEE;}
th, td, caption {padding:4px 10px 4px 5px;}
caption, th, td {font-weight:strong;text-align:left;}
/* thumb scroll stuff */
#outer_container{margin:10px auto 0; width:923px; padding:0 10px; border-bottom:1px solid #EEE;}
#thumbScroller{position:relative; margin:auto;}
#thumbScroller{width:923px;}
#thumbScroller, #thumbScroller .container, #thumbScroller .content{height:100px;}
#thumbScroller{overflow:hidden;}
#thumbScroller .container{position:relative; left:0;}
#thumbScroller .content{width:100px; float:left;}
#thumbScroller .content { display: block; }
ul.mcol .content { display: none; }
#thumbScroller .content img:hover { border-color: white; -webkit-transition: border-color 1s ease-in; transition: border-color 1s ease-in; }
#thumbScroller .content img:hover { width: 110px; height: 82px; position: relative; top: -10px; left: -15px; z-index: 10; }
#thumbScroller .content div{padding:10px 5px; height:100%;}
#thumbScroller img{border:5px solid #222;}
#article-container .content img { width: 80px; height: 60px; }
#dfcg-outer-wrapper{
  margin-top: 20px;
}
/* style-my-tooltips stuff */
#s-m-t-tooltip{
  position:fixed; 
  max-width:300px;  
  padding:6px 8px 8px 8px; 
  background:#222; 
  z-index:10; 
  display:inline-block; /*important*/
  /*font*/
  font-family:Verdana, Geneva, sans-serif; 
  font-size:11px; 
  line-height:16px;
  color:#fff; 
  /*css3 rounded corners*/
  -moz-border-radius:5px; 
  -khtml-border-radius:5px; 
  -webkit-border-radius:5px; 
  border-radius:5px;
  border: 1px solid white;
}
#top {
  padding-left: 0px;
  padding-top:27px;
}
#logo {
  height: 70px;
  width: 461px;
}
#logo a {
  display:block;
  height: 70px;
  width: 461px;
}
#menu {
  height: 50px;
  border-bottom:solid 1px #eeeeee;
}
#menu #navicons {
  width:300px;
  height:50px;
  float:right;
}
#menu #navicons li {
  float:right;
}
#menu #navicons a{
  cursor: pointer;
  height:50px;
  line-height:50px;
  padding-left:20px;
/*
  background-image: url(images/top-icons.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
*/
  margin:0 7px;
  text-decoration:none !important;
  font-size:11px;
  display:block;
}
#menu #navicons a:hover {
  background-image: url(images/top-icons-hover.png);
}
#menu #navicons a#subscribe {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left 0px;
  background-image: url(images/feed-icon.png);
  margin-top: 16px;
}
#menu #navicons #subscribe span{
  display: none;
}
#menu #navicons a#twitter {
  background-position: left -19px;
}
#menu #navicons a#facebook {
  background-position: left -58px;
}
#cats {
  padding-left: 10px;
}
#cats li {
  float: left;
  line-height: 50px;
  margin-right: 15px;
}
#cats li a {
  float: left;
  line-height: 50px;
  text-decoration:none !important;
}
#cats li a:hover, #cats li a.active,
#cats li.current_page_item a {
  border-bottom:solid 1px red;
}
#categories, #archives, #search {
  width:945px;
  overflow:hidden;
  padding:0;
  border-bottom:solid 1px #EEEEEE;
}
#categories ul li, #archives ul li {
  font-size:11px;
  float:left;
  width:293px;
  padding:0px;
  line-height:20px;
  height:20px;
}
#categories ul li a, #archives ul li a {
  text-decoration:none !important;
  display:block;
  width:293px;
  height:20px;
  border-top:solid 1px #FFF;
  border-bottom:solid 1px #FFF;
  padding:0 10px;
}
#categories ul li a span, #archives ul li a span {
  float:right;
}
#categories ul li a:hover, #archives ul li a:hover {
  border-top:solid 1px red;
  border-bottom:solid 1px red;
}
#main {
  overflow:hidden;
}
#error {
  font-size:21px;
  font-weight:normal;
  line-height:1.2;
  margin:15px 15px 45px 15px;
}
.li_container {
  padding-top:30px;
}
#categories .li_container, #archives .li_container {
  padding-top:0px;
}
li.article {
  background-color: #181818;
  /*background: #181818 -webkit-gradient(radial, 50% 50%, 100, 50% 50%, 300, from(#181818), to(#444));*/
  background-image: url("images/article-gradient.jpg");
  border: 1px solid #444;
  margin-bottom:15px;
  position:relative;
}
.li_cont1, .li_cont2 {
  margin-right:15px;
}
.mcol2 {
  margin-top:15px;
  margin-bottom:15px;
}
#categories .li_container ul, #archives .li_container ul {
}
.article ul, .article ol {
  margin-bottom:15px;
  list-style:square inside none;
}
.single .article ul, .single .article ol {
  margin-bottom:15px;
  margin-left: 165px;
  list-style:square inside none;
}
.single .article ul ul, .single .article ol ol, .single .article ul ul ul, .single .article ol ol ol{
  margin-bottom:15px;
  margin-left: 30px;
  list-style:square inside none;
}
.article ul {
  list-style:square inside none;
}
.article ul ul, .article ul ul ul {
  margin-left: 15px;
}
.article ol {
  list-style-type: decimal;
}
.article p a, .commentlist p a {
  border-bottom:1px solid #0066B3;
  text-decoration:none;
}
.article p a:hover, .commentlist p a:hover {
  border-bottom: 1px solid;
  text-decoration:none;
  color: #0066B3;
}
li.article .postmetadata {
  display: none;
}
li.article .postmetadata a {
  color: red;
}
li.article h2 {
  font-size:21px;
  line-height:1.2;
  margin-bottom:15px;
  font-weight:normal;
}
li.article h2 a {
  text-decoration:none !important;
  font-weight: bold;
  text-shadow: rgba(256,256,256,0.2) 0px 1px 0px;
  color: black;
}
.preview {
  position:relative;
  padding: 10px;
}
.preview a img {
  width: 283px;
  -webkit-box-shadow: rgba(256,256,256,0.2) 0px 1px 1px;
}
.article-over {
  position:absolute;
  left:0;
  top:0;
  padding:15px;
}
.article .article-over {
  display:none;
}
.article-under h2 {
  background: url("images/bluestock.jpg");
  -webkit-box-shadow: black 0 0 8px;
  padding: 2px 4px;
}
#sidebar ul, #sidebar ol {
  margin-left: 0px;
}
.single #sidebar {
  width:305px;
  padding-left:30px;
  float:right;
  padding-bottom:15px;
  padding-top:15px;
}
.single #sidebar h2 {
  font-size:17px;
  margin-bottom:15px;
  margin-left: 0px;
}
.single #sidebar li {
  padding-bottom:15px;
}
.single #sidebar li li {
  padding:0px;
  border:none;
}
.single #sidebar img {
  margin-bottom:15px;
  filter:alpha(opacity=50);
  opacity: 0.5;
}
#sidebar .article {
  margin:0px;
  padding-bottom:0px !important;
}
#sidebar .article p {
  margin:0;
}
#sidebar .article-over {
  margin:0;
  width:275px;
}
#sidebar .article-over .postmetadata {
  margin:0;
  border-bottom:none;
  padding-left:0px!important;
}
#sidebar .article h2 {
  font-size:21px;
  font-weight:normal;
  line-height:1.2;
  margin-bottom:15px;
}
#sidebar #recent-posts li a {
  text-decoration:none !important;
  border-bottom:1px solid red;
  text-decoration:none; 
}
#sidebar #recent-posts li, #sidebar #get-recent-comments li {
  margin-bottom:10px;
}
#sidebar li li {
  padding:0px;
  border:none;
}
#sidebar .post-date {
  font-size:11px;
  color:#555;
}
#sidebar #get-recent-comments a {
  text-decoration:none !important;
  font-weight:bold;
  border-bottom:1px solid red;
  text-decoration:none;
}
h1 {
  font-size:23px;
  font-weight:normal;
  margin-top:15px;
  margin-bottom: -15px;
}
.single h1 {
  font-size:23px;
  font-weight:normal;
  margin: 0 0 15px;
  background: #181818;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.single .article h2, .single .article h3, .single .article h4, .single .article h5, .single .article h6 {
  clear: both; 
}
.single .article h2, .infostyle h2 {
  font-size: 20px;
  font-weight: bold !important;
  padding: 2px 4px !important;
  margin-bottom: 20px;
  clear: both !important;
  -webkit-box-shadow: black 0px 0px 8px;
  color: black;
  text-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px;
  background: url("images/bluestock.jpg");
}
.single .article h3 {
  font-size: 17px;
  font-weight: normal;
  padding-bottom: 11px;
  clear: both;
}
.page h2, .page h3, .page h4, .page h5, .page h6 {
  clear: right;
}
.page h2 {
  font-size: 20px;
  padding-bottom:15px;
}
.page h3 {
  font-size: 17px;
  padding-bottom:15px
}
#fancy .article, .infostyle .article {
  overflow: auto;
  padding: 0px 10px 10px !important;
}
.infostyle img.banner {
  margin: 0 0 20px;
}
.single .article {
  overflow: auto;
  padding: 0px 10px 10px;
}
.article .left-col {
  float: left;
  width: 640px;
}
.article .right-col {
  color: #CCC;
  float: right;
  width: 260px;
  text-align: left;
}
.left-col iframe {
  margin-bottom: 20px; 
  border: 1px solid #444;
}
.left-col .essay {
  -webkit-box-shadow: black 0px 0px 8px;
  background: #EEE;
  border: 1px solid gray;
  color: black;
  font-size: 14px;
  padding: 28px;
}
.left-col .essay a {
  color: #0066B3;
}
.right-col img {
  border: 1px solid #666;
  margin-bottom: 20px;
}
.right-col .profile-imgs img {
  border: 1px solid black;
  width: 100px;
  height: 75px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.single .article p {
  margin-bottom:15px;
}
.article h5 {
  float:left;
  width:145px;
  font-size:11px;
  color:#555555;
  font-weight:normal;
}
.single .postmetadata {
  float:left;
  width:140px;
  margin-top:5px;
  font-size:11px;
  color:#555;
  clear:both;
}
.single .postmetadata a {
  color:red !important;
  text-decoration:none !important;
}
.single .article .postmetadata {
  width:auto;
  padding-left: 160px; 
  float:none;
  padding-bottom:15px;
}
.page h1 {
  font-size:23px;
  font-weight:normal;
  margin: 0 0 15px;
  background: #181818;
  border-bottom: 1px solid #333;
  padding: 10px;
  text-shadow: rgba(255, 255, 255, 0.398438) 0px 0px 10px; 
}
.page .article {
  overflow: auto;
  padding: 0px 20px 20px;
  text-align: justify;
}
#about .article {
  overflow: auto;
  padding: 0px 20px 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;
  text-align: justify;
}
.page #main {
  clear:both;
  background: #181818;
  /*background: white -webkit-gradient(radial, 50% 50%, 100, 50% 50%, 1000, from(#181818), to(#444));*/
  background-image: url("images/main-gradient.jpg");
  border: 1px solid #444;
  margin: 20px 0px;
}
.search h1, .error404 #error, .archive h1 {
  background: #181818;
  border: 1px solid #444;
  margin: 20px 0px 0px;
  padding: 10px;
  text-shadow: rgba(255, 255, 255, 0.398438) 0px 0px 10px;
}
#searchform #s {
  border:0;
  padding:18px 10px 16px;
  font-size:23px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  color:#555555;
  border:solid 1px #EEE;
  margin:15px 0;
  width:923px;

}
#searchform #s:focus, #searchform #s:hover {
  border:solid 1px red;
}
#searchform #searchsubmit {
  border:0;
  background-color:#eee;
  height:40px;
  line-height:40px;
  padding:0 10px;
  cursor:pointer;
}
#searchform #searchsubmit:hover {
  background-color:red;
  color:#FFF;
}
#comments {
  margin-left: 160px;
  margin-right: 160px;
  clear: both;
}
#comments h3 {
  font-size:16px;
}
li.comment {
  border:solid 1px #eeeeee;
  margin:15px 0;
  padding:10px;
  overflow:hidden;
  word-wrap:break-word;
}
.avatar {
  float:left;
  width: 55px;
  height: 55px;
  padding-right: 10px;
}
.comment-body em {
  font-style: italic;
  font-weight: bold;
}
.comment-author {
  font-size:11px;
  color:#555555;
  margin-bottom:5px;
}
.comment-author a {
  color:red !important;
  text-decoration:none;
}
.comment p {
  margin-left:65px;
  padding-top: 5px;
  padding-right: 5px;
}
#commentform {
  margin-top:15px;
}
#respond {
  padding-bottom:15px;
}
#respond textarea {
  border:solid 1px #eeeeee;
  width:326px;
  padding:5px 10px;
  margin-top:15px;
  margin-bottom:15px;
}
.login {
  float:right;
  font-size:11px;
}
.login a {
  color:red !important;
  text-decoration:none;
}
#author, #email, #url {
  float:left;
  padding:18px 10px 16px;
  width:90px;
  border:solid 1px #eeeeee;
}
#author:focus, #email:focus, #url:focus, #respond textarea:focus {
  border:solid 1px red;
}
#author, #email {
  margin-right:6px;
}
#submit {
  border:0;
  background-color:#eee;
  height:40px;
  line-height:40px;
  padding:0 10px;
  cursor:pointer;
}
#submit:hover {
  background-color:red;
  color:#FFF;
}
#nav {
  height:49px;
  margin-top:-1px;
}
#nav #navright a {
  line-height: 49px;
  float: right;
  padding:0 10px;
  text-decoration:none !important;
  color:#000 !important;
}
#nav #navleft a {
  line-height: 49px;
  float: left;
  padding:0 10px;
  text-decoration:none !important;
  color:#000 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
  line-height:25px;
  padding:5px 7px;
  margin-right:3px;
}
.wp-pagenavi .current {
  border-bottom:solid 1px red;
}
.wp-pagenavi a {
  color:#555;
  text-decoration:none !important;
}
.wp-pagenavi a:hover {
  color:#555;
  border-bottom:solid 1px red;
}
.nextpostslink, .previouspostslink {
  display:none;
}
#footer {
  height: 75px;
  padding: 15px 0px 10px 0px;
  margin: 10px 0px 20px 0px;
  border-top:solid 1px #eeeeee;
  clear: both;
  line-height: 1.4;
}
#footer a:link, #footer a:visited {
  text-decoration:none;
}
#footer #copyright {
  width: 350px;
  float:left;
}
#footer #credits {
  float:right;
  text-align: right;
  padding-left: 10px;
}
#copyright img {
  float:left;
  padding: 0px 20px 10px 0px;
}
/* WP image classes */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
  margin-bottom: 1em;
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
  font-style: italic;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.gallery {
  clear: none!important;
  float: right;
}
.gallery img {
  border: 0px!important;
}
.entry {
  clear:both;
  background: #181818;
  /*background: white -webkit-gradient(radial, 50% 50%, 100, 50% 50%, 1000, from(#181818), to(#444));*/
  background-image: url("images/main-gradient.jpg");
  border: 1px solid #444;
  margin: 20px 0px;
}
.entry h1 { text-shadow: rgba(255, 255, 255, 0.398438) 0px 0px 10px; }
.photogalleria {
  width: 490px;
}
div.photogalleria > ul.gallery_list {
  margin-left: 75px;
}
.page .article .photogalleria {
  width:100%!important;
}
#twitter_update_list a {
  color:red;
  text-decoration:none;
  display: inline;
}
#twitter_update_list li {
  margin-bottom: 25px;
}
li#twitter.widget {
  padding-bottom:30px;
}
.follow {
  margin-bottom: 25px;
  clear: both;
}
.follow a {
  background:url("images/larry-shadowed-big.png") no-repeat 6px 3px #fff;
  border: 1px solid red;
  color: red;
  text-decoration:none; 
  margin-top: 15px;
  font-weight: bold;
  font-size: 12px;
  padding: 10px;
  padding-left: 50px;
}
.follow a:hover {
  background-color:red;
  border: 1px solid red;  
  color: #fff;
}
.attachment img {
  display: block;
  margin: 0 auto;
}
#nav-below .nav-previous {
  display: block;
  float: left;
  margin-left:160px;
}
#nav-below .nav-next {
  display: block;
  float: right;
}
.attachment #comments {
  clear: both;
}
.attachment #respond {
  margin-top: 15px;
}
li.article .article-under {
  padding: 10px;
  color: #FFF;
}
li.article.featured span.featured-year {
  color: red;
  display: block;
  font-weight: bold;
  text-align: right;
}
body {
  border-top: 5px solid #0066B3;
}
/* alternate list view */
ul.mcol-alt li.article {
  background-color: #181818;
  /*background: #181818 -webkit-gradient(radial, 50% 50%, 100, 50% 50%, 1000, from(#181818), to(#444));*/
  background-image: none;
  border: 1px solid #444;
  margin-bottom:15px;
  position:relative;
}
ul.mcol-alt li.article .postmetadata {
  display: block;
  color: red;
  float: left;
  font-size:14px;
  height: 100%;
  margin-bottom:10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 130px; /* size for IE6 */
}
html>body ul.mcol-alt li.article .postmetadata {
  width: 140px; /* size for everyone else */
}
ul.mcol-alt li.article .preview {
  float: left;
  position:relative;
  padding: 10px;
}
ul.mcol-alt li.article .article-under h2 {
  float: left;
  width: 450px;
  background: url("images/bluestock.jpg");
  -webkit-box-shadow: black 0 0 8px;
  padding: 2px 4px;
}
ul.mcol-alt li.article .article-under {
  height: 188px;
  padding: 10px;
  color: #FFF;
}
ul.mcol-alt {
  width: 100% !important;
}
ul.mcol-alt li.article .article-under p {
  overflow: hidden;
  float: left;
  height: 98px;
  width: 450px;
}
ul.mcol-alt li.article .postmetadata a {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}  
ul.mcol-alt li.article .preview a img {
  width: 283px;
  height: 188px;
  -webkit-box-shadow: rgba(256,256,256,0.2) 0px 1px 1px;
}
div.view-toggle {
  width: 100%;
  height: 14px;
}
#mode {
  cursor: pointer;
  display: block; 
  width: 37px;
  height: 14px;
  background: url("images/mode.png") 0 0 no-repeat;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
}
.flip {
  background-position: 0 100% !important;
}
/* end alternate list view classes */
#close_slideshow {
  background: url("images/stop.gif");
  clear: right;
  cursor: pointer;
  display: block; 
  float: right;
  margin-top: 15px;
  width: 14px;
  height: 14px;
}
/* twitter-share-button anchor gets converted to iframe */
a.twitter-share-button, a.twitter-follow-button { display: none; }
iframe.twitter-share-button, iframe.twitter-follow-button {
	float: right;
	padding-top: 16px;
  padding-right: 10px;
}
div.fb-like {
	float: right;
	padding-top: 16px;
}
td.connect_widget_button_count_excluding { display: none !important; }
div.post-title { float: left; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

div.year-archive {
  float: right;
  font-size: 2em;
}
a.year-archive-link {
  text-decoration: underline;
}
a:hover {
  -moz-transition: .4s color linear;
  -webkit-transition: .4s color linear;
  transition: .4s color linear;
  color: red;
}

