/*  
Theme Name: CSS Magic SEO #1
Theme URI: http://answers-that-help.com/seo-enhanced-wordpress-theme-css-magic-seo-15
Description: Using some CSS positioning magic, this theme places your article/page's body text higher up in the page HTML, above the header and navigation html, giving it better weighting with search spiders. 
Version: 0.82
Author: Greg Bulmash
Author URI: http://www.brainhandles.com
Tags: 2-column, SEO optimized, 800 pixels, simple

*/

    body {
        margin:0px;
        padding:0px;
        border:0px;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background: #ffffff;
 
		font-size:13px;
		font-family:arial,helvetica;
		line-height: 1.1em;
    }
    
        
    li {
               position: relative;
               margin-left: -5px;
               
               }
    a:link, a:visited, a:active {
          color: #000080;
          text-decoration: underline;
          }
          
   a:hover {
          background: #ffffff;
          color: #3399CC;
          text-decoration: underline;
          }
    
    h1, h2, h3 {
        line-height:1.1em;
    }
    h1 {
          font-weight:bold;
          font-size:24px;
          margin-bottom: 15px;
          }
    h2 {
          font-weight:bold;
          font-size:19px;
          margin-bottom: 5px;
          }
    h3 {
          font-weight:bold;
          font-size:15px;
          margin-bottom: 5px;
          }      
          
     p {
        margin-top: 20px;
        margin-bottom: 0px;
        padding:0px;
    }
	}
	/* Header styles */
    #header {
       height:130px;
       position: absolute;
       color: #000033;
top: 0px;
       left:0px;
       margin:0px;
       margin-left:0px;
       padding:0px;
       width:760px;
       	  line-height:1.3em;       
    }
    #breadcrumbs {
       height:20px;
       position: absolute;
       top: 130px;
       left:0px;
       margin:0px;
       padding:0px;
       margin-left:0px;
       width:760px;
			    background:#ffffff;
       
    }
    
    .widget{
               margin-top: 0px;
               }

    .swami{
               position:relative;
               top:0px;
               width:760px;
               margin-right:auto;
               margin-left:auto;
               }
               
    
    
    
    .footercontent{
          margin:0px;
          width:760px;
          font-family:helvetica,arial,tahoma;
          font-size:11px;
          font-weight:bold;
          background:#000;
          color: #000;
          }

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:absolute;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		top:150px;
		left:0px;
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	.colmask .umbump {
	     position: relative;
	     width:760px;
	     margin-left:auto;
	     margin-right:auto;
	     }
	/* 2 column left menu settings */
	.leftmenu {
	    background:#ffffff;
	}
    .leftmenu .colright {
        float:left;
          width:200%; 
		position:relative;
		left:225px;
        background:#ffffff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:210px;
	    padding-bottom:1em;
		    }
	.leftmenu .col1 {
        margin:0 0px 0px 207px;
        margin-top: 15px;
         padding-top:0px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	    width:510px;
	    padding-left: 10px;
	    border-left: 4px double #333;
	}
    .leftmenu .col2 {
        margin-top: 15px;
        float:left;
        width:235px;
        position:relative;
        right:255px;
        font-size: 11px;
        	    overflow:hidden;

    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:760px;
        width:100%;
        padding-bottom:0px;
                  font-family:helvetica,arial,tahoma;
          font-size:11px;
          font-weight:normal;
          background:#EBFFEB;
          color: #633;
    }
     .credits {
     font-size:10px;
     text-align:center;
     }
    
    
    .head-title{
          font-family:helvetica,arial,geneva;
          font-size:24pt;
          font-weight:bold;
          	  line-height:1.3em; 
          }
    .head-description{
          font-family:helvetica,arial,geneva;
          font-size:11pt;
          font-weight:bold;
          	  line-height:1.3em; 
          }
  
#nav{height:20px;width:760px;margin:0px;padding-top:3px; margin-right:auto;}
#nav li{float:left;border:none;margin-left:18px;list-style:none;font-size:11px;height: 15px; white-space: nowrap; font-weight:bold;}


/* WORDPRESS REQUIRED STYLES */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

img.avatar {float:left; margin-right:5px;}