/*   
Theme Name: Noe Folio Theme
Theme URI: noeruiz.com
Description: This is the one and only moo fugg king Custom Theme bitches!
Author: Noe Ruiz
Author URI: http://noeruiz.com
*/

/* Global HTML Styles */

*:focus { outline: none }

html {margin: 0;padding: 0;}

body {
	background:#e8eaed url(images/bg.jpg) top repeat;
	font: normal 12px Arial;
	color:#626262;
	margin: 0;
	padding: 0;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

p {
	font: normal 12px Arial;
	color: #838d98;
	padding: 0;
	margin: 0 0 10px 0;
}

/* Header Styles */

header {
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0;
	background:#e8eaed url(images/bg.jpg) top repeat;
}
header section {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	background: url(images/logo.png) 140px 0px no-repeat;
	min-height: 120px;
}
/* Logo Styles */

#logo {
	margin: 0;
	padding: 0;
	display: inline;
	width: 141px;
	height: 55px;
}
#logo a {
	width: 141px;
	height: 55px;
	display: block;
	background: url(images/noeruiz.png) no-repeat bottom;
	text-indent: -999px;
	overflow: hidden;
	padding: 36px 0 0 0;
}

/* Navigation Styles */

.menu-header-container {
	padding: 0;
	margin: 0;
	position: absolute;
	top:28px;
	right:0;
}
.menu-header-container #menu-header {
	list-style: none;
}
.menu-header-container #menu-header li {
	float: left;
}
.menu-header-container #menu-header li a {
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #718090;
	min-width: 70px;
	padding-top:44px;
	padding-bottom: 10px;
}

.menu-header-container #menu-header li a:hover {
	color: #43699c;
	text-decoration: none;
	text-shadow: 0 0 10px #73b5d0;
}
.menu-header-container #menu-header li:hover {
	-webkit-box-shadow:inset 0 0 5px #999;
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border: 1px solid #fff;
	margin: -1px -1px 0 0;
}
/* Blog Icon */
#menu-header .menu-item-142 a {
	background: url(images/nav/blog.png) center 10px no-repeat;
}
/* Portfolio Icon */
#menu-header .menu-item-143 a {
	background:url(images/nav/portfolio.png) center 10px no-repeat;
}
/* Contact Icon */
#menu-header .menu-item-144 a {
	background:url(images/nav/contact.png) center 10px no-repeat;
}
/* Resume Icon */
#menu-header .menu-item-145 a {
	background:url(images/nav/resume.png) center 10px no-repeat;
}
/* Tutorial Icon */
#menu-header .menu-item-141 a {
	background:url(images/nav/home.png) center 10px no-repeat;
}

/* Nav Active State */

#menu-header .current-menu-item {
	-webkit-box-shadow:inset 0 0 5px #999;
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border: 1px solid #fff;
	background: #fff;
	margin: -1px -1px 0 0;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

/* Home Container Styles */

.content {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #b0b7bd;
	border-top: 1px solid #b0b7bd;
}

.content section {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}

.content section .blog {
	width: 350px;
	float: left;
}
.content section .bio {
	width: 400px;
	float: left;
}
.content section .folio {
	width: 350px;
	float: left;
}

/* Home Blog Styles */

section .blog div h2, section .bio h2, section .folio h2, .content section aside h2, .content section article .post h2 {
	padding: 0;
	margin: 0 0 20px 0;
	font: normal 20px Arial;
	color: #5a6c7a;
}

section .blog div h2 a, section .bio h2 a, section .folio h2 a, .content section aside h2 a, .content section article div h2 a {
	text-decoration: none;
	color: #5a6c7a;
}
section .blog div {
	margin: 0 30px 0 0;
	padding: 0 0 30px 0;
}
section .blog div p {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

h2.title a {
	color: #5a6c7a;
	text-decoration: none;
	padding-right: 20px;
	background: url(images/arrow.png) no-repeat center right;
}

/* Home Bio Style */

section .bio div {
	margin: 0 30px 0 0;
}

section .bio div:last-child {
	margin: 0;
}
section .bio blockquote {
	font: normal 12px Arial;
	color: #838d98;
	padding: 0 0 10px 80px;
	margin: 0 0 20px 0;
	line-height: 18px;
	background: url(images/noeruiz-photo.jpg) top left no-repeat;
}

/* Home Tutorials Styles */

#recent-tuts {
	padding: 0;
	margin: 0;
	list-style: none;
}
#recent-tuts li {padding:8px 0;}
#recent-tuts li a {
	display: block; text-decoration: none;
	font: normal 14px Arial;
	color: #6b7b88;
	text-indent: 20px;
	background: url(images/tut-bullet.png) center left no-repeat;
}

