/*  
Theme Name: M-Dark
Theme URI: http://www.maiqx.net
Description: moded
Version: 1.0
Author: maiqx
Author URI: http://www.maiqx.net
Tags: dark, three-column, black, fixed width
*/

/* STRUCTURE */
body {
text-align:center;
margin:0;
padding:0;
background-color:#efefef;
background-image:url(images/back.png);
background-position:top left;
background-repeat:repeat-x;
color:#555555;
font-size:12px;
font-family:Arial;
}

#body2 {
background-image:url(images/backfooter.png);
background-position:bottom left;
background-repeat:repeat-x;
}

#page {
width:960px;
margin:auto;
background-image:url(images/page.png);
background-repeat:repeat-y;
text-align:left;
}

#header {
height:88px;
width:960px;
padding-left:0px;
padding-top:20px;
clear:both;
margin:auto;
text-align:left;
background-image:url(images/header.png);
}

.headleft {
float:left;
width:450px;
}

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

#menulinks {
height:40px;
width:960px;
clear:both;
margin:auto;
background-image:url(images/menulinks.png);
}

#rsslink a {
float:right;
text-align:right;
padding-top:10px;
padding-left:17px;
height:30px;
color:#d7d1d1;
text-decoration:none;
font-size:14px;
font-weight:bold;
background:url(images/rsslink.png) left 12px no-repeat;
margin-left:10px;
}
#twitterlink a {
float:right;
text-align:right;
padding-top:10px;
padding-left:17px;
height:30px;
color:#d7d1d1;
text-decoration:none;
font-size:14px;
font-weight:bold;
background:url(images/twitterlink.png) left 12px no-repeat;
margin-left:10px;
}
#maillink a {
float:right;
text-align:right;
padding-top:10px;
padding-left:24px;
height:30px;
color:#d7d1d1;
text-decoration:none;
font-size:14px;
font-weight:bold;
background:url(images/maillink.png) left 12px no-repeat;
margin-left:10px;
}

ul#navlist {
margin: 0;
padding: 0;
white-space: nowrap;
float:left;
width:600px;
}

ul#navlist li {
font-size:10pt;
display:inline;
list-style-type: none;
}

ul#navlist li a {
padding-left:15px;
padding-right:15px;
padding-top:10px;
height:30px;
background-image:none;
display:block;
color:#d7d1d1;
text-decoration:none;
float:left;
font-size:14px;
font-weight:bold;
}

ul#navlist li a:link, ul#navlist li a:visited {
text-decoration: none;
}

ul#navlist li a:hover {
background-position:top left;
text-decoration:none;
color:#FFFFFF;
background-image:url(images/menuhover.png);
}

#mainarea {
clear:both;
width:960px;
padding-top:0px;
margin:0
}

#contentarea {
padding-left:10px;
width:600px;
float:left;
padding-bottom:20px;
}

#sidebar {
width:320px;
float:right;
padding-bottom:20px;
}

.widelist li {
padding:0;
}

.widelist li a{
padding-left:0;
padding-top:4px;
padding-bottom:4px;
border-bottom:#CCCCCC solid 1px;
display:block;
font-size:10pt;
color:#9d8c8c;
text-decoration: none;
clear:both;
text-align:left;
margin:0 4px 0 4px;
width:300px;
}

.widelist li a:hover {
color:#555555;
text-decoration: none;
}

#searchform {
padding:10px 10px 0 10px;
}

#searchform #s {
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#555555;
width: 240px;
padding-right: 4px;
padding-bottom: 4px;
padding-top:6px;
padding-left:7px;
height:19px;
font-weight:bold;
margin-left:5px;
border:1px solid #717171;
}

#searchform #s:focus {
background-color:#717171;
color:#FFFFFF;
}

#searchsubmit {
background-image:url(images/search.png);
width:32px;
height:29px;
border:none;
font-family:Arial, Helvetica, sans-serif;
background-color:transparent;
cursor:pointer;
margin-right:10px;
}

#sidebar1 {
width:155px;
float:left;
margin-right:5px;
}

#sidebar2 {
width:155px;
float:right;
}

#footer {
width:960px;
height:87px;
background:url(images/backfooter.png) bottom left repeat-x;
clear:both;
color:#CCCCCC;
}

#footer a:hover {
color:#FFFFFF;
}

#footer .left {
float:left;
padding-left:0px;
padding-top:42px;
line-height:18px;
}

#footer .right {
float:right;
padding-right:0px;
padding-top:42px;
line-height:18px;
text-align:right;
}

/* POST DETAILS */

