/*----------TABLE OF CONTENTS---------*/

/* Body
------------------------------------- */
/* @group Header
------------------------------------- */
/* @group Typography
------------------------------------- */
/* @group Featured Slider
------------------------------------- */
/* @group WP Content
------------------------------------- */
/* @group Structure
------------------------------------- */
/* @group Bonus Styles
------------------------------------- */
/* @group Comments
------------------------------------- */

body {
	background: #ffffff url(images/style1/header_bg.png) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 85%;
	color: #333333;
}

/* @group Header */

#header span#graphic a,
#header h1#graphic a {
	background: url(images/style1/logo.png) no-repeat 0px 10px;
}
#header span#graphictraining a,
#header h1#graphictraining a {
	background: url(images/style1/logo.png) no-repeat 0px 10px;
}


/* Text Header */

#header span#text-header,
#header h1#text {
	font-size: 28px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header h1#text a,
#header span#text-header a {
	color: #ae0000;
	text-shadow: #000 0 0 0;
	font-weight: bold;
}
#header h1#text a:hover,
#header span#text-header a:hover {
	color: #fff;
}

#header span#text-slogan,
#header h2#text {
	color: #fff;
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000 0 0 0;
}

/* Search Bar */

#search_box {
	background: url(images/style1/bg_search_box.png);
}

/* @end */

/* @group Typography */

a {
	color: #EC313C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ca0003;
}

::selection {
	background: #FFFFFF;
	color: #000;
}

::-moz-selection {
	background: #FFFFFF;
	color: #000;
}

/* Headings

-------------------------------------------------------------- */

.mainbody h1,.mainbody h2,.block h3 {
	background: url(images/style1/divider.png) repeat-x center bottom;
	padding-bottom: 8px;
}

h1.pagetitle {
	color: #8a8a8a;
	background-image: none;
}

h2.posttitle a {
	color: #403f3b;
	text-decoration: none;
}
h2.posttitle a:hover {
	color: #EC313C;
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color: #403f3b;
	text-decoration: none;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
}

h1 {
	font-size: 2.1em;
	line-height: 1;
	margin-bottom: 0.25em;
	color: #383838;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.7em;;
	margin-bottom: 0.25em;
	color: #282828;
	letter-spacing: -1px;
	margin-top:1em;
}

h3 {
	font-size: 1.6em;
	line-height: 1.2;
	margin: 1em 0 0.25em 0;
	color: #EC313C;
}

h4 {
	font-size: 1.4em;
	line-height: 1;
	margin-top:1em;
	margin-bottom: 0.25em;
	color: #1e2226;
	font-weight: bold;
}

h5 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #5e6e64;
	font-weight: normal;
	font-style: normal;
}

h6 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.teaser h2 {
	font-size: 36px;
	color: #434734;
}

/* Text elements

-------------------------------------------------------------- */

div.small {
	color: #888;
}

span.small {
	color: #61605d;
}

p#breadcrumbs {
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
}

/* WIDGET HEADINGS */

#sidebar h1,#sidebar h2,#sidebar h3,
#footer h1,#footer h2,#footer h3 {
	font-size: 1.5em;
	letter-spacing: -1px;
}

/* WIDGET LIST PAGES */

/* Indent Pages sublist item links */





.widget li li.page_item a {
	font-size: .92em;
	color: #767676;
}
.widget li li.page_item a:hover {
	color: #EC313C;
}

/* Highlight parent Page */

.widget li.page_item.current_page_item a {
	color: #EC313C;
}

/* but not the sublevel items */

.widget li.page_item.current_page_item li a {
	color: #4d4430;
}

.widget .textwidget ul.sidebar_nav li  a{

list-style-position:outside;
text-indent:0px;
}


.widget .textwidget ul.sidebar_nav strong {
margin-top:3px;
line-height:2;}

.widget .textwidget ul.sidebar_nav li  {
line-height:130%;
font-size:12px;
list-style-position:outside;
text-indent:0px;
padding-left:16px;
padding-bottom:3px;}