/* Home Folio Styles */


section .folio ul {
	list-style: none;margin: 0; padding: 0;
	background:#e8eaed url(images/bg.jpg) top repeat;
	-webkit-border-radius:20px;-moz-border-radius: 20px;
	border: 1px solid #ccc;
	-webkit-box-shadow:inset 0 0 5px #67717c;-moz-box-shadow:inset 0 0 5px #67717c;
}
section .folio ul li {
	border-bottom:1px solid #ccc;
	padding: 20px;
}
section .folio ul li:hover {
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#dce4e8));
	background-image:-moz-linear-gradient(0% 100% 90deg,#dce4e8, #fff);
	-webkit-box-shadow:inset 0 0 1px #555;-moz-box-shadow:inset 0 0 1px #555;
}
section .folio ul li:first-child:hover {
	-webkit-border-top-left-radius:20px;-webkit-border-top-right-radius:20px;
	-moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px;
}
section .folio ul li:last-child:hover {
	-webkit-border-bottom-left-radius:20px;-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomleft: 20px; -moz-border-radius-bottomright: 20px;
}
section .folio ul li:last-child {
	border: none;
}
section .folio ul li a {
	display: block; text-decoration: none;padding: 0;
	color: #6b7b88;
}
section .folio ul li a strong{
	font:normal 20px Arial;
	padding: 0 0 0 90px;
	display:block;
	margin: 0 0 10px 0;
}
section .folio ul li a p {
	padding: 0 0 0 90px;
	margin: 0;
	line-height: 16px;
}

section .folio ul li a span {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	-webkit-border-radius:16px; -moz-border-radius:16px;
	-webkit-box-shadow:inset 0 0 5px #555; -moz-box-shadow:inset 0 0 5px #555;
}


/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


/* Single Blog Styles */

.content section article {
	float: left;
	position: relative;
	width: 740px;
	margin: 0 20px 0 0;
}

.content section aside {
	float: left;
	width: 340px;
}

.content section article h2 {
	font: normal 20px Arial;
	color:#5A6C7A;
	padding: 0;
	margin: 0 0 20px 0;
}

.content section article p {
	line-height: 20px;
}

.content section article p a, .content section article ul li a {
	color: #43699c;
	text-decoration: none;
	text-shadow: 0 0 10px #73b5d0;
}

/* Single Post Image */

.content section article .post-image {
	width: 100%; height: 230px;
	display: block; margin: 0 0 20px 0;
	-webkit-border-radius:20px; -moz-border-radius: 20px;
	-webkit-box-shadow:inset 0 0 5px #555;-moz-box-shadow:inset 0 0 5px #555;
}

/* Single Post Navigation */

#post-nav {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	list-style: none;
	border-top: 1px solid #ddd;
}
#post-nav li {
	float: left;
}
#post-nav li:first-child a{
	margin-right: 10px;
}
#post-nav li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	text-transform: none;
	color: #21569c;
	text-shadow: 0 0 10px #73b5d0;
	padding: 10px 20px ;
	font: normal 12px Arial;
	background-image:-moz-linear-gradient(0% 100% 90deg,#ddd, #fff);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
	border: 1px solid #999; text-shadow: ;
	-moz-box-shadow:0 -1px 1px #FFFFFF inset; -webkit-box-shadow:0 -1px 1px #FFFFFF inset;
	-moz-border-radius: 4px;-webkit-border-radius:4px;
}

/* Sidebar Styles */

.content section aside ul {
	list-style: none;margin: 0; padding: 0; border: 1px solid #ccc;
	background:#e8eaed url(images/bg.jpg) top repeat;
	-webkit-border-radius:20px;-moz-border-radius: 20px;
	-webkit-box-shadow:inset 0 0 5px #67717c;-moz-box-shadow:inset 0 0 5px #67717c;
}

