/*
Theme Name: Temple Gate WordPress
Author: Lotus Seeds Design
Version: 1.0
Tags: two-columns, fixed-width, threaded-comments, sticky-post, translation-ready, theme options, White, Clean,
The CSS and XHTML are released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
/* temple-gate.css <-- controls colors, font sizes and a few presentational elements used in the theme */


/* ======================================
[common and reset elements]
======================= */
*{margin: 0;padding: 0;}
a {color: #252525!important;text-decoration: underline;}

 body { color: #222;text-align: left;
  		font: normal 100.1%/1.5em "Lucida Grande", Arial, sans-serif;background:#fff }

#logo, .home h1 {font-size: 15px;float:none;text-align: left;}  		
/* ======================================
[site structure]
======================= */
#blog_content {width:90%;float:none;text-align: left;}
h1, h2, h3, h4, h5, h6 {padding-bottom: 10px;padding-top: 25px;font-size: 17px;}

dt {font-size: 15px;}
p, li, dd, td {font-size: 14px;padding-bottom: 8px;}
li {margin-left: 25px;}
span, small {font-size: 13px;}

h1, h2, h3, h4, h5, h6, dt, dd, p, li, dd, td, th, small, span, del, mark, blockquote, q, sub, sup, legend, label, button {color: #222;}

	/* ======================================
[Blog home items]
======================= */	
#blog_content, 
article, .postcontent,
{display: block;width: 100%;float: none;height: auto}
#blog_content p {padding: 5px 0;font-size: 14px;color: #000;}
/*hide following content*/
.post-meta,
#quick-access,
#banner-section,
#banner,
#banner-section .widget,
#breadcrumbs,
.wp-pagenavi,
#respond,
#blog_sidebar,
 #quick-access,
.nocomments,
.skipto,
footer,
.tags,
.navigation   {display: none;}

   .line, #sticky-post, h2#comments #sticky-post, .commentlist li{border:none!important}	
   textarea, input, #sticky-post, h2#comments, #hdr-wrap, .post-info,
#blog_sidebar .widget_tag_cloud a  {background: #fff }	