/* 
Theme Name: DO 
Theme URI: http://www.dudaonline.com/ 
Description: Child Theme for Thematic 
Author: DO 
Author URI: http://www.dudaonline.com/ 
Template: thematic 
Version: 0.1 
. 
This work is released under the GNU General Public License (GPL), version 2: 
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/3c-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');

/*@import url('../thematic/style.css');
@import url('../thematic/library/layouts/3c-r-fixed.css');*/

/* Plugin Specific */
@import url('more.css');

/*   LAYOUT  */

#main {
	background: transparent url('images/px.png');
	padding-top: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#content {
	/*background: transparent url('images/opa.png');
	padding: 10px;*/
}

#primary {
    background: transparent url('images/opa.png');
	width: 235px;
	padding: 0px 5px;
	margin-left: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#secondary {
	background: transparent url('images/opa.png');
	width: 125px;
	
	padding: 0px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#wrapper {
	background-color: /*#040507*/#ffffff;
	background-image: url(images/main_background-w.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	border-top-width:35px;
	border-top-color: #E8E8E8;

}

#header {
	background: transparent;
}

/* Don't forget to move access in header.php */
#access {
	background: transparent;
	border:none;
	margin-top:-35px;
}
#blog-title{
	visibility:hidden;
}

#blog-description {
	visibility:hidden;
}

/* FEATURED POSTS */
.thumb { background: #222 url(images/thumb.png); display: block; width: 235px; overflow: hidden; height: 150px; margin: 0 10px 10px 0; position: relative; }
.thumb-title { margin-bottom:5px;background:#000;bottom:0;right:0;display:block;position:absolute;padding:4px;filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85; }
.thumb-title:hover { background:#222; }
.thumb-title h2 { margin: 0; line-height: 1.4em; }
.thumb-title h2 a { font:11px Arial,helvetica;display:block;color:#aaa;text-decoration: none;text-transform:capitalized; }
.thumb-title h2 a:hover { color: #fff;}
#featured h3 {padding-top: 0px;}

/* CAPTIONS */	
.wp-caption {
	width: auto !important;
	border: 1px solid /*#ddd*/#AEAEAE;
	text-align: center;
	background-color: /*#f3f3f3*/#AFAFAF;
	padding: 3px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	color:black;
	text-align:center !important;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	padding: 4px 4px 0;
	margin: 0;
}



/*  IMAGES  */

/*  TYPOGRAPHY  */
#menu a {
	color: #000000;
}


/*  PLUGINS  */
