body { 
	color: #333; 
	/*
	purple: 752c6b, 671b5d
	pink: 9E3779
	
	*/
	background: #404040 url(http://wethefaction.com/jasonlynes/body-bg.png) repeat top left; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	letter-spacing: -.25px;
}


#dividers{
	background: url(http://wethefaction.com/jasonlynes/decoration-bg.png) no-repeat top left;
}

#wrapper {
	text-align:left;
	width: 1080px;
}


#sidebar-social{
	float: right;
	width: 176px;
/*	margin-left: -72px;*/
}
#sidebar-social ul{
/*	background: url(http://wethefaction.com/jasonlynes/nav2-bg.png) repeat top left;*/
	width: 100px;
/*	padding: 135px 0 10px;*/
	padding: 20px 0 10px;
	margin-top: 0px;
}
#sidebar-social ul li{
	
}
#sidebar-social ul li a {
	color: #fff; 
	font-size: 17px;
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2", "Lucida Grande", "Lucida Sans", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px 2px 20px;
	text-decoration: none;
	opacity: .8;
}

#sidebar-social ul li a:hover{
	background: url(http://wethefaction.com/jasonlynes/nav-arrow.png) no-repeat center right;
	
}

#sidebar-social ul li a:hover {
	opacity: 1;
}
#sidebar-nav{
	float: left;
	width: 252px;
	margin-top: 10px;
}
#sidebar-nav h2{
	font-size: 14px;
	line-height: 14px;
	padding: 5px 20px;
	margin-bottom: 5px;
}

#sidebar-nav ul{
	text-align: right;
	margin-top: 20px;
}
#sidebar-nav ul li{
	list-style: none;
	margin: 0;
}
#sidebar-nav ul li a{
	display: block;
	text-decoration: none;
	height: 35px;
}

#sidebar-nav ul li a span{
	color: #000 !important; 
	font-size: 20px;
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2", "Lucida Grande", "Lucida Sans", sans-serif;
	text-transform: uppercase;
	background: url(http://wethefaction.com/jasonlynes/nav3-bg.png) repeat top left;
	padding: 7px 15px 5px 25px;
}

#sidebar-nav ul li.current_page_item a span{ 
	color: #333 !important; 
	background: #fff;
}

#sidebar-nav ul li a:hover span{ 
	opacity: .8;
}

/* */
#sidebar-nav ul li#nav-home a{
	display: block;
	text-decoration: none;
	height: 52px;
}

#sidebar-nav ul li#nav-home a span{
	color: #fff !important; 
	font-size: 36px;
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2", "Lucida Grande", "Lucida Sans", sans-serif;
	text-transform: uppercase;
	background: #ad1a63;
	padding: 11px 15px 5px 25px;
	opacity: .8;
}

#sidebar-nav ul li#nav-home a:hover span{ 
	opacity: 1;
}

#sidebar-nav ul li#nav-home.current_page_item a span{ 
	opacity: 1;
}

#sidebar-nav ul li#nav-home.current_page_item a:hover span{ 
	opacity: .8;
}

/**/

#categories-3 h2{
	display: none;
}
.widget{
	background: none;
	padding: 0;
}
#categories-3 ul {
	background: none;
	margin-top: 0;
}
#categories-3 ul li{
	padding: 0 15px;
}
#categories-3 ul li a{
	font-size: 16px;
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2", "Lucida Grande", "Lucida Sans", sans-serif;
	text-transform: uppercase;
	padding: 4px 4px 4px 15px;
	color: #fff;
	height: auto;
/*	background: url(http://wethefaction.com/jasonlynes/nav3-bg.png) repeat top left;*/
	opacity: .8;
	display: inline-block;
	
}
#categories-3 ul li a:hover{
	opacity: 1;
	background: url(http://wethefaction.com/jasonlynes/nav2-arrow.png) no-repeat center left;
	
}


#content{
	margin-top: 16px;
/*	margin-left: -72px;*/
	width: 652px;
	padding: 0;
	background: #fff;
	-khtml-box-shadow: 0 0 40px #000;
 	-webkit-box-shadow: 0 0 40px #000;
 	-moz-box-shadow: 0 0 40px #000;
 	box-shadow: 0 0 40px #000;
}

#blog{
/*	background: url(http://wethefaction.com/jasonlynes/content-top-bg.png) no-repeat top left;*/

}