.widget li a {color:#555555; }
.widget li.cat-item a {font-weight: normal;}


/* WIDGET LIST CATEGORIES */

/* Highlight Active Category */

.widget li.cat-item.current-cat a {
	color: #4d4430;
	font-weight: bold;
}

/* but dont highlight subcategories */

.widget li.cat-item.current-cat li a {
	color: #EC313C;
}

/* WIDGET RSS FEEDS */

div.widget li a.rsswidget {
	border-bottom: 1px solid #e4e4e4;
}

div.widget li span.rss-date {
	color: #9b9b9b;
}

div.widget li div.rssSummary {
	color: #616161;
}

/* Page Navigation Links */

p.paged a,#navigation a.page,
#navigation a.nextpostslink,
#navigation a.previouspostslink {
	border: 1px solid #d0d0d0;
	color: #a70000;
}

p.paged a:hover,#navigation a.page:hover,#navigation a.nextpostslink:hover,#navigation a.previouspostslink:hover {
	background-color: #fff;
}

/* @end */

/* @group Navbar */

/* Main Nav */

/* Mainlevel Links */
#nav a {
	color: #fff;
	text-shadow: #210000 1px 1px 1px;
}

/* Mainlevel Hover */
#nav a:hover,
#nav li:hover a,
#nav li.sfHover a {
	color: #fff;
	text-shadow: #610001 1px 1px 1px;
	background: url(images/style1/nav_l_over.png) no-repeat left center;
}
#nav li:hover,#nav li.sfHover {
	background: url(images/style1/nav_r_over.png) no-repeat right center;
}

/* Mainlevel Active */
#nav li.current-menu-item a,#nav li.current-menu-item a:hover,
#nav li.current-cat a,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	background: url(images/style1/nav_l_active.png) no-repeat left center;
	color: #000;
	text-shadow: #fff 1px 1px 1px;
}
#nav li.current-menu-item,#nav li.current-menu-item:hover,
#nav li.current_page_item,#nav li.current_page_item:hover,
#nav li.current_page_parent,#nav li.current_page_parent:hover,
#nav li.current-cat,#nav li.current-cat:hover {
	background: url(images/style1/nav_r_active.png) no-repeat right center;
}

/* Mainlevel Active Hover */

#nav li.current-cat a:hover,
#nav li.current-cat:hover a,
#nav li.current_page_item a:hover,
#nav li.current_page_item:hover a,
#nav li.current_page_parent a:hover,
#nav li.current_page_parent:hover a {
	background: url(images/style1/nav_l_over.png) no-repeat left center;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}
#nav li.current_page_item:hover,
#nav li.current_page_parent:hover,
#nav li.current-cat:hover {
	background: url(images/style1/nav_r_over.png) no-repeat right center;
}


/* Sublevel BG Color */
#nav li ul {background: #AE0000;
	border-top: 1px solid #d20000;
	border-left: 1px solid #d20000;
	border-right: 1px solid #d20000;
}

/* Sublevel Borders */
#nav ul li li {
	border-bottom: 1px solid #d20000;
}

/* Sublevel Link */
#nav ul.menu li li,#nav ul.menu li li a,
#nav ul.menu li:hover li,#nav ul.menu li:hover li a,
#nav ul.menu li.sfHover li,#nav ul.menu li.sfHover li a {
	color: #fff;
	text-shadow: none;
	background-image: none;
}

#nav .menu li li a,
#nav .menu li li a:visited {
	/* visited pseudo selector so IE6 applies text colour*/
	border-bottom: 0px solid #608727;
}

/* Sublevel Link Hover */
#nav .menu li li:hover, #nav .menu li li.sfHover,
#nav .menu li li a:focus, #nav .menu li li a:hover,
#nav .menu li li a:active {
	background: #9f0002;
	color: #fff;
	text-shadow: none;
}

