/*   
Theme Name: Offprint
Based on: Shape http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress.
Author: Ian Stewart
Author URI: http://themeshapes.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');



body {
	background-repeat: no-repeat;
	margin: 1.5em 15%;
	background: none;
	background-color: transparent;
	
/*
	
	background: url(/wp-content/uploads/random-scribbles/random.php) no-repeat;
	background-position-x: 46%;
	background-position-y: 20%;
	background-attachment:fixed;
	z-index: -1;
	
	*/

}


/* =Random Thumbnails
-------------------------------------------------------------- */
.rotator1 {
z-index: 0;
height: 50px;
width: 50px;
position:fixed;
margin-left: 0%;
margin-right: 0%;
	
}


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

#menutop {
position:fixed;
background-color: white;
left: 25px;
top: 12px;
height: 0em;
	
}


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

#branding {
	display:visible;		 
 	position: fixed;
 	top: 18px;		
 	/* top: 37px; */
 	right:25px;		 
 	z-index: 1000;	
}





/* =Language selector footer
-------------------------------------------------------------- */
#lang_sel_footer {
  	position: fixed;
	bottom: 2.25em;
	right: 1.4em;
	z-index: 51;
	font-family: helvetica,"Neue Helvetica",arial,sans-serif;
	font-size: 0.6em;
	letter-spacing: 1px;
	line-height: 1.8em;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	text-align: right;
}

#lang_sel_footer ul {
  list-style: none;
  margin:0;
  padding:0;
}

#lang_sel_footer ul li img {
  position: relative;
  top: 1px;
  width: 18px;
  height: 12px;
}

#lang_sel_footer ul li {
  display:list-item;
  margin:0 1px 0 0;
  padding:0;
}

#lang_sel_footer ul li a, #lang_sel_footer ul li a:visited {
  text-decoration: none;
  padding: 5px 10px;
}

#lang_sel_footer ul li a:hover, #lang_sel_footer ul li a:active {}

#wpml_credit_footer { width: 100%; margin: 0px 0; padding: 0; text-align: center; font-size:  1.22em; }
			 



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

#access {
	margin: 0 0 1.5em 0;
	overflow: visible;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}




/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 0em 0;
	background: none;
	background-color: transparent;
}
.entry-content, .entry-summary {
	margin: 5em 0 0 0;
		background: none;
	background-color: transparent;
}


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

.navigation {
	margin: 0 0 1.5em 0;
	overflow: visible;	
}


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

.postTabs_divs{
	padding: 4px;
	z-index: 10000;
}


.postTabs_titles{
	display:none;	
}

/* ul.postTabs																											 */
/* 	{																													 */
/* 	margin:0px 0px 1em !important;																						 */
/* 	padding: 0.2em 1em 0.2em <?php if ($postTabs_options["align"]=="center") echo "0px"; else echo "0px"; ?> !important; */
/* 	border-bottom: 0px solid <?php echo $postTabs_options["line"]; ?> !important;										 */
/* 	font-size: 9px;																										 */
/* 	list-style-type: none !important;																					 */
/* 	line-height:normal;																									 */
/* 	text-align: <?php echo $postTabs_options["align"]; ?>;																 */
/* 	display: block !important;																							 */
/* 	background: none;																									 */
/* 	z-index: 10000;																										 */
/* 	}																													 */

ul.postTabs li
	{	
	display: block !important;
	font-family: helvetica,"Neue Helvetica",arial,sans-serif;
	font-size: 0.62em;	
	letter-spacing: 0.1em;
	text-decoration: none;
	line-height:1.5em;
	background: none;
	padding: 0px;
	margin: 0px;
	z-index: 10000;
	}
  
ul.postTabs li:before{
content: none;	
}  
  	
/* ul.postTabs li a														    */
/* 	{																	    */
/* 	text-decoration: none;												    */
/* 	background: <?php echo $postTabs_options["inactive_bg"]; ?>;		    */
/* 	border: 0px solid <?php echo $postTabs_options["line"]; ?>  !important; */
/* 	padding: 0.2em 0.4em !important;									    */
/* 	color: <?php echo $postTabs_options["inactive_font"]; ?> !important;    */
/* 	outline:none;														    */
/* 	cursor: pointer;													    */
/* 	z-index: 10000;														    */
/* 	}																	    */
	
