/* @override http://www.nomadobserver.eu/wp-content/themes/artboard_v1.03b/assets/css/core.css */

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

	0.	CSS Reset, Importing External Files
	1.	Basic Template Setup
	2.	Headline Sizing, HRs & Font Replacement Styles
	3.	vGrid Styling
	4.	Taxonomy Styling 
	5.	Content Styling (non-grid pages)
	6.	Sidebar Styling (non-grid pages)
	7.	Traditional Blog Loop Template
	8.	Shortcode Styling
	9.	Gallery Template 
	10.	Widget Overlay
	11. Clean Version Styling
	12. Additional Customizations

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




/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset, Importing External Files 
/*-----------------------------------------------------------------------------------*/

@import url('reset.css');
@import url('tipsy.css');
@import url('topbar-navigation.css');
@import url('dropdown/dropdown.css');
@import url('artboard.css');
@import url('media-queries.css');



/*-----------------------------------------------------------------------------------*/
/*	1.	Basic Template Setup
/*-----------------------------------------------------------------------------------*/
body{
	background: transparent url(../img/theme_bg_1.jpg) repeat top left; /* Override this in quick-styles.css */
	font: 13px/21px 'Helvetica Neue', Arial, sans-serif;
	color: #7f7f7f;		
	height: 100%;
}






/*-----------------------------------------------------------------------------------*/
/*	2.	Headline Sizing, HRs & Font Replacement Styles
/*-----------------------------------------------------------------------------------*/

/* h1, h2, h3, h4, h5, h6{text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);} */


h1{font-size: 26px;}
#sub-sidebar h2{font-size: 18px; font-weight: bold; color: #333; margin-bottom: 2px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 13px; font-weight: bold; text-transform: uppercase;}
h6{font-size: 12px; font-weight: bold; text-transform: uppercase;}
#rail h2 {font-size: 15px; font-weight: bold; color: #666}

/* This adjusts the weight for the Cufon Font Elements - Bold or Normal */
#grid-content h2, #rail h2, ul.navigation li, #rail h3, #navigation ul li{font-weight: normal;}
#rsort{text-transform: uppercase;}
.module, .module:hover{z-index: 1;}

hr {
	background-color: rgb(155, 155, 155);
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center bottom;
    background-repeat: repeat-x;
    border: none;
    height: 1px;
    margin: 5px 0 8px;
}

/* Input form styling */
#content input, #content textarea {
    border: 1px solid #CFCFCF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset, -5px -5px 0 0 #F8F8F8, 5px 5px 0 0 #F8F8F8, 5px 0 0 0 #F8F8F8, 0 5px 0 0 #F8F8F8, 5px -5px 0 0 #F8F8F8, -5px 5px 0 0 #F8F8F8;
    color: #444444;
}
#content input:focus, #content textarea:focus {
    border: 1px solid #99c0de;
    box-shadow: -5px -5px 0 0 #ddebf6, 5px 5px 0 0 #ddebf6, 5px 0 0 0 #ddebf6, 0 5px 0 0 #ddebf6, 5px -5px 0 0 #ddebf6, -5px 5px 0 0 #ddebf6;
}
#s {
	width:180px;
}
.widget_search .screen-reader-text {
	display:none;
}
.widget_search #searchsubmit{float:right; clear: right;cursor:pointer;}
#searchsubmit:focus{background: #FFF;}



/*-----------------------------------------------------------------------------------*/
/*	3.	Main Styling
/*----------------------------------------------------------------------------------*/
#content{
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px; /* Only Needed when the sidebar is positionally fixed. This is the "left padding". The amount should match the sidebar width more or less. */
}

#content.no-grid{
	padding-left: 0 !important; /* This resets the left padding for non-grid pages. */
} 




/*-----------------------------------------------------------------------------------*/
/*	4.	Taxonomy Styling - Archives, Categories, Searches, etc. (grid pages)
/*-----------------------------------------------------------------------------------*/

#identification{
	background: #FFF;
	width: auto; /* was 200px originally - now this is defined by the image size */
	height: auto; /* was 200px originally - now this is defined by the image size */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	padding: 10px;
	display: block;
	border: 1px solid #eaeae8;
	margin: 5px;	
}

