/*
THEME NAME: Visual
THEME URI: http://wpthemes.rubiqube.com/visual/
DESCRIPTION: Visual v1.0 : A quality WordPress theme for all those visual blogs out there!
VERSION: 1.0
AUTHOR: <a href="http: //www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http: //www.rubiqube.com
*/

/* ------------------------------------------------------------------------ */
/* Import CSS - WARNING: only edit these files for advanced changes */
/* ------------------------------------------------------------------------ */

@import "css/reset.css";			/* generic reset file for cross-browser consistency */
@import "css/fontface.css";			/* includes the custom fonts using font-face */
@import "css/superfish.css";		/* controls the dropdown menus (look and feel styling is below) */
@import "css/tooltip.css";			/* controls the look and feel of tooltips */
@import "css/jcarousel.css";		/* controls the look and feel of the carousel */
@import "css/fancybox.css";			/* controls the look and feel of the lightbox */

/* ------------------------------------------------------------------------ */
/* Tag Styling */
/* ------------------------------------------------------------------------ */

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #525252;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0 15px 0;
}

blockquote {
	font-style: italic;
	background: url("images/quotes.gif") no-repeat top left;
	background-position: 12px 12px;
	padding: 8px 15px 8px 60px;
	margin: 5px 0;
	color: #595959;
}

/* ------------------------------------------------------------------------ */
/* Site wide classes */
/* ------------------------------------------------------------------------ */

.wrapper {
	width: 980px;
	margin: 0 auto;
}

/* ------------------------------------------------------------------------ */
/* Top Menu */
/* ------------------------------------------------------------------------ */

#topmenu {
	height: 36px;
}

/* ------------------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------------------ */

#header {
	overflow: hidden;
}

#logo {
	float: left;
	margin: 35px 0 0 30px;
}

#logo a {
	display: block;	
}

#logo a span {
	display: none;
}

#ad-468x60 {
	float: right;
	margin: 15px 30px 15px 0;
	padding: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* ------------------------------------------------------------------------ */
/* Container */
/* ------------------------------------------------------------------------ */

#container {	
	width: 930px;
	padding: 20px 25px;
}

/* ------------------------------------------------------------------------ */
/* Main Menu */
/* ------------------------------------------------------------------------ */

#mainmenu {	
	height: 55px;
	position: relative;
	z-index: 1;	
}

#mainmenu > ul {
	float: left;
	margin: 6px 0 0 5px;
}

#mainmenu li {
	background: url("images/sep_mainmenu.png") no-repeat top right;
}

#mainmenu li a {
	display: block;
	float: left;
	padding: 15px 15px 18px 15px;
	color: #838383;
	font-size: 120%;
}

#mainmenu li a.sf-with-ul {
	padding-right: 30px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 15px;
	width: 10px;
	height: 10px;	
	text-indent: -999em;
	overflow: hidden;
	background: url('images/arrows-ffffff.png') no-repeat -10px -100px;	
}

a > .sf-sub-indicator {
	top: 17px;
	background-position: 0 -100px;
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers */
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers */
}

/*** shadows for all but IE6 ***/

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#mainmenu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#mainmenu li.current-menu-item {
	background: url("images/bg_menuactive.png") repeat-x top right;
}

#mainmenu ul ul {
	font-size: 70%;
	background: #090909;
	margin: 23px 0 0 0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
	width: 200px;
}

#mainmenu ul ul ul {
	background: none;
	margin: -1px 0 0 30px;	
	padding: 0px 0 0 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

#mainmenu ul ul li {
	border-top: 1px solid #161616;
}

#mainmenu ul ul li a {
	padding: 7px 10px 8px 10px;
	font-weight: normal;
}

#mainmenu #searchbox {
	float: right;
	width: 261px;
	padding: 10px 15px 0 0;
}

#mainmenu #s {
	background: url("images/bg_searchbox.png") no-repeat top left;
	border: none;
	width: 224px;
	padding: 7px 30px 7px 7px;
	color: #666666;
}

/* Last 5 articles */

#lastpost {
	width: 450px;
	overflow: hidden;
	float: left;
}

