/* RESET CSS FOR RISE */

/* ** Reset some styles (based on Eric Meyer's CSS Reset) ** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 

blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, 

ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, 

li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 

	margin: 0; 

	padding: 0; 

	border: 0; 

	outline: 0; 

	font-size: 100%;

	vertical-align: baseline;

}

*:focus { outline: 0; } /* remember to define focus styles! */

ol, ul { list-style: none; }

/*table { border-collapse: separate; border-spacing: 0; }*/ /* tables still need 'cellspacing="0"' in the markup */

caption, th, td { text-align: left;font-weight: normal; }

blockquote, q { quotes: none; }



/* ** Set some base styles (based on YUI base.css) ** */

body { font: 12px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; color: #000; background: #fff; }



h1 { font-size: 18px; }

h2 { font-size: 16px; }

h3 { font-size: 15px; }

h4 { font-size: 14px; }

h5 { font-size: 13px; }

h6 { font-size: 12px; }



h1, h2, h3, h4, h5, h6 { margin: 12px 0; }

h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }



html\:abbr, abbr, acronym { border-bottom: 1px dotted #000; cursor: help; }

em { font-style: italic; }

blockquote, ul, ol, dl { margin: 12px; }



ol, ul, dl { margin-left: 24px; }

ol { list-style: decimal outside; }

ul { list-style: disc outside; }

dl dd { margin-left: 12px; }

/*th, td { border: 1px solid #000; padding: 6px; }*/

th { font-weight: bold; text-align: center; }

caption { margin-bottom: 6px; text-align: center; }

p, fieldset, table { margin-bottom: 12px; }

sup { font-size: 75%; vertical-align: text-top; }



a:focus { outline:none; }



/* Hide the accessibility links */

div#skip_links, a#navigation, a#content { display: none; }



/* Begin Typography & Colors */

body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	background: #d5d6d7 url('images/kubrickbgcolor.jpg');

	color: #333;

	text-align: center;

	}



#page {

	background-color: white;

	text-align: left;

	}



#header {

	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;

	}



#headerimg 	{

	margin: 7px 9px 0;

	height: 192px;

	width: 740px;

	}



#content_container{

        position: relative;

        width: 683px;

        height:100%;

        height:auto !important;

        float:left;

        margin: 0 0 10px 30px;

        padding-bottom:4px;

        background: url(http://debugthemyth.com/images/primary_btm.gif) no-repeat 0px bottom;

}



#content{

        width: 615px;

        background:url(http://debugthemyth.com/images/primary_bg.gif) repeat-y;

        margin: 0 0 0 0;

        text-align:left;

        padding: 30px 34px 10px 34px; 

        display:block;

        vertical-align: baseline;

}



#content h2 a:hover, #content h3 a:hover{

	color: #faa11f;

	text-decoration: underline;

}



#content h2 a, #content h3 a{

	text-decoration: none;

}



#content h3{

        font-family: Arial, Helvetica, Verdana;

        font-size: 18px;

        color: #f7941d;

}



.widecolumn .entry p {

	font-size: 1.05em;

	}



.narrowcolumn .entry, .widecolumn .entry {

	line-height: 1.4em;

	}



.widecolumn {

	line-height: 1.6em;

	}



.narrowcolumn .postmetadata {

	text-align: left;

	}



.thread-alt {

	background-color: #f8f8f8;

}

.thread-even {

	background-color: white;

}

.depth-1 {

border: 1px solid #ddd;

}



.even, .alt {



	border-left: 1px solid #ddd;

}



#footer {

	/*background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;*/

	border: none;

	}



small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

	}



#headerimg .description {

	font-size: 1.2em;

	text-align: center;

	}





#sidebar h2 {

	font-family: 'Lucida Grande', Verdana, Sans-Serif;

	font-size: 1.2em;

	}



.entry p a:visited {

	color: #faa11f;

	}



.sticky {

	background: #f7f7f7;

	padding: 0 10px 10px;

	}

.sticky h2 {

	padding-top: 10px;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em Arial, Helvetica, Verdana;

	}

