/*
Theme Name: Unexplained Facts
Theme URI: http://unexplainedfacts.com/
Description: A specific design, search engine optimized for WordPress.
Author: Nic Dobre
Author URI: http://www.rosytech.com/
Version: 1.0
Tags: unexplained, weird, strange
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* =Layout
-------------------------------------------------------------- */
body {     
		background: #819DA9;
		text-align: center;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
#masthead {
padding-top: 30px;
}
#blog-maintitle{
font-size: 38px;
margin-left:220px;
}
#blog-maintitle  {
text-decoration:none;
color: #800000;
font-weight:bolder;
font-family: Arial Black;
text-transform:uppercase;
}

#blog-description{
font-size: 20px;
color: #819DA9;
margin-left:220px;
margin-top:2px;
font-family: Trebuchet MS, Helvetica, Tahoma, sans-serif;
}

#wrapper {
	width: 880px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 880px;
	position: relative;
	height: 150px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center bottom;
	clear: both;
	width: 880px;
	height: 100px;
	vertical-align:bottom;	
}

.footer-content{
	font: 14px Verdana;
	text-align: center;	
	padding-top:30px;
}

#branding {
        margin: 0 0 1.5em 0;
}

#content{
float:left;
width:500px;
/*background:#9c9;*/
margin: 10px 0 0 25px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
        margin: -10px 0 0 220px;
}

#access a:link, a:visited{
text-decoration:none;
font-weight:bold;
font-family: Trebuchet MS, Helvetica, Tahoma, sans-serif;
text-align:center;
padding-top:5px;
width:120px;
height:22px;
}

a:link, a:visited{
}

.skip-link {
        display: none;
}
.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
}
.menu a {
        display: block;
        float: left;
}


/* =Content
-------------------------------------------------------------- */

.post {
        margin: 0 0 3em 0;      
}

.entry-title {
font: bold 16px Verdana;
}

.entry-meta {
margin: -12px 0 0 0;
font: 12px Verdana;
font-style:italic
}

.entry-content {
margin: -5px 0 0 5px;
font: 14px Verdana;
}

.cat-links {
font: 11px Verdana;
margin: -25px 0 0 5px;
font-style:italic
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}

.gradientbuttons ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 16px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.gradientbuttons li{
display: inline;
margin: 0;
}

.gradientbuttons li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 20px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: red;
}


/* =Widget Areas
-------------------------------------------------------------- */

#searchform {
    padding-top: 41.1px;
}
.widget-area {
	float:right;
	width:290px;
	margin: 40px 15px 0 0;
	min-height:600px;
	border-style:0 0 0 5px solid #819DA9;
	border-left-style:groove;
}

.categories {
	font: bold 16px Verdana;
	
	}


.widget-area ul li {
        list-style: none;
		margin-left: -30px;
		margin-right: -20px;
}

.widget-area ul ul {
		font: 14px Verdana;
        list-style: disc;
        margin-left: 1.1px;
}
.widget-area ul ul ul {
        margin-left: 1.1px;
}
.widget-container {
        margin: 0 0 1.5px 1px;
}