#lastpost .image {
	margin-bottom: 15px;
}

#lastpost .snippet {
	float: left;
	width: 210px;
	background: url("images/bg_latest.gif") repeat-y top right;
	padding: 0 20px 0 0;
	margin-right: 20px;	
}

#lastpost .title {
	font-size: 185%;
}

#similar {
	float: left;	
	width: 200px;	
}

#similar h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

.listposts li {
	padding: 4px 0 4px 16px;
	background: url("images/arrow.gif") no-repeat top left;
	background-position: 0 6px;
	line-height: 1.2;
}

#latestposts {
	float: right;
	width: 450px;
}

/* Snippet  */

.snippet {
	padding: 15px 0;	
	background: url("images/dotted.png") repeat-x bottom left;
	overflow: hidden;
	height: 1%;
}

.snippet.first {
	padding-top: 0;
}

.snippet .alignright {
	float: right;
	margin: 0 0 0 15px;
}

.snippet .title {
	font-size: 140%;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 5px;
}

.meta {
	font-size: 85%;
	color: #666666;
	margin-bottom: 5px;
	line-height: 1.2;
}

.meta a {
	font-weight: bold;
}

.excerpt {
	line-height: 1.3;
	font-size: 90%;
}

/* ------------------------------------------------------------------------ */
/* Content */
/* ------------------------------------------------------------------------ */

#content {
	float: left;
	width: 930px;
	margin: 20px 0 10px 0;
	padding-left: 20px;
	overflow: hidden;
	height: 1%;
	padding-bottom: 10px;
}

.blocktitle {
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #E5E5E5;
	overflow: hidden;
	height: 1%;
	color: #334857;
}

.blocktitle span {
	float: left;
}

.ico-rss {
	float: right;
	margin: 6px 3px 0 0;
}

.cat-more {
	float: right;
	margin: 6px 3px 0 0;
	font-size: 60%;
	font-weight: bold;
	color:  #27282F;
}

/* Featured Posts */

#featuredposts {
	width: 930px;
	clear: both;	
}

/* Featured Categories */

#featuredcats {
	width: 930px;
	float: left;
	margin-top: 30px;
	overflow: hidden;
	height: 1%;
}

.catrow {
	width: 930px;
	margin-bottom: 40px;
	overflow: hidden;
	height: 1%;
}

.catblock {
	width: 450px;
	float: left;
}

.catblockmargin {
	margin-left: 30px;
}

.featuredcats-image {
	width: 180px;
	float: left;
	margin: 0 15px 10px 0;
}

/* Article Archive */

#archive {
	width: 930px;
	float: left;
	margin-top: 40px;
	overflow: hidden;
	height: 1%;
}

#archive-listing {
	width: 610px;
}

.navigation {
	margin-bottom: 30px;
	overflow: hidden;
	height: 1%;
}

/* Navigation */

.navleft {
	float: left;
}

.navright {
	float: right;
}

#single {
	width: 590px;
	float: left;
	margin-bottom: 30px;
}

#single .title, .single {
	font-size: 240%;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}

#single .meta {
	font-size: 100%;
}

#article-excerpt {
	font-size: 110%;
	margin-top: 15px;
}

#article-excerpt p {
	margin-bottom: 15px;
	line-height: 1.3;
}

/* Single Post Tabs */

#postTabsNav {
	overflow: hidden;
	height: 1%;
	position: relative;
	top: 1px;
	z-index: 1000;
	padding-left: 5px;
}

#postTabsNav li {
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	border-bottom-width: 0 !important; 
	margin: 0 2px -1px 0; 
	background: #EFEFEF;
}

#postTabsNav li a {
	float: left;
	padding: 10px 10px 8px 10px;
}

#postTabsNav li a.selected {
	background: #FFFFFF;
	padding-bottom: 10px;
	border-bottom-width: 0;
}

.postTabsContent {
	display: block;
	border-top: 1px solid #CCCCCC;
	position: relative;
	padding-top: 15px;
}

#tab-article {
	overflow: hidden;
	height: 1%;
}

/* Single Post Content */