.flag{
	height: 42px;
	background: url(http://wethefaction.com/jasonlynes/flag-bg.png) no-repeat top left;
	margin-top: -8px;
	margin-left: -6px;
	position: absolute;
}
#wth .flag{
	margin-top: -41px;
/*	margin-left: -41px;*/
}

#rest .flag{
	margin-top: 0px;
	margin-left: -6px;
}
#projects .flag{
	background: url(http://wethefaction.com/jasonlynes/flag-right-bg.png) no-repeat top right;
	margin-top: -9px;
	margin-right: -6px;
	text-align: right;
	position: relative;
	
}
#respond .flag{
	margin-top: -24px;
}


#twitter .flag{
	position: relative;
}

#content .flag h1{
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2", "Lucida Grande", "Lucida Sans", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	height: 36px;
	letter-spacing: 0px;
	background: #333; 
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	line-height: 38px;
}
#content .flag h1 a{
	color: #fff !important;
	text-decoration: none;
}


.content img{
	background: none;
}

#content ul{
	margin: 0 0;
}

#first-post, #wth, #level3 {
	border-bottom: 3px solid #67244f;
}
#wth{
	padding: 35px 0 0;
}
#wth .post{
	padding: 25px 35px 0px !important;
	border-bottom: 1px solid #ccc;
	clear: both;
}

#wth div:last-child, #rest div:last-child {
	border: 0 !important;
}

#twitter{
	clear: both;
}
#twitter .aktt_tweets{
/*	margin-top: 35px;*/
}

#twitter ul li {
	margin: 0;
	padding: 20px;
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 32px;
	line-height: 34px;
	border: 0;
	background: none;
	text-align: center;
}
#twitter .aktt_tweet_reply, #twitter .aktt_tweet_time{
	display: none;
}

#content #first-post h2 {
	font-size: 42px;
	line-height: 42px; 
	letter-spacing: -1px;
}
#content #first-post p, #content #first-post .post-comments{
	padding:  0 35px;
}
 #content #wth h2 { 
	color: #333; 
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
/*	font-weight: 600;*/
	font-size: 34px;
	line-height: 34px; 
	margin-bottom: 15px;
}

#level3{
	clear: both;
}

#level3 #rest{
	float:left;
	width: 326px;
/*	padding-top: 35px;*/
	
}
 #level3 #rest .post{
	margin: 0;
	padding: 20px 35px 0 !important;
	border-bottom: 1px solid #ccc;
}
#level3 #rest .flag + .post{
	margin: 35px 0 0;
}
#level3 #rest .post h2 { 
	color: #333; 
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
/*	font-weight: 600;*/
	font-size: 18px;
	line-height: 24px; 
	margin-bottom: 15px;
}

#level3 #projects{
	margin-left: 359px;
}

#projects .project {
	margin-bottom: 10px;
	margin-right: 33px;
}

#projects .project img{
	margin: 0 auto;
}
#projects .project p{
	font: 12px "Lucida Grande", "Lucida Sans", sans-serif;
	text-transform: uppercase;
	color: #535353;
	text-align: center;
}
#projects .project a{
	text-decoration: none;
	color: #535353;
}

#content .post .post-tnail {
	margin: 0 0 20px 35px;
}
.post .post-tnail {
	float: right;
}
#content .post .post-tnail img{
	margin: 0;
}
#content .post p.clear{
	margin: 0;
}

.post {
	padding: 10px 35px 35px !important;
	margin: 0;
	background: none;
	
}

.portfolio .post{
	padding: 0 !important;
}

.portfolio .post p, .portfolio img{
	margin: 0 !important;
}
	
#content p.portfolio-item{
	padding: 10px 25px 35px;
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
/*	border-bottom: 1px solid #666;*/
}

.single {
	border-bottom: 3px solid #67244f;
}

#first-post {
	padding: 0 !important;
/*	margin-top: -42px;*/
}
.post-comments, .post-categories{
	font-size: 12px !important;
	text-transform: uppercase;
	margin: 10px 0 20px;
}
#lead-img{
	text-align: center;
}


.content .wp-pagenavi {
	clear:both;
	display: block;
	float: none;
	width: auto;
	text-align: right;
	margin:20px 20px 35px;
}

.content .wp-pagenavi span.pages{
	float: left;
}

#comments .commentlist{
	padding: 35px 0 0;
	border-bottom: 3px solid #67244f;
}

