/*
Theme Name: Midnight Wolf
Theme URI: http://www.milanda.eu/studio/
Description: Midnight Wolf Wordpress Theme by Mila Vasileva
Version: 1.0.0
Author: Mila Vasileva
Author URI: http://www.milanda.eu/
Tags: multilanguage support, fixed-width, two-columns, widgets, dropdown-topmenu

	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/** Colors

Green - #006600;
Light Green - #ccffcc;
Dark Green - #003300;

**/

body {
	font-size: 16px; 
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	background: url("images/the-wolf.jpg") top right fixed repeat-x #000000;
/**background:-moz-linear-gradient(25% 75% 90deg, rgba(0,0,0,1), rgba(102,102,102,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.60)), to(rgba(0,0,0,1)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff666666,endColorstr=#ff000000);**/
	color: #ffffff;
	padding:0; margin:0;
	width:100%;
	height:100%;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
.red {
color:#ff0000;	
}
#footer {
width:980px; height:auto;
	}

small {
	font-size: 12px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 24px;
	}

h2 {
	font-size: 18px;
	}

h2.pagetitle {
	font-size: 18px;
	}

#sidebar h2 {
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}
ul, ul li {
padding:0; margin:0;
list-style-type:none;
}
p {
padding:5px 0px;	
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Century Gothic", Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	padding: 0px 10px 2px 0px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Century Gothic", Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: "Century Gothic", Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #ccffff;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a:link, a:visited {
	color: #99ffff;
	text-decoration: none;
	font-weight:bold;
	}

a:hover, a:active {
	color: #ccff99;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#wrapper {
	margin: auto;
	padding:0px 0px 20px 0px;
	width: 980px;
	position: relative;
	}

#header {
	width: 980px;
	height:120px;
}
#blogname h1 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#cccccc;
	padding:20px 0px 0px 0px; margin:0;
	text-shadow:2px 2px 4px #333333;
}
#blogname h2 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	padding:0; margin:0;
	text-shadow:2px 2px 4px #333333;
}
#topmenu {
font-size:14px;
font-weight:bold;
margin-bottom:10px;
width:980px;
}
#page {
	width: 980px;
	}
#breadcrumbs {
display:block;
height:24px; clear:both;
margin-bottom:10px;
padding-left:20px;
font-size:12px; height:20px; line-height:20px;
font-weight:bold;
}
#leftcolumn {
width:640px;
float:left;
}
.mod-600 {
width:640px;
}
.entry {
padding:20px;
overflow:hidden;
}
.entry img {
width:auto;
max-width:100%;
height:auto;
-moz-box-shadow: 2px 2px 6px #000000;
-webkit-box-shadow: 2px 2px 6px #000000;
box-shadow: 2px 2px 6px #000000;
}
.post, .item {
width:640px;
text-align: justify;
margin-bottom:10px;
	}
.post h2, .item h2 {
padding:5px; 
clear:both;
font-size:20px;
font-weight:bold;
margin:0px;
padding-left:10px;
}
div.post h2 a:link, div.post h2 a:visited {
color:#ffffff;
}
div.post h2 a:hover, div.post h2 a:active {
color:#ccffff;
}
span.created-by, span.time {
padding:5px; margin-right:10px; float:left;
font-size:10px;
font-weight:bold;
}
span.created-by {
float:right;	
}
.wp-post-image {
float:left; 
margin:0px 20px 20px 0px;	
}
.postmetadata {
font-size:12px;
text-align:left;
display:block;
clear: both;
}

.clear {
clear: both;
}
.post img, .item img {
padding:5px;
}
#rightcolumn {
width:340px;
float:right;
}
#rightcolumn ul, #rightcolumn li, #rightcolumn ul li {
list-style-type:none;	
}
#rightcolumn h2 {
font-size:14px; height:25px; line-height:25px;
font-weight:bold;
text-shadow:2px 2px 4px #000000;
background:-moz-linear-gradient(25% 75% 90deg, rgba(51,51,51,0.60), rgba(255,255,255,0.60));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.60)), to(rgba(51,51,51,0.60)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80515151); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
}
.mod-300 {
width:300px;
float:right;
margin-bottom:10px;
text-align:center;
padding:10px;
}
.mod-300 li.widget {
margin-bottom:10px;
}

#rightcolumn a:link, #rightcolumn a:visited {
color:#ccffff;
text-decoration:none;
}
#rightcolumn a:hover, #rightcolumn a:active {
color:#ffffff;	
}
#footer {
	padding: 0;
	margin:auto;
	width: 980px;
	}

#copyright {
padding:10px;
text-align:center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding:0;
	margin: 0;
	}

h2 {
	margin:0;
	padding:0;
	}

h2.pagetitle {
font-size:24px; font-weight:bold;
text-align: center;
display:block;
margin-bottom:10px;
padding:10px;
}

#sidebar h2 {
	margin:0;
	padding:10px 0px 5px 0px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 10px auto 10px ;
	}
/* End Headers */



/* Begin Images */
img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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

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

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	/** margin-bottom: 15px; **/
	}

#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 {
	list-style: decimal outside;
	}

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

/* End Entry Lists */



/* Begin Form Elements */
form#searchform {
	float:right;
	width:300px;
	height:auto;
	text-align:right;
	font-size:14px;
