/*
Theme Name: Astronautika Theme
Theme URI: http://www.mmilan.com/
Description: Astronautika theme
Version: 0.6
Author: Milan Milosevic
Author URI: http://www.svetnauke.org/
Tags: blue, custom header, fixed width, three columns, widgets

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/seenet-bgc.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	background: url(images/mmilan-page.jpg) repeat-y top; 
	border: none;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 940px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

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

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #eee url('images/mmilan-footer.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1em;
	border-bottom: 1px solid #ddd;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3 {
	color: #333;
	}

h3 a, h3 a:visited {
	color: #0000cc;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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

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

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

a, h2 a:hover, h3 a:hover {
	color: #C5161D;
	text-decoration: none;
	}

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

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 960px;
/*	border: 1px solid #959596; */
	}

#header {
	background: url('images/mmilan-header.jpg') no-repeat bottom center;
	margin: 0;
	padding: 0;
	height: 190px;
	width: 960px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	margin: -25px 10px 30px 10px;
	width: 580px;
	}

.post {
/*	margin: 0 0 40px; */
	padding: 0 0 10px;
	text-align: justify; 
	border-bottom: 2px solid #C5161D;
	min-height: 155px;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 50px;
	clear: both;
	}

#footer p {
	margin: 0 0 0 160px;
	padding: 17px 0;
	color: white;
	font-size: 1.1em;
	letter-spacing: 0.5px;
	}

#footer a {
	color: #ccc;
	text-decoration: underline;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

h2 {
	margin: 25px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: left;
	}

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

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



/* Begin Images */
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;
	}

.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 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; 
	}
/* End Entry Lists */



/* Begin Form Elements */

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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;
}

.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 */

/* NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW */

/* Logo */
#toprss {
  float: right;
  margin: 0;
  padding: 40px 70px 0 0;
  display: inline;
  width: 50px;
  line-height: 50px;
  }

#logo {
  height: 160px;
  width: 230px;
  padding: 30px 0 0 50px;
  float: left;
}

#logotext {
	height: 125px;
	padding: 10px 0 0;
	margin: 0 10px;
}

#logotext p {
	margin: 60px 0 0 220px;
	padding: 0;
	color: white;
	text-align: left;
	font-size: 1.5em;
	letter-spacing: 1px;
}

#logotext h1 {
	margin: 0;
	padding: 0;
	font-size: 3.5em;
	letter-spacing: 3px;
	margin-left: 220px;
	text-align: left;
}

#logotext h1 a:hover {
	color: #F36523;
}

#admin-menu {
	margin-left: 750px;
	margin-right: 30px;
	width: 180px;
	height: 50px;
	text-align: right;
}

#admin-menu li {
	display: inline;
}

#admin-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* END Logo */

/* Begin Sidebar Left*/
#sidebar-left {
	padding: 0 0 30px 0;
	margin-left: 10px;
	width: 140px;
	float: left;
	display: inline;
	}

#sidebar-left ul {
/*	letter-spacing: 0.05em; */
	color: #C5161D;
	list-style: none;
	padding-left: 20px;
}

#sidebar-left ul li ul {
	list-style: disc;
	font-size: 1.2em;
	line-height: 1.5em;

}

#banner-left {
	text-align: center;
	margin-top: 25px;
}

/* End Sidebar Left*/

/* Begin Sidebar Right */
#sidebar-right
{
	padding: 0 0 30px 0;
	margin-left: 750px;
	margin-right: 10px;
	width: 195px;
	}

#sidebar-right ul {
	padding-right: 10px;
	padding-left: 20px;
	color: #C5161D;
	list-style: none;
}

#sidebar-right ul li ul {
	list-style: disc;
	font-size: 1.2em;
	line-height: 1.5em;

}

#sidebar-right a:hover {
	font-weight: bold;
}

#banner-right {
	text-align: center;
	margin-top: 25px;
}

/* End Sidebar Right*/

/* sIDEBAR nAV mENU */
.widget_nav_menu {
	margin-bottom: 10px;
}

.widget_nav_menu a:hover {
	font-weight: bold;
}

h2.widgettitle {
	margin-top: 15px;
}
/* End Sidebar Nav */


/* Search Form */
#searchform {
	margin: 10px 60px 0 710px;
	padding: 5px 3px;
	text-align: center;
	}

/* End Search Form */

/* Latest News in Left Sidebars */
#latest-news-left {
	margin-top: 25px;
}

#latest-news-left ul {
	font-size: 1em;
	letter-spacing: 0em;
	color: #777;
	margin-top: 0.3em;
}

#latest-news-left h2 a {
	padding-left: 1em;
	color: #444;
}

#latest-news-left h2 a:hover {
	color: #C5161D;
	text-decoration: underline;
	font-weight: bold;
}

#latest-news-left a {
	color: #777;
	}

#latest-news-left a:hover {
	font-weight: normal;
	}

/* END Latest News in Left Sidebars */

/* Latest News in Right Sidebars */
#latest-news-right {
	margin-top: 25px;
}

#latest-news-right ul {
	font-size: 1em;
	letter-spacing: 0em;
	color: #777;
}

#latest-news-right h2 a {
	padding-left: 1em;
	color: #444;
}

#latest-news-right h2 a:hover {
	color: #C5161D;
	text-decoration: underline;
	font-weight: bold;
}

#latest-news-right a {
	color: #777;
	}

#latest-news-right a:hover {
	font-weight: normal;
	}

/* END Latest News in Right Sidebars */

/* Misc */

.wpcf7-form-control-wrap {
	margin-left: 3em;
}

.active {
	color: #03c;
}

#google {
        text-align: center;
        padding-left: 15px;
        margin-top: 15px;
}

/* Global Translator */

#translation_bar {
	margin-left: 380px;
	margin-top: 5px;
	float: left;
}

/* END Global Translator */

/* MM Breaking News */
.mm_bnlist_li a {
	color: #888;
	text-decoration: none;
}

.mm_bnlist_li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.mm_bnlist_li {
	color: #555;
}

img.attachment-thumbnail {
	float: left;
	padding: 0 10px 10px 0;
}

img.attachment-100x100 {
	float: left;
	padding: 0 5px 5px 0;
}

/* Intro post */

#intro {
	background-color: #eee;
	height: 100px;
	padding-top: 5px;
}

#intro img {
	float: left;
}