#identification h1{font-size: 17px; color: #333; margin: 5px 0;}

.taxonomy a{
	background: #FFF;
	width: auto; /* was 200px originally - now this is defined by the image size */
	height: auto; /* was 200px originally - now this is defined by the image size */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	padding: 3px 5px 4px;
	border: 1px solid #eaeae8;
	margin: 1px;		
	text-transform: uppercase;
	line-height: 28px;
}

.taxonomy br{display: none;}

#identification a{font-size: 11px !important;}

#identification p{margin: 6px 0 4px;}

#pagination{margin: 0 5px; position: absolute; bottom: 0px;}

.p a, .m a{padding: 10px 10px 5px;	
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px; 
	border-radius: 5px 5px 0px 0px;	
}

.p, .m{	display: block;
	float: left;
	margin-right: 5px;}





/*-----------------------------------------------------------------------------------*/
/*	5.	Content Styling (non-grid pages)
/*-----------------------------------------------------------------------------------*/
.entry-container{ 
	margin: 0 auto;		 /* Auto-Center the Content - Set to "0 0" for no centering */
    padding-left: 0px; /* The main offset for the left sidebar */
    width: 988px; 		 /* The width of the post/page content - must be set for centering */
}

#entry{
	background: #FBFBFB;
	float: left;
	width: 600px; /* This is the width of the entry column - You'll also need to adjust the ".entry-container" and "#sub-sidebar" to make heavy changes */
	height: auto;		    			    				
	padding: 28px;
	display: block;
	margin: 5px 15px 15px 5px;
	z-index: 2;
	overflow: hidden; /* For Image Overflows */
}


#entry, #sub-sidebar ul li.widget{
	background: #FFF;

/* 	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px; 
	        border-radius: 5px;  */

	border: 3px solid rgba(0, 0, 0, 0.04);
    	        
	-webkit-box-shadow:10px 5px 5px rgba(0, 0, 0, 0.05));
	   -moz-box-shadow:10px 5px 5px rgba(0, 0, 0, 0.05);
    		box-shadow:10px 5px 5px rgba(0, 0, 0, 0.05);
    		
}

#entry.full-width{
	width: 800px; 
	height: auto; 	
}

.full .entry-container{
	width: 820px; 
	height: auto; 	
}


#entry h1{
	font-size:36px;
	line-height: 36px;
	color: #222;
	margin-bottom: 15px;
}

#entry h2, #entry h3, #entry h4, #entry h5, #entry h6{
	margin: 20px 0 5px;
	color: #444;
}  

#entry h2 a, #entry h2 a:visited{color: #444444;}

#entry .section-spacer{height: 600px;}





/*-----------------------------------------------------------------------------------*/
/*	6.	Sidebar Styling (non-grid pages)
/*-----------------------------------------------------------------------------------*/

#sub-sidebar{
	background: transparent; /* Override this in quick-styles.css */
	float: left;
	width: 260px; /* was 200px originally - now this is defined by the image size */
	height: auto; 
	
	padding: 0px;
	display: block;
	margin: 5px 0px 5px -6px;
	z-index: 1;
}

#sub-sidebar ul li.widget{
	background: white;
	padding: 20px;
	margin-bottom: 10px;
	width: 100%;
}

#entry ul li, #sub-sidebar ul li ul li, .overlay-inner ul li ul li {
	list-style: none;
	background: transparent url(../img/ui/bullets/silver.gif) no-repeat 0
		.2em;
	padding-left: 20px;
}

#sub-sidebar ul li ul{padding: 3px 0;}

#sub-sidebar .social{padding-bottom: 1px; margin-top: 0px;}
#sub-sidebar .social a{
	display: block;
    float: left;
    width: 20px;    	
}

#sub-sidebar .social img{
	-moz-opacity:0.4;
	     opacity:0.4;
    filter: alpha(opacity=40);
	}
	
#sub-sidebar .social img:hover{
	-moz-opacity:1;
	     opacity:1;
	filter: alpha(opacity=100);
} 



/* AD 4x4 Block (with IE hacks for padding) */
#sub-sidebar ul.no-bullets li{
	list-style-type: none;
	background: none;
    margin-left: 0;
    padding-left: 0; 
    padding-right: 5px;   
    float: left;
}