.narrow {
	width: 450px;
}

#article-body {
	line-height: 1.3;
	font-size: 100%;
}

#article-body h2 {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

#article-body h3 {
	margin-bottom: 10px;
	padding: 10px 0 5px 0;
	color: #334857;
	border-bottom: 1px solid #EFEFEF;
	font-size: 110%;
}

#article-body p {
	margin-bottom: 15px;
}

#article-body ul, ol {
	margin-bottom: 15px;
}

#article-body ul li {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 30px;
}

#article-body ol li {
	list-style: decimal;
	margin-bottom: 10px;
	margin-left: 30px;
}

#article-body img {
	max-width: 450px;
	height: auto;
}

#tags {
	padding-top: 10px;
	border-top: 1px solid #EFEFEF;
	margin-top: 20px;
}

#authorbox {
	background: #F5F5F5;
	width: 560px;
	padding: 15px;
	border-top: 1px solid #EFEFEF;
	overflow: hidden;
	height: 1%;
	margin-top: 10px;
}

#authorbox img {
	float: left;
	border: 5px solid #FFFFFF;
}

#authorbox div {
	float: right;
	width: 450px;
}

#authorbox h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

#authorbox p {
	line-height: 1.3;
}

/* Single Post Sidebar */

#postsidebar {
	width: 120px;
}

.postblock {
	margin-bottom: 25px;
}

.postblock h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

.postblock ul li {
	padding: 8px 0;
	line-height: 1.2;
	background: url(images/dotted.gif) repeat-x bottom left;
	overflow: hidden;
	height: 1%;
}

.postblock ul#sharelinks li {
	background: none;
	padding: 3px 0;
}

ul#postnav li {
	overflow: hidden;
	height: 1%;
}

ul#postnav li span {
	color: #999999;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	display: block;
	float: left;
}

ul#postnav li span.next {
	text-align: right;
}

ul#postnav li a {
	float: left;
	display: block;
	margin-top: 5px;
}

/* Comments */

#comments {
	width: 590px;
	clear: both;
}

#comments ol li {
	padding: 10px 0;
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	overflow: hidden;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
}

.comment-gravatar img {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
}

.comment-data {
	float: left;
	width: 510px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: bold;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
	margin-bottom: 20px;
}

#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: 410px;
	height: 200px;
	padding: 10px;
	margin-top: 15px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:  100%;
}

/* Pages */

#sidebar {
	width: 300px;
}

.widget {
	width: 300px;
	margin-bottom: 30px;
	list-style: none;
}

h3.widgettitle {
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #E5E5E5;
	color: #334857;
}

.widget ul li {
	padding: 6px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: 1.2;
}

.widget p {
	line-height: 1.2;
}

/* Widget Styling */

ul.tabNavigation {
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
	font-size: 85%;
	font-weight: bold;
	background: #F1F5F7;
}

ul.tabNavigation li {
	float: left;
	padding: 8px 0;
	border: none;
}

ul.tabNavigation a { padding: 8px; }

ul.tabNavigation a:hover { text-decoration: underline; }

ul.tabNavigation a.selected {
	color: #333333;
	background: #FFFFFF;
	padding-top: 7px;
}

/* Footer */

#footer {
	clear: both;
	width: 910px;
	height: 44px;
	padding: 0 30px;
}

#footer-links {
	float: left;
	list-style: none;
	margin-top: 15px;
}

#footer-links li {
	float: left;
	margin-right: 25px;
}

#footer-widgets {
	overflow: hidden;
	height: 1%;
	margin-left: 35px;
}

#footer-widgets ul li.widget {
	width: 280px;
	float: left;
	margin-right: 30px;
}

#footer-widgets ul li h3.widgettitle {
	border-bottom: none;
	margin-bottom: 5px;
}

#footer-widgets ul li.widget p {
	margin-bottom: 10px;
}

#footer-widgets ul li.widget li {
	border-bottom: none;
}

#copy {
	width: 940px;
	padding: 15px 20px 0 20px;
	margin-bottom: 50px;
}

/* Misc */

.sep {
	color: #CCCCCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
