/*
THEME NAME: Domino
THEME URI: http://wpthemes.rubiqube.com/domino/
DESCRIPTION: Domino v1.0 : A WordPress theme to showcase your best photos, favorite website designs or whatever...
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

a {
	color: #686D6E;
	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;
}

/* Wrapper */

#wrapper {
	width: 966px;
	background: url(images/bg_wrapper.png) repeat-y top left;
	margin: 0 auto;
}

#wrapper-btm {
	height: 10px;
	background: url(images/bg_wrapper_btm.png) no-repeat bottom left;
}

/* = Top Menu
-------------------------------------------------------------- */

#topmenu {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0px;
	background: #F6F6F6;
}

#topmenu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 5px 6px;
}

#topmenu ul li a {
	color: #686D6E;
	font-weight: bold;
}

/* = Header & Logo
-------------------------------------------------------------- */

#header {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}

#logo {
	position: relative;
	float: left;
	margin: 5px 5px;
	z-index: 1;
}

#logo a {
	display: block;
	width:950px;
	height: 100px;
	background: url("../../uploads/2011/01/logo-banner6.gif") no-repeat top left;

}	

#logo a span {
	display: none;
}

ul#follow {
	width: 173px;
	height: 35px;
	top: 33px;
	position: absolute;
	float: right;
	z-index: 2;
	padding-top: 15px;
	margin-left: 835px;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
}	

ul#follow li { 
	display: inline; 
	vertical-align: middle;
}

ul#follow li a {
	
	padding-right: 1px;
	line-height: 23px;
}

/* = Feature Header
-------------------------------------------------------------- */

#feature {
	width: 889px;
	height: 95px;
	background: #F7F7F7;
	margin-bottom: 20px
		
}

#feature a:hover {
	text-decoration: none;
}

#feature-inner {
	position: absolute;
	margin-left: 5px;
	margin-top: 4px;
	width: 877px;
	height: 85px;
	background: url("../../uploads/2012/02/week-ten.png") 
	no-repeat top left;
	border: 1px solid #EBEAE9;	
}

#feature-text {
	top: 280px;
	position: absolute;
	float: right;
	z-index: 2;
	padding-top: 15px;
	margin-left: 620px;
	font-size: 120%;
	font-weight: bold;
	color: #2554C7;
}

/* = Feature Header 2/3 Length
-------------------------------------------------------------- */

.row1 {
	overflow: hidden;
	margin-bottom: 15px; 
}

.feature1 {
	width: 604px;
	height: 95px;
	float: left;
	background: #F7F7F7;
	
		
}

.feature-inner1 {
	position: absolute;
	margin-left: 5px;
	margin-top: 4px;
	width: 590px;
	height: 85px;
	background: url("../../uploads/2011/12/week-one2.png") no-repeat top left;
	border: 1px solid #EBEAE9;
}

.feature-text1 {
	top: 280px;
	position: absolute;
	float: right;
	z-index: 2;
	padding-top: 15px;
	margin-left: 620px;
	font-size: 120%;
	font-weight: bold;
	color: #2554C7;
}

/* = Feature Header 1/3 length
-------------------------------------------------------------- */

.feature2 {
	width: 281px;
	height: 95px;	
	float: left;
	background: #F7F7F7;
	margin-right: 5px;
		
}

.feature-inner2 {
	position: relative;
	margin-left: 5px;
	margin-top: 4px;
	width: 270px;
	height: 85px;
	background: url("../../../playground/wp-content/uploads/2011/12/coffee2.png") no-repeat top left;
	border: 1px solid #EBEAE9;
}

.feature-text2 {
	top: 0px;
	position: absolute;
	float: right;
	z-index: 2;
	padding-top: 15px;
	margin-left: 82px;
	font-size: 110%;
	font-weight: bold;
	color: #7F4B07;
}

/* = Main Menu
-------------------------------------------------------------- */

#mainmenu {
	height: 45px;
	margin: 0 auto;
	background: #91ADD2 url("images/bg_mainmenu.png") no-repeat bottom left;;
}

/* LEVEL ONE */

