/*
Theme Name: manifest 
Theme URI: http://blog.mindwar.ro
Description: http://blog.mindwar.ro theme - based on manifest
Version: 1.0
Author: Stoenică Dragoş
Author URI: http://blog.mindwar.ro
Tags: simple, clean, single column
*/

/*
	Eric Meyer's reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*
	global 
*/

body {
	background-color: #fff;	
	font: 62.5% georgia, 'times new roman', serif;
	color: #333;
}

strong{
	font-weight: bold;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
	font-variant: small-caps;
}

address, cite, em, i {
	font-style: italic;
}

code, kbd, tt {
	font-family: "Courier New", Courier, monospace;
	font-size-adjust: 0.50;
	line-height: 18px;
}

del {
	text-decoration: line-through;
}

dfn {
	border-bottom: 1px dashed;
	font-style: italic;
}

dl {
	margin: 0 0 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	padding-left: 1.5em;
}

sub {
	font-size: 0.85em;
	line-height: 0.8em;
	vertical-align: baseline;
}

sup {
	font-size: 0.85em;
	line-height: 0.8em;
	vertical-align: super;
}

a:link, a:visited{
	color: #8b0000;
	text-decoration: none;
}

a:hover, a:active{
  color: #3E372B;
  border-bottom: 1px dotted #000;
}

h1{
	font-family: Georgia, 'times new roman', serif;
	margin: 10px 0 20px;
	font-size: 3.3em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .4em;
	word-spacing: .2em;
}

h1 a{
	margin-left: 15px;
}

h1 a:link, h1 a:visited{
	color: #000;
}

h1 a:hover, h1 a:active{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;	
}

#container{
	margin: 0 auto;
	padding-top: 15px;
	width: 600px;
	text-align: center;
	position: relative;
}

#description{
	font-size: 1.5em;
	margin: 10px auto 60px;
	width: 400px;
	padding: 11px 0 13px;
	color: #999;
	font-style: italic;
}

/*
	misc
*/

.amp {
	font-family: Palatino, "Book Antiqua", Gentium, serif;
	font-style:italic;
	font-size: 1.7em;
}

.dropcap {
	float:left;
	font-size: 47px;
	line-height: 47px;
	padding-right: 5px;
	padding-top: 3px;
}

.pre {
	font-family: "Courier New";
	white-space:pre;
}

#content p.center {
	text-align: center;
}

/*
	nav
*/

#nav{
	margin-top: 10px;
 	padding: 5px;
 	background: #fbfbfb;
 	border-top: 1px solid #eaeaea;
 	border-bottom: 1px solid #eaeaea;
}

#nav ul{
	margin: 0 auto;
	width: 45em;
	text-align: center;
}

#nav li{
	display: inline;
	margin-right: 30px;
	font-size: 1.5em;
	text-transform: uppercase;
}

#nav li:last-child{
	margin-right: 0;
}

#nav a:link, #nav a:visited{
	color: #999;
}

#nav a:hover, #nav a:active{
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #2e301c;
}

#nav .current_page_parent a:link,
#nav .current_page_parent a:visited,
#nav .current_page_item a:link,
#nav .current_page_item a:visited{
	font-weight: bold;
	color: #2a2d1a;
}

#nav .current_page_parent a:hover,
#nav .current_page_parent a:active,
#nav .current_page_item a:hover,
#nav .current_page_item a:active{
	color: #2E301C;
}

/*
	content
*/

#content {
	width: 600px;
	margin-top: 8px;
}

#content .postdate {
	text-align: center;
	position: relative;
	margin-bottom: 50px;  
	font-family: Georgia, "times new roman", serif;
	font-size: 1.2em;
	color: #999;
	border-bottom: 2px dotted #ddd;
	background: #fff;
	line-height: 1.5em;
	text-indent: 0;
}

#content .postdate abbr {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 8px;
	background: #fff;
	top: 8px;
	border-bottom: none;
	cursor: default;
}

#content p,
#content li,
#content dd {
  margin-bottom: 1.8em;
  font-size: 1.4em;
  line-height: 2em;
  color: #333;
  text-align: justify;
}

#content p {
  text-align: justify;
}

#content li {
  list-style: square;
  margin-left: 25px;
}

#content dt {
  font-size: 1.3em;
  color: #333;
}

.entry-title {
	margin-bottom: 15px;
	font-size: 2.3em;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 1.6em;
	letter-spacing: .15em;
	/*
	text-transform: capitalize;
	*/
}

.entry-title a:link, .entry-title a:visited {	
	text-decoration: none;
}

.entry-title a:hover, .entry-title a:active {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.entry-content a:link, .entry-content a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #8b0000;
}