.commentlist li ul li {

	font-size: 1em;

}



.commentlist li {

	font-weight: bold;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: Arial, Helvetica, Verdana;

	}



.commentmetadata {

	font-weight: normal;

	}



#sidebar {

	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

        color: #000;

	}



.author { color: #faa11f; }



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



a, h2 a:hover, h3 a:hover {

	color: #06c;

	text-decoration: none;

	}



a:hover {

	color: #147;

	text-decoration: underline;

	}



#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */







/* Begin Structure */

body {

	margin: 0 0 20px 0;

	padding: 0;

        background:transparent url(http://debugthemyth.com/images/bg.jpg) repeat-x scroll left top;

	}



#page {

	/*background-color: white;

        border: 1px solid #959596;*/

	margin: 0 auto;

	padding: 0;

	width: 1003px;

        background: url(http://debugthemyth.com/images/blog_bg.jpg) no-repeat;

	}



#header {

	/*background-color: #73a0c5;*/

	margin: 0 0 0 1px;

	padding: 0;

	height: 200px;

	width: 1003px;

	}



#headerimg {

	margin: 0;

	height: 200px;

	width: 100%;

	}



.narrowcolumn {

	float: left;

	padding: 0 0 20px 45px;

	margin: 0px 0 0;

	width: 450px;

	}



.widecolumn {

	padding: 10px 0 20px 0;

	margin: 5px 0 0 150px;

	width: 450px;

	}



.post {

	margin: 0 0 40px;

	text-align: justify;

        font-size: 12px;

	}



.post p { font-family:Arial,Helvetica,Verdana;}



.post h2 {font-size: 20pt; font-weight:normal; font-family:Arial,Helvetica,Verdana; padding: 8px 0 6px 0; display:block; position:relative; clear:both;color: #f7941d;}



.post hr {

	display: block;

	}



.singlePostHeader{

         font-size: 20pt; font-weight:normal; font-family:Arial,Helvetica,Verdana;

         padding: 10px 0 7px 0;

         color: #f7941d;

         margin: 30px 0 0 0;

}



.singlePostHeader a:hover{

	color: #808285;

	text-decoration: underline;

}



.singlePostHeader a{

	text-decoration: none;

}



.share{

        font-size: 18px;

        color: #999999;

}



.share a{

        font-size: 18px;

        color: #999999;

        text-decoration: none;

}



.share a:hover{

        color: #faa11f;

	text-decoration: underline;

}



.share img{

        top:3px;

        display:inline;

        position:relative;

}



.discuss{

        padding-left: 12px;

}





.widecolumn .post {

	margin: 0;

	}



.narrowcolumn .postmetadata {

	padding-top: 5px;

	}



.widecolumn .postmetadata {

	margin: 30px 0;

	}



.widecolumn .smallattachment {

	text-align: center;

	float: left;

	width: 128px;

	margin: 5px 5px 5px 0px;

}



.widecolumn .attachment {

	text-align: center;

	margin: 5px 0px;

}



.postmetadata {

	clear: both;

}



.clear {

	clear: both;

}



#footer {

	padding: 0;

	margin: 0 auto;

	width: 760px;

	clear: both;

	}



#footer p {

	margin: 0;

	padding: 20px 0;

	text-align: center;

	}

/* End Structure */







/*	Begin Headers */

h1 {

	/*padding-top: 70px;

	margin: 0;*/

	}



h2 {

	margin: 30px 0 0;

	}



h2.pagetitle {

	margin: 0 0 15px 0;

        color: #000;

        font-size: 15px;

}



#sidebar h2 {

	margin: 5px 0 0;

	padding: 0;

	}



h3 {

	padding: 0;

	margin: 30px 0 0;

	}



h3.comments {

	padding: 0;

	margin: 40px auto 20px ;

	}

/* End Headers */







/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



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;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left;

	}

/* End Images */







/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: disc;

	padding-left: 10px;
	
	font-family: Arial,Helvetica,Verdana; 

	/*text-indent: -10px;*/

	}



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



