
text/x-generic BAK-STYLE CSS ( BAK-STYLE CSS: assembler source, ASCII text )
/*
Theme Name: Mantra NoLink
Theme URI: http://www.cryoutcreations.eu/
Description: Mantra child theme (with link removal)
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 0.5
Template: mantra
*/

/* place your custom css and customizations below */


#contentall {
	display: block;
	float: left;
	margin: 0;
	padding: 1em;
}

#site-copyright {
	display: block;
	float: none;
	clear: both;
	max-width: 105%;
	margin: 3em auto;
	padding-top: 2px;
	text-align: center;
	font-style: italic;
}

body #content { 
    padding-top: .2em; 
    padding-bottom: .6em; 
} /* theme default is 3em */

body #search-3 {
    margin-bottom: 1em;
} /* default is 40px */

body .entry-content {
    padding-top: 0;
}


.entry-content h1 {
	font-size: 1.9em;
}

.entry-content h2 {
	font-size: 1.6em;
}

.entry-content h3 {
	font-size: 1.3em;
}

.entry-content h4 {
	font-size: 1.1em;
}

.entry-content h5 {
	font-size: 1.0em;
	text-transform: uppercase;
}

.entry-content h6 {
	font-size: .8em;
	text-transform: uppercase;
}

#site-title {
	float: left;
	font-size: 33px;
	line-height: 35px;
}

#site-title a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
    letter-spacing: -0.02em;
	color: #EEE;
	text-shadow: -2px -2px 0px #000;
}
#site-description {
	display: inline;
	margin-left: 20px;
	padding-left: 0;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 0.1em;
	color: #999;
	text-shadow: 0px -1px 0px #000;
}

#header-container {
	position: absolute;
	top: 0;
	display: block;
	float: none;
	width: 100%;
	height: 100%;
}

#header-container > div {
	margin-top: 5px;
	margin-left: 400px;
}

ul.b {
  list-style-type: square;
}