﻿/*
Theme Name: several
Theme URI: http://wordpress.org/
Description: several
Author: Stelian Firez
Author URI: http://www.stelianfirez.com/
*/


/* general
==========================================================================*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* basics */

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font: 11px Verdana, Arial, sans-serif;
}
a{
  color: #414196;
}
a:hover{
  color: #70AC26;
  text-decoration:none;
}


hr{
  display: none;
}
form, img{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

.clearing {
  margin: 0;
  padding: 0;
  font: 1px/1px Verdana, Arial, Helvetica, sans-serif;
  clear: both;
}
#fix-recent-posts{
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 131px;
  overflow: hidden;
  z-index: 1;
}
h1,h2,h3 {
	font-family:Century Gothic, Apple Gothic, Arial, Verdana, sans-serif;
	font-weight:normal;
	color:#333399;
}
h1 {
	font-size:24px;
	padding:0 0 5px 0;
}
h3 {
	color:#70ac26;
	font-size:15px;
}


/* header
==========================================================================*/

#header {
position: relative;
  margin: 0;
  padding: 25px 0 0 0;
  /*background: url(skin/header_bkg.jpg) repeat-x 0% 0%;
  height: 85px;*/
}
#header-wrap, #wrap{
position: relative;
  margin: 0 auto;
  padding: 0;
  width: 770px;
}

/* logo */

#logo{
position: relative;
top: 0;
left: 0;
  width:315px;
  height:53px;
  margin-bottom: 15px;
}
#logo a{
  display: block;
  width: 315px;
  height: 53px;
  background: url(skin/cubeworks_logo.gif) no-repeat 0% 0%;
  border: none;
  overflow: hidden;
  text-indent: -3000px;
}
#tagline{
  margin: 40px 0 0 0;
  padding: 0 0 0 11px;
  float: left;
  font-size: 10px;
  font-weight: lighter;
  color: #848b9b;
}
h2#contact {
	position: absolute;
	top: 10px;
	left: 370px;
	width:398px;
	height:37px;
	margin:0;
	padding:0;
}

/* navigation */

div#nav-wrap {
	clear:both;
	float:left;
	background-color:#FFF;
	padding:15px 0 20px 0;
}
#nav{
	margin:0;
	padding: 0;
	width:770px;
	list-style: none;
	border-bottom:1px solid #d0d0e9;
	height:25px;
}
#nav li{
  margin: 0;
  /*padding: 0 10px 0 0;*/
  float: left;
  width:auto;
}
#nav a{
  font-size: 12px;
  color: #7e8083;
  text-decoration: none;
}
#nav a:hover, #nav a:active, #nav .current_page_item a{
  color: #333399;
  text-decoration: none;
}
#nav li#nav-home a,
#nav li#nav-services a,
#nav li#nav-products a,
#nav li#nav-clients a,
#nav li#nav-news a,
#nav li#nav-about-us a,
#nav li#nav-contact-us a,
#nav li#nav-blog a {
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	height:19px;
	border-right:1px solid #d0d0e9;
}
#nav li#nav-home a {
	background:#FFF url(nav/home.png) no-repeat 0 0;
	width:46px;
}
#nav li#nav-home a:hover {
	background:#FFF url(nav/home_on.png) no-repeat 0 0;
}
#nav li#nav-services a {
	background:#FFF url(nav/services.png) no-repeat 0 0;
	width:69px;
}
#nav li#nav-services a:hover {
	background:#FFF url(nav/services_on.png) no-repeat 0 0;
}
#nav li#nav-products a {
	background:#FFF url(nav/products.png) no-repeat 0 0;
	width:71px;
}
#nav li#nav-products a:hover {
	background:#FFF url(nav/products_on.png) no-repeat 0 0;
}
#nav li#nav-clients a {
	background:#FFF url(nav/clients.png) no-repeat 0 0;
	width:59px;
}
#nav li#nav-clients a:hover {
	background:#FFF url(nav/clients_on.png) no-repeat 0 0;
}
#nav li#nav-news a {
	background:#FFF url(nav/news.png) no-repeat 0 0;
	width:51px;
}
#nav li#nav-news a:hover {
	background:#FFF url(nav/news_on.png) no-repeat 0 0;
}
#nav li#nav-about-us a {
	background:#FFF url(nav/aboutus.png) no-repeat 0 0;
	width:72px;
}
#nav li#nav-about-us a:hover {
	background:#FFF url(nav/aboutus_on.png) no-repeat 0 0;
}
#nav li#nav-contact-us a {
	background:#FFF url(nav/contactus.png) no-repeat 0 0;
	width:85px;
}
#nav li#nav-contact-us a:hover {
	background:#FFF url(nav/contactus_on.png) no-repeat 0 0;
}
#nav li#nav-blog a {
	background:#FFF url(nav/blog.png) no-repeat 0 0;
	width:70px;
	border-right:0;
}
#nav li#nav-blog a:hover {
	background:#FFF url(nav/blog_on.png) no-repeat 0 0;
}