ul.dropdown                         { position: relative; z-index: 10; }
ul.dropdown li                      { font-weight: bold; float: left; }
ul.dropdown li.current-cat          { background: #686D6E; }
ul.dropdown a:hover		            { color: #FFFFFF; background: #686D6E; text-decoration: none; }
ul.dropdown li a                    { display: block; padding: 10px 12px; color: #FFFFFF; text-transform: uppercase; font-size: 100%; font-weight: bold; }
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; background: #0009C5; }
ul.dropdown li.hover a              { color: #FFFFFF;  }

/* LEVEL TWO */

ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ background: #009FCD; float: none; }
ul.dropdown ul li:hover				{ background: #0096C2; }
ul.dropdown ul li a					{ color: #686D6E; text-transform: none; padding: 8px 12px; font-weight: normal; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ color: #686D6E; border-right: none; width: 100%; display: inline-block; } 
ul.dropdown ul li a:hover			{ background: none; }

/* = Main Menu 2
-------------------------------------------------------------- */

#mainmenu {
	height: 71px;
	margin: 0 auto;
	background: #91ADD2 url("images/bg_mainmenu.png") no-repeat bottom left;;
}

/* LEVEL ONE */

ul.dropdown                         { position: relative; z-index: 10; }
ul.dropdown li                      { font-weight: bold; float: left; }
ul.dropdown li.current-cat          { background: #686D6E; }
ul.dropdown a:hover		            { color: #FFFFFF; background: #686D6E; text-decoration: none; }
ul.dropdown li a                    { display: block; padding: 10px 12px; color: #FFFFFF; text-transform: uppercase; font-size: 100%; font-weight: bold; }
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; background: #0009C5; }
ul.dropdown li.hover a              { color: #FFFFFF;  }

/* LEVEL TWO */

ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ background: #009FCD; border-bottom: 1px solid #0096C2; float: none; }
ul.dropdown ul li:hover				{ background: #0096C2; }
ul.dropdown ul li a					{ text-transform: none; padding: 8px 12px; font-weight: normal; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
ul.dropdown ul li a:hover			{ background: none; }


/* = Container 

-------------------------------------------------------------- */

#container {
	width: 890px;
	overflow: hidden;
	margin: 5px auto;
	padding-bottom: 30px;
}

#container2 {
	float : left;
	width: 630px;
	overflow: hidden;
	margin: 0px auto;
}

#breadcrumbs {
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
	overflow: hidden;
}

#breadcrumbs p {
	float: left;
	width: 550px;
	padding-top: 5px;
}

#breadcrumbs a {
	font-weight: bold;
}

#breadcrumbs #searchform {
	float: right;
	padding-top: 0;
}




/* = Tile Display
-------------------------------------------------------------- */

.row {
	overflow: hidden;
	margin-bottom: 15px;
}

.tile {
	width: 196px;
	padding: 5px;
	background: #F7F7F7;
	float: left;
	margin-right: 5px;
}

.last {
	margin-right: 0;
}

.tile-inner {
	width: 177px;
	height: 280px;
	padding: 8px;
	background: #FFFFFF;
	border: 1px solid #EBEAE9;
}

.tile-image {
	margin-bottom: 5px;
}

.tile-title {
	font-size: 120%;
	line-height: 1.2;
	font-weight: normal;
}

.tile-meta {
	font-size: 75%;
	color: #999;
	margin-top: 2px;
}

.tile-meta a {
	color: #666666;
}

.tile-content {
	margin-top: 10px;
}

.tile-content p {
	line-height: 1.2;
	height: 120px;
	overflow: hidden;
}

.tile-content .readmore {	
	font-size: 75%;
	font-weight: bold;
	color: #333333;
}

.tile-footer {
	border-top: 1px solid #EFEFEF;
	padding-top: 10px;
	overflow: hidden;
}

.tile-comments {
	float: left;
}

.tile-comments a {
	font-size: 85%;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

.tile-share {
	width: 80px;
	float: right;
}

.tile-share a {
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 3px;
	float: right;
}

.tile-share a span {
	display: none;
}

.tile-share a.btn-digg { background: url(images/ico_digg.png) no-repeat top left; }
.tile-share a.btn-delicious { background: url(images/ico_delicious.png) no-repeat top left; }
.tile-share a.btn-twitter { background: url(images/ico_twitter.png) no-repeat top left; }
.tile-share a.btn-stumbleupon { background: url(images/ico_stumbleupon.png) no-repeat top left; }

.tile-share a.btn-digg:hover,
.tile-share a.btn-delicious:hover,
.tile-share a.btn-twitter:hover,
.tile-share a.btn-stumbleupon:hover
{ background-position: 0 -16px; }


/* = Single Page
-------------------------------------------------------------- */

#content {
	float: left;
	width: 530px;
	padding: 5px;
	background: #F7F7F7;
}

#content-inner {
	width: 500px;
	padding: 14px;
	background: #FFFFFF;
	border: 1px solid #EBEAE9;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #F4F4F4;
}

.page .post-title {
	margin-bottom: 15px;
}

.post-title {
	font-size: 200%;
	color: #2F444F;
	line-height: 1.1;
	margin-bottom: 5px;
}

.post-meta {
	color: #999999;
	font-size: 90%;
	margin-bottom: 15px;
	link-color: #0000FF;
}

.post-content h2 {
	font-size: 150%;
	font-weight: bold;
	color: #2F444F;
	line-height: 1.1;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 0 5px 0;
}

.post-content h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0 5px 0;
	margin-bottom: 5px;
	color: #2F444F;
	font-weight: bold;
	font-size: 100%;
}

.post-content a {
  color: #0000FF;
  text-decoration: none;
  }

.post-content a:hover {
  color: #0000FF;
  text-decoration: underline;
  }

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
	font-style: underline;
}

.post-content img.alignleft {
	float: left;
	margin: 0 25px 20px 0;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 20px 25px;
}

.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;
}


/* = Navigation
-------------------------------------------------------------- */

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation a {
	display: inline-block;
	font-size: 85%;
	text-transform: uppercase;;
	font-weight: bold;
	padding: 4px 0 4px 10px;
	line-height: 1.2;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/btn_left.png) top left no-repeat;
}