background: rgba(51,51,51,0.60);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80515151,endColorstr=#80515151); 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #cccccc;
-moz-box-shadow: 2px 2px 6px #000000;
-webkit-box-shadow: 2px 2px 6px #000000;
box-shadow: 2px 2px 6px #000000;
padding:10px;
margin-bottom:10px;
	}

#searchform input#s {
	display:block;
	float:left;
	width: 180px;
	height:20px;
	padding:5px; margin:0;
	border:0;
background:-moz-linear-gradient(25% 75% 90deg, rgba(255,255,255,1), rgba(150,150,150,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(150,150,150,1)), to(rgba(255,255,255,1)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333,endColorstr=#99ffffff); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
}

input#searchsubmit  {
	height:32px;
	display:block;
	float:right;
	width:100px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding:5px; margin:0;
background:-moz-linear-gradient(25% 75% 90deg, rgba(51,51,51,1), rgba(255,255,255,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,1)), to(rgba(51,51,51,1)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99000000); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
}
input#searchsubmit:hover  {
background:-moz-linear-gradient(25% 75% 90deg,  rgba(255,255,255,1), rgba(51,51,51,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(51,51,51,1)), to(rgba(255,255,255,1)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99515151,endColorstr=#99ffffff); 
color:#000000;
cursor:pointer;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#comments-template {
width:600px;
margin:auto;
}
#commentform input, #commentform input#submit {
	width: 170px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:5px; margin:0;
background:-moz-linear-gradient(25% 75% 90deg, rgba(255,255,255,1), rgba(150,150,150,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(150,150,150,1)), to(rgba(255,255,255,1)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80333333,endColorstr=#80ffffff); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
	}
#commentform input#submit {
width:auto;
background:-moz-linear-gradient(25% 75% 90deg, rgba(51,51,51,1), rgba(255,255,255,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,1)), to(rgba(51,51,51,1)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99000000); 
color:#ffffff;
}	
#commentform input#submit:hover {
	width: 170px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:5px; margin:0;
background:-moz-linear-gradient(25% 75% 90deg,  rgba(255,255,255,1), rgba(51,51,51,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(51,51,51,1)), to(rgba(255,255,255,1)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99515151,endColorstr=#99ffffff);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
color:#000000;
cursor:pointer;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	color:#000000;
	padding:5px; margin:0;
	border:0;
background:-moz-linear-gradient(25% 75% 90deg, rgba(255,255,255,1), rgba(204,204,204,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(204,204,204,1)), to(rgba(255,255,255,1)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333,endColorstr=#99ffffff); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {

}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px;
	list-style: none;
	width: 100%;
	color:#ffffff;
background:-moz-linear-gradient(25% 75% 90deg, rgba(0,0,0,1), rgba(102,102,102,1));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,1)), to(rgba(0,0,0,1)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99666666,endColorstr=#99000000); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 280px;
	}

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

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

#wp-calendar a:link, #wp-calendar a:visited {
	display: block;
	}
#wp-calendar a:hover, #wp-calendar a:active {
	background:#ccffcc;
	color:#006600;
	}

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

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/** background-color: #006600; **/}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding:0 20px;
	height:25px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


/** Banners **/
#header-big-banner {
width:728px; height:90px;
padding:5px;
background:#333333;
position:absolute; top:10px; right:0px;
}
#footer-big-banner {
width:728px; height:90px;
padding:5px;
background:#333333;
float:right;
margin:5px;
}
/** End Banners **/


/** Rounded corners, Gradients, Shadows, Transparent backgrounds **/
.rounded-corners-big {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #cccccc;
}
.rounded-corners-small {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cccccc;
}
.text-shadow {
text-shadow:2px 2px 4px #000000;
}
.gradient {
background:-moz-linear-gradient(25% 75% 90deg, rgba(51,51,51,0.60), rgba(255,255,255,0.60));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.60)), to(rgba(51,51,51,0.60)));
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99ffffff', EndColorStr='#99333333')
}
.gradient-reversed {
background:-moz-linear-gradient(25% 75% 90deg, rgba(255,255,255,0.60), rgba(51,51,51,0.60),);
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(51,51,51,0.60)), to(rgba(255,255,255,0.60)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80515151,endColorstr=#80ffffff); 
}
.shadow {
-moz-box-shadow: 2px 2px 6px #000000;
-webkit-box-shadow: 2px 2px 6px #000000;
box-shadow: 2px 2px 6px #000000;
}
.transparent-dark {
background: rgba(51,51,51,0.80);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333,endColorstr=#99333333); 
}
/** Sticky Posts **/
.sticky {
background:-moz-linear-gradient(25% 75% 90deg, rgba(51,51,51,0.80), rgba(153,153,153,0.80));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(153,153,153,0.80)), to(rgba(51,51,51,0.80)));
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#80999999', EndColorStr='#80333333');
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 2px solid #cccccc;
-moz-box-shadow: 2px 2px 6px #000000;
-webkit-box-shadow: 2px 2px 6px #000000;
box-shadow: 2px 2px 6px #000000;
margin-bottom:10px;
}
.sticky h2 {
font-size:28px;
margin:0;
}
/** End Sticky Posts **/