/* Prevent Sublevels from inheriting BG images */
#nav li ul li a, #nav li.active ul a,
#nav li.current-cat:hover li a,
#nav li.current-cat:hover li a:hover,
#nav li.current_page_parent li.current_page_item,
#nav li li.current_page_item a,
#nav li li.current_page_item:hover li a,
#nav li li.current_page_item:hover li a:hover,
#nav li.current_page_parent:hover li a,
#nav li.current_page_parent:hover li a:hover {
	background-image: none;
	background:none;
}
#nav {
left:210px;
top:13px;
}

/* @end */

/* @group Structure */

#main {
	background: #ffffff url(images/style1/main_bg.png) no-repeat center 0px;
	border-top: 7px solid #fff;
	z-index: 1;
	padding: 10px 0px;
}


/* Teaser */
#teaser {
	background-color:#FFFFFF;
	border-top: 7px solid #fff;
}
#teaser .inside {
	padding: 10px;
}
#teaser .inside {
	background: url(images/style1/teaser_divider.png) no-repeat right 10px;
}


/* Showcase */

#showcase {
	background: #610000 url(images/style1/showcase_bg.png) repeat-x center top;
}
#showcase_bot {
	background: url(images/style1/showcase_bot.png) repeat-x center top;
	position: relative;
	height: 69px;
	top: -69px;
	z-index: 5;
}

#showcase h2 {
	color: #fff;
	text-shadow: #280000 1px 1px 2px;
	font-size: 34px;
	line-height: 150%;
}
#showcase p {
	color: #fff;
	text-shadow: #280000 1px 1px 0px;
	font-size: 22px;
	line-height: 140%;
}

#showcase a.button{display:block;float:left; font-weight:bold;font-size:20px;color: #000;text-decoration:none; background:url(images/style1/btn.png) no-repeat left top; height:41px;
text-shadow: #fff 1px 1px 2px;
 box-shadow: 0px 2px 9px #460001;
-moz-box-shadow: 0px 2px 9px #460001;
-webkit-box-shadow: 0px 2px 9px #460001;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

#showcase a.button span{display:block; float:left; background:url(images/style1/btn.png) no-repeat right top;padding-left:10px; padding-top:10px; padding-right:25px;margin-left:15px; cursor:pointer;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

#showcase a.button:hover{color: #610000;text-decoration: none;}

#showcase.r a.button{float:left;margin-left: 10px;}
#showcase.l a.button{float:right;margin-right: 10px;}



/* Right Sidebar Layout */

/* @end */

/* @group Featured Slider */

/* Slider Typography */


#featured {
	background: url(images/style1/slider_accent.png) no-repeat 0 17px;
}


#st_slider h2 {
	color: #fff;
	text-shadow: #280000 1px 1px 2px;
	font-size: 34px;
	line-height: 150%;
}

#st_slider h2 a {
	color: #fff;
}

#st_slider h2 a:hover {
	color: #000;
	text-shadow: #d30000 1px 1px 2px;
}

#st_slider p a,#st_slider p a:hover {
	color: #b8b8b8;
	border-bottom: 1px dotted #d30000;
	text-decoration: none;
}
#st_slider p a:hover {
	color: #fff;
}

#st_slider ul.pagination li a {
	background: url(images/style1/pag_item.png) no-repeat center center;
}

#st_slider ul.pagination li.active a {
	background: url(images/style1/pag_active.png) no-repeat center center;
}

/* Slider Previous and Next Buttons */

#st_slider_nav a.previous,
#st_slider_nav a.next {
	background: url(images/style1/pag_prev.png) no-repeat center center;
}
#st_slider_nav a.next {
	background: url(images/style1/pag_next.png) no-repeat center center;
}



/* @end */

/* @group Sidebar Styles */