.navigation a span {
	padding: 4px 10px 4px 0;
	background: url(images/btn_right.png) top right no-repeat;
}

.navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;	
}

/* = PageNavi
-------------------------------------------------------------- */
 
/* Use !important to override PageNavi CSS */

.wp-pagenavi {
	padding: 10px 0 15px 0;
}
 
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #FFFFFF !important;
	background: #BEBEBE !important;
	border: 1px solid #BEBEBE !important;
	padding: 3px 7px !important;
}

.wp-pagenavi a:hover {
	background: #00A8D9 !important;
	color: #FFFFFF !important;
	border: 1px solid #00A8D9 !important;
	padding: 3px 7px !important;	
}

.wp-pagenavi span.pages {
	background: #EFEFEF !important;
	border: 1px solid #CCCCCC !important;
	padding: 3px 7px !important;	
}

.wp-pagenavi span.current {
	border: 1px solid #CCCCCC !important;
	background: transparent !important;
	padding: 3px 7px !important;	
}

.wp-pagenavi span.extend {
	border: 1px solid #CCCCCC !important;
	background: transparent !important;
	padding: 3px 7px !important;	
}


/* = Post Footer
-------------------------------------------------------------- */

.section {
	overflow: hidden;
}

.section h2 {
	font-size: 140%;
	font-weight: bold;
	color: #2F444F;
	line-height: 1.1;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 0 5px 0;
}

.section p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.block {
	width: 235px;
	float: left;
	margin-bottom: 10px;
}

.bmargin {
	margin-left: 30px;
}

.block h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0 5px 0;
	margin-bottom: 5px;
	color: #2F444F;
	font-weight: bold;
	font-size: 90%;
}

.block p {
	padding-top: 5px;
}

.zalist li {
	padding: 5px 0;
	line-height: 1.2;
}

#social {
	float: left;
	margin: 10px 0 30px 0;
}

#social li {
	float: left;
	margin-right: 5px;
}

#social li:hover {
	padding-top: 2px;
}

#feed {
	font-weight: bold;
	font-size: 90%;
	padding: 3px 0 3px 20px;
	background: url(images/feed.png) no-repeat 0 3px;
}


/* = Comments
-------------------------------------------------------------- */

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px dotted #E5E5E5;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 4px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 5px;
}

.comment-meta {
	color: #999999;
	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;
}

#btn-submit {
	width: 61px;
	height: 24px;
	border: none;
	text-indent: -1000em;
	padding: 0;
	background: url("images/btn_submit.png") no-repeat top left;
	cursor: pointer;
}


/* = Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 325px;
}

.sidepanel {
	width: 315px;
	padding: 5px;
	background: #F7F7F7;
	margin-bottom: 25px;
}

.sidepanel-inner {
	width: 285px;
	padding: 14px;
	background: #FFFFFF;
	border: 1px solid #EBEAE9;	
}

.sidepanel2 h3 {
	text-transform: uppercase;
	margin-top: 70px
 	padding: 0 0 6px 0;
	color: #2F444F;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
}

.sidepanel ul li {	
	padding: 10px 0;
	line-height: 1.2;
	border-bottom: 1px dotted #E5E5E5;
}

.sidepanel p {
	padding-top: 10px;
	line-height: 1.3;
}

#sidebar2 {
	float: right;
	width: 250px;
	
}

.sidepanel2 {
	width: 245px;
	padding: 5px;
	background: #f7f7f7;
	margin-bottom: 0px;
}

.sidepanel2-image {
	margin-bottom: 5px;

}
.sidepanel2-inner {
	width: 220px;
	padding: 8px;
	background: #ffffff;
    	border: 1px solid #EBEAE9;  
	
}

.sidepanel2 h3 {
	text-transform: uppercase;
	border-bottom: 0px solid #E5E5E5;
	margin-top: 70px
	padding: 0 0 6px 0;
	color: #2F444F;
	font-weight: bold;
	font-size: 85%;
}

.sidepanel2 ul li {	
	padding: 10px 0;
	line-height: 1.2;
	border-bottom: 1px dotted #E5E5E5;
	text-align: justify;
	justify: newspaper;
}

.sidepanel2 ul li h4 {	
	padding: 10px 0;
	font-weight: bold;
	font-size: 80%;
}


.sidepanel2 p {
	padding-top: 10px;
	line-height: 1.3;
}



/* = Subscribe Panel
-------------------------------------------------------------- */

