/*  
Theme Name: Alternative Consumer 3.0
Theme URI: http://www.alternativeconsumer.com
Author: Mark Edwards
Author URI: http://www.simplercomputing.net

	The Alternative Consumer
	http://www.alternativeconsumer.com

	This theme was built by <a href="http://www.simplercomputing.net">Simpler Computing</a>

	The CSS, XHTML and design is copyright of Alternative Consumer: http://www.alternativeconsumer.com

*/



/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 10pt;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background: #d6d6d6;
	color: #444;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 130%;
	}

#wrap {
        clear:both;
	width: 1020px;
	margin: 0 auto;
	padding: 0px;
	}

#header {
	width: 890px;
        height: 120px;
	margin: 0px auto;
	padding: 0px 5px;
        background: #fff url(images/acheadbg.gif) top left no-repeat;
	}

#header .logo {
        height: 94px;
        width: 282px;
        float: left;
        margin: 0 0 0 15px;
        _margin: 0 0 0 10px;
        padding: 0;
        background: url(images/fplogo5.gif) top left no-repeat;
        }

#header .logo:hover {
        background: url(images/fplogo5.gif) bottom left no-repeat;
        }

#page {
        clear: both;
	width: 890px;
	margin: 0 auto;
	padding: 0;
	}   

#sidebar-right { 
	width: 322px; 
	margin-left: 30px; 
	margin-right: 10px;
	margin-top: -30px;
}


#sidebar-left {
	line-height: 130%;
        font-size: 8pt;
        width: 160px;
        float: left;
        margin: 0 5px 0 0;
        padding: 20px 15px;
        }

#content {
        width: 480px;
        float: left;
        margin: 0;
        padding: 20px 5px;
	}

#sidebar {
	width: 150px; 
	float: left; 
	margin-left: -15px;

	line-height: 130%;
        font-size: 8pt;

        /* width: 165px; */
        /* float: right; */
        /* margin: 0; */
        padding: 0px 10px;
	}

#topfooter {
        text-align:left;
        clear: both;
	width: 690px;
        height:60px;
        margin: 0px auto;
        padding: 0 0px 20px 200px;
        }

#footer {
        font-size: 10px;
        color: #fff;
        clear: both;
	width: 890px;
        margin: 0 auto;
        padding: 0;
        background: #3A312B;
        }

#footer p {
        padding: 10px 0 10px 200px;
        margin: 0;
        }

/* -------------------[ Nav Bar ]------------------- */

#nav {
        text-align: left;
        font-weight: bold;
        font-size: 8pt;
        clear:both;
	padding: 0;
	margin: 0px auto;
        height: 30px;
	width: 890px;
        background: #3A312B;
       }

#nav ul {

        float: left;
	list-style: none;
	height: 30px;
        line-height: 30px;
	padding: 0;
	margin: 0px;       
        }

#nav li {
        float: left;
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

#nav li.ddcats {
        width: 170px;
	padding: 0px 0px 0 15px;
	margin: 0px;       
        }

#nav li.ddcats form, #nav li.ddcats p {
        margin:0;
        padding:0;
        border:0;
        }

#nav li.ddcats select {
        margin:0;
        padding:0;
        border: 1px solid #fff;;
        }

#nav li.ddcats table, #nav li.ddcats td {
        height: 30px;
        padding: 0;
        margin: 0;
        }

#nav li a {
        color: #fff;
        text-decoration: none;
        border: 0;
        display: block;
        padding: 0px 15px;
        }

#nav a:hover {
        color: #fff;
        background: #CC6631;
        }

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4 {
        color: #3A312B;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	text-align: left;
        line-height: 120%;
	}

h1 {
	font-size: 20px;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 12px;
        letter-spacing: 0px;
	}

h4 {
	font-size: 12px;
        letter-spacing: 0px;
	}

