/*
Theme Name: Daniel Vaduva
Theme URI: http://www.danielvaduva.ro/
Description: WordPress theme for Daniel Vaduva.
Version: 1.0
Author: Sebastian Ionescu
Author URI: http://www.sebio.me/
*/

@charset 'UTF-8';

/* HTML Elements */

* {
	border: 0;
	margin: 0;
	padding: 0;
}
*:focus {
	outline: 0 !important;
}
html {
	background: #555 url('images/background.png') fixed;
}
body {
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
  {lang: 'ro'}
</script>
	color: #222;
	font-family: "Trebuchet MS",Arial,Tahoma,Helvetica,sans-serif;
	font-size: 10pt;
	margin: 5px auto;
	width: 950px;
}
p {
	margin: 15px 0;
}

/* Floated Elements */

.fl {
	float: left;
}
.fr {
	float: right;
}
.cf:after {
	clear: both;
	content: '';
	display: block;
}

/* Document Structure */

div#page-wrapper {
	background: transparent url('images/page_middle.png') repeat-y;
	padding: 0 10px;
}
div#page-wrapper-top {
	background: transparent url('images/page_top.png') no-repeat;
	height: 10px;
}
div#page-wrapper-bottom {
	background: transparent url('images/page_bottom.png') no-repeat;
	height: 10px;
}

/* Page Header */

div#header {}
div#site-logo {
	height: 90px;
	width: 195px;
}
div#sidebar-header-leaderboard {
	height: 90px;
	overflow: hidden;
	width: 728px;
}

/* Page Content */

div#page-content-wrapper {
	background: transparent url('images/stripe.gif');
	overflow: hidden;
}
div#page-content-wrapper .page-bottom-image {
	background: transparent url('images/footer_image.png') no-repeat;
	height: 225px;
	position: relative;
	bottom: 200px;
	width: 930px;
}
div#page-content {
	padding: 10px;
}
div#content {
	background-color: #FFF;
	padding: 10px;
	width: 560px;
}
div#content * {
	position: relative;
	z-index: 5;
}
div#content a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
div#content a:hover {
	color: #777;
	text-decoration: underline;
}

/* Page Footer */

div#footer {
	background: transparent url('images/footer_bar.png') repeat-x;
	color: #FFF;
	font-family: "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	height: 55px;
	padding: 0 10px;
}
div#footer .footerButterfly {
	background: transparent url('images/footer_butterfly.png') no-repeat;
	height: 55px;
	margin-right: 10px;
	width: 55px;
}
div#footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
div#footer a:hover {
	border-bottom: 1px dotted #FFF;
}

/* Navigation Bar */

div#navbar {
	background: transparent url('images/navbar.png') no-repeat;
	height: 60px;
	padding: 10px 5px;
}
div#navbar .menu {
	float: left;
	width: 600px;
}
div#navbar .menu ul {
	list-style: none outside none;
}
div#navbar .menu ul li {
	display: inline-block;
}
div#navbar .menu ul li a,
div#navbar .menu ul li:after {
	color: #EEE;
	display: inline-block;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 40px;
	padding: 20px 5px 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
div#navbar .menu ul li:after {
	background: none;
	content: '\A0';
	padding: 20px 0 0 0;
	width: 10px;
}
div#navbar .menu ul li.hover a,
div#navbar .menu ul li.current_page_item a {
	background: transparent url('images/navbar_button.png') repeat-x;
	color: #FFF;
}
div#navbar .menu ul li.hover:after,
div#navbar .menu ul li.current_page_item:after {
	background: transparent url('images/navbar_button_ending.png') no-repeat;
	content: '\A0 '; /* Fixes an IE bug */
}

/* Search Form */

