/*  
Theme Name: Simpl v2.0
Description: Custom Theme for Garrett Companies, LLC
Author: Jeff Garrett
Version: 2.0
Author URI: http://flipthe.org
*/

/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
     font:normal 14px monospace; 
     background:#FFF url(images/bg.jpg) top repeat fixed;
     /*background:#333333;*/
     color:#666;
     }
/* -------------------------------------------- */

/* START WRAPPER */

.wrapper {
     width:800px;
     clear:both;
     margin:0 auto;
     /*border:1pt solid #000000;*/
     }

/* END WRAPPER */

/* START HEADER */

#header {
     margin:100px 0px 0px 0px;
     min-width:600px;
     /*background:#000000;*/
     }

#header h1 a {
     display:block;
     /*background: url('images/logo2.gif') center left no-repeat;*/
     float:left;
     text-indent:200px;
     font-size:30px;
     }
	
.headerdescription {
     color:#666;
     font-size:12px;
     text-align:center;
     }

/* END HEADER */

/* START SECONDARY TEMPLATE */

#body {
     margin-top:0px;
     }

.content {
     float:left;
     width:380px;
     min-height:120px;
     border-left: 2px dotted #666666;
     border-top: 2px dotted #666666;
     /*background:#ffffff;*/
     font-size: 20px;
     color:#ffffff;
     padding:10px;
     }

.whatever {
     float:left;
     width:200px;
     }

/* END SECONDARY TEMPLATE */

/* START SIDEBAR */

.sidebar {
     float:left;
     text-align:right;
     width:190px;
     padding:0px 10px 0px 0px;
     margin:0px 0px 0px 0px;
     /*background:#333333;*/
     }

#sidebar h2 {
     font-size:16px;
     color:#666;
     margin:0px;
     padding:0px;
     }
	
#sidebar ul {
     list-style-type:none;
     margin:0px;
     padding:0px;
     }
	
#sidebar ul li	{
     list-style-type:none;
     margin:0px;
     padding:0px;
     }
	
#sidebar ul li ul {
     list-style-type:square;
     margin:0px;
     padding:0px;
     }
	
#sidebar ul li ul li {
     list-style-type:none;
     border:0px;
     margin:0px;
     padding:0px;
     }
	
#sidebar p {
     padding:0px;
     }

#sidebar ul li .page_item {
     list-style-type:none;
     border:0px;
     margin:0px;
     padding:0px;
     }
	
#sidebar ul li ul li ul .page_item {
     list-style-type:none;
     margin:0px;
     padding:0px;
     }


/* END SIDEBAR*/

/* START FOOTER */

#footer	{
     clear:both;
     width: 100%;
     margin:0px auto;
     padding:0px 0px 0px 0px;
     font-size:8pt;
     text-align:left;
     text-indent:396px;
     color:#666666;
     }

/* END FOOTER */


/* START MISCELLANEOUS */

.bigfont {
     font-size:1.32em;
     }

h2.title,h3.title {
     font-size:20px;
     color:#fc0100;
     margin:0;
     padding:0 0 0 0px;
     font-weight:100;
     font-family:Helvetica, sans-serif;
     }
	
/* NOTE: this removes the border around linked images. */

a img {
     border:0px;
     }

a:link,a:active,a:visited,a:hover, img a:link,img a:active,img a:visited,img a:hover {
     text-decoration:none;
     /*color:#6593a0;*/
     color:#fc5b00;
     border:none;
     }

h2.title a:link,h2.title a:active,h2.title a:visited,h2.title a:hover {
     text-decoration:none;
     color:#6593a0;
     border:none;
     }
	
#header h1.blogtitle a:link,#header h1.blogtitle a:active,#header h1.blogtitle a:visited,#header h1.blogtitle a:hover {
     text-decoration:none;
     color:#666;
     border:none;
     }

h3 {
     clear:both;
     text-align:left;
     color:#fc0100;
     text-decoration:none;
     font-size: 16px;
     font-weight: 100;
     font-family:Helvetica, sans-serif;
     }

/* END MISCELLANEOUS */