.post {
padding-left:10px;
padding-right:10px;
padding-top:10px;
}

.entry {
line-height:20px;
}
.entry a {
text-decoration:underline;
}
.posttop {
clear:both;
width:100%;
height:40px;
margin-top:10px;
}

.posttop .dateicon {
background:#fff;
border-right:0px solid #CCCCCC;
padding:10px 15px 10px 10px;
float:left;
margin: -7px 0 0 -79px;
}

.posttop .title {
padding:0;
float:left;
}

.posttop .dateicon .day {
font-size:28px;
color:#9d8c8c;
clear:both;
text-align:center;
text-transform:uppercase;
font-weight:bold;
}

.posttop .dateicon .month {
font-size:12px;
color:#bfbfbf;
clear:both;
text-align:center;
text-transform:uppercase;
}

.posttop .thetitle a {
font-size:20px;
color:#555555;
clear:both;
font-weight:bold;
letter-spacing:-1px;
}

.posttop .thetitle a:hover {
text-decoration:none;
color:#9d8c8c;
}

.posttop .title .under {
font-size:12px;
color:#111;
clear:both;
text-transform:capitalize;
}
.posttop .title .under a{
text-decoration:underline;
}

.postbottom {
clear:both;
float:right;
background:#eee;
width:580px;
margin-top:3px;
margin-bottom:5px;
}

.postbottom a.commentslink {
display:block;
float:right;
padding: 0 6px 0 0;
color:#111;
margin:0;
}


/* STYLING */
h1 {
font-size:25px;
clear:both;
color:#FFFFFF;
text-transform:uppercase;
margin:0;
}

h1 a {
color:#FFFFFF;
}

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

h4 {
font-size:16px;
margin:0;
}

table.list, table.list td {
border:1px solid #000;
padding:3px;
}

table.list, table.list td {
border-collapse:collapse;
}

.description {
font-size:14px;
clear:both;
margin:0;
font-weight:bold;
text-transform:uppercase;
color:#999999;
}

a {
color:#111;
text-decoration:none;
}

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

#advertarea  {
padding-left:15px;
padding-top:10px;
padding-bottom:15px;
clear:both;
}
#advertarea a {
margin:5px;
margin-right:15px;
float:left;
}

#sidebar h2 {
font-size:16px;
font-weight:bold;
margin-top:15px;
margin-bottom:0;
clear:both;
padding:0 0 0 5px;
background:#333;
color:#eee;
}

#subfooter .subfooterwidget h2 {
padding-left:8px;
padding-top:8px;
height:25px;
font-size:16px;
font-weight:bold;
color:#CCCCCC;
}

#sidebar ul li ul li a {
padding-left:5px;
padding-top:4px;
padding-bottom:4px;
border-bottom:#CCCCCC solid 1px;
display:block;
font-size:10pt;
color:#9d8c8c;
text-decoration: none;
clear:both;
text-align:left;
margin-left:-6px;
margin-right:4px;
margin-top:0;
margin-bottom:0;
width:140px;
}

#subfooter .subfooterwidget a {
padding-left:5px;
padding-top:4px;
padding-bottom:4px;
border-bottom:#555555 solid 1px;
display:block;
font-size:10pt;
color:#CCCCCC;
text-decoration: none;
clear:both;
text-align:left;
margin-left:10px;
margin-right:4px;
width:250px;
}

#sidebar ul li ul li a:hover {
color:#555555;
text-decoration: none;
}

#subfooter .subfooterwidget a:hover {
color:#FFFFFF;
text-decoration: none;
}

.clear {
clear:both;
}

.commentlist li, #commentform input, #commentform textarea {
font-family: Arial, Helvetica, sans-serif;
}
#commentform input, #commentform textarea{
background:#ccc;
border:0;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 10pt;
color:#111;
}

.commentlist p {
font-weight: normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#888888;
}
#commentform p {
font-family:Arial, Helvetica, sans-serif;
}

.commentmetadata {
font-weight: normal;
}

small, .nocomments, .postmetadata, blockquote, strike {
color:#555555;
}

code {
font-family:"Courier New", Courier, monospace;
font-size:9pt;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

/*wp general*/
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
color:#9d8c8c;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
}

#calendar_wrap {
margin-top:5px;
margin-left:10px;
}
#wp-calendar #prev a {
font-size: 8pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 10pt Arial, Helvetica, sans-serif;
text-align: center;
}

#wp-calendar th {
font-size:8pt;
font-style: normal;
text-transform: capitalize;
}