/* extra */

#extra{
  float: left;
  width: auto;
  position: relative;
}

/* -search */

#search{
  padding: 0;
  padding-left: 1px;
  margin-left: 20px;
  margin-top: 20px;
  background: url(skin/search_bkg.jpg) no-repeat 0% 0%;
  width: 204px;
  height: 34px;
}
#search #s-text {
  margin: 0;
  padding: 0;
  float: left;
}
#s {
  margin: 8px 0 0 0;
  padding: 0 0 0 8px;
  font: 12px "Lucida Grande", Verdana, sans-serif;
  width: 160px;
  border: 0;
  color: #888888;
}
#search #s-submit {
  margin: 5px 0 0 0;
  padding: 0;
  float: left;
}
#searchsubmit {
  margin: 0;
  padding: 0;
  background: url(skin/search_submit.png) no-repeat 0% 0%;
  width: 27px;
  height: 22px;
  border: 0;
}
#search label {
  display: none;
}

/* -meta */

.meta{
  margin: 6px 0 0 6px;
  padding: 0 0 6px 23px;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}
.meta a{
  text-decoration: none;
  color: #cce;
}
.meta a:hover{
  text-decoration: none;
  color: #ffffff;
}

/* content
==========================================================================*/

#content {
  margin: 0;
  /*background: url(skin/content_bkg.jpg) repeat-x 0% 0%;*/
  clear: both;
}
#content-wrap{
  /*background: url(skin/content_bkg.jpg) repeat-x 0% 0%;*/
  margin: 0 auto;
  padding: 0;
  width: 770px;
}

#content a:hover{
  color: #70AC26;
  text-decoration:none;
  border-bottom:1px dotted #70AC26;
}

#content  h1 a:hover,
#content  h2 a:hover,
#content  h3 a:hover,
#content  #sidebar a:hover{
  border-bottom:none;
}

/* post area */

#posts {
  margin: 0;
  padding: 0 40px 0 0;
  float: left;
  width: 490px;
  border-right:1px #d0d0ea solid;
}
h1.caption{
	margin:0 0 10px 0;
}
p.caption {
	font-size: 10px;
	text-align: left;
	line-height: 0;
}

p.caption img {
	margin-bottom: 5px;
}

p.attribution {
	font-size: 10px;
	text-align: right;
	line-height: 0;
}

p.attribution a, p.attribution span, p.caption span {
	color: #787878;
	line-height: 12px;
}

/* - post - */

.post {
  margin: 0;
  padding: 0 0 35px 0;
}
.post h1{
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height:1.2em;
  margin:0 0 10px;
  color: #23237a;
  letter-spacing: -0.03em;
}
.post h2, #comments h2, #post-comments h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #23237a;
  letter-spacing: -0.03em;
  font-weight:normal;
}
#comments h2{
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
div.post.home-post h2{
	font-size: 26px;
	line-height:1.2em;
	margin:0 0 10px;
}
.post h1 a,
.post h2 a {
  color: #414196;
  text-decoration: none;
  border: none;
  font-weight:normal;
}
.post h2 a:hover {
  color: #70AC26;
}
.post .wp-caption-text{
	color:#67707A;
	font-family:"Lucida Grande",Verdana,sans-serif;
	font-size:10px;
}
.date {
  margin: 4px 0 0 1px;
  font: 10px/1.5em "Lucida Grande", Verdana, sans-serif;
  color: #67707A;
  float:left;
}
.date strong{
	color: #333;
}
.comments-no{
	float:right;
}
.comments-no a{
	text-decoration:none;
}
.entry {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 1.8em;
  color: #333;
  clear:both;
}
.entry p {
  margin: 0;
  padding: 0 0 16px 0;
}
.entry blockquote {
  margin: 22px 0 22px 22px;
  border-left:5px #70ac26 solid;
  padding: 0 0 0 10px;
}
.entry blockquote p {
	padding:5px 0;
}
.entry ul,
.entry ol {
  margin: 0;
  padding: 0 0 18px 22px;
  list-style-type: none;
  list-style-position: outside;
}
.entry ul li{
	background: url(skin/bullet.png) no-repeat 0 8px;
	padding:0 0 0 16px;
}
.entry ol li {
	padding:0 0 0 16px;
	list-style-type:decimal;
}
.entry li {
  margin: 0;
  padding: 0;
}
img.floatleft {
  margin: 0 10px 10px 0;
  float: left;
}
.postmetadata {
  padding: 0;
  font: 10px "Lucida Grande", Verdana, sans-serif;
  color: #565656;
  clear: both;
}
.tags {
  margin: 0;
  padding: 2px 0 2px 22px;
  background: url(skin/tag.png) no-repeat 0% 0%;
  line-height: 16px;
}
.comments-no {
  margin: 0;
  padding: 2px 0 2px 22px;
  background: url(skin/comments.png) no-repeat 0% 50%;
  line-height: 16px;
}
.postmetadata a {
  padding: 0;
  color: #414196;
  text-decoration: none;
}
.postmetadata a:hover {
  text-decoration: none;
  color: #70AC26;
  border-bottom:1px dotted #70AC26;
}
.navigation{
	margin: 0 0 10px 0;
}
.navigation a{
	text-decoration:none;
}
/* - comments - */