#subscribe-rss {
	background: url(images/ico_rss.png) no-repeat top left;
	margin: 10px 0;
	padding: 0 0 10px 40px;
	border-bottom: 1px dotted #E5E5E5;
}

#subscribe-rss h4, #subscribe-email h4, #subscribe-twitter h4 {
	font-size: 110%;
	font-weight: bold;
}

#subscribe-rss p, #subscribe-twitter p {
	padding-top: 2px;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
	color: #ADADAD;
}

#subscribe-twitter {
	background: url(images/ico_twitter_big.png) no-repeat top left;
	margin: 10px 0;
	padding: 0 0 10px 40px;
	border-bottom: 1px dotted #E5E5E5;
}

#subscribe-email {
	background: url(images/ico_email.png) no-repeat top left;
	padding: 0 0 10px 40px;
	border-bottom: 1px dotted #E5E5E5;
}

#subemail {
	padding: 3px;
	color: #666666;
	width: 220px;
	margin-top: 5px;
}


/* = Recent Posts
-------------------------------------------------------------- */

#recentposts li {
	overflow: hidden;
}

#recentposts li img {
	float: left;
	padding: 5px;
	background: #F1F2F3;
	margin-right: 12px;
}

#recentposts li p {
	float: left;
	width: 200px;
	padding: 0;
}

#recentposts li a {	
	margin-bottom: 2px;
}

#recentposts li span {
	display: block;
	color: #999999;
	font-size: 85%;
}


/* = Sidebar Tabs
-------------------------------------------------------------- */

ul.tabNavigation {
	width: 284px;
	overflow: hidden;
	height: 1%;
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 4px;
}

ul.tabNavigation li {
	position: relative;
	float: left;
	border: 1px solid #E5E5E5;
	border-bottom-width: 0 !important; 
	margin: 0 2px -1px 0;
	background: #EFEFEF;
	padding: 0 !important;
	font-size: 90%;
	font-weight: bold;
}

ul.tabNavigation a {
	float: left;
	padding: 8px 10px 6px 10px;
	color: #2F444F;
}

ul.tabNavigation a.selected {
	background: #FFFFFF;
	padding-bottom: 8px;
	border-bottom-width: 0;
}

.tabContainer {
	display: block;
	border-top: 1px solid #E5E5E5;
	position: relative;
}


/* = Searchbox
-------------------------------------------------------------- */

#searchform {
	overflow: hidden;
	padding-top: 15px;
}

#s {
	width: 240px;
	float: left;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid #CCCCCC;
	margin-right: 4px;
	color: #666666;
}

#searchsubmit {
	float: left;
	width: 25px;
	height: 22px;
	border: none;
	text-indent: -1000em;
	padding: 0;
	background: url(images/btn_search.png) no-repeat top left;
}


/* = Footer Widgets
-------------------------------------------------------------- */

#footer-widgets {
	width: 860px;
	padding: 30px 0 30px 30px;
	margin: 0 auto;
	overflow: hidden;
	height: 1%;
	background: #F4F5F6;
	border-top: 1px solid #EBEDEE;
	border-bottom: 3px solid #EBEDEE;
}

.footpanel {
	float: left;
	width: 260px;
	margin-right: 25px;
}

.footpanel h3 {
	font-size: 90%;
	margin-bottom: 5px;
	color: #2F444F;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	text-transform: uppercase;
}

.footpanel img.avatar {
	padding: 5px;
	border: 1px solid #E9EBEB;
	background: #FFFFFF;
	float: left;
	margin: 5px 15px 10px 0;
}

.footpanel .textwidget {
	padding-top: 10px;
}

.footpanel .textwidget p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.footpanel ul li {
	padding: 5px 0;
	line-height: 1.3;
}


/* = Footer
-------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	width: 886px;
	height: 0px;
	padding: 30px 40px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer-links {
	display: block;
	width: 886px;
	list-style: none;
	overflow: hidden;
	padding: 0 0 5px 0;
}

#footer-links li {
	float: left;
	margin-right: 25px;	
}

#credit {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 30px 0;
	border-top: 1px solid #E5E5E5;
	text-align: center;
	font-size: 85%;
	color: #999999;
}

#credit a {
	color: #999999;
	font-weight: bold;
}


/* = Misc
-------------------------------------------------------------- */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}