#comments{ 
	padding: 0;
}
#content .more{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#content .more a, .post-comments a, .post-categories a {
	color: #818181 !important;
}
#content a:link, #content a:visited, #content a:active { color: #532979 !important; }
#content a:hover { color: #dc1a95 !important; }

#content .post-comments, #content .post-comments a{
	color: #818181 !important;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #fff; 
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: normal;}
#content h1{
	font-size: 24px;
	line-height: 28px;
}


#content blockquote{
	border-left: 5px solid #ccc;
	margin: 30px 0px;
	font-style: normal;
	padding: 10px 20px 5px;
}

#archive-title h2 { color: #999999; }
#archive-title h2 strong { color: #CCCCCC; }
#content h2, #blog h1 { 
	color: #333; 
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
/*	font-weight: 600;*/
	font-size: 42px;
	letter-spacing: -1px;
	line-height: 50px; 
	margin-bottom: 20px;
}
#content h2 a:link, #content h2 a:visited, #content h2 a:active { color: #333 !important;}
#content h2 a:hover { color:#ff00ea !important; text-decoration: underline;}
#content h3 { 
	color: #333; 
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 32px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 40px; 
	margin: 30px 0 10px;
}
#content h4 { 
	color: #333; 
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 30px; 
	margin: 30px 0 10px;
}

#content .wp-caption p { color: #d7d5d5; }
#content p, #content li{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 22px;
	letter-spacing: -0.5px;
	color: #333;
}
#content ul, #content ol{
	margin-bottom: 20px;
}
#content li{
	margin-bottom: 10px;
}
#content img{
	margin: 0 0 20px;
}
#content #lead-img img{
	margin: 0;
}
a:link.button, a:visited.button, a:active.button { color: #222222; background-color: #e32664; border: 3px solid #222222; }
a:hover.button { color: #222222; background-color: #e32664; border: 3px solid #222222; }
#content .navigation a { color: #222222; 
/*	background-color: #e32664; */
	border: 3px solid #222222; }
#content .navigation a:hover { border: 3px solid #222222; }
#content .wp-pagenavi a, #content .wp-pagenavi a:link, #content .wp-pagenavi a:visited, #content .wp-pagenavi a:active { color: #222222; 
/*	background-color: #777777; */
	}
#content .wp-pagenavi a:hover { color: #fff !important; background-color: #999999; }
#content .wp-pagenavi span.pages { color: #777777; }
#content .wp-pagenavi span.current, #content .wp-pagenavi span.extend { 
	color: #fff !important; background-color: #999999;
}
#content .wp-pagenavi span.current { color: #222222; 
/*	background-color: #e32664; */
	}
.post-date span { color: #222222; background-color: #e32664; }
.post-categories { color: #777777; font-size: 10px;}
#comments .bypostauthor > div > div > .avatar { /*background: #e32664;*/ }
#comments h2 { font-size: 20px; text-transform: uppercase; padding: 0;}
#comments .commentlist li{
	background: none !important;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px !important;
	padding: 25px 35px 35px;
}
#comments .commentlist li.bypostauthor{
	background: #fff4fb !important;
	margin-bottom: 0 !important;
}
#comments .avatar {
	padding: 1px;
}




#commentform{
	padding: 35px;
}
#commentform label small span { color: #777777; }
#commentform input, #commentform textarea { color: #333; background: #fff; border: 1px solid #999; padding: 5px; font-size: 14px;}
#commentform input:focus, #commentform textarea:focus { color: #000; border: 1px solid #CCCCCC; }
/*#commentform #submit { color: #222222; background-color: #e32664; border: 3px solid #222222; }*/
/*#commentform #submit:hover { color: #222222; background-color: #e32664; border: 3px solid #222222; }*/
#footer { color: #333; margin-top: 15px;}
#footer a:link, #footer a:visited, #footer a:active { color: #777777; }
#footer a:hover { color: #999999; }

#archive-title {
	background: transparent url(../images/divide.png) repeat-x scroll 0 100%;
	padding: 55px;
	margin: 0;
}
#archive-title h2{
	color: #333;
}
#archive-title h2 strong{
	color: #333;
}



#intro { color: #d7d5d5; font-size: 9px; opacity: .9;}
#name { color: #fff; }
#name a { color: #fff; }
#name a:hover { color: #FFFFFF; }
#desc { color: #d7d5d5; font-size: 10px;}
/*#home a{
	position: absolute;
	width: 252px;
	height: 150px;
	text-indent: -5000px;
	
}
*/