#comments {
  margin: 20px 0 0 0;
  padding: 0;
  position:relative;
}
.add-comment{
    margin: 7px 0;
	position:absolute;
	top:0;
	right:0;
}
.add-comment a {
  padding: 3px 5px;
  background: #f8f8f8;
  font: 10px Verdana, sans-serif;
  color: #444;
  text-decoration: none;
  border: 1px solid #ccc;
}
.add-comment a:hover {
  text-decoration: none;
  background:#fff;
}
#comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: #888888;
}
#comments ol li {
  margin: 0 0 10px 0;
  clear: both;
  border-bottom:1px solid #CCCCCC;
}
.author {
  margin: 0;
  padding: 5px;
  /*width: 170px;*/
  font-family: "Lucida Grande", Verdana, sans-serif;
  color: #000;
  font-size:15px;
  background:#F8F8F8 none repeat scroll 0 0;
  text-align:right;
}
.author span {
	font-size:10px;
	color:#555;
}
.author a {
  font: 11px "Lucida Grande", Verdana, sans-serif;
  color: #414196;
}

.author a:hover{
	color: #70AC26;
}

.comment {
  margin: 0;
  padding: 0;
}
.comment span, .no-find {
  margin: 0;
  padding: 2px;
  background: #F4F29D;
  color: #862D2D;
  font-style: italic;
  font-size: 12px;
}

.comment p {
  margin: 0;
  padding: 0;
  color:#3E4655;
}

.approved p {
  margin: 10px 0;
  line-height:1.5em;
}

/* - comments form - */

#post-comments {
  margin: 0;
  padding: 15px 0 0 0;
  clear: both;
  color: #888888;
}
#reply {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 11px;
}
.comment-field {
  margin: 0;
  padding: 0 0 12px 0;
}
.comment-field textarea {
  padding: 2px;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  width: 302px;
  border: 1px solid #BCBCCB;
  color: #565656;
}
.comment-field label {
  float: left;
  width: 170px;
}
.input-text {
  padding: 2px;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  width: 302px;
  border: 1px solid #BCBCCB;
  color: #565656;
}
.input-button {
  margin: 0 0 0 171px;
  padding: 0 5px;
  color: #565656;
}

/* Related posts*/
.entry #related-posts{
  margin:25px 0 10px 0;
}
.entry #related-posts h2{
  padding:0 0 10px;
}
.entry #related-posts ol{
  padding:0;
}
.entry #related-posts ol li{
  list-style-type:none;
  padding:0;
}
/* sidebar
==========================================================================*/

#sidebar{
  /*margin: 21px 0 0 0;*/
  padding: 15px 0 0 0;
  /*background: url(skin/sidebar_bkg.jpg) repeat-y 0% 0%;*/
  float: right;
  width: 224px;
}
#sidebar h2 {
  margin: 0;
  padding: 0 0 0 19px;
  font-size: 16px;
  font-weight: bold;
  /*text-transform: uppercase;
  letter-spacing: 0.03em;*/
  color: #333399;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 12px;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
}
#sidebar ul li ul {
  margin: 0;
  padding: 15px 0 12px 0;
}
#sidebar ul li ul li {
  margin: 0 0 10px 0;
  padding: 0;
}
#sidebar a {
  display: block;
  color: #414196;
  text-decoration: none;
  padding: 0 0 0 15px;
  background: url(skin/bullet.png) no-repeat 2px 6px;
  border: none;
  line-height: 1.5em;
}
#sidebar a:hover {
  color: #70AC26;
  text-decoration: none;
}

#rss-posts a{
  background-image: none;
  padding:0 0 0 20px;
}

#rss-posts li {
list-style-type: none;
background: url(skin/feed-icon.png) no-repeat 0 2px;
}


#footer{
  margin: 0;
  padding: 0 0 30px 0;
}
#footer-wrap{
  margin: 0 auto;
  padding: 10px 0 0 0;
  border-top:1px #d0d0e8 solid;
  width: 770px;
  color:#333399;
  font-size:11px;
}
#footer-wrap a:hover {
	color:#70AC26;
}
#copyright{
  margin: 0;
  padding: 0 0 0 14px;
  color: #777;
}
#footer-wrap p#footer-left {
	float:left;
}
#footer-wrap p#footer-right {
	float:right;
}