.entry-content a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#content .entry-content a.more-link {
	background: none;
	padding: 0;
	font-style: italic;
}

.entry-content a[href^="http:"], .entry-content a[href^="https:"] {
	background: transparent url(images/externallink.gif) no-repeat scroll right center;
	padding-right: 12px;
	white-space: nowrap;
}

.entry-content h2 {
	font: constantia, palatino, georgia, "times new roman";
	font-style: italic;
	font-weight: normal;
	font-size: 2.3em;
	color: #333;
	margin-bottom: 25px;	
}

.entry-content h3 {
	margin: 80px 0 10px;
	font-size: 2em;
	text-align: left;
	text-transform: capitalize;
	font-variant: small-caps;
	
}

.entry-content h4 {
	margin: 80px 0 10px;
	font-size: 1.8em;
	text-align: left;
	text-transform: capitalize;
	font-variant: small-caps;
	
}

.entry-content h5 {
	margin: 80px 0 10px;
	font-size: 1.6em;
	text-align: left;
	text-transform: capitalize;
	font-variant: small-caps;
	
}

.entry-content h6 {
	margin: 80px 0 10px;
	font-size: 1.4em;
	text-align: left;
	text-transform: capitalize;
	font-variant: small-caps;
	
}

.secondary {
	min-height: 150px;
}

#content .postmeta{
	text-align: center;
	position: relative;
	margin: 40px auto 40px;
	font-family: Georgia, "times new roman", serif;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #999;
	line-height: 1.1em;
	letter-spacing: 0.15em;;
}

#content .postmeta div {
	margin-bottom: 5px;
}

#content .postmeta a:link, #content .postmeta a:visited{
	color: #666;
	text-decoration: none;
}

#content .postmeta a:hover, #content .postmeta a:active{
	color: #666;
	border-bottom: 1px dotted #000;
}

#content .postmeta span {
	text-transform: uppercase;
}

.entry-content strong, .entry-content b {
	color: #000;
	font-weight: 700;
}

.entry-content pre {
	color: #666;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.3em;
	font-size-adjust:0.46;
	line-height: 18px;
	text-align: left;
	margin-bottom: 25px;
	padding:1.5em;
	overflow-x:auto;
	width:55em;	
	white-space: pre;
}

.entry-content ul, .entry-content ol {
	margin: 0 0 20px 15px;
}

.entry-content ol li{
	list-style-type: decimal !important;
}

.entry-content li {
	margin-bottom: 5px !important;
}

.entry-content blockquote {
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	color: #7D7D7D;
	margin: 0 20px 20px;
	padding-left: 10px;
	border-left: 3px solid #ccc;
}

#content .entry-content blockquote p {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #7D7D7D;
}

.entry-content .alignleft {
	float: left;
	margin: 4px 10px 10px 0;
}

.entry-content .alignright {
	float: right;
	margin: 4px 0 10px 10px;
}

.entry-content .wp-caption.alignnone {
	margin-bottom: 15px;
}

#content .entry-content p.wp-caption-text{
	font-size: 1.1em;
	font-style: italic;
	color: #666;
	margin-bottom: 0;
}

.hentry img {
	margin: 0 auto;
	border: 1px solid #ccc;
}

.more {
	font-family: Georgia, 'times new roman', serif;
	font-size: 1.4em;
	font-style: italic;
}

/*
	single page 
*/

h4.author {
	font-family: Georgia, 'times new roman', serif;
	font-style: italic;
	margin-bottom: 35px;
	font-size: 1.1em;
	color: #999999;
}

/*
	comments
*/

#comments {
	margin-top: 100px;
}

fieldset {
	padding: 0 0 10px;
}

.nr {
	font-size: 2em;
	font-style: italic;
	font-family: georgia, 'times new roman', serif;
}

legend {
	position: relative;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0 0 4px 0;
}

legend span {
  position: relative;
  display: block;
  top: -1px;
  width: 600px;
  background-color: #fff;
}

#comments h4,
legend span {
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: .5em 0 .7em;	
	text-align: left;
	font-family: Georgia, 'times new roman', serif;
	font-size: 1.7em;
	font-variant: small-caps;
	text-transform: capitalize;
}

.commentEntry {
	padding: 25px 0;
	border-bottom: 1px dotted #ccc;
}

#content .commentEntry p {
	color: #666;
}

.avatar {
	float: left;
	margin-top: 8px;
	padding: 3px;
	border: 1px dotted #ccc;
}

.commentContent {
	float: left;
	width: 505px;
	margin-left: 32px;
}

.commentMeta {
	color: #333;
	font-size: 1.1em;
	text-align: right;
}