.content section aside ul li {
	border-bottom:1px solid #ccc;
	padding: 20px;
}
.content section aside ul li:hover {
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#dce4e8));
	background-image:-moz-linear-gradient(0% 100% 90deg,#dce4e8, #fff);
	-webkit-box-shadow:inset 0 0 1px #555;-moz-box-shadow:inset 0 0 1px #555;
}
.content section aside ul li:first-child:hover {
	-webkit-border-top-left-radius:20px;-webkit-border-top-right-radius:20px;
	-moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px;
}
.content section aside ul li:last-child:hover {
	-webkit-border-bottom-left-radius:20px;-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomleft: 20px; -moz-border-radius-bottomright: 20px;
}

.content section aside ul li:last-child {
	border-bottom: none;
}
.content section aside ul li a {
	display: block; text-decoration: none;padding: 0;
	color: #6b7b88;
}
.content section aside ul li a strong{ font:normal 14px Arial; padding: 0 0 0 90px;display:block; margin: 0 0 10px 0;}
.content section aside ul li a p {padding: 0 0 0 90px; margin: 0; line-height: 16px;}
.content section aside ul li a span {
	width: 70px; height: 70px; display: block;position: absolute;
	-webkit-border-radius:16px; -moz-border-radius:16px;
	-webkit-box-shadow:inset 0 0 5px #555; -moz-box-shadow:inset 0 0 5px #555;
}

.content article h3 {
	font: normal 12px Arial;
	text-transform: uppercase;
	color: #999;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
	margin: 0 0 20px 0;
	position: relative;
}


/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

/* Blog Page Styles */

.content section article .post .post-thumb {
	background: url(images/bg.jpg);
	display: block;
	position: absolute;
	width:280px;
	height: 140px;
	left:0;
	-webkit-border-radius:6px;-moz-border-radius: 6px;
	-webkit-box-shadow:inset 0 0 5px #333;-moz-box-shadow:inset 0 0 5px #333;
}

.content section article .post {
	position: relative;
	height: 200px;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
}

.content section .post p {
	padding: 0 0 0 300px;
	text-align: justify;
}

/* Page Navigation Styles */

.content section .navigation {
	border-top:1px solid #ddd;
	width: 100%;
	height: 40px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
.content section .navigation a {
	text-decoration: none;
	color: #999;
	width: 10%;
	float: left;
	margin: 0 4px 0 0;
	display: block;
	text-shadow:0 0 3px #fff;
	padding: 10px 20px ;
	font: normal 14px Arial;
	background-image:-moz-linear-gradient(0% 100% 90deg,#ddd, #fff);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
	border: 1px solid #999;
	-moz-box-shadow:0 -1px 1px #FFFFFF inset; -webkit-box-shadow:0 -1px 1px #FFFFFF inset;
	-moz-border-radius: 4px;-webkit-border-radius:4px;
}
.content section .navigation a:hover {
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#dce4e8));
	background-image:-moz-linear-gradient(0% 100% 90deg,#dce4e8, #fff);
	color: #43699c; text-decoration: none;
	text-shadow: 0 0 10px #73b5d0;
}


/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

/* Tutorial Page Styles */

.content #tuts article, .content #folio article  {
	float: none;
	width: 100%;

}
.content #tuts article div .post {
	float: left;
	width: 340px;
	height: 160px;
	padding: 0;
	margin: 0 40px 0 0;
	position: relative;
}
.content #tuts article div .post .icon {
	width: 70px;
	height: 70px;
	top:0;
	display: block;
	position: absolute;
	-webkit-border-radius:16px;-moz-border-radius:16px;
	-webkit-box-shadow:inset 0 0 5px #555;-moz-box-shadow:inset 0 0 5px #555;
}
.content #tuts article div .post p {
	padding: 0; margin: 0 0 0 90px;
	line-height: 16px;
}
.content #tuts article div .post h2 {
	margin: 0 0 10px 90px;
	line-height: 16px;
}
.content #tuts article div .post h2 a {
	font: normal 14px Arial;
}
.content #tuts article .post:nth-child(3n) {
	margin: 0;
}
.content #tuts article .post:nth-child(3n+1) {
	width: 310px;
}
.content #tuts article .post:nth-child(3n+2) {
	margin: 0 80px 0 0;
	width: 330px;
}

/* Sub Navigation Styles */

hgroup {
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#dce4e8), to(#fff));
	background-image:-moz-linear-gradient(0% 100% 90deg,#fff, #dce4e8);
	-webkit-box-shadow:inset 0 1px 0 #fff; 
	border-bottom: 1px solid #b0b7bd;
}
hgroup ul {
	padding: 0; margin: 0 auto;
	width: 1100px; list-style: none;
}
hgroup ul li {
	float: left; padding: 6px;
}
hgroup ul li a {
	display: block; float: left; text-decoration: none;
	color: #5A6C7A; padding: 6px 10px;
}
hgroup ul li:first-child { padding-left:0;}
hgroup ul li:first-child a {padding-left:0; }
hgroup ul li a:hover {text-shadow: 0 0 10px #73b5d0;}

/* Sub Nav Current */

hgroup ul .current-cat a {
	background: #fff;
	padding: 6px 20px;	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border: 1px solid #fff;
	text-align: center;
	font: bold 12px Arial;
	-webkit-box-shadow:inset 0 1px 3px #555; -moz-box-shadow:inset 0 1px 3px #555;
}
hgroup ul .current-cat:first-child a {
	padding: 6px 20px;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

/* Folio Page Styles */


.content #folio article div .post {
	float: left;
	width: 280px;
	height: 300px;
	padding: 0;
	margin: 0 110px 0 0;
	position: relative;
}

.content #folio article .post .post-thumb {
	background: url(images/bg.jpg);
	display: block;
	width:100%;
	height: 140px;
	margin: 0 0 10px 0;
	position: relative;
	-webkit-border-radius:6px;-moz-border-radius: 6px;
	-webkit-box-shadow:inset 0 0 5px #333;-moz-box-shadow:inset 0 0 5px #333;
}
.content #folio article .post p {
	padding: 0;
	text-align: left;
}