#sub-sidebar ul.no-bullets li:nth-child(2n){
    padding-right: 0px;   
}

* html #sub-sidebar ul.no-bullets li {padding-right: 3px;   ;} /* for IE6 */
*+html #sub-sidebar ul.no-bullets li {padding-right: 3px;   ;} /* for IE7 */
#sub-sidebar ul.no-bullets li{padding-right: 3px\0/;} /* for IE8, going last */

.overlay_column .widget ul li a{
	   -moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	     -o-transition: all .1s ease-in-out;
	        transition: all .1s ease-in-out;
}

.overlay_column .widget ul li a:hover{
	margin-left: 3px;
}

	

/*-----------------------------------------------------------------------------------*/
/*	7.	Traditional Blog Loop Template
/*-----------------------------------------------------------------------------------*/

#page-title h1{
	background: #eee; 
	font-size: 36px; 
	font-weight: bold;
	padding: 15px; 
	margin: -30px -30px 20px;	
	-webkit-border-radius: 5px 0px 0px 0px;
	   -moz-border-radius: 5px 0px 0px 0px; 
	        border-radius: 5px 0px 0px 0px;	
	
	border-bottom: 1px solid #ddd;
}

.post-main-col .title{
margin: 0 0 20px;
}

.post-main-col .title .my-avatar {
    /*background: none repeat scroll 0 0 #F4F4F4;*/
    float: right;
    padding: 5px;
    width: 32px;
}

.post-main-col .excerpt{
background: url(../img/dotted_border.png) repeat-x scroll center top transparent;
padding: 20px 0 0;
}

.post-main-col .tag-meta{
background: url(../img/dotted_border.png) repeat-x scroll center bottom transparent;
padding: 0 0 40px;
}

#entry .post-main-col .tag-meta, #entry.vert-blog .post-main-col .date{
	font-size: 11px; 	
}

#entry .post-main-col .more, #submit, .wpcf7-submit{float: left;
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
    color: #666666;
    float: left;
    padding: 3px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    
       -moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

.wpcf7-submit:focus{background:#FFF;}

#entry .post-main-col .more:hover, #submit:hover, .wpcf7-submit:hover{
	background: -moz-linear-gradient(center top , #FBFBFB 0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
}

#entry .post-main-col .tags{
    float: left;
    height: 20px;
    max-width: 500px;
    overflow: hidden;
    padding: 3px 10px;
    text-transform: capitalize;
}

#content #entry .post-main-col p{margin-top: 0px !important;}

#entry .post-img img {	
	background: none repeat scroll 0 0 white;
    border: 1px solid #EEEEEE;
    margin: 0 20px 12px 0;
    padding: 4px;
    border: 1px solid #ddd;
    clear: both;
	
	 	    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	 	 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	 	         box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	 	         
	   -moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	
}

#entry .post-img img:hover {
	background: #eee;
	border: 1px solid #ccc;
}

#entry.vert-blog h2{margin-top: 0px !important;}


/* WP Required Styles */
.wp-caption, .gallery-caption{
	padding: 0 0 5px 0; 
	text-align: center;  
background: url(../img/dotted_border.png) repeat-x scroll center bottom rgba(0, 0, 0, 0.05);
padding: 0px 0 7px;
 }
 
 
.single .meta-space{
	padding: 15px; 
	text-align: center; 
	font-size: 11px;
	background: none repeat scroll 0 0 rgba(244, 244, 244, 0.6);
    margin: -7px 1px -9px;
}
 
.wp-caption-text{margin: 5px 0 !important;}

.sticky{background: rgba(100, 100, 100, 0.2);}

.bypostauthor{background: rgba(100, 100, 100, 0.2);}

.aligncenter{text-align: center; clear: both; padding: 12px 0;}





/*-----------------------------------------------------------------------------------*/
/*	8.	Shortcode Styling 
/*-----------------------------------------------------------------------------------*/

.left_col{float: left; width: 44%;}
.right_col{float: right; width: 44%;}
.clear{margin: 10px 0 !important; clear:both;}
.superquote{clear: both; margin: 40px 0; font-size: 26px; font-style: italic; font-family: Georgia; line-height: 34px; padding-left: 20px; }
ul.tweets li{ 
	background: none repeat scroll 0 0 transparent !important;
    padding-left: 0 !important;
}