div.module {margin-bottom: 10px;
/* background: url(images/style1/topright.png) 100% 0 repeat-y; 
height: 1%; */}
div.module div {/* background: url(images/style1/topleft.png) 0 0 no-repeat;*/}
div.module div div {/*background: url(images/style1/botright.png) 100% 100% no-repeat;*/}
div.module div div div.tl {/* background: url(images/style1/botleft.png) 0 100% no-repeat; */ padding: 12px 15px 15px 15px;}
div.module div div div.tl div {background: transparent none;padding: 0;}
div.module h3,div.moduletable h3 {padding: 0px 0px 7px 0px;line-height: 100%;height: auto;margin: 0 0 4px 0;text-indent: 0px;}


/* ============ * WIDGET STYLE*  ============ */

div.module {
}
/* ============  WIDGET HEADINGS  ============ */

div.module h3,div.moduletable h3 {
	background: url(images/style1/module_hdg.png) repeat-x 0 bottom;
}
/* ============  WIDGET LINKS  ============ */

div.module a,div.moduletable a {
	text-decoration: none;
}
div.module a:hover,div.moduletable a:hover {
	text-decoration: underline;
}
/* ========== LEFT/RIGHT CONTENT  HEADINGS  ========== */
td.contentheading,
a.contentpagetitle {
	color: #fff;
	font-size: 16px;
}
a.contentpagetitle:hover {
	color: #000;
}


/* @end */




/* @group WP Content */

/* Layout B Page Style (Post List) */

ul#postlist {
	border-top: 1px solid #e1e1e1;
}

ul#postlist li.pl-item {
	border-bottom: 1px solid #e5e5e5;
	background-color: #f3f3f3;
	border-top: 1px solid #fff;
}

ul#postlist li.pl-item:hover {
	background-color: #fff;
}

ul#postlist li.pl-item-excerpt {
	font-size: .75em;
	color: #595959;
}

ul#postlist li.pl-item-small {
	font-size: .65em;
	color: #7e7e7e;
}

.post-thumb {
	background-color: #f9f9f9;
	border: 1px solid #fff;
}

.article_sep {
	border-bottom: 1px solid #ededed;
}

.sticky {
	background-color: #f3f3f3;
	border: 1px solid #d8d5cc;
}

.sticky h2 {
	padding-top: 10px;
}

.sticky p.postmetadata,.sticky .small {
	border-color: #c7dcf2;
}

p.postmetadata {
	border-bottom: 1px solid #e9e9e9;
	color: #888;
}

.post {
	margin-bottom: 10px;
}
/* End Typography & Colors */

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

.flickr img {
	border: 1px solid #f0f0f0;
	background-color: #f9f9f9;
}

.flickr img:hover {
	border-color: #dcdcdc;
}

/* @end */



/* @group Comments */

a#cancel-comment-reply-link {
	font-weight: bold;
	color: red;
}

#comments h2 {
	font-size: 1.6em;
	color: #424242;
}

/* comments */

.thread-even.quotebox .bl {
	background: #f9f9f9;
}

.thread-even.quotebox .tr {
	border: 1px solid #ddd;
	border-bottom: 0px solid #fff;
}

.thread-even.quotebox .client {
	background: url(images/style1/speak.png) no-repeat top left;
}

.thread-even.quotebox,.thread-even.quotebox p {
	color: #333;
}

/* alt comments */

.thread-alt.quotebox .bl {
	background: #DEDEDE;
}

.thread-alt.quotebox .tr {
	border: 1px solid #C7C7C7;
	border-bottom: 0px solid #fff;
}

.thread-alt.quotebox .client {
	background: url(images/style1/alt_speak.png) no-repeat top left;
	font-size: 12px;
}

.thread-alt.quotebox,.thread-alt.quotebox p {
	color: #333;
}

/* author comments */

.bypostauthor.quotebox .bl {
	background: #fff;
}

.bypostauthor.quotebox .tr {
	border: 1px solid #ccc;
	border-bottom: 0px solid #fff;
}

.bypostauthor.quotebox .client {
	background: url(images/style1/auth_speak.png) no-repeat top left;
	font-size: 12px;
}