p img {
padding: 0;
max-width: 100%;
}

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

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
margin-right:30px;
}

.alignleft {
float: left
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

/* End Images */



/* Begin Lists */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
padding-left: 10px;
text-indent: 10px;
} 

html>body .entry li {
margin: 7px 0 8px 10px;
}

ul {
}
.entry ul li:before, #sidebar ul ul li:before, #subfooter ul ul li:before {
content: "";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #subfooter ul { 
margin: 0;
padding:0;
}

#sidebar ul ol, #subfooter ul ol {
margin: 0;
padding:0;
}


#sidebar ul li, #subfooter li {
list-style-type:none;
list-style-image:none;
padding-left:0px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li, #subfooter ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li, #subfooter ul ul li {
margin: 3px 0 0;
padding: 0;
}

.entry form { 
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform #comments-header {
padding:0 0 0 5px;
}
#commentform a {
color:#eee;
}
#commentform {
background:#222;
padding:5px 15px;
margin:0;
width:560px;
border:0px solid #ccc;
}
#commentform form {
width:95%;
border:0;
padding:0;
padding: 0 0 0 10px;
}
#commentform textarea {
width: 500px;
height:100px
margin-left:0px;
}

#commentform #submit {
margin-left:0px;
border:0;
width:127px;
background:#222;
}

.odd p {}
.even p {color:#ccc;}

.commentlist {
padding-left:20px;
text-align: justify;
width:550px;
}
.commentlist .quote { 
background:#454545 url(images/quote.gif)  top right no-repeat; 
padding:7px 0 7px 5px;
}
.commentlist .quote a { 
color:#eee;
}
.commentlist li {
list-style-type:none;
margin:15px 0 0 0;  
padding: 5px 18px 22px 18px;  
background:#454545 url(images/comment_bubble.gif) bottom bottom no-repeat;
color:#fff; 
}
.commentlist cite {
display:block;  
font-style:normal;
}
.commentlist cite a:link, .commentlist cite a:visited {  
color:#000;  
text-decoration:none;  
}
.commentlist cite a:hover, .commentlist cite a:active {  
color:#1e1e1e;  
text-decoration:underline;  
} 

.avatar { 
float: left;
margin:0 5px 2px 2px;
padding:0;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}

#sidebar form {
margin: 0;
}
.textwidget {
margin-left:20px;
margin-right:20px;
padding-top:7px;
text-align:left;
}

.textwidget a {
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 10px;
border-left: 3px solid #999999;
color:#222;
background:#f4f4f4;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display: block;
clear:both;
text-align: center;
padding-top: 10px;
padding-left:30px;
}

.navigation a {
padding:3px 5px 3px 5px;
border:1px solid #999999;
color:#111;
margin:2px;
}

.navigation a:hover {
background-color:#333;
color:#FFFFFF;
text-decoration:none;
}
.navigation a.current {
background-color:#333;
color:#fff;
text-decoration:none;
}
#featured { 
background: #eee;
margin:.5em 0 .5em 0;
overflow: hidden;
padding: 0px 10px 0px 10px;
}
pre {
	font-size: 12px;
	padding: 5px;
	margin: 0;
	/*background: #222;*/
	width: 570px;
	overflow: auto;
	overflow-Y: hidden; 
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
code {
	margin:0; 
	padding: 5px ;
	color:#222;
	display:block;
	width: 570px;
	background: #f2f2f2;
	overflow: auto;
	overflow-Y: hidden; 
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.postauthor {  
      background:url(images/gray.png);  
      width: 540px;  
      padding: 20px;  
      margin:10px 0 5px 0;  
clear:both;
} 
.related-posts {
      background:url(images/gray.png);  
      width: 580px;  
      padding: 20px 0 20px 0; 
      margin:5px 0 5px 0; 
}
.related-posts ul {
list-style-type:circle;
list-style-position:inside;
padding:0;
margin:0;
}
.related-posts ul li {
padding:0 0 0 10px;
margin:-5px;
}
.related-posts ul li a {
font-weight:bold;
color:#555555;
}
#user-panel {
	width:957px;
	height:22px;
	color:#eaeaea;
	padding:0;
	background:#333;
	margin:-5px 0 -5px 3px;
}
#user-panel ul {
	width:900px;
	margin:0 auto;
	list-style-type:none;
	padding:3px 0;
}
#user-panel li {
	float:left;
}
#user-panel li a {
	font-size:12px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-weight:bold;
	color:#eee;
}
#user-panel ul:after{
	 clear:both;
}
fieldset {
text-align:left;
border:0px;
}