.content section .info ul li strong {
	font: normal 18px Arial;
	margin: 0 0 10px 0;
	display: block;
	color: #5A6C7A;
}

.content section .info ul li a {
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
	color: #21569c; text-shadow: 0 0 10px #73b5d0;
}

.content #folio article div .post:nth-child(3n+3) {
	margin-right: 0;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

/* Resume Styles */

.content section aside .resume li strong, .content section article .resume-list li strong {
	font: normal 18px Arial;
	margin: 0 0 10px 0;
	display: block;
	color: #5A6C7A;
}

.content section aside .resume li {
	color:#838D98;
}

.content section aside .resume li a {
	display: inline;
	text-decoration: none;
	color: #21569c; text-shadow: 0 0 10px #73b5d0;
}

.content section article .resume-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	background:#e8eaed url(images/bg.jpg) top repeat;
	-webkit-border-radius:20px;-moz-border-radius: 20px;
	-webkit-box-shadow:inset 0 0 5px #67717c;-moz-box-shadow:inset 0 0 5px #67717c;

	
}
.content section article .resume-list li {
	display: block;
	height: 80px;
	padding: 20px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.content section article .resume-list li .icon {
	display:block;
	width: 70px;
	height: 70px;
	-webkit-box-shadow:inset 0 0 5px #555;-moz-box-shadow:inset 0 0 5px #555;
	margin: 0 20px 40px 0;
	float: left;
	-webkit-border-radius:10px; -moz-border-radius: 10px;
}

.content section article .resume-list li a {
	display: block;
	text-decoration: none;
	padding: 6px 0; 
	color: #21569c; text-shadow: 0 0 10px #73b5d0;
}

.content section article .resume-list li p {
	width: 420px;
	position: absolute;
	left: 300px;
	top:20px;
}
.content section article .resume-list li:last-child {
	border: none;
}

.content section aside p {
	line-height: 20px;
	margin: 0 0 20px 0;
}
.content section aside .noe {
	display: block;
	width: 100%;
	height:100px;
	margin-bottom: 20px;
	-webkit-box-shadow:inset 0 0 5px #555;-moz-box-shadow:inset 0 0 5px #555;
	-webkit-border-radius:10px;-moz-border-radius:10px;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

/* Contact Page Styles */

#contact {
	width: 660px; background: url(images/contact-iphone.jpg) no-repeat top right;
	height: 540px;
	margin-right: 90px; position: relative;
}
.contact-date {
	position: absolute; right:23px; top:86px;
}
.contact-date span:first-child {
	font: lighter 32px Helvetica Neue, Arial; color: #fff; display: block;
	text-shadow: 0 -1px 0 #555; margin-bottom: 6px; text-align: center;
	width: 188px;height: 34px; overflow: hidden;
}
.contact-date span:last-child {
	font: normal 12px Helvetica Neue, Arial; color: #fff; display: block;
	text-shadow: 0 -1px 0 #555; width: 188px; text-align: center;
}

.social li {
	color:#838D98;
}
.social li strong a {
	font: normal 18px Arial;
	color:#5A6C7A;
	margin: 0 0 10px 0;
	
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


/* Tunes Page Styles */


.content section .tunes ul {
	padding: 0;
	margin: 0 0 40px 0;
	list-style: none;
	-webkit-box-shadow:inset 0 0 5px #ccc;-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-border-radius:10px; -moz-border-radius:10px; 
}
.content section .tunes ul li {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 0;
	margin: 0;
	color: #838D98;
}
.content section .tunes ul li:last-child {
		border-bottom: none;
		-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;
		-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;
}

.content section .tunes ul li:nth-child(odd) {background: #fff;-webkit-box-shadow:inset 0 0 5px #ccc;-moz-box-shadow:inset 0 0 5px #ccc;}
	.content section .tunes ul li:first-child {
		-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;
		-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;
}
.content section .tunes ul li a {
	text-decoration: none; color: #999;
	display: block; padding: 14px;
}

.content section .tunes span {
	display: block;
	position: absolute;
	right: 0;
	top:14px;
}

.content section .tunes li span a {
	display: inline;
}
.content section .tunes li:nth-child(odd):hover, .content section .tunes li:hover {
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#dce4e8));
	background-image:-moz-linear-gradient(0% 100% 90deg,#dce4e8, #fff);
}

.content section .tunes li a:hover {
	color: #43699c; text-decoration: none;
	text-shadow: 0 0 10px #73b5d0;
}

/* Tunes Page Sidebar Styles */

.content section aside .tunes li {
	color:#838D98;
}

.content section aside .tunes li strong a {
	font: normal 18px Arial;
	margin: 0 0 10px 0;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

/* Footer Styles */

footer section {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

footer section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer section ul li {
	float: left;
	width: 28%;
}

footer section ul li h4 {
	padding: 0 0 0 35px;
	margin: 0 0 20px 0;
	font: normal 16px Arial;
	height: 28px;
	line-height: 28px;
}

footer section ul li h4 a {
	padding: 0 20px 0 0!important;margin: 0!important;
	float:none!important;
	width: 100%!important;
	height:auto!important;
	display: inline!important;
	background: url(images/arrow.png) no-repeat center right;
}

footer section ul li:first-child h4 {background: url(images/ftr/twitter.png) left center no-repeat;}
footer section ul li:nth-child(2) h4 {background:url(images/ftr/posts.png) left center no-repeat;}
footer section ul li:nth-child(3) h4 {background:url(images/ftr/tunes.png) left center no-repeat; padding: 0 0 0 25px;}
footer section ul li p {line-height: 18px;}
footer section ul li:first-child p {padding-right: 30px;}
footer section ul li:first-child {	margin-right: 40px;}
footer section ul li a {text-decoration: none;color: #6b7b88}
footer section ul li:nth-child(2) {	width: 28%; margin-right: 100px;}

footer section ul li p strong {
	font: normal 14px Arial!important;
	display: block;
}

footer section ul li:nth-child(2) a {
	font: normal 14px Arial;
	text-decoration: none;
	color: #6b7b88;
}
footer section ul li:nth-child(3) {
	width: 30%!important;
}
footer section ul li:nth-child(3) a {
	display: block;
	width: 50%;
	float: left;
	padding: 0 0 6px 0;
	text-decoration: none;
	color:#6b7b88;
}
footer section ul li:nth-child(3) a:nth-child(2n+1) {
	float: right;
}
.copyright {
	text-align: center;
	padding:0;
	margin: 10px 0;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */





/* Single Post Edit Link */

.post-edit-link {
	text-decoration: none;
	position: absolute;
	top: -10px;
	right:0;
	color: #999; text-shadow:0 0 3px #fff;
	padding: 10px 20px ; font: normal 14px Arial;
	background-image:-moz-linear-gradient(0% 100% 90deg,#ddd, #fff);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
	border: 1px solid #999;
	-moz-box-shadow:0 -1px 1px #FFFFFF inset; -webkit-box-shadow:0 -1px 1px #FFFFFF inset;
	-moz-border-radius: 4px;-webkit-border-radius:4px;
}


/* Blockquote Style */

.content section article blockquote {
	padding: 30px 40px; margin: 0 50px 20px 0;
	background:#e8eaed url(images/bg.jpg) top repeat;
	border: none;
	-webkit-border-radius:10px;-moz-border-radius: 10px;
	-webkit-box-shadow:inset 0 0 5px #999;-moz-box-shadow:inset 0 0 5px #999;
}
.content section article blockquote p {
	padding: 0; margin: 0; font: normal 15px Arial;
	line-height: 24px; text-shadow:0 1px 0 #fff; color: #666;
}

/* Unordered Lists */

.content section article .content ul {
	padding: 20px 0 0 0; margin: 0 50px 0 0; list-style: none;
	border-bottom: 1px solid #eee;
	border-top:1px solid #eee;
}

.content section article h4 {
	font: normal 18px Arial;
	padding: 0;
	margin: 0 0 10px 0;
	color:#5A6C7A;
}
.content section article ul li {
	padding: 0 0 8px 0;
	color: #8C949D;
}

.content section article ul li ul {
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}

.content section article ul li ul li {
	padding: 0 0 10px 0;
	margin: 0;
}

.content section article p a img {border: none;}