form#searchform {
	background-color: #F0F0F0;
	border: 1px solid #000;
	margin-top: 19px;
}
form#searchform #s {
	background-color: transparent;
	color: #222;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 9pt;
	margin-right: 5px;
	padding: 2px;
	width: 165px;
}
form#searchform #searchsubmit {
	margin-right: 3px;
	position: relative;
	top: 2px;
	left: -3px;
}
form#searchform .inactive {
	color: #999 !important;
	font-style: italic;
	text-align: right;
}
.searchlabel {
	color: #000;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

/* Post */

div.post {
}
div.post a {
	text-decoration: underline !important;
}
div.post h2 {
	padding: 10px 0;
	font-size: 14pt;
}
div.post h2.title {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
}
div.post .breadcrumbs {
	border-bottom: 3px solid #E2E2E2;
	padding: 5px 0;
	font-size: 8pt;
}
div.post .breadcrumbs a {
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none !important;
}
div.post .breadcrumbs a:hover {
	color: #777;
	text-decoration: underline !important;
}
div.post .meta {
	border-bottom: 1px solid #E2E2E2;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
div.post .entry {
}
div.post .entry p {
	line-height: 150%;
	margin: 5px 0;
}

/* Post Comment */

div.post .comments {
	border-top: 1px solid #E2E2E2;
	margin-top: 10px;
	padding-top: 5px;
}
div.post .comments ol.commentlist {
	margin: 10px 0;
	font-size: 8pt;
	list-style-type: none;
}
div.post .comments ol.commentlist li {
	border-top: 1px dotted #CCC;
	padding: 10px;
}
div.post .comments ol.commentlist li:first-child {
	border-top: 0;
}
div.post .comments ol.commentlist li.odd {
	background-color: #FCFCFC;
}
div.post .comments ol.commentlist li.even {
	background-color: #F8F8F8;
}
div.post .comments ol.commentlist cite {
	font-style: normal;
}
div.post .comments ol.commentlist p {
	margin: 0;
}
div.post .comments ol.commentlist .comment-author {
	border-bottom: 1px dotted #DDD;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
div.post .comments ol.commentlist .comment-meta {
	margin-bottom: 5px;
}
div.post .comments ol.commentlist .comment-meta a {
	text-decoration: none !important;
}
div.post .comments ol.commentlist .comment-meta a:hover {
	text-decoration: underline !important;
}
div.post .comments .nocomments {
	color: #D00;
}
div.post .comments #commentform {
}
div.post .comments #commentform input,
div.post .comments #commentform textarea {
	border: 1px solid #E2E2E2;
	padding: 2px 4px;
}
div.post .comments #commentform input[type="submit"] {
	background-color: #EEE;
	border: 1px solid #AAA;
	color: #333;
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
}
div.post .comments #commentform input[type="submit"]:hover {
	background-color: #CCC;
}

/* Archive */

h2.pagetitle {
	border-bottom: 3px solid #E2E2E2;
	font-size: 10pt;
	margin-bottom: 5px;
	padding: 5px 0;
}
div.hentry {
	border-bottom: 1px dotted #AAA;
	padding: 10px 0;
}
div.hentry .metadata {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 10px;
}

/* Home Page */

div#home-top {
}
div#home-top #headline {
	background-color: #222;
	height: 245px;
	padding: 10px;
	width: 570px;
}
div#home-top #headline-content {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	text-align: center;
}
div#home-top #featured {
	background-color: #BBB;
	height: 245px;
	padding: 10px;
	overflow: hidden;
	width: 320px;
}
div#home-top #featured .featuredControls {
	text-align: center;
}
div#home-top #featured .featuredControls img.featuredPrev,
div#home-top #featured .featuredControls img.featuredNext {
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 5px;
	width: 17px;
}
div#home-top #featured .featuredPosts {
	height: 234px;
	overflow: hidden;
}
div#home-top #featured .featuredPosts ul {
	list-style-type: none;
}
div#home-top #featured ul li.featuredPost {
	border-bottom: 1px dotted #999;
	display: block;
	height: 67px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
div#home-top #featured ul li.featuredPost p {
	color: #333;
	font-size: 8pt;
	margin: 0;
}
div#home-top #featured ul li.featuredPost a.thumbnail {
	display: block;
}
div#home-top #featured ul li.featuredPost a.thumbnail {
	background-color: #FFF;
	display: block;
	margin-right: 5px;
	padding: 1px;
}
div#home-top #featured ul li.featuredPost a.thumbnail img {
	height: 65px;
	width: 100px;
}
div#home-top #featured ul li.featuredPost .title {
	padding-bottom: 5px;
}
div#home-top #featured ul li.featuredPost .title a {
	color: #000;
	font-weight: bold !important;
	text-decoration: none !important;
}
div#home-top #featured ul li.featuredPost .title a:hover {
	color: #555;
	text-decoration: underline !important;
}
div#newsbar {
	background-color: #C20000;
	color: #FFF;
	padding: 1px 10px;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
div#newsbar .news-container {
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
div#newsbar .news-container a {
	color: #FFF;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 10pt;
	text-decoration: none;
	text-transform: uppercase;
}
div#newsbar .news-container a:hover {
	text-decoration: underline;
}
div.posts {
	}