.commentMeta a:hover, .commentMeta a:active {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.nocomments {
	font-size: 1.2em;
	padding: 25px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Comment Form */
.commentForm {
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	font-family: Georgia, 'times new roman', serif;
}

.commentForm label {
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.commentForm input#author,
.commentForm input#email,
.commentForm input#url,
.commentForm input#comment {
	font-family: georgia, 'times new roman', serif;
	color: #000;
	background: none;
	border: none;	
	font-size: 1.4em;
	padding: 2px;
	width: 515px;
}

.commentForm textarea {
	font-family: georgia, 'times new roman', serif;
	color: #000;	
	width: 595px;
	height: 150px;
	font-size: 1.4em;
	padding: 2px;
	border: 1px dotted #ccc;
}


.commentForm input.submit {
	float: right;
	margin-top: 8px;
}

.commentForm .lastl {
	padding-top: 8px;
	border-bottom: none;
}

/*
	archives
*/

h2.archiveTitle {
	font-size: 1.8em;
	font-variant: small-caps;
	color: #666;
}

h2.archiveTitle strong {
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

#archives h3,
#content li h3 {
	font-family: Georgia, 'times new roman', serif;
	font-size: 1.6em;
	text-align: left;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #ccc;
}

#archives #date {
	float: left;
	width: 150px;
}
#archives #categoryTags {
	float: left;
	width: 420px;
	margin-left: 30px;
}
#archives ul {
	margin: 5px 0 60px;
	text-align: left;;
}

#archives ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
	color: #999;
	font-size: 1.3em;
	line-height: 1.5em;
	white-space: nowrap;
}

#archives li a {
	margin-right: 5px;
}

#archives #date ul li {
	display: block;
	list-style-type: none;
	margin: 0 10px 0 0;
}

.tagArchives li {
	float: left;
	margin-right: 10px;
}
.categories li {
	margin-bottom: 5px;
	font-size: 2.3em;
}

/*
	search
*/

.searchresults .postMeta {
	text-align: left;
}

.searchpanel {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0 0 40px;
	padding: 10px 0;
}

.searchpanel input[type=text] {
	width: 250px;
	font-size: 1.7em;
}

.searchpanel input[type=submit] {
	font-weight: normal;
	background-position: left 5px;
	font-size: 1.4em;
}

/* 
	recent on 404 page
*/

#recentPosts {
	border-top: 2px solid #ccc;
}

#recentPosts li {
	list-style: none;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

#recentPosts a {
	float: left;
}

#recentPosts .postDate {
	float: right;
}

/*
	footer
*/

#footer {
	width: 600px;
	margin: 50px auto 0;
	padding: 20px 0 40px 0;
 	border-top: 4px double #ccc;
	color: #666;
	text-align: center;
}

.footerContent {
	width: 600px;
	margin: 20px auto 0;
	clear: left;
}

#footer p {
	line-height: 1.4em;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
}

#footer #search {
	margin: 15px 0 30px;
}

#footer h5 {
	position: relative;
	top: 0;
	margin-bottom: 8px;
	color: #666;
	font-family: Georgia, 'times new roman', serif;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: .15em;	
	text-transform: uppercase;
	border-bottom: none;
}

#footer .elsewhere {
	margin-bottom: 30px;
	font-family: "Lucida Grande",Geneva,Helvetica,sans-serif;
	font-size: 8px;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

#footer .elsewhere a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#footer .elsewhere li {
	display: inline;
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px dotted #ccc;
	font-size: 1.2em;
}

#footer .elsewhere li.last {
	padding: 0;
	margin: 0;
	border-right: none;
}

/*  floats */

#archives ul:after, 
.commentEntry:after,
.commentForm:after,
#archives ul:after,
#content .postMeta:after,
#recentPosts li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#container:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#nav:after,
#nav ul:after,
#archives ul:after,
#content .postMeta:after,
#recentPosts li:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
} 

h3.despre {
	font-family:, georgia, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 2em;
	text-align: left;
	text-indent: 2em;
	color: #333333;
	margin-bottom: 25px;
}

/*
	comment form
*/

.wpcf7 {
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	font-family: Georgia, 'times new roman', serif;
}

.wpcf7 label {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.wpcf7 .your-name input, .wpcf7 .your-email input {
	font-family: georgia, 'times new roman', serif;
	color: #000;
	background: none;
	border: none;	
	font-size: 1.4em;
	padding: 2px;
	width: 285px;
}

.wpcf7 textarea {
	font-family: georgia, 'times new roman', serif;
	color: #000;	
	width: 335px;
	height: 160px;
	font-size: 1.4em;
	padding: 2px;
	border: 1px dotted #ccc;
}
.wpcf7 input.submit {
	float: right;
	margin-top: 8px;
	border-bottom: none;
}

.wpcf7 .lastl {
	padding-top: 8px;
	border-bottom: none;
}