/* ul.postTabs li.postTabs_curr a{													    */
/* 	border-bottom: 0px solid <?php echo $postTabs_options["active_bg"]; ?>  !important; */
/* 	background: <?php echo $postTabs_options["active_bg"]; ?>;						    */
/* 	color: <?php echo $postTabs_options["active_font"]; ?> !important;				    */
/* 	text-decoration: none;															    */
/* 	z-index: 10000;																	    */
/* 	}																				    */

/* ul.postTabs li a:hover											 */
/* 	{																 */
/* 	color: <?php echo $postTabs_options["over_font"]; ?> !important; */
/* 	background: <?php echo $postTabs_options["over_bg"]; ?>;		 */
/* 	text-decoration: none;											 */
/* 	z-index: 10000;													 */
/* 	}																 */

.postTabsNavigation{
	display: block !important;
	overflow:hidden;
	z-index: 10000;
}

.postTabs_nav_next{
	float:right;
	z-index: 10000;
}

.postTabs_nav_prev{
	float:left;
	z-index: 10000;
}

	
/* = Contact Form
-------------------------------------------------------------- */

textarea {
	text-align: left;
	background: #FFF;
	border: 1px;
	border-top-style: solid;
	border-left-style: solid;
	color: #0000FF;
	width: 77%;
	font-family: helvetica,"Neue Helvetica",arial,sans-serif;
	font-size: 0.62em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 0.5em;
}
	


/* =Newsletter Form
-------------------------------------------------------------- */

/* h3 {									     */
/*     margin-bottom: 0px;				     */
/*     margin-top: 30px;				     */
/*     font-family: Georgia;			     */
/*     font-size: 15px;					     */
/* }									     */
/* h4 {									     */
/*     font-size: 1.3em;				     */
/*     border-bottom: 1px solid #999;	     */
/* }									     */
 .form-table {						     
     border: 1px solid #0000FF;			     
     background: #fff;				     
 }									     
 										     
 .form-table th {						     
     text-align: right;				     
     font-weight: bold;				     
     border-right: 1px solid #0000FF;	     
 }									     
 .form-table th small {				     
     font-weight: normal;				     
 }									     
 										     
 p.submit {							     
     margin-top: 5px;					     
     padding: 5px;					     
 }									     
 										     
 .bordered-table {					     
     border-collapse: collapse;		     
 }									     
 										     
 .bordered-table td, .bordered-table th {  
     border: 1px solid #0000FF;			     
     padding: 3px;					     
 }									     
 										     
 table.clicks td {					     
     border: 1px solid #0000FF;			     
     padding: 2px;					     
     font-size: 10em;					     
 }									     
 										     
 table.clicks {						     
     border-collapse: collapse;		     
 }

.newsletter td {					     				     
     font-size: 1.2em;					     
 }								     


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area a {
	color: #0000FF;
	text-decoration: none;
	background-color:#fff;
	}

.widget-area a:active {
	color: #0000FF;
	text-decoration: underline;
	background-color:#fff;
}

.widget-area a:hover {
	color: #000;
	text-decoration: none;
	background-color:#fff;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
	background:transparent;
}
.widget-area ul ul {
	list-style: none;
	/* font-family: "Monaco","Lucida Sans";
	font-size: 9px;
	letter-spacing: 1px; */
	text-decoration: none;
	text-indent: 0.6em;
	margin-left: 1.1em;
	line-height: 1.8em;
	background:transparent;
	background-color:#fff;
}
.widget-area ul ul ul {
	margin-left: 0em;
	text-decoration:none;
	text-indent: 1.1em;
	background: transparent;
	background-color:#fff;
}
.widget-container {
	margin: 0 0 1.5em 0;
	background: transparent;
	position: fixed;

	z-index: 1000;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */















