/* @override http://localhost:8888/prialto/blog/wp-content/themes/prialto/style.css*/

/*
Theme Name: Prialto
Theme URI: http://blog.prialto.com
Description: WordPress theme by <a href="http://www.prialto.com">Prialto</a>
Version: 0.1
Author: Prialto
Author URI: http://www.prialto.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
Table of Contents

- GENERAL
- BASIC LAYOUT
- HEADINGS
- TOP NAVIGATION
- MAIN NAVIGATION
- CONTENT
	+ CONTENT LEFT
	+ CONTENT RIGHT
- COMMENTS
- SEARCH FORM
- FOOTER
- OTHER
*/

/* @group General */
	
body {
	margin: 0px;
	padding: 0px;
	background: #336699;
	color: #6e7073;
	font: 11px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #6e7073;
	outline: none;
}

p {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

ul, ol {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

li {
	margin-bottom: 5px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/* @end */

/* @group Basic Layout */

#page {
	width: 1000px;
	margin: 0 auto;
}
	
#header {
	margin-top: 10px;
	position: relative;
	height: 131px;
	background: url(img/bg-header-blog-prialto.png) left top no-repeat;
}

#content {
	padding: 20px 0 0 0;
	background: #fff;
}

#content-left {
	float: left;
	width: 660px;
}

#content-right {
	float: right;
	width: 320px;
}

/* @end */

/* @group Headings */

h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #fff;
	text-decoration: none;
	color: #990000;
}

h2 {
	margin: 0 0 20px 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 5px 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #990000;
}

h3 a {
	text-decoration: none;
	color: #990000;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

/* @end */

/* @group Top Navigation */

#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/* @end */

/* @group Main Navigation */

#nav {
	position: absolute;
	height: 25px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: #990000;
}
	
#nav, #nav ul {
	width: 980px;
	padding-left: 20px;
	list-style: none;
	line-height: 25px;
}

#nav a, #nav a:hover {
	display: block;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li#rss {
	float: right;
	padding: 0 10px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

#nav a, #nav a:visited {
	display: block;
	color: #fff;
	padding: 0 8px;
}

#nav a:hover {
	color: #cccc66;
}

#nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
}	
	
/* DROPDOWN MENUS */		

#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #6e7073;
	line-height: 30px;
}

#nav li li {
	width: 172px;
	border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;
}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	background: #1e1f21;
}

#nav li li a:hover, #nav li li a:active {
	background:#4a4f54;
}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

a.main:hover {
	background:none;
}

/* @end */

/* @group Content */

/* CONTENT LEFT */

.box-left {
	margin: 0 0 40px 20px;
}
	
.author {
	clear: both;
	padding: 0 0 10px 0;
	color: #5e5e5e;
}

.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-author {
	padding: 0 10px 0 15px;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/* CONTENT RIGHT */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #f7f7f7 url(img/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

/* @end */

/* @group Comments */

/* COMMENT FORM */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/* COMMENT LIST */

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat left top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/* @end */

/* @group Search Form */

#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/* @end */

/* @group Footer */

#footer {
	float: left;
	width: 1000px;
	height: 40px;
	background: url(img/bg-footer-prialto.png) left top no-repeat;
	margin: 0 auto;
}

#footer p {
	margin: 5px 0;
	text-align: center;
	color: #fff;
}

#legal {
	width: inherit;
	margin: 0 auto;
}

/* @end */

/* @group Other */

.clear {
	clear: both;
}

/* WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/* WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

/* @end */