.flickr img{margin: 0 2px 2px 0;}





/*-----------------------------------------------------------------------------------*/
/*	9.	Gallery Template
/*-----------------------------------------------------------------------------------*/

.gallery p{margin: 0 0 5px 0 !important;}
.gallery{margin-bottom: -20px;}

.gallery img {
	padding: 5px; 
	background: white; 
	border: 1px solid #EEE !important;   
	
	 	 -moz-box-shadow: 2px 2px 2px #ccc;
	 	 -webkit-box-shadow: 2px 2px 2px #ccc;
	 	 box-shadow: 2px 2px 2px #ccc;
		 
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.gallery img:hover {
	background: #eee;
	border: 1px solid #ccc;
}





/*-----------------------------------------------------------------------------------*/
/*	10.	Widget Overlay
/*-----------------------------------------------------------------------------------*/

#overlay-master-container {
	position: fixed;
	width: 100%;
	z-index: 9;
	bottom: 0px;
	left: 0;
	display: none;
	font-size: 11.5px;
	line-height: 17px;
	color: #ccc;
}

#overlay-container {
	color:#ffffff;
	clear:both;
	overflow:hidden;	
	position: relative;
	z-index: 3;
	padding: 30px 20px;
	background: url(../img/widget_overlay.png) repeat;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.80);
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.80);
    		box-shadow:0 1px 4px rgba(0, 0, 0, 0.80);
}

#overlay-inner {
	padding: 0 40px;
	width: 960px;
	z-index: 3;
}

.overlay_column {
	width:235px;
	margin-right:30px;
	float:left;
	overflow:hidden;
}

#overlay_left{margin-left: 30px;} 

#overlay-open {
	position: absolute;
	right: 0;
	margin: 0 0 0 0;
	z-index: 4;
}

#overlay-open a {
	background-image: url(../img/overlay_open.png);
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	margin-top: -40px;
}

#overlay-open a:hover { background-position: 0 -41px; }

#overlay-open a.close { background-position: -41px 0; }

#overlay-open a:hover.close { background-position: -41px -41px; }

#overlay-container h2{color: white; font-size: 16px; margin-bottom: 10px; text-shadow: 0px 0px 0px #000 !important;}

#overlay-container a{color: #FEFEFE; line-height: 18px;}

#copyright-wrapper{margin-top: -42px; background: url("../img/widget_overlay.png") repeat scroll 0 0 transparent; border-top: 2px solid #222; height: 42px;}

#copyright-inner{padding: 12px;}

.sf-menu-footer {float: left;}
.sf-menu-footer li{float: left; margin-right: 10px;}

.icons{float: left; margin-right: 10px}





    
/*-----------------------------------------------------------------------------------*/
/*	11.	Clean Version Styling
/*-----------------------------------------------------------------------------------*/

#clean #entry, #clean #sub-sidebar ul li.widget, #clean{
	background: none transparent !important;
	border: none !important;
	-webkit-box-shadow:0 1px 0.1px rgba(0, 0, 0, 0.0) !important;
	   -moz-box-shadow:0 1px 0.1px rgba(0, 0, 0, 0.0) !important;
    		box-shadow:0 1px 0.1px rgba(0, 0, 0, 0.0) !important;
}





/*-----------------------------------------------------------------------------------*/
/*	12.	Additional Customizations
/*-----------------------------------------------------------------------------------*/

.ppt{display: none !important;}

.hidden{visibility: false;}

#TB_window{ z-index: 9999 !important;}

#footer_space{    
	clear: both;
    height: 50px;
}

.sp-gallery-controls br, .sp-gallery-controls .count{display: none;}
.sp-gallery-controls {color: black !important;}
#ImageBoxOuterContainer{z-index: 9999 !important;} 
#ImageBoxOuterOverlay {z-index: 9998 !important;}

#s-m-t-tooltip{
    position:absolute;
    max-width:300px;
    padding:6px 8px 8px 8px;
    background:#222;
    z-index:10;
    display:inline-block; /*important*/
    /*font*/
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    line-height:16px;
    color:#fff;
    /*css3 rounded corners*/
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

