/*   
Theme Name: Dark Art
Theme URI: www.thebookish.info
Description: Grunge Dark Free theme
Author: Sameh Khalil
Author URI: www.thebookish.info
Version: 1
Tags: Fixed width, Widget ready, three columns
.
This work is under Creative Commons Attribution-Share Alike 3.0 License.
http://creativecommons.org/licenses/by-sa/3.0/
.
*/
/*************** General rules *************************************/
* {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, ul {
margin: 1em 0;
}
img {
border: 0;
}
a:link {
color: #f2f2f2;
text-decoration: underline;
}
a:visited {
color: #f2f2f2;
}
a:hover {
text-decoration: none;
color: #ffffff;
}
.clear {
clear:both;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix {display:block;}
/* End hide from IE-mac */
body {
font: 62.5%/1.6 "Trebuchet MS", Tahoma, Verdana, sans-serif;
background: url(images/bg.jpg) no-repeat top left #3c4243;
background-attachment: fixed;
text-align: center;
}
#mainWrapper {
width: 960px;
text-align: left;
margin: 10px auto 0px auto;
padding: 0px;
}
#header {
width: 960px;
background: url(images/header_bg.png) repeat-x top left;
height: 52px;
position: relative;
margin: 0px auto;
}
#logo {
position: absolute;
top: 5px;
left: 20px;
font-size: 26px;
font-family: Cambria, "Chaparral Pro", Georgia, "Times New Roman", serif;
color: #1f2528;
margin: 0px;
font-weight: normal;
background: none;
}
#logo a:link, #logo a:visited {
color: #1f2528;
text-decoration: none;
}
#logo a:hover {
color: #373d3d;
}
ul#navBar {
list-style-type: none;
padding: 0px;
margin: 0px;
height: 52px;
float: right;
}
ul#navBar li {
display: block;
padding: 0px;
float: left;
height: 52px;
width: auto;
margin: 0px 0px;
}
ul#navBar li a:link, ul#navBar li a:visited {
display: block;
float: left;
width: auto;
height: 35px;
padding: 17px 10px 0px 10px;
margin: 0px;
color: #373d3d;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 16px;
font-weight: normal;
text-decoration: none;
}
ul#navBar li a:hover {
display: block;
text-decoration: none;
background: url(images/nav_hover.png) repeat-x top left;
color: #eeeeee;
}
#container {
padding: 0px;
margin: 0px;
width: 960px;
position: relative;
text-align: left;
background: url(images/main_bg.png) repeat-y top left;
}
#content {
width: 460px;
padding: 10px 20px;
margin: 0px;
float: left;
font-size: 14px;
text-align: left;
text-align: justify;
color: #fff;
}
#adBar {
width: 160px;
margin: 0px;
margin-left: 500px;
padding: 20px 0px 0px 0px;
font-size: 14px;
text-align: center;
}
#adBar img.adImage {
width: 125px;
margin: 0px auto 5px auto;
}
#secBar {
float: right;
width: 280px;
margin: 0px;
padding: 0px;
font-size: 14px;
position: relative;
text-align: left;
text-align: justify;
}
#searchForm {
display: block;
margin: 10px 20px;
width: 230px;
padding: 5px;
height: 25px;
text-align: left;
list-style-type: none;
background: #636363;
position: relative;
}
#searchForm input#s {
background: #fff;
width: 146px;
height: 21px;
padding: 2px;
margin: 0px;
color: #666666;
font-size: 14px;
border: none;	
position: absolute;
top: 5px;
left: 5px;
}
#searchForm input#searchsubmit {
margin: 0px;
padding: 0px;
background: url(images/button.png) repeat-x top left #171717;
width: 75px;
height: 25px;
border: 2px solid #848484;
text-align: center;
cursor: pointer;
font-size: 13px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #f7f7f7;
position: absolute;
top: 5px;
left: 160px;
}
label.hidden {
display: none;
}
h4#rss {
width: 32px;
height: 32px;
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif;
background: url(images/rss.png) no-repeat top left;
text-indent: -9999px;
position: absolute;
top: 1px;
right: -15px;
}
h4#rss a:link, h4#rss a:visited {
display: block;
width: 32px;
height: 32px;
color: #fff;
font-size: 12px;
text-decoration: underline;
}
h4#rss a:hover {
color: #fff;
text-decoration: none;
}
#footer {
width: 960px;
background: url(images/footer_bg.png) repeat top left;
margin: 0px auto;
clear: both;
padding: 10px 0px 0px 0px;
text-align: center;
border-top: 30px solid #1f1f1f;
}
#footer .copyrights {
width: 920px;
padding: 7px 20px 7px 20px;
margin: 0px auto;
background: #1f1f1f;
clear: both;
}
#footer .copyrights p {
font-family: Arial, Helvetica, sans-serif;
color: #858585;
font-size: 12px;
font-weight: normal;
text-align: center;
}
#footer .copyrights a:link, #footer .copyrights a:visited {
color: #c9c9c9;
font-weight: normal;
text-decoration: underline;
}
#footer .copyrights a:hover {
color: #f5f5f5;
text-decoration: none;
}
#footer div.recentPosts {
float: left;
margin: 0px 10px;
font-size: 14px;
width: 450px;
padding: 0px;
color: #fff;
}
#footer div.recentComments {
float: right;
margin: 0px 10px;
font-size: 14px;
width: 450px;
padding: 0px;
color: #fff;
}
#footer h4 {
font-size: 18px;
font-weight: normal;
font-family: Cambria, Georgia, "Times New Roman", Times, serif;
color: #b7b7b7;
text-align: left;
margin: 5px 0px 5px 0px;
padding: 0px 0px 0px 5px;
background: url(images/main_sep.png) repeat-x bottom left;
}
#footer ul {
text-align: left;
list-style-type: none;
width: 445px;
margin: 0px 0px 30px 5px;
padding: 0px;
}
#footer ul li {
margin: 0px;
padding: 0px;
padding-left: 9px;
background: url(images/bullet.png) no-repeat center left;
}
#footer ul li a:link, #footer ul li a:visited {
text-decoration: none;
display: block;
font-size: 14px;
color: #a0a0a0;
width: 475px;
padding: 0px 5px;
}
#footer ul li a:hover {
color: #ebebeb;
text-decoration: none;
}
#footer a span {
color: #ebebeb;
}
/**************** Post styles **************************************/
.post {
width: 460px;
padding: 0px;
margin: 0px 0px 25px 0px;
}
h2.headline {
background: url(images/main_sep.png) repeat-x bottom left;
padding: 0px 0px 0px 5px;
color: #b7b7b7;
margin: 0px 0px 5px 0px;
font-size: 20px;
font-weight: normal;
font-family: Cambria, "Chaparral Pro", Georgia, "Times New Roman", serif;
}
h2.headline a:link, h2.headline a:visited {
padding: 0px;
margin: 0px;
color: #b7b7b7;
text-decoration: none;
}
h2.headline a:hover {
color: #f0f0f0;
text-decoration: none;
}
.entry {
clear: both;
color: #e2e2e2;
font-size: 14px;
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.entry p {
margin: 1em 0em;
}
h4.date, h4.commentnum {
font-weight: normal;
color: #a5a5a5;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
}
h4.date {
margin: 0px;
padding: 0px 0px 0px 5px;
display: block;
text-align: left;
}
h4.commentnum {
float: right;
margin: 0px;
padding: 0px 5px 0px 0px;
display: block;
text-align: left;
}
h4.commentnum a:link, h4.commentnum a:visited {
color: #cdcdcd;
text-decoration: none;
}
h4.commentnum a:hover {
color: #f0f0f0;
text-decoration: underline;
border: none;
}
.post h3 {
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin: 0px;
}
blockquote {
color: #c2c2c2; 
margin: 2px; 
padding: 3px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background: url(images/quote.png) no-repeat top right;
}
p {
margin-bottom: 0px;
line-height: 1.4em;
}
p a {
text-decoration: underline;
}
p a:hover {
text-decoration: none;
}
p.center {
text-align: center;
}
.small {
font-size: 10px;
}
code {
font: 12px 'Courier New', Courier, Fixed;
}
h1 {
font-size: 16px;
text-align: left;
font-weight: normal;
margin-bottom: 8px;
padding: 0px;
color: #b7b7b7;
font-family: Cambria, "Chaparral Pro", Georgia, "Times New Roman", serif;
}
h1.title, h2.pagetitle {
font-size: 18px;
font-weight: normal;
margin: 0px;
padding: 0px;
color: #b7b7b7;
font-family: Cambria, "Chaparral Pro", Georgia, "Times New Roman", serif;
}
h4 {
margin: -5px 0 10px 0;
padding: 0;
font-weight: normal;
font-size: 10px;
color: #666666;
}
/***** LISTS FORMATTING *****/
.post ul {
margin: 5px 0px 5px 20px;
padding: 0px 0px 0px 0px;
list-style-type: none;
} 
.post ul li {
margin: 5px 0px 5px 10px;
background: url(images/bullet.png) no-repeat left center;
padding-left: 9px;
}
.post ol {
margin: 5px 0px 5px 20px;
padding: 0px 0px 0px 0px;
}
.post ol li {
margin: 5px 0px 5px 10px;
padding: 0px;
}
/***** SIDEBAR FORMATTING *****/
#secBar h2 {
margin: 0px;
text-align: left;
padding: 6px 0px 0px 5px;
width: 275px;
height: 34px;
font-size: 18px;
font-family: Cambria, "Chaparral Pro", Georgia, "Times New Roman", serif;
color: #b7b7b7;
background: #1f1f1f;
font-weight: normal;
}
#secBar a:link, #secBar a:visited {
font-size: 14px;
text-decoration: underline;
font-family: verdana;
font-weight: normal;
}
#secBar a:hover {
background: none;
text-decoration: underline;
}
/***** SIDEBAR LISTS FORMATTING *****/
#secBar ul, #secBar ol { 
width: 280px;
background: none;
padding: 0px;
margin: 0px;
list-style-type: none;
font-size: 14px;
text-align: center;
}
#secBar ul li {
width: 280px;
margin: 0px auto 15px auto;
padding: 0px;
text-align: left;
text-align: center;
list-style-type: none;
}
#secBar ul li ul, #secBar ul li ol, #secBar ol li ul, #secBar ol li ol {
margin: 0px;
width: 260px;
padding: 10px;
text-align: left;
list-style-type: none;
}
#secBar ul li ul li {
background: url(images/bullet.png) no-repeat left center;
border: none;
display: block;
width: 250px;
padding: 1px 1px 1px 9px;
margin: 0px;
text-align: left;
color: #858585;
list-style-type: none;
}
#secBar ul li ul li a:link, #secBar ul li ul li a:visited {
margin: 2px 0px;
color: #b7b7b7;
padding: 0px;
font-size: 14px;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
text-align: left;
text-decoration: none;
font-weight: normal;
}
#secBar ul li ul li a:hover {
color: #858585;
text-decoration: none;
}
/***** IMAGE FORMATTING *****/
.entry img {
border: 1px solid #2e2f30;
margin: 5px 3px;
}
.entry a:link img, .entry a:visited img {
border: 3px solid #2e2f30;
padding: 0px;
}
.entry a:hover img {
border: 3px solid #414547;
}
img.post {
padding: 0px;
border: 1px solid #2e2f30;
margin: 10px;
float: right;
}
img.center {
margin-left: auto;
margin-right: auto;
padding: 0px;
border: 1px solid #2e2f30;
}
img.alignright {
padding: 0px;
border: 1px solid #2e2f30;
margin: 5px;
float: right;
display: inline;
}
img.alignleft {
float: left;
padding: 0px;
border: 1px solid #2e2f30;
margin: 5px;
display: inline;
}
/***** MISCELLANEOUS FORMATTING *****/
.alignright {
float: right;
}
.alignleft {
float: left
}	
.navigation, .navigationc {
text-align: center;
display: block;
width: 440px;
font-size: 14px;
border: none;
margin: 10px 4px;
font-family: Cambria, "Chaparral Pro", Georgia, "Times New Roman", serif;
}
.navigation .alignleft a:link, .navigation .alignleft a:visited {
padding: 0px;
font-size: 18px;
background: url(images/previous.png) no-repeat center left;
text-decoration: none;
color: #b7b7b7;
padding-left: 9px;
display: block;
}
.navigation .alignright a:link, .navigation .alignright a:visited {
padding: 0px;
font-size: 18px;
background: url(images/bullet.png) no-repeat center right;
text-decoration: none;
color: #b7b7b7;
display: block;
padding-right: 9px;
}
.navigation .alignright a:hover {
background: url(images/bullet.png) no-repeat center right;
color: #414547;
}
.navigation .alignleft a:hover {
background: url(images/previous.png) no-repeat center left;
color: #414547;
}
.postspermonth {
margin: 5px 0 10px 0;
list-style: none;
padding-left: 25px;
}
.postmetadata {
margin: 0px;
width: 440px;
padding: 5px;
border: 2px solid #2e2f30;
font-size: 12px;
font-family: Arial, sans-serif;
color: #666666;
}
/***** COMMENTS FORMATTING *****/
h3#comments, h3#respond {
width: 440px;
clear: both;
font-size: 16px;
background: url(images/main_sep.png) repeat-x bottom left;
padding: 0px 0px 0px 5px;
color: #b7b7b7;
font-family: Cambria, "Chaparral Pro", Georgia, "Times New Roman", serif;
}
#commentform input {
background: #fff;
width: 192px;
height: 19px;
padding: 2px;
margin: 5px 5px 1px 0px;
color: #666666;
font-size: 14px;
border: 2px solid #636363;
}
#commentform textarea {
background: #fff;
width: 296px;
height: 196px;
color: #666666;
padding: 2px;
border: 2px solid #636363;
}
#commentform #submit {
background: url(images/button.png) repeat-x top left #171717;
width: 75px;
height: 27px;
border: 2px solid #848484;
text-align: center;
cursor: pointer;
font-size: 13px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #f7f7f7;
}
#commentform p {
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
margin: 5px 0;
}
#commentform label {
font-size: 14px;
font-weight: normal;
color: #b7b7b7;
}
.commentlist {
list-style-type: none;
}
.commentlist li {
font-size: 14px;
font-weight: normal;
color: #666666;
width: 420px;
padding: 10px;
margin: 5px auto;
position: relative;
background: #2e2f30;
border-bottom: 3px solid #414547;
}
.commentlist li.depth-2, .commentlist li.depth-3, .commentlist li.depth-4, .commentlist li.depth-5 {
width: 94%;
background: none;
border: none;
list-style-type: none;
margin: 0px auto;
}
.commentlist cite {
display: block;
color: #bababa;
font-family: Cambria, "Chaparral Pro", Georgia, "Times New Roman", serif;
margin-left: 70px;
font-style: normal;
}
.commentlist cite a:link, .commentlist cite a:visited {
font-weight: bold;
font-style: normal;
font-size: 14px;
color: #bababa;
text-decoration: underline;
}
.commentlist cite a:hover {
color: #e3e3e3;
text-decoration: none;
}
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
margin: 5px;
color: #666666;
margin-left: 70px;
}
.commentlist li .commentmetadata {
font-weight: normal;
font-size: 12px;
margin-left: 70px;
}
.commentlist li .commentmetadata a:link, .commentmetadata a:visited {
color: #797979;
text-decoration: none;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
} 
.commentlist li .commentmetadata a:hover {
color: #bababa;
text-decoration: underline;
}
div.reply {
margin: 0px;
padding: 0px;
}
.commentlist li img {
height: 50px;
width: 50px;
padding: 0px;
position: absolute;
top: 15px;
left: 15px;
border: 2px solid #414547;
}
/******************** Odd Comments **********************/
.commentlist li.odd {
color: #171818;
background: #414547;
border-bottom: 3px solid #2e2f30;
}
.commentlist li.odd p {
color: #171818;
}
.commentlist li.odd img {
border: 2px solid #2e2f30;
}
/******************** Odd Comments end ******************/
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
small {
font-size: 12px;
}
.says {
display: none;
}