/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.coma
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

DESIGN BY: yuki melodies, http://www.yukimelodies.com
FOR: Web Project Stuidos
*/


@import "reset.css";

body {
	background: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #585858;
	line-height: 1;
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.clear {clear:both}

#titlesize {
font-size: 140%; 
}

.maincolor { 
color: #da4c49;
/*color: #eb2b23;*/
}

#wrapper-bg {
width: 100%;
background: #FFFFFF url(images/bg-main.gif) repeat-x top left;
}

#wrapper {
	width: 985px;
	margin: 0 auto;
}

#header-holder {
width: 100%;
height: auto;
background-color: #fcfcfc;
}

#header {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
}

#logo {
	width: 385px;
	height: 52px;
	float: left;
	padding-bottom: 20px;
}

#logo a {
	color: #333;
}

#description {
	font-size: 180%;
	color: #999;
	float: right;
	background: #fcfcfc url(images/phone.gif) no-repeat center left;
	padding: 15px 0 10px 35px;
	text-align: right;
}

#menu {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

#menu ul li {
	float: left;
	text-transform: capitalize;
	font-size: 120%;
	padding: 10px 27px 5px 0;
}


#menu ul li a:link, #menu ul li a:visited {
	color: #818181;
}

#menu ul li a:hover {
	color: #eb2b23;
	text-decoration: none;
}

#menu ul li a:active {
	color: #ff3333;
	text-decoration: none;
}

#current a {
	color: #eb2b23 !Important;
	padding: 8px 10px 5px 10px;
	border: 1px solid #b1afaf;
	background: #FFF url(images/bg-tab.gif) repeat-x top left;
}
	
#container {
	width: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#content {
	float: right;
	width: 740px;
	padding-top: 3px;
	/*border: solid 1px #CCC;*/
}

/*.post {
	margin-bottom: 50px;
}*/

.page {
width: auto;
min-height: 300px;
background-color: #FFF;
padding: 10px;
}

.page-box {
width: auto;
border: solid 1px #999;
margin: 18px 0 10px;
}

.page-topr {
width: 11px;
height: 11px;
background: Transparent url(images/corner-topr-gbg.gif) top right no-repeat;
position: absolute;
margin: -1px 0 0 728px;
}

.page-btmr {
width: 11px;
height: 11px;
background: Transparent url(images/corner-btmr.gif) bottom right no-repeat;
position: absolute;
margin: -10px 0 0 728px;
}

.page-btml {
width: 11px;
height: 11px;
background: Transparent url(images/corner-btml.gif) bottom left no-repeat;
position: absolute;
margin: -10px 0 0 -1px;
}

.half-page {
width: 465px;
float: left;
}

.spotlight {
width: 240px;
min-height: 200px;
float: right;
font-size: 160%;
display:block;
}

.spotlight img {
max-width: 240px;
float: right;
display: block;
padding: 60px 0 0 0 !important;
}

.spotlight-notxt {
float: right;
display:block;
}

.spotlight-notxt img {
max-width: 240px;
float: right;
display: block;
padding: 0 !important;
}

.page-title {
font-size: 180%;
color: #eb2b23;
padding: 5px 0 20px 40px;
background: Transparent url(images/icon-title.jpg) top left no-repeat;
}

.post-title {
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
}

.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 {
	color: #666;
	margin-top: 5px;
}

.post-meta a {
	color: #333;	
	text-decoration: underline;
}

.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.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 20px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 20px;
	padding: 4px;
}

.post-content img.aligncenter {
text-align: center
padding: 4px;
margin:0 auto;
} 

.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;
	
	list-style-type:disc;
}

.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 {
padding: 0 10px;
}

#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 {
	width: auto;
	padding: 10px;
	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: left;
	width: 230px;
	padding-top: 20px;
}

.side-contact-holder {
width: auto;
height: auto;
margin-bottom: 10px;
}

.corner-topr-contact, .corn-twit-topr {
width: 11px;
height: 11px;
background: Transparent url(images/corner-topr-contact.gif) top right no-repeat;
position: absolute;
margin: -1px 0 0 220px;
}

.corn-twit-topr {
background: Transparent url(images/cor-twit-topr.gif) top right no-repeat;
}

.corner-btmr, .corn-twit-btmr {
width: 11px;
height: 11px;
background: Transparent url(images/corner-btmr.gif) bottom right no-repeat;
position: absolute;
margin: -11px 0 0 221px;
}

.corn-twit-btmr {
background: Transparent url(images/cor-twit-btmr.gif) bottom right no-repeat;
}

.corner-btml, .corn-twit-btml {
width: 11px;
height: 11px;
background: Transparent url(images/corner-btml.gif) bottom left no-repeat;
position: absolute;
margin-top: -11px;
}

.corn-twit-btml {
background: Transparent url(images/cor-twit-btml.gif) bottom right no-repeat;
}

.contact-title {
width: 100%;
background: #e0dede url(images/title-contact-bg.gif) top left repeat-x;
border: solid 1px #999;
border-bottom: solid 1px #cccaca;
}

.contact-title span {
display: block;
padding: 5px;
}

.side-contact, .twit-box {
width: 210px;
min-height: 230px;
padding: 10px;
background-color:#FFF;
font-size: 90%;
border: solid 1px #999;
border-top: none;
}

.captcha {
padding: 5px 0;
margin-left: 60px;
}

.captcha-page {
padding: 2px 0;
margin-left: 30px;
}

.side-instruct {
font-size: 110% !important;
display: block;
padding-bottom: 8px;
line-height: 1.1;
}

.twit-box {
width: 230px;
min-height: 150px;
padding: 0px;
border: solid 1px #99ccff;
background:#FFF url(images/bg-twit.gif) bottom left repeat-x;
}

