/*
Theme Name: DesignAGlow2
Theme URI: 
Description: Design Aglow website &amp; Blog Version 2
Author: Joe Godbee & KB
Author URI: http://www.joegodbee.com
Tags:
*/

/*--------------------------------
	Basic Styles 
--------------------------------*/


html body {
	color: #000;
	font-family: "Lucida Grande";
	font-size: 12px;
	}

.clear {
	clear: both;
	}

#wrap {
	height: auto;
	width: 100%;
	}

h3 {
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 20px 0 8px 0;
	}

h4 {
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 25px 0 10px 0;
	}

h4.first {
	margin-top: 0;
	}
	
p {
	margin-bottom: 10px;
	line-height: 18px;
	}
	
a {
	color: #000;
	}

a:hover {	
	color: #3d3d3d;
	}

/*--------------------------------
02.	Header.
--------------------------------*/

#header-wrap {
	border-bottom: 1px solid #000;
	height: 115px;
	width: 100%;
	}

#header {
	height: 115px;
	margin: 0 auto;
	width: 960px;
	}

#header h1 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 24px;
	font-weight: normal;
	padding: 50px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 4px;
	}

#header h1 a {
	color: #000;
	text-decoration: none;
	}

#header h2 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;	
	}

#header h2 a {
	color: #000;
	text-decoration: none;
	}

#header-img {
	margin: 0 auto 30px auto;
	width: 790px;
	height: 300px;
	}

ul#social_media {
	float: right;
	overflow: hidden;
	margin-top: -24px;
	margin-right: 80px;
	}

ul#social_media li {
	display: block;
	float: left;
	margin-left: 4px;
	}

a.top_twitter {
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/twitter_icon.jpg');
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	}
	
.regtrade {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	vertical-align: text-top;
	}

a.top_facebook {
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/fb_icon.jpg');
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	}

a.top_rss {
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/rss_icon.jpg');
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	}

a.top_linkedin {
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/linkedin_icon.jpg');
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	}

a.top_delicious {
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/delicious_icon.jpg');
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	}

/* SLIDE OUT DIV */

.slide-out-div {
	padding: 20px;
	width: 140px;
	background: #000;
	color: #fff;
	font-size: 11px;
	}	

.slide-out-div p {
	color: #fff;
	font-size: 11px;
	}

.slide-out-div h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 12px;
	}

.slide-out-div strong {
	color: #fff;
	text-decoration: underline;
	}		

/*--------------------------------
03. Menu - Navigation. 
--------------------------------*/

#menu-wrap {
	width: 100%;
	margin: 0 0 15px 0;
	}

.menu-primary-menu-front-container, .menu-secondary-menu-blog-container {
	margin: 0 auto;
	height: 40px;
	width: 960px;
	}

.menu-primary-menu-front-container ul, .menu-secondary-menu-blog-container ul {
	list-style: none;
	}

.menu-primary-menu-front-container ul li, .menu-secondary-menu-blog-container ul li {
	float: left;
	line-height: 40px;
	text-transform: uppercase;
	}

.menu-primary-menu-front-container ul li a, .menu-secondary-menu-blog-container ul li a {
	color: #000;
	margin: 0 55px 0 0;
	text-decoration: none;
	}

ul.menu li ul {
	position: absolute;
	width: 165px;
	left: -999em;
	background: #000;
	opacity: 0.9;
	}

ul.menu li:hover ul {
	left: auto;
	z-index: 99;
	}

ul.menu li ul li {
	background: none;
	width: 165px;
	padding: 0;
	text-indent: 15px;
	}

ul.menu li ul li a {
display: block;
	font-size: 10px;
	margin-left: 0;
	width: 165px;
	color: #fff;
	}

/*--------------------------------
04. Post Content. 
--------------------------------*/

#content {
	margin: 0 auto;
	width: 960px;
	}

.post {
	margin: 10px 0 60px 0;
	}

