@charset "UTF-8";

/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");


/* Layout */

body {
    text-align: center;
    background: #ffffff;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper-inner {
    width: 780px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    text-align: left;
}

#container {
    width: 740px;
    margin: 20px 20px 0 20px;
}

#header, #nav, #banner, #container, #content, #sidebar, #footer {
    position: relative;
    overflow: hidden;
}

#content, #sidebar {
    float: left;
}

#footer {
    width: 100%;
}



/* Layout2ColumnRight */

.layout-2column-right #content {
    width: 500px;
}

.layout-2column-right #sidebar {
    width: 200px;
}



/* AnchorStyle */

a { color: #0000cc; text-decoration: underline;}
a:hover { text-decoration: none; }
a:hover img { filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }


/* Header */

#header {
    margin: 0 0 10px 0;
    padding: 10px 0 0 20px;
    background: url(images/header-number.gif) right 52px no-repeat;
    width: 760px;
    height: 65px;
}

#logo {
    float: left;
    margin-right: 40px;
}

#header h1 {
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 85%;
    display: block;
}


#header-nav {
    float: right;
    margin: 0;
}

#header-nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#header-nav ul li {
    float: left;
    margin-left: -1px;
    padding: 0 4px 0 7px;
    border-left: 1px #333333 solid;
    list-style-type: none;
    font-size: 77%;
}


/* Nav */

#nav {
    background: #ad0000;
    height: 30px;
    margin: 0;
    padding: 0;
}



#nav ul {
    float: right;
    margin: 7px 15px 0 0;
    padding: 0;
    height: 30px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 30px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0 0 0 23px;
    background: none;
    height: 30px;
    border: 0;
    color: #fff;
}

#nav ul li.nav01 a {
    background: url(images/nav-01.gif) 3px 1px no-repeat;
}

#nav ul li.nav02 a {
    background: url(images/nav-02.gif) 3px 1px no-repeat;
}

#nav ul li.nav03 a {
    background: url(images/nav-03.gif) 3px 1px no-repeat;
}

#nav ul li.nav04 a {
    background: url(images/nav-04.gif) 3px 1px no-repeat;
}

#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
    background-position: 0 -18px;
}

#headline {
    margin: 0 0 20px 0;
    padding: 2px;
    background: #ccc;
}

#headline h2 {
    font-size: 77%;
    font-weight: normal;
    margin: 0;
}


/* TopicPath */

#topicpath {
    margin: 0 20px 0 20px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    width: 738px;
}


#topicpath ol {
    margin: 5px 10px;
    padding: 0 0 0 18px;
    font-size: 85%;
    background: url(images/topicpath-home.gif) no-repeat 0 50%;
    overflow: hidden;
    width: 720px;
}

#topicpath ol li {
    float: left;
    padding-right: 7px;
    padding-left: 12px;
    background: url(images/topicpath-arrow.gif) no-repeat 0 50%;
    list-style-type: none;
}

#topicpath ol li.home {
    padding-left: 0;
    background: none;
}

#topicpath ol li a:link,
#topicpath ol li a:visited {
    text-decoration: underline;
}

#topicpath ol li a:hover,
#topicpath ol li a:active {
    text-decoration: underline;
}

#topicpath ol li em {
    font-style: normal;
    font-weight: bold;
}



/* Content */

#content .header {
    height: 27px;
    border-bottom: 3px solid #ad0000;
    margin-bottom: 5px;
    overflow: hidden;
}

#content .header h2 {
    margin: 0;
    padding: 5px 0 0 5px;
    color: #ad0000;
}

#content .header .header-logo {
    float: left;
    margin: 0;
    padding: 0;
}

#content .header .header-control {
    float: right;
    margin: 0;
    padding: 5px 0 0 0;
}

.anchor {
    font-size: 85%;
    text-align: right;
}


/* Pagination */

#pagination {
    clear: both;
    margin: 0 5px 10px 0;
    padding: 0;
}

.paginate { font-size:85%; padding:12px 0; }
.wp-paginate { padding:0; margin:0; text-align:center; width: 550px; }
.wp-paginate li { display:inline; list-style:none; margin:0; padding:0; line-height:2.4; }
.wp-paginate a { background:#fff; border:1px solid #999; color:#666; padding:2px 5px; text-align:center; text-decoration:none; }
.wp-paginate a:hover, .wp-paginate a:active { border:1px solid #2e6ab1; background:#fff; color:#2e6ab1; }
.wp-paginate .title { color:#666; }
.wp-paginate .gap { color:#999; }
.wp-paginate .current { color:#fff; background:#2e6ab1; border:1px solid #2e6ab1; padding:2px 5px; }
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}


/* Pagetop */

#pagetop {
    text-align: right;
    margin-right: 10px;
}


/* Footer */

#footer {
    margin: 0;
}

#service-area {
    padding: 2px 0;
    margin-bottom: 20px;
    background: #ad0000;
    text-align: center;
}

#service-area h2 {
    font-size: 85%;
    font-weight: normal;
    color: #fff;
    margin: 0;
}

#copyright {
    text-align: center;
    font-size: 85%;
    margin-bottom: 20px;
}

#footer ul {
    width: 860px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer ul li {
    float: left;
    margin-left: -1px;
    padding: 0 7px 0 11px;
    border-left: 1px #333333 solid;
    list-style-type: none;
}


/* LightBox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* ImageStyle */

.img-left {
    float: left;
    margin: 0 10px 10px 0;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
}

.img-center {
    margin: 0 auto 10px auto;
}

.img-left-caption {
    margin: 0 2px 10px 0;
    text-align: center;
    font-size: 85%;
    line-height: 1.5;
}



/* TextStyle */

.bold { font-weight: bold; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.quotation { padding: 20px 20px 10px 20px; margin: 0 30px 15px 30px; background: #eee; }

.smaller { font-size:85%; }
.larger { font-size:131%; }

.clear { clear: both; }

.red { color: #ee0000; }
.blue { color: #0066ff; }
.orange { color: #E05116; }
.green { color: #2EB72E; }

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/* BoxStyle */

.text-area-gray {
    margin: 0 0 15px 0;
    padding: 15px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.text-area-white {
    margin: 0 0 15px 0;
    padding: 15px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}



.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 182%;
	line-height: 1.2;
	font-weight: normal;
	border-left: 6px solid #ad0000;
	padding: 0 0 0 8px;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.4;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-left: 4px solid #ad0000;
	padding: 0 0 0 8px;
	color: #333333;
	font-weight: bold;
	width: 192px;
}

.sidepanel ul {
	margin: 0;
	padding: 0;
}

.sidepanel ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(images/list-icon.gif) 10px center no-repeat;
	list-style: none;
	font-size: 85%;
width: 180px;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

#wp-calendar {
	border-collapse: collapse;
	font-size: 77p%;
	width: 180px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 10px auto;
	line-height: 1;
    }

#wp-calendar th {
	background: #f5f5f5;
	color: #999;
	font-weight: normal;
	text-align: center;
	padding: 3px 2px;
	 border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar td {
	text-align: center;
	padding: 3px 2px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#searchform {
    width: 200px;
    margin:0 0 0 10px;
    padding: 0;
    display: inline;
}

#searchform #s{
    height: 18px;
    width: 190px;
    margin: 0 0 5px 0;
}

#searchform .screen-reader-text {
display: none;
}

