/*  
Theme Name: Clean
Theme URI: http://www.workplacelife.com/
Description: New theme.
Version: 1.0
Author: Kevin Augustine
Author URI: http://www.workplacelife.com/
*/

/* Category Links */

.category_pad{
margin-top: 0px;
}

.main_cat{
width: 400px;
}

.category_container ul{
list-style: none;
}

.category_container li{
list-style: none;
}

.category_container{
border: 2px dotted #dcdcdc;
width: 100%;
margin-bottom: 10px;
padding-left: 5px;
padding-top: 5px;
}

#cat_left{
float: left;
}

#cat_right{
float: right;
}

/* Body and Main Container Declarations */

body {
text-align: center;
min-width: 1000px;
}


#main_container {
width: 1000px;
padding: 0;
margin: 0 auto;
}

/* Right side content */

#main_content {
font-family: "Century Gothic";
float: right;
width: 839px;
text-align: left;
}

/* Post Content */

.post_content{
border-bottom: 2px dotted #dcdcdc;
width: 839px;
margin-bottom: 10px;
padding-bottom: 10px;
}

/* Define title styles */

.section_title{
font-size: 140%;
color: white;
}

#content_header {
color: white;
width: 100%;
padding-left: 20px;
height: 170px;
}

/* Sidebear */
#sidebar {
width: 137px;
float: left;
}

#sidebar img{
border: none;
}

/* Header Declarations */

#header_text{
font-size: 200%;
margin-top:0px;
}

#welcome_text{
font-size: 100%;
}

/* Search Box */

#search_box{
margin-top: -5px;
margin-left: 510px;
}

/*Main Link navigation */

#nav_wrapper{
width: 100%;
margin-top: 25px;
margin-left: 7px;
}

#main_nav{
color: #17273f;
font-size: 140%;
width: 200px;
height: 160px;
float: left;
}

#entry_nav{
text-align: center;
}

/* No underline link class */
.no_underline a:link { 
text-decoration: none;
}

.no_underline a:visited { 
text-decoration: none;
}

.no_underline a:active { 
text-decoration: none;
}

/* Define global link style */

a:link, a:visited, a:active{
color: #17273f;
}

a:hover{
color: #ff6e04;
}

/* Sponsored Links */
#sponsored_links{
float:right;
width: 600px;
height: 160px;
padding-top: 10px;
}

#sponsored_title{
padding-left: 20px;
padding-right: 20px;
}

/* Footer */

#footer{
width: 839px;
float: right;
border: 2px dotted #dcdcdc;
}

#footer_content{
width: 839px;
float: right;
text-align: center;
margin-top: 10px;
padding-top: 10px;
}

/* Firefox fix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