.post-meta {
	border-bottom: 1px solid #000;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	}

.post-meta h2.title {
	display: inline;
	float: left;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: normal;
	line-height: 18px;
	padding: 0 20px 0 0;
	}

.post-meta h2.title a {
	color: #000;
	text-decoration: none;
	}

.post-meta span.title-meta {
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 18px;
	display: inline;
	font-weight: normal;
	}

span.title-meta a {
	text-decoration: none;
	color: #000;
	}

.page-entry {
	width: 790px;
	overflow: hidden;
	margin: 0 auto 30px auto;
	}
	
.entry {
	margin: 0 auto;
	width: 865px;
	border-bottom: 1px dotted #000; 
	}

.entry-cat {
	margin: 0 auto;
	width: 865px;
	}

.entry-cat .post-tnail {
	width: 150px;
	height: 150px;
	float: left;
	display: inline;
	margin-right: 25px;
	}

.entry-cat .post-tnail a {
	display: block;
	}

.entry-cat .excerpt {
	width: 680px;
	float: right;
	display: inline;
	}

.entry p, .entry-cat .excerpt p {
	margin-bottom: 10px;
	line-height: 18px;
	}

.excerpt .read-more  {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

.entry img {
	margin: 0 0 20px 0;
	}

.interact {
	margin: 0 auto;
	width: 865px;
	}

.interact ul {
	list-style: none;
	overflow: hidden;
	}

.interact ul li {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	}

.interact ul li.last_li {
	margin-right: 0;
	}

.interact ul li a {
	color: #000;
	text-decoration: none;
	}

.comments-scroll {
	width: 865px;
	margin: 20px auto;
	border: 1px solid #000;
	max-height: 110px;
	overflow: auto;
	}

.comments-scroll-inner {
	padding: 10px 10px 0 10px ;
	}

span.comment-author {
	font-weight: bold;
	}

span.comment-author a {
	color: #000;
	text-decoration: none;
	}

.comments-scroll-inner p {
	font-size: 11px;
	margin: 0 0 10px 0;
	}

.navigation {
	width: 865px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	}

/* Page Navigation */

.navigation .alignleft {
	float: left;
	}

.navigation .alignright {
	float: right;
	}

.navigation a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

/*--------------------------------
05. Footer. 
--------------------------------*/	
	
#footer {
	width: 865px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 30px;
	}

#copyright {
	text-align: center;
	}

#copyright p {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	line-height: 50px;
	}

h6 {
	margin: 15px auto;
	text-align: center;
	font-family: "Times New Roman";
	font-size: 15px;
	}

#newsletter {
	margin: 0 auto;
	display:inline;
	border:none;
	width: 835px;
	height:45px;
	text-align: center;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	
	}
.newsletterwrap {
padding:0;
margin: 65px 0px 0px 0px;
text-align:center;
	
	}

#newsletter form {
	display:inline;
	}
	
	#newsletter input[type="text"] {
	width: 165px;
	height: 18px;
	border: 1px solid #d4d4d4;
	color: #666666;

	
	}	
	
	#go {
  width: 19px;
  height: 19px;
  margin: 0px 0px 0px 5px;
  padding: 0;
  border: 0;
  background: transparent url(images/arrow.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
	

p.signup {
	text-align: center;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: normal;
	border-bottom: none;
	padding: 3px 0;
	margin-bottom: 10px;
	}

#unsubscribe {
	width: 275px;
	margin: 10px auto;
	text-align: center;
	}

/*--------------------------------
06. Comments. 
--------------------------------*/


#comments-wrap {
	width: 865px;
	margin: 20px auto;
	border: 1px solid #000;
	}

.comments-inner {
	padding: 10px 10px 0px 10px;
	}

.comments-inner ol {
	list-style: none;
	}

.comments-inner ol li {
	margin-bottom: 10px;
	font-size: 11px;
	}

.comments-inner ol li p {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	}

.comments-inner ol li span.author-link {
	float: left;
	display: block;
	font-weight: bold;
	}

.comments-inner ol li span.author-link a {
	color: #000;
	text-decoration: none;
	}

#comment-form {
	width: 865px;
	margin: 20px auto;
	}

#comment-form a {
	text-decoration: none;
	color: #000;
	}

#comment-form h2 {
	font-weight: normal;
	margin: 0 0 20px 0;
	}

#comment-form #email, #comment-form #author, #comment-form #url {
	margin: 10px 0 10px 0;
	width: 300px;
	}

#comment-form #comment {
	margin: 10px 0 10px 0;
	}

/*--------------------------------
07. Homepage Styles. 
--------------------------------*/

#slideshow-wrap {
	width: 790px;
	height: 520px;
	margin: 0 auto 10px auto;
	}

.slideshow {
	width: 790px;
	height: 520px;
	overflow: hidden;
	}

.slideshow img {
	border: none;
	}

#columns {
	width: 790px;
	margin: 0 auto;
	}

.col {
	float: left;
	width: 190px;
	margin-right: 10px;
	}
	
.col.last {
	margin-right: 0;	
	}

a.more {
	background: #000;
	display: block;
	margin: 10px 0 15px 0;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	}
	
#home-content {
	width: 790px;
	margin: 0 auto;
	}

#twitter-stat {
	margin: 0 auto;
	width: 960px;
	height: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	}

#twitter-stat span {
	font-weight: bold;
	text-transform: uppercase;
	}

#twitter-stat span a {
	text-decoration: none;
	}

#twitter-stat span a:hover {
	color: #000;
	}

/**** CONTRIBUTORS STYLES ****/

.contributor-entry {
	width: 790px;
	overflow: hidden;
	margin: 0 auto 30px auto;
	}

.contributor-entry h3 {
	background: #000;
	color: #fff;
	font-weight: normal;
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;
	}