/*.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	} */



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

        border: solid 1px #999999;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 100%;

	padding: 2px;

        font-family:Arial, Helvetica, Verdana;

        border: 1px solid #999999;

	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

#commentform #submit {

	margin: 0 0 5px auto;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 10px;

	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}

.children { padding: 0; }



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar */

#sidebar

{

/*

	padding: 20px 0 10px 0;

	margin-left: 545px;

	width: 190px;

*/

	}



#sidebar form {

	margin: 0;

	}

/* End Sidebar */







/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}

	

.screen-reader-text {

     position: absolute;

     left: -1000em;

}



hr {

	display: none;

	}



a img {

	border: none;

	}



.archive_navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

        color: #000;

	}



/* End Various Tags & Classes*/







/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions */



/* RISE */



/* RISE General Styles */

a {color:#faa11f; text-decoration:underline; outline:none;}

a:hover {color:#faa11f; text-decoration:underline;}

a:focus { outline: none;}	

p.justify {text-align: justify;}



p span.blue {color:#007cb7;}

p, li { line-height:1.4em;}

h2 {font-size:12px; color:#007cb7; font-weight:bold; padding:0; margin:0 0 2px 0;}

h3 {font-size:11px; color:#E31837; font-weight:bold; padding:0; margin:0 0 2px 0;}



h1.home_blog { text-indent: -9999px; height: 60px; background: url(http://debugthemyth.com/images/hdr_blog.png) no-repeat; padding:0; height:69px; display: block; position:relative; top:20px; left:62px; width:313px; cursor:pointer; }



/* RISE Header and Nav */

#header_nav { position: relative; width:1003px; height:61px; margin:0; padding:16px 0 0 0; background: url(http://debugthemyth.com/images/debug_logo.png) 0 16px no-repeat;}

	 #header_nav h1 {margin:0; padding:0; display:inline; width:210px; height:61px;}   

	 #header_nav h1 a {color:#000000; cursor:pointer; height:61px; top:10px; width:210px; left:16px; overflow:hidden; text-decoration:none; outline:none;}

		#header_nav h1 span img#print { display:none; }       

            #header_nav h1 a span { display: block; position: absolute; top: 18px; left: 0;  width: 200px; height: 61px; }

	

	#navigation { position:relative; width:482px; height:61px; margin-left:212px;float: left; }

		#nav_case .menu {width: 482px; height: 61px; background: url(http://debugthemyth.com/images/nav.png); margin: 0 auto;}

			#nav_case .menu span {display: none;}

			#nav_case .menu li {list-style-type: none; float: left; height:61px;}

			#nav_case .menu a { height: 61px; display: block; outline:none;}

			

		

			#nav_case .item1, #nav_case .item1 a:hover { display:none; } /** HOME **/

			

				#nav_case .item2 { width: 46px; } /** NEWS **/

				#nav_case .item3 { width: 57px; } /** FACTS **/

				#nav_case .item4 { width: 48px; } /** HEALTH **/

				#nav_case .item5 { width: 105px; } /** COMMUNITY **/

				#nav_case .item6 { width: 76px; } /** ENVIRONMENT **/

				#nav_case .item7 { width: 44px; } /** EVENTS **/

				#nav_case .item8 { width: 35px; } /** BLOG **/

				#nav_case .item9 { width: 71px; } /** TAKE ACTION **/

				

				#nav_case .item2 a:hover,  /** NEWS **/

					li#current.item2 { background: url(http://debugthemyth.com/images/nav.png) 0px -61px no-repeat;}

				#nav_case .item3 a:hover,  /** FACTS **/

					li#current.item3 {background: url(http://debugthemyth.com/images/nav.png) -46px -61px no-repeat;}

				#nav_case .item4 a:hover,  /** HEALTH **/

					li#current.item4 {background: url(http://debugthemyth.com/images/nav.png) -103px -61px no-repeat;}

				#nav_case .item5 a:hover, /** COMMUNITY **/

					li#current.item5 {background: url(http://debugthemyth.com/images/nav.png) -151px -61px no-repeat;}

				#nav_case .item6 a:hover, /** ENVIRONMENT **/

					li#current.item6 {background: url(http://debugthemyth.com//images/nav.png) -256px -61px no-repeat;}

				#nav_case .item7 a:hover, /** DEBUG **/

					li#current.item7 {background: url(http://debugthemyth.com/images/nav.png) -332px -61px no-repeat;}

				#nav_case .item8 a:hover, /** BLOG **/

					li#current.item8 {background: url(http://debugthemyth.com/images/nav.png) -376px -61px no-repeat;}

				#nav_case .item9 a:hover, /** TAKE ACTION **/

					li#current.item9 {background: url(http://debugthemyth.com/images/nav.png) -411px -61px no-repeat;}

					

	#social_nav { display:inline; float:left; width:91px;}	

	#social_nav ul {display:block; margin:0 0 0 4px; padding:0;}

	#social_nav li {list-style-type: none; float: left; height:20px; padding-right:9px;}

		#social_nav .facebook { width: 20px; height:20px; background: url(http://debugthemyth.com/images/icon_facebook.png) 0 0 no-repeat; }

		#social_nav .twitter { width: 20px; height:20px; background: url(http://debugthemyth.com/images/icon_twitter.png) 0 0 no-repeat; }

	#social_nav a { height: 20px; display: block; outline:none;}

	#social_nav span {display: none;}

	

	#search { display:inline; float:left; width:145px;}	

		#search #tell_a_friend { display:block; margin:0 0 0px 0px; padding:0; height:26px;}

		#search #search_form { display:block; margin:0 0 0 0px; padding:0;}

		

		#search input.search_input {float:left; font-size:10px; height:15px; margin-left:0px; margin-top:0px; width:106px; padding:0;}

		#search .btnArrow {float:left; height:22px; margin-left:2px; margin-top:1px; position:relative; width:23px;	}



#secondary { position:relative; margin:0 0 0 10px; width: 202px; height:100%; display:inline; float:left; padding:8px 0px; background: url(http://debugthemyth.com/images/secondary_bg.png) repeat-y; color:#fff;

border:0 none;

font-size:100%;

text-align:left;

list-style-type: none; 

}

#secondary img { display:block; padding:0 0 8px 8px; margin:0;}

#secondary a {color:#ffffff;}

#secondary a:hover {color:#faa11f;}

#secondary .callout { background: url(http://debugthemyth.com/images/arrow.gif) no-repeat; padding: 0px 0 34px 22px;}

#secondary .callout h1  { color:#f7941d; font-size:18px; font-family: Arial, Helvetica, Verdana; text-transform:uppercase; font-weight:normal; padding:5px 0 3px 0; margin:0; vertical-align:middle;}

#secondary .callout p { padding:0 0 3px 0; margin:-3px 0 0 0; font-size:11px;}

#secondary .callout img { display:block; padding:0; margin:0;}



/* RISE FOOTER */

	#footerContainer { clear: both; position: relative; width: 1003px; height:52px; background: url(http://debugthemyth.com/images/footer_home_bg.png) 0 bottom repeat; margin: 0 auto;}

	#home #footerContainer { clear: both; position: relative; width: 1003px; height:46px; background: url(http://debugthemyth.com/images/footer_home_bg.png) 0 bottom repeat; margin: 0 auto;}

	#footer { padding: 20px 10px 30px 30px; color:#fff; font-size: 12px; text-align:left; }

    #footer .copyright { display:inline; float:right; color:#fff; font-size: 11px; padding: 0px 0 0 0; }

    #footer ul, #footer ul li { margin: 0; padding: 0px 0 0 0; list-style: none;  }

    #footer ul { padding-top: 0px; display:inline; float:left;}   

        #footer ul li { display: inline; padding: 0 10px 0 0; }

            #footer ul li a:link,

            #footer ul li a:visited, 

            #footer ul li a:hover,   

            #footer ul li a:active  { text-decoration:none; color: #fff; }