#sidebar h2, #sidebar-left h2 {
        line-height: 100%;
        padding: 0px 0 4px 0;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        font-size: 8pt;
        letter-spacing: 0px;
        border-bottom: 1px dotted #ccc;
        _border-bottom: 1px solid #ddd; 
        font-weight: bold;
        }

.post h1.pagetitle, h1.pagetitle {
        margin: 0 0 10px 0;
        padding: 0;
        border:0;
        }

h2.date {
        font-weight: normal;
        font-size: 8pt;
	font-weight: bold;
        letter-spacing: 0px;
        color: #CC6631;
	border-bottom: 2px solid #CC6631;
        }

.title a, .title a:link {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0px;
        color: #000000;
        }

/* -------------------[ Links ]------------------- */

.title { 
	font-weight: bold;
}

a, a:link {
	color: #CC6631;
        text-decoration:none;
	}

a:visited {
	color: #996666;
	}

a:hover, a:active {
	color: #3A312B;
        text-decoration:underline;
	}

#footer a {
        color: #fff; 
        }

#footer a:hover {
        color: #CC6631; 
        }

.post h1 a, .post h2 a {
        color: #3A312B;
        text-decoration: none;
        }

.post h1 a:hover, .post h2 a:hover {

        text-decoration: none;
        }

.top a {
         color: ##996666;
         }
        
	
/* -------------------[ Images ]------------------- */


	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* -------------------[ Lists ]------------------- */

.entry ul {
        margin: 15px 20px;
        padding: 0;
        list-style-type: none;
        }

.entry ul li {
        list-style-type:none;
	background: transparent url(images/acbullet.gif) no-repeat 0 2px;
        padding: 0px 0 5px 15px;
        margin: 0;
        }


#sidebar ul, #sidebar-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar-right ul {
	/* margin-left: 10px; */
}

#sidebar-right ul li {
	margin-bottom: 10px;
}

#sidebar ul li {
	list-style-type: none;
        clear:both;
	margin: 0 0 1em 0px;
	padding: 0;
	}

#sidebar ul li ul li {
        list-style-type:none;
	background: transparent url(images/acbullet.gif) no-repeat 0 1px;
        padding: 0px 0 5px 15px;
        margin: 0 0 5px 0;
        border-bottom: 1px dotted #ccc;
        _border-bottom: 1px solid #ddd;
        }

#sidebar ul li ul li.rss {
        background: transparent;
        padding: 0 0 5px 0;
        }

#sidebar ul li ul li a {
        _height:1em;
        }

#sidebar ul li ul li a:hover {
        color: #000;
        }

#sidebar-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar-left ul li {
	list-style-type: none;
        clear:both;
	margin: 0 0 3em 0px;
	padding: 0;
	}

#sidebar-left ul li ul li {
        list-style-type:none;
	background: transparent url(images/acbullet.gif) no-repeat 0 1px;
        padding: 0px 0 5px 15px;
        margin: 0 0 5px 0;
        border-bottom: 1px dotted #ccc;
        _border-bottom: 1px solid #ddd;
        }

#sidebar-left ul li ul li.cats {
        background: transparent;
        padding: 0 0 5px 0;
        }

#sidebar-left ul li ul li a {
        _height:1em;
        }

#sidebar-left ul li ul li a:hover {
        color: #000;
        }

/* -------------------[ Form Elements ]------------------- */

#commentform {
        font-size: 9pt;
        padding: 15px;
	background: #50B748;
        margin: 20px 0;
        color: #fff;
	width: 430px;
        }

#commentform a {
        color: #fff;
        }

#commentform label {
        display: block;
        margin: 0;
        }

#commentform input {
	width: 170px;
	padding: 1px;
	margin: 0px 5px 10px 0;
	}

#commentform textarea {
        width: 430px;
        padding: 0;
	margin: 0px 0px 10px 0; 
	}

#commentform #submit {
	margin: 0px 0 20px 0;
	float: left;
	}

#commentform p {
        margin: 5px 0;
	}