.contributor-entry img {
	float: left;
	margin-right: 15px;
	}


.rave-entry {
	width: 750px;
	margin: 0 auto 30px auto;
	border: 1px solid #000;
	padding: 20px;
	}

.rave-entry h3 {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 23px;
	letter-spacing: 1px;
	margin: 0;
	}

.rave-entry h4 {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 2px 0 10px 0;
	}
	
	
/*--------------------------------
08. Contact Styles. 
--------------------------------*/

.tabs {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
	}
	
.tabNavigation {
	width: 790px;
	}

ul.tabNavigation li {
	float: left;
	margin-right: 10px;
	}
	
ul.tabNavigation li.last {
	margin-right: 0;	
	}
	
	
	.tabs2 {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
	}
	
.tabNavigation2 {
float:left;
	width: 790px;
	}

ul.tabNavigation2 li {
	float: left;
	
	margin-right: 8px;
	}
	
ul.tabNavigation2 li.last {
	margin-right: 0;	
	}
	
ul.tab2last {
margin-top:20px;
}	

/*--------------------------------
09. Archives Page. 
--------------------------------*/

#custom-archives-page {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	margin-top: 50px;
	}

#custom-archives-page a {
	text-decoration: none;
	}

#custom-archives-page h2, #custom-archives-page h3 {
	font-size: 12px;
	font-weight: normal;
	}

#custom-archives-page h3 {
	margin-left: 40px;
	}

#custom-archives-page li {
	font-weight: bold;
	margin: 0 0 5px 75px;
	}

/*--------------------------------
10. Post Interaction. 
--------------------------------*/

.FBConnectButton_Simple, .FBConnectButton_RTL_Simple {
	background-image: none !important;
	}

li.add_comment a {
	display: block;
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/add_comment.jpg');
	height: 30px;
	width: 121px;
	text-indent: -9999px;
	}

li.link_to a {
	display: block;
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/link_to.jpg');
	height: 30px;
	width: 86px;
	text-indent: -9999px;
	}

li.mail_to a {
	display: block;
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/email_this.jpg');
	height: 30px;
	width: 168px;
	text-indent: -9999px;
	}

li.twitter a {
	display: block;
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/tweet_this.jpg');
	height: 30px;
	width: 131px;
	text-indent: -9999px;
	}

li.facebook a {
	display: block;
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/joinconvo.jpg');
	height: 30px;
	width: 216px;
	text-indent: -9999px;
	}

li.delicious a {
	display: block;
	background: url('http://www.designaglow.com/wp-content/themes/dglow/images/delicious_add.jpg');
	height: 30px;
	width: 185px;
	text-indent: -9999px;
	}

ul#social_media {
	float: right;
	}

ul#social_media li {
	float: left;
	}

/*--------------------------------
11. Search Page & Results. 
--------------------------------*/

h1.results {
	font-size: 20px;
	margin-bottom: 5px;
	}

p.results_text {
	font-size: 14px;
	margin-bottom: 30px;
	}

#searchform {
	width: 225px;
	border: 3px solid #000;
	padding: 30px 50px;
	margin: 50px auto;
	}

#searchform input {
	border: 1px solid #000;
	padding: 5px;
	}

#searchform #btn {
	background: #000;
	color: #fff;
	}

#searchform #btn:hover {
	cursor: pointer;
	}
	
#tutsearchform .tutfield {
	width: 500px;
	}

#tutsearchform #btn:hover {
	cursor: pointer;
	}
	
#tutsearchform .tutfield {
	width: 500px;
	border: 1px solid #000;
	padding: 5px;
	}

#tutsearchform #btn:hover {
	cursor: pointer;
	}

#tutsearchform #btn {
	background: #000;
	color: #fff;
	padding: 5px;
	border: 1px solid #000;
	}


.facebook_like {
margin: 15px 0;
}



.linkwithin_logo_2 { display: none!important; }
#linkwithin_logo_0, #linkwithin_logo_1, #linkwithin_logo_2, #linkwithin_logo_3, #linkwithin_logo_4, #linkwithin_logo_5, #linkwithin_logo_6, #linkwithin_logo_7, #linkwithin_logo_8, #linkwithin_logo_9, #linkwithin_logo_10 { display: none!important; }
.fbcomments p { display: none; }
.UIImageBlock  { display: none!important; }
.linkwithin_text { text-transform: lowercase!important; }
.fbcomments { margin-left: 45px; }
.fbcomments h3 { font-weight: normal; font-size: 13px; }

/*--------------------------------
12. Facebook Comments Plugin 
--------------------------------*/

.fbcomments {background:#fff;}

/*--------------------------------
13. Ad Management Component Plugin 
--------------------------------*/

.bannerads { margin-left: 45px; 
margin-top:55px;}





.buttonads {
float:left;
width:280px;
height:247px;
margin:5px;
}

.buttonarea {
margin-left:42px;
}

