﻿/*
Theme Name: CatDrop
Theme URI: http://cozmoslabs.com/
Description: Built on Thematic Theme</a>
Author: Cristi Antohe
Author URI: http://cozmoslabs.com/
Template: thematic
Version: 0.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/************************************************ Style for drop-down menu */

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}	
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
}
h2.entry-title a:hover {
	color: #2772b3;
}
#header {
	clear:both;
	z-index:99; /* IE7 z-index bug */
}
#branding {
	height:240px;
}
#access{
	overflow:visible;
	float:none;
	height:30px;
}
.menu{
	position:static;
	width: 960px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding: 0px;
	overflow-x: visible;
	overflow-y: visible;
	overflow:visible;
}
.menu ul{
	padding:0;
	margin:0;
	text-decoration: none;
}
.menu ul li ul{
	color: #000;
	text-decoration: none;
}
.menu li{
	margin:0;
	padding:0;
}
.menu li a, .menu li a.on{
	text-align:center;
	margin:0px auto;
	width:120px;
	padding-left:15px;
	padding-bottom: 5px;
	padding-top: 5px;
	color:#fff;
}
.menu li li li a{
	background:#ab1919;
}
.main{
	clear:both;
}
a
{
	text-decoration: none;
}
.main-aside {
	width:278px;
	padding:30px;
	right:0;
	background-color:#f4f4f4;
	border: 1px solid #bbb;
}
.main-aside h3 {
	padding: 0 0 25px 0;
}
.aside {
	margin-bottom:20px;
}
.aside .widgetcontainer {
	padding-bottom:30px;
}
.aside .widgetcontainer:last-of-type {
	padding-bottom:0;
}
.aside ul {
	padding:0;
}
#blog-description {
	display: none;
}

