/*
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";
@import url(//fonts.googleapis.com/css?family=Open+Sans|Lato:400,300);

body {
	background: #EEEEEE;
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-size: 16px;
	color: #666666;
}

a {
	color: #00A8D9;
	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: 40px;
	background: url(images/bg_wrapper_btm.png) no-repeat bottom left;
}

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

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

#topmenu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 85%;
	padding: 10px 12px;
}

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


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

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

#logo {
	float: left;
	margin: 10px 30px 40px 30px;
}

#logo a {
	display: block;
	width: 879px;
	height: 243px;
	background: url("images/logo.gif") no-repeat top left;
}

#logo a span {
	display: none;
}


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

#mainmenu {
	height: 45px;
	margin: 0 auto;
	background: #00A8D9 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: #0096C2; }
ul.dropdown a:hover		            { color: #FFFFFF; background: #0096C2; text-decoration: none; }
ul.dropdown li a                    { display: block; padding: 12px 15px; color: #FFFFFF; text-transform: uppercase; font-size: 100%; font-weight: normal; }
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; background: #0098C5; }
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: 950px;
	overflow: hidden;
	margin: 25px auto;
}

#breadcrumbs {
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 25px;
	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: 25px;
}

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

.last {
	margin-right: 0;
}

.tile-inner {
	width: 240px;
	height: 330px;
	padding: 14px;
	background: #FFFFFF;
	border: 1px solid #EBEAE9;
}

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

.tile-title {
	font-size: 130%;
	line-height: 1.2;
	font-weight: bold;
}

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

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

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

.tile-content p {
	line-height: 1.2;
	height: 90px;
	overflow: auto;
}

.tile-content .readmore {	
	font-size: 85%;
	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: 94%;
	padding: 3%;
	background: #FFFFFF;
}

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

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

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

.post-content p {
	line-height: 170%;
	margin-bottom: 10px;
}

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

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

.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: 150%;
	margin-bottom: 15px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

img.alignright {
	float: right;
	margin: 0 0 20px 25px;
	width: 500px;
}


/* = 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;	
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 6px 0;
	color: #2F444F;
	font-weight: bold;
	font-size: 90%;
}

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

.sidepanel 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: 100%;
	padding: 30px 0;
	color: #999999;
	border-top: 1px solid #E5E5E5;
}

#footer a {
	color: #666666;
}

#footer-links {
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding: 0 0;
	margin 0 auto;
	text-align: center;
	line-height: 150%;
}

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

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

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


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

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

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

.homelocations {
	margin-top:10px;
}

.homelocations li {
	margin-top:5px;
	list-style-type:circle;
	list-style-position:inside;
}

p {
	line-height: 1.5;
	margin-bottom: 15px;
}

.greenBt, .greenBt:link, .greenBt:visited{
        /*border:1px solid #608D09;
        -webkit-box-shadow: inset 0px 1px 0px 0px #e7ffb5;
        -moz-box-shadow: inset 0px 1px 0px 0px #e7ffb5;
        box-shadow: inset 0px 1px 0px 0px #e7ffb5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #71a60b;
        background: -moz-linear-gradient(top, #e7ffb5 0%, #a7dd35 2%, #71a60b 98%, #9bd119 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7ffb5), color-stop(2%,#a7dd35), color-stop(98%,#71a60b), color-stop(100%,#9bd119));
        background: -webkit-linear-gradient(top, #e7ffb5 0%,#a7dd35 2%,#71a60b 98%,#9bd119 100%);
        background: -o-linear-gradient(top, #e7ffb5 0%,#a7dd35 2%,#71a60b 98%,#9bd119 100%);
        background: -ms-linear-gradient(top, #e7ffb5 0%,#a7dd35 2%,#71a60b 98%,#9bd119 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7dd35', endColorstr='#71a60b');
        background: linear-gradient(top, #e7ffb5 0%,#a7dd35 2%,#71a60b 98%,#9bd119 100%);
        color:#FFFFFF;
        padding:5px 15px;
        font-weight:normal;
        font-size:14px;
        text-decoration:none;*/
        display: inline-block;
        text-decoration: none;
        text-shadow: none;
        text-align: center;
        background:#82b70a;
        color: #fff;
        font-size: 1.5em;
        padding: 0.85em 1.45em;
        margin: 1em 0;
    }
.greenBt:hover{
        /*-webkit-box-shadow: inset 0px 1px 0px 0px #9bd119;
        -moz-box-shadow: inset 0px 1px 0px 0px #9bd119;
        box-shadow: inset 0px 1px 0px 0px #9bd119;
        text-decoration:underline;*/
        background: #77a809;
        text-decoration: none;
    }
    
    
    
.blueBt{
        border:1px solid #458aba;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0px 1px 0px 0px #e6faff;
        -moz-box-shadow: inset 0px 1px 0px 0px #e6faff;
        box-shadow: inset 0px 1px 0px 0px #e6faff;
        background: #0880a7; /* Old browsers */
        background: -moz-linear-gradient(top, #e6faff 0%, #70cfee 2%, #0880a7 98%, #6cb2e2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6faff), color-stop(2%,#70cfee), color-stop(98%,#0880a7), color-stop(100%,#6cb2e2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e6faff 0%,#70cfee 2%,#0880a7 98%,#6cb2e2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e6faff 0%,#70cfee 2%,#0880a7 98%,#6cb2e2 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #e6faff 0%,#70cfee 2%,#0880a7 98%,#6cb2e2 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cfee', endColorstr='#0880a7',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #e6faff 0%,#70cfee 2%,#0880a7 98%,#6cb2e2 100%); /* W3C */
        color:#FFFFFF;
        padding:5px 15px;
        font-weight:normal;
        font-size:14px;
        text-decoration:none;    
    }
.blueBt:hover{
        -webkit-box-shadow: inset 0px 1px 0px 0px #6cb2e2;
        -moz-box-shadow: inset 0px 1px 0px 0px #6cb2e2;
        box-shadow: inset 0px 1px 0px 0px #6cb2e2;
        text-decoration:underline;
    }
    
    
    
    
    
@media only screen and (max-width: 500px) and (orientation : portrait) {

	#wrapper {
		width: 100%;
		background: #fff;
	}
	
	#header {  
		width: 100%;
	}
	#logo { 
		margin: 3% 0 0 3%;
	}
	#logo a {
		background: url("images/logo-mobile.png") no-repeat top left;
		width: 263px;
		height: 65px;
	}
	#mainmenu { display: none; }
	
	#container { width: 100%; }
	
	.post-content img.alignright {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	
	img.alignright {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	
}