/* -------------------[ Comments ]------------------- */


ol.commentlist {
        padding: 0;
        margin: 20px 0;
	list-style: decimal;
        }

ol.commentlist li {
	display: block;
	list-style: decimal;
        padding: 0;
	margin: 0 0 30px 0;
        border-bottom:1px dotted #aaa;
        _border-bottom:1px solid #ddd;
	}

ol.commentlist li p {
        padding: 0 10px;
        }

.commentauthor {
        color:#fff;
        font-size: 10px;
        background: #3A312B;
        margin: 0 0 10px 0;
        height: 30px;
        line-height:30px;
        }

li.mycomment {
        background: #eee;
        }

li.mycomment .commentauthor {
        background: #50B748;
        }

.commentauthor a {
        color:#fff !important;
        }

.commentauthor .commentname {
        font-weight: bold;
        float:left;
        width: 350px;
        overflow:hidden;
        }

.commentauthor .commentdate {
        float:right;
        text-align:right;
        width: 100px;
        }


/* -------------------[ Misc Tags and Classes ]------------------- */


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px;
	padding: 10px 15px 0;
	border: 1px solid #ddd;
        background: #eee;
        font-size: 10pt;
        color: #666;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
        font-weight: bold;
        font-size: 8pt;
	margin: 0px 0 10px;
	padding: 0;
	}

.alignright {
	float: right;
	margin: 0 0 10px 0;
	}
	
.alignleft {
	float: left;
	margin: 0 0 10px 0;
	}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	} 

.entry {
        clear: both;
	margin: 0;
	margin-top: 10px;
	}

.comments a {
        color: #0066cc;
        font-family: arial;
        font-size: 12pt;
        white-space: nowrap;
        letter-spacing: -1px;
        }

.postinfo {
        text-align: right;
        clear: both;
	margin: 0px;
	font-size: 8pt;
	padding: 0px;
	padding-right: 10px;
	}

.postinfo span.alignleft {
        float:left;
        margin: 0;
        padding: 0;
        }

.postinfo span.alignright {
        float:right;
        margin: 0;
        padding: 0;
        }

.postinfo2 {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #eee;
        clear: both;
	margin: 0px;
	font-size: 8pt;
	padding: 2px 10px;
	}

.post {
	margin: 0 0 3em 0;
	padding: 0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.top {
        padding: 0px 14px 0px 0px;
        text-align: right;
        clear:both;
        font-weight: bold; 
        font-size: 11px;
        background: url(images/uparrow.gif) 100% 3px no-repeat;
        }

.ad468 {
        width: 468px;
        height: 60px;
        margin: 0 0 20px 0;
        }

/* Vids in the sidebar */
.vvqbox {
	margin: 0px !important;
	text-align:center !important;
	}
   
/* -------------------[ Search ]------------------- */



.searchbox {
	width:114px;
	height:23px;
	margin-left:-5px;
	-moz-border-radius:7px;
	border-style:hidden;
	background:url(http://www.alternativeconsumer.com/wp-content/themes/altcon/images/rounded.gif) left top no-repeat;
	background-color:#fff;
	}
}
#searchform {
        color: #fff;
        float: right;
	padding: 0px 13px 0 0;
        font-size: 8pt;
	margin: 0px; 
        }

#searchform table {
        height: 30px;
        }

#searchform #s {
        width: 130px;
        font-size: 8pt;
	padding: 2px;
	margin: 0 3px 0 5px;
        border: 1px solid #fff;
	}

#searchform #a {
        border: 0;
        margin: 0;
        padding: 0;
        background: url(images/search.gif) top left no-repeat;
	}

#searchform #a:hover {
        border: 0;
        margin: 0;
        padding: 0;
        background: url(images/search.gif) bottom left no-repeat;
	}

#searchform input {
        margin: 0;
        padding: 0;
        }

#searchform1 { 
	margin-top: -30px;
}