bypostauthor.quotebox,bypostauthor.quotebox p {
	color: #333;
}

.thread-even.quotebox .depth-2 .bl,
.thread-even.quotebox .depth-2 .tr,
.thread-even.quotebox .depth-2 .client,
.thread-alt.quotebox .depth-2 .bl,
.thread-alt.quotebox .depth-2 .tr,
.thread-alt.quotebox .depth-2 .client {
	background-color: transparent;
	background-image: none;
	border: 0px solid #fff;
	margin: 0;
	padding: 0;
}

.avatar {
	float: left;
	padding: 2px;
	background-color: #fafafa;
	border: 1px solid #d8d8d8;
}

.depth-2 .client,.depth-3 .client {
	border-bottom: 4px solid #d8d8d8;
}

.depth-2 .comment-entry {
	border-top: 4px solid #d8d8d8;
}

.depth-3 .comment-entry {
	border-top: 4px solid #d8d8d8;
}

/* Begin Comments*/

#commentform p {
	margin: 5px 0;
	color: #333;
}

#respond h3 {
	color: #666;
	font-size: 1.5em;
}

#commentform #submit {
	border: 2px solid #cb0000;
	background-color: #ae0000;
	color: #fff;
}

#commentform #submit:hover {
	background-color: #cb0000;
	border-color: #cb0000;
}

.entry {margin-bottom:70px;}

.twtr-hd {display:none;}
.twtr-tweet-wrap {margin:6px;}
.twtr-ft {margin-top:10px; margin-bottom:20px;}
.widget {margin-bottom:20px;}
    #nav {width:780px;left:200px;}


/* CUSTOM CSS for HOME PAGE */
div#welcome-photo {background: url(images/photo-background.jpg) no-repeat right bottom; height:300px; }
div#welcome-photo h1 {font-weight:2em; color:#333333; border: none; background: none; margin-top:10px; padding-top:15px; }

div#welcome-photo p {margin-right:270px; font-size:1.1em; line-height:130%; }

div#yellow-bg {float:left; width:680px; height:300px; margin-right:10px; background: url(images/yellow-bg.jpg) no-repeat center bottom;}

#ppc-blog {float:left; margin:20px; width:300px;}
#ppc-community {float:left; margin:20px; width:300px;}

#social {border:1px solid #ffffff; float:right; width:230px; text-align:center; padding-bottom:10px;}
#social img {padding:0 10px; border:none;}


#as-seen-in {border:1px solid #dedede; float:right; width:230px; text-align:center; background: url(images/as-seen-in.jpg) no-repeat top center; padding-top:35px; padding-bottom:20px;}
#as-seen-in img {padding:10px 0px;}

div#tools {float:left; width:680px; height:300px; margin-right:10px; }
#tools h2 {font-size:2em; color:#333333; border: none; background: none; margin-top:10px;}

.toolleft {float:left; width:330px; clear:left; margin-bottom:10px; padding:3px; border:solid #ffffff 1px;}
.toolright {float:right; width:330px; clear:right; margin-bottom:10px; padding:3px; border:solid #ffffff 1px;}

.tooldescrip {float:left; margin-left:10px; width:270px;}
.logo {display:inline; float:left; width:45px;}

.checkbox {background: url(https://ppcblog.com/images/checkbox.png) no-repeat left top; list-style-type:none; padding-left:30px; margin-bottom:10px;}
.checkbox ul li {margin-left:30px;}

#ppc-community h4 {margin-top:0px;}

#ppc-community ul {list-style-type:none; padding-left:0px; margin-top:-12px; padding-top:0px;}

#ppc-community ul li {background: url(images/forumbullet.png) no-repeat 4px 6px;}

#ppc-community ul li a {border-bottom: 1px solid #dedede; display: block; padding-left:25px; text-decoration:none; font-weight:bold;}

#signupform {border:1px solid #dedede; width:700px; background-color:#ededed}

/* @end */