/*
 Theme Name:LW
 Theme URI:
 Description: PSDtoWp.net - Wordpress framework. Basic theme for all developers.
 Author: Tomas Sramek 
 Author URI: http://sramekdesign.com
 Coded by: Tom Sramek - http://psdtowordpress.us
 */

/*====================================================================================================
 * G L O B A L                                                                             G L O B A L  
 =====================================================================================================*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size: 100.01%; }
body { 
	  font-size: 75%;   
	  color: #808080; 
	  background-color: #F7F7F7;
	  font-family: Arial;	  
}

/* Links
-------------------------------------------------------------- */

a, 
a:link,
a:visited   { color: #808080; text-decoration: none; }
a:hover,
a:active,
a:focus     { color: #808080; outline:none; /*deletes dotted outline border*/ }
a img       { border: none; /*resets the amazing border*/ } 

/* Alignment
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft      { float: left;  }
.alignright     { float: right; }

/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6     { font-weight: bold; }
/*this should remain the only h1 tag on whole site*/
.headermeta h1             { font-size: 2.0em; }
/*title of the post*/
.post-content h2.permalink { padding: 5px 0px 5px 0px; line-height: 1; font-size: 1.5em; color: #000; }
/*search results for...*/
h2#search                  { margin: 0 0 0 0; padding: 0.5em 0px 0.5em 10px; font-size: 1.5em; } 
/*title of the widget*/
h3.widgettitle             { width: auto; height: 30px; padding: 0 0px 0 0px; font-size: 1.0em; font-style: normal; line-height: 30px; color: #1A4F95; text-transform: uppercase; }

/* Headings - entry
-------------------------------------------------------------- */

.entry h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.entry h2 { font-size: 2em; margin-bottom: 0.75em; }
.entry h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
.entry h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
.entry h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
.entry h6 { font-size: 1em; font-weight: bold; }

/* Widget
-------------------------------------------------------------- */

.widget            { width: auto; margin: 0px 0 10px 0; }
.widget p          { padding: 10px 10px 10px 10px; }  
.widget ul         { list-style: none; padding: 10px 0px 10px 0px; }
.widget ul ul      { margin: 0 0 0 10px; padding: 0 0 0 0; }

/*Search form (by default in sidebar))
-------------------------------------------------------------- */

#searchform        { display: block; width: auto; height: 40px; line-height: 50px; background-color: #7B7B7B; }
#searchform p       { padding: 0 0 0 0; }
#searchform #searchfield { float: left; width: 196px; height: 20px; line-height: 20px; margin: 10px 0 0 10px; padding: 0px 2px 0 2px; border: 1px solid #ffffff; background: #505050; color: #ffffff; }
#searchform #searchsubmit { float: right; width: 50px; height: 22px /* #searchfield height +2px */; margin: 10px 10px 0 0px; border: 1px solid white; background: #505050; color: white;  cursor: pointer; }

/* Misc
-------------------------------------------------------------- */

.indent-9999px { text-indent: -9999px; }
.display-none  { display: none; }
.no-bg         { background: none !important; }

/*====================================================================================================
 * S T R U C T U R E                                                                 S T R U C T U R E
 ====================================================================================================*/

#container    { position: relative; width: 779px; margin: 20px auto 20px auto; text-align: left; border: 5px solid #9EC5FF; background: url(images/container-bg.png) repeat-y; }
#header       { position: relative; width: auto; height: 185px; background: url(http://www.sitedevices.com/wp-content/uploads/2010/05/mobile-devices.jpg) no-repeat; z-index: 99999; } 
/*wraps content and sidebar - important when using more than 2 columns*/
#wrapper      { position: relative; float: right; width: 615px; }
/*wraps posts*/
#content      { position: relative; float: left; width: 420px; height: auto; margin: 0 0 0 10px; padding: 0 0 20px 0; }
/*wraps a post*/
.post-content { position: relative; width: auto; padding:20px 10px 10px;}
#sidebar      { position: relative; float: right; width: 135px; height: auto; margin: 0 15px 0 0; display: inline; }
#sidebar-left      { position: relative; float: left; width: 135px; height: auto; margin: 0 0px 0 15px; display: inline; }
#footer       { position: relative; width: auto; height: 100px; clear: both; }

/*====================================================================================================
 * H E A D E R                                                                             H E A D E R
 ====================================================================================================*/

img.logo                 { position: absolute; width: 180px; height: 100px; top: 25px; left: 25px; border:1px solid gray; }
.headermeta              { position: absolute; top: 80px; left: 25px; }
.headermeta .description { font-size: 1.6em; }

ul#top-menu { position: absolute; width: 100%; height: 35px; left: 0px; bottom: 0px; background: url(images/menu-bg.png) repeat-x; z-index: 9999; }
ul#top-menu li { display: inline; padding: 0 20px; line-height: 35px; }
ul#top-menu li a { color: #fff; }

/*====================================================================================================
 * F O O T E R                                                                             F O O T E R
 ====================================================================================================*/

/*====================================================================================================
 * S I D E B A R                                                                         S I D E B A R
 ====================================================================================================*/

/*Sidebar - widget
-------------------------------------------------------------- */

#sidebar .widget ul li a { }

/*====================================================================================================
 * C O N T E N T                                                                         C O N T E N T
 ====================================================================================================*/

.entry { padding: 0 0px 0 0px; font-size: 1.0em; line-height: 1.4em; /*post itself without permalink*/ }
.thumbnail img { float: left; width: 150px; height: 150px; margin: 0 20px 10px 0; }
.postmetadata               { padding: 0px 0px 0px 0px; }
.postmetadata.top           {  } 
.postmetadata.bottom        {  } 

/* Post content - text elements
-------------------------------------------------------------- */

.entry p              { margin: 1em 0 1em 0; }
.entry img.left,
.entry img.alignleft  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.entry img.right,
.entry img.alignright { float: right; margin: 1.5em 0 1.5em 1.5em; }
.entry img            { max-width:100%; /*..because some images are too wide*/}

.entry blockquote          { margin: 1.5em; color: #666; font-style: italic; }
.entry strong              { font-weight: bold; }
.entry em, .entry dfn      { font-style: italic; }
.entry dfn                 { font-weight: bold; }
.entry sup, .entry sub     { line-height: 0; }

.entry abbr, 
.entry acronym     { border-bottom: 1px dotted #666; }
.entry address     { margin: 0 0 1.5em; font-style: italic; }
.entry del         { color: #666; }

.entry pre 				{ margin: 1.5em 0; white-space: pre; }
.entry pre, .entry code, .entry tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Post content - lists
-------------------------------------------------------------- */

.entry li ul, 
.entry li ol       { margin: 0 1.5em; }
.entry ul,
.entry ol          { margin: 0 1.5em 1.5em 1.5em; }

.entry ul          { list-style-type: disc; }
.entry ol          { list-style-type: decimal; }

.entry dl          { margin: 0 0 1.5em 0; }
.entry dl dt       { font-weight: bold; }
.entry dd          { margin-left: 1.5em;}

/* Post content - tables
-------------------------------------------------------------- */

.entry table       { margin-bottom: 1.4em; width:100%; }
.entry th          { font-weight: bold; }
.entry thead th    { background: #c3d9ff; }
.entry th,
.entry td,
.entry caption     { padding: 4px 10px 4px 5px; }
.entry tr.even td  { background: #e5ecf9; }
.entry tfoot       { font-style: italic; }
.entry caption     { background: #eee; }

/* Post content - WP-captions - post content (optional rounded corners for browsers that support it)
-------------------------------------------------------------- */

.wp-caption        { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; /* -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; */ }
.wp-caption img    { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

/* Post content - page navigation
-------------------------------------------------------------- */
.navigation           { line-height: 30px; padding: 0 10px 0 10px; }
.navigation .next     { float: left; max-width: 50%; }
.navigation .previous { float: right; max-width: 50%; }

/*====================================================================================================
 * H A C K S                                                                                 H A C K S 
 ====================================================================================================*/

/* clearfix 
-------------------------------------------------------------- */

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { min-width: 0; display: inline-block; /* \*/ display: block; }
* html .clear { /* \*/ height: 1%; }

#adsense {
padding:10px;
margin-top:18px;
border:1px solid #ccc;
background:#FFFBCC;
}

#syn {
border: 1px solid #ccc;
padding:15px;
width: 758px;
background:#fff;
margin: 0 auto;
}