.subscribeform {
        line-height: 100%;
	padding: 0px;
        font-size: 8pt;
	margin: 0px; 
        }

.subscribeform td {
        text-align:left;
        padding: 0;
        height: 18px;
        margin:0;
        }

.subscribeform td.tall {
        padding: 2px 0 0 0 ;
        font-weight: normal;
        margin:0;
        }

.subscribeform #ea {
        width: 120px;
        font-size: 8pt;
	padding: 3px 2px;
	margin: 0 3px 0 0 ;
        border: 1px solid #ccc;
	}

.subscribeform #sa {
        width: 25px;
        height: 18px;
        padding: 0;
        margin: 0 0 0 3px;
        border: 0;
        background: url(images/submit.gif) top left no-repeat;
        }

.subscribeform #sa:hover {
        background: url(images/submit.gif) bottom left no-repeat;
        }

dt {
        font-weight: bold;
        margin: 0;
        }

dd {    
        font-weight: bold;
        margin: 0 0 10px 0; 
        padding: 0
        }
        
dl.related-posts {
        clear:both;
        background: #eee;
        font-size: 9pt;
        margin: 0;
        padding: 15px;
        }
 
dl.related-posts dt {
       font-weight: normal;
       margin: 0 0 10px 0;
       padding: 0;
       }

dl.related-posts dt.tags {
       margin: 0;
       }


a.fashion, a.decor, a.design, a.beauty, a.green, a.news, a.food, a.energy, a.pets { 
	text-indent: -1999px;
	overflow:hidden;
	display: block;
}

.fashion {
	background: url(images/altcon-header_07.gif) no-repeat;
	width: 89px;
	height: 25px;
}

.fashion:hover { 
	background: url(images/rollover-buttons_07.gif);
}

.decor {
	background: url(images/altcon-header_08.gif) no-repeat;
	width: 130px;
	height: 25px;
}

.decor:hover { 
	background: url(images/rollover-buttons_08.gif);
}

.design {
	background: url(images/altcon-header_09.gif) no-repeat;
	width: 87px;
	height: 25px;
}

.design:hover { 
	background: url(images/rollover-buttons_09.gif);
}

.beauty {
	background: url(images/altcon-header_10.gif) no-repeat;
	width: 156px;
	height: 25px;
}

.beauty:hover { 
	background: url(images/rollover-buttons_10.gif);
}
 
.green {
	background: url(images/altcon-header_11.gif) no-repeat;
	width: 146px;
	height: 25px;
}

.green:hover { 
	background: url(images/rollover-buttons_11.gif);
}

.news {
	background: url(images/altcon-header_12.gif) no-repeat;
	width: 107px;
	height: 25px;
}

.news:hover { 
	background: url(images/rollover-buttons_12.gif);
}

.food {
	background: url(images/altcon-header_13.gif) no-repeat;
	width: 74px;
	height: 25px;
}

.food:hover { 
	background: url(images/rollover-buttons_13.gif);
}

.energy {
	background: url(images/altcon-header_14.gif) no-repeat;
	width: 112px;
	height: 25px;
}

.energy:hover { 
	background: url(images/rollover-buttons_14.gif);
}

.pets {
	background: url(images/altcon-header_15.gif) no-repeat;
	width: 99px;
	height: 25px;
}

.pets:hover { 
	background: url(images/rollover-buttons_15.gif);
}

.postcontent { 
	margin-right: 10px;
}

#rightdiv { 
	width: 530px; margin-left: 0px;
}

#leftdiv { 
	width: 470px; float:left; clear:both; margin: 0 10px 0 7px;
}

.widget_categories select, .widget_archive select { 
	width: 150px;
}

.sharethis { 
	padding: 5px;
	width: 445px;
	border: 1px solid #b3ea8e;
	background-color: #deffcc;
	margin-top: 15px;
	margin-bottom: 30px;
}

.widget_text { 
	margin-left: -5px;
}