.space-bottom {
margin-bottom: 5px;
display:block;
}

.space {
margin: 8px 0;
display:block;
}

.spacer {
line-height: 2;
}

.side-contact ul {
margin-top: 10px;
}

.side-contact li {
list-style-type: none;
width: 100%;
margin-bottom: 3px;
}

.side-contact label {
margin-right: 2%;
width: 33%;
display: inline-block;
font-weight: bold;
font-size: 90%;
}

.forminput {
width: 62%;
margin: 2px 0;
}

.page-contact label {
margin-right: 2%;
width: 33%;
display: inline-block;
font-weight: bold;
vertical-align: top;
font-size: 90%;
}

.forminput-page {
width: 32%;
margin: 2px 0;
}

.forminput-short {
width: 20%;
margin: 2px 0;
}

.side-contact textarea {
width: 205px;
}

input.checkbox {
width:10% !important;
margin: 0 !important;
padding: 0 !important;
}

input.btn-small {
width: auto;
padding: 5px 10px;
background: #da4c49 url(images/btn-small-bg.gif) repeat-x top left;
border: solid 1px #cc3333;
float: right;
color: #FFF;
font-size: 130%;
}

input.btn-small1 {
width: auto;
padding: 5px 10px;
background: #da4c49 url(images/btn-small-bg.gif) repeat-x top left;
border: solid 1px #cc3333;
color: #FFF;
font-size: 130%;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer-holder {
width: 100%;
height: 100%;
border-top: 1px solid #e2e2e2;
background: Transparent url(images/white.gif) repeat-x top left;
}

#footer {
	margin: 0 auto;
	width: 980px;
	height: 20px;
	padding: 15px 0;
}

#footer-links {
	list-style: none;
	float: right;
	text-align: right;
	font-size: 90%;
}

#footer-links li {
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.btn-front, .btn-front-end {
width: 238px;
height: auto;
background: #da4c49 url(images/btn-focusbg.gif) repeat-x top left;
border: solid 1px #cc3333;
text-align: center;
float: left;
font-size: 120%;
margin: 10px 10px 10px 0;
}

.btn-front-end {
margin-right: 0;
}

.btn-front a, .btn-front-end a {
width: 100%;
height: 100%;
padding: 10px 0;
display: block;
color: #FFF;
}

.btn-front a:hover, .btn-front-end a:hover {

}

.btn-focus-space {
margin-right: 10px;
}


.focus-front, .focus-front-end {
width: 240px;
min-height: 240px;
float: left;
margin-right: 10px;
font-size: 0.98em;
}

.focus-front-end {
margin-right: 0px;
}

.focus-front span, .focus-front-end span {
background: Transparent url(images/bullet-logo.gif) no-repeat top left;
background-position: 0px 5px;
display:block;
padding: 10px 0 5px 30px; 
font-size: 120%;
}

.social-btns img {
margin-right: 3px;
}

/** twitter **/

.twit-holder {
width: auto;
height: auto;
/*margin-bottom: 10px;
width: 210px;
padding: 10px;*/
font-size: 90%;
margin-bottom: 10px;
}

.twtr-widget .twtr-tweet {
margin-left: 10px;
}

.twit-title {
color: #33ccff;
font-size: 150%;
font-weight: bold;
width: auto;
padding: 10px 10px 0;
}

.twtr-hd {display: none;}

.twtr-ft div {
padding: 0px !important;
}

.twtr-doc{
width:210px !important;
}

.twtr-widget .twtr-tweet-wrap{padding: 10px 0 !important;
}

.twtr-ft {
display: none;
}

.twtr-hd {
padding:0px;}

/****/

/** sidebar **/

#bottombar-holder {
width: 740px;
float: right;
}

.bar-title {
color: #da4c49;
font-size: 110%;
padding-bottom: 10px;
font-weight: bold;
}

.bar-title a {
color: #da4c49;
}

.bar-content {
padding: 10px;
min-height: 210px;
background-color: #FFF;
}

#sidebar1 {
width: 240px;
min-height: 220px;
float: left;
}

.sidebar1-box {
width: auto;
border: solid 1px #999;
}

.sidebar1-topr {
width: 11px;
height: 11px;
background: Transparent url(images/corner-topr-gbg.gif) top right no-repeat;
position: absolute;
margin: -1px 0 0 228px;
}

.sidebar1-btmr {
width: 11px;
height: 11px;
background: Transparent url(images/corner-btmr.gif) bottom right no-repeat;
position: absolute;
margin: -10px 0 0 228px;
}

.sidebar1-btml {
width: 11px;
height: 11px;
background: Transparent url(images/corner-btml.gif) bottom left no-repeat;
position: absolute;
margin: -10px 0 0 -1px;
}

.special {
color: #ccc;
font-size: 200%;
text-align: center;
padding: 20px 0;
}

#sidebar2 {
width: 490px;
min-height: 220px;
float: right;
}

.sidebar2-box {
width: auto;
border: solid 1px #999;
}

.sidebar2-topr {
width: 11px;
height: 11px;
background: Transparent url(images/corner-topr-gbg.gif) top right no-repeat;
position: absolute;
margin: -1px 0 0 478px;
}

.sidebar2-btmr {
width: 11px;
height: 11px;
background: Transparent url(images/corner-btmr.gif) bottom right no-repeat;
position: absolute;
margin: -10px 0 0 478px;
}

.sidebar2-btml {
width: 11px;
height: 11px;
background: Transparent url(images/corner-btml.gif) bottom left no-repeat;
position: absolute;
margin: -10px 0 0 -1px;
}

/*****/

.flash-holder {
width: 740px;
height: 226px;
padding-top: 2px;
}