/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.6.2
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

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

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   


.twtr-widget-profile img.twtr-profile-img {
  position: absolute;
}

.twtr-doc {
  position: relative;
  left: 10px;
  border-bottom:1px dotted #DDDDDD;
  overflow:hidden;
}

div.twtr-ft {
  display:none !important;
}

.twtr-ft {
  position:relative;
}

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
  img.alignleft {
  float: left;
  margin-right:20px;
}
.alignright,
  img.alignright {
  display: block;
  float: right;
  margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/* ------------   LANG SEL LIST --------------*/


#lang_sel_list {
  font-family:arial,sans-serif;
  height:42px;
  left:50%;
  margin-left:218px;
  position:absolute;
  right:0;
  top:133px;
  width:75px;
  z-index:999;
}

#lang_sel_list li {
  width: 43px;
  border-right: none;
}  

#lang_sel_list ul a, #lang_sel_list_list ul a:visited, #lang_sel_list a.lang_sel_sel {
  height: 11px;
  color: #666;
  line-height: 1;
  font-size: 12px;
  padding:10px 13px;
  
}

#lang_sel_list ul {
  width: 129px;
}

#lang_sel_list a.lang_sel_sel:hover, #lang_sel_list ul a:hover {
  color:#11c;
  text-decoration: underline !important;
}


#lang_sel_list a, #lang_sel_list a:visited  {

  border-right:1px solid #CCCCCC;
  border-left:0px solid #CCCCCC;
  border-bottom:0;
  height: 11px;
  color: #666;
  line-height: 1;
  font-size: 12px;
  padding:10px 13px;
}



/* ------------   LANG SEL   ---------------- */


#lang_sel {
	display:none;
	font-family:arial,sans-serif;
	height:42px;
	left:50%;
	margin-left:265px;
	position:absolute;
	right:0;
	top:160px;
	width:75px;
	z-index:999;
}


#lang_sel ul ul li a{
width: 65px;
}

#lang_sel li a, #lang_sel li {
  width:75px;
}


/* ---------------------  LANG SEL FOOTER ----------------- */


#lang_sel_footer {
  margin: 0;
  padding: 0px;
  position: relative;
  top:-35px;
  text-align: center;
  border: 0px solid #fff;
  font: 11px Arial;
  height: 15px;
  clear: both;
  background-color: none;
  border: 0px solid #cdcdcd;
  text-transform: uppercase;
}

#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:inline;
  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:active {}

#lang_sel_footer ul li a:hover {
	text-decoration: underline;
}

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





#blog-title a {
display: none;
}

.send_button {

background: url(http://centralway.com/blank_button.png);
width: 153px;
height: 25px;
margin: auto;
position: static;
border: 0px none; 
z-index:999;
font-weight: bold;
cursor: pointer;
}