div.posts .post-block {
	width: 550px;
	margin: 10px auto 8px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #7EB505;
}
.post-block:after {
	clear: both;
	content: '';
	display: block;
}
div.posts .post-block p {
	margin: 5px 0 0 0;
	text-align: justify;
}
div.posts .post-block .title a,
div.posts .post-block .meta a {
	color: #111;
	font-family: "Trebuchet MS",Arial,Tahoma,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
div.posts .post-block .title a:hover,
div.posts .post-block .meta a:hover {
	color: #777;
	text-decoration: underline;
}
div.posts .post-block .meta {
	color: #333;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0;
}
div.posts .post-block .meta a {
	color: #000;
	font-size: 10px;
}
div.posts .post-block a.thumbnail,
div.post .entry a.thumbnail {
	border: 1px solid #CCC;
	display: block;
	margin: 5px 5px 0 0;
	padding: 2px;
}
div.posts .post-block a.thumbnail img,
div.post .entry a.thumbnail img {
	height: 65px;
	width: 100px;
}

/* Sidebars */

div#sidebar {
	width: 320px;
}
div.sidebar {
	background-color: #FFF;
	margin-top: 10px;
	padding: 10px;
	width: 300px;
}
div.sidebar * {
	position: relative;
	z-index: 5;
}
div.sidebar:first-child {
	margin-top: 0;
}
div.slim-sidebar {
	background-color: #FFF;
	padding: 10px;
	width: 135px;
	height: 100%;
}
div#sidebar-live {
}
div#sidebar-top {
}
div#sidebar-middle {
	background-color: transparent;
	padding: 0;
	width: 320px;
}
div#sidebar-middle-left {
}
div#sidebar-middle-right {
}
div#sidebar-bottom {
}

/* WP PageNavi */

div.pagenavi {
	padding: 20px 0 10px 0;
}
div.pagenavi .wp-pagenavi {
	text-align: center;
}
div.pagenavi .wp-pagenavi a {
	border: 1px solid #000;
	color: #000;
}
div.pagenavi .wp-pagenavi a:hover {
	background-color: #EEE;
	border: 1px solid #555;
	color: #555;
}
div.pagenavi .wp-pagenavi .current {
	background-color: #000;
	color: #EEE;
}

/* Sidebar Widgets */

div#sidebar .widget {
	margin-top: 10px;
}
div#sidebar .widget:first-child {
	margin-top: 0;
}
div#sidebar .widget a {
	color: #000;
	font-family: "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
div#sidebar .widget a:hover {
	text-decoration: none;
}
div#sidebar .widget-title {
	background: #222 url('images/widget_title.png') no-repeat;
	color: #EEE;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 25px;
	padding: 25px 0 0 50px;
}

/* Widgets */

div#widget_container_curs {
	border: 0 !important;
	padding: 0 !important;
}
div#widget_container_curs table {
	width: 100% !important;
}
div.widget_tag_cloud a {
	font-weight: normal !important;
	text-decoration: none !important;
}
div.widget_tag_cloud a:hover {
	color: #777 !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}

/* Plugins - Contact Form 7 */

form.wpcf7-form {
}
form.wpcf7-form input,
form.wpcf7-form textarea {
	border: 1px solid #E2E2E2;
	padding: 2px 4px;
}
form.wpcf7-form input[type="submit"] {
	background-color: #EEE;
	border: 1px solid #AAA;
	color: #333;
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
}
form.wpcf7-form input[type="submit"]:hover {
	background-color: #CCC;
}

.social-links {
}

.social-links a {
	background: transparent url('images/social_buttons.png') no-repeat;
	display: block;
	float: left;
	height: 69px;
	margin-left: 8px;
	width: 69px;
}
.social-links a:first-child {
	margin-left: 0;
}
.social-links a#social-fb {
	background-position: 0 0;
}
.social-links a#social-fb:hover {
	background-position: 0 -69px;
}
.social-links a#social-tw {
	background-position: -69px 0;
}
.social-links a#social-tw:hover {
	background-position: -69px -69px;
}
.social-links a#social-rss {
	background-position: -138px 0;
}
.social-links a#social-rss:hover {
	background-position: -138px -69px;
}
.social-links a#social-contact {
	background-position: -207px 0;
}
.social-links a#social-contact:hover {
	background-position: -207px -69px;
}
