article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: 'Arial', sans-serif; color: #222; }

body{
	font-family: 'Lucida Grande', 'Univers', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background:url(http://www.equalandopposite.com/img/blackBG.jpg);
    color:#d1d3d4;
    font-size:.9em;
    line-height: 1.4;
    margin: 0px 0 20px 0;
    padding: 0;
}

        
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


.blackText{
    color:#231f20;
}

::-moz-selection { background: #000000; color: #fff; text-shadow: none; }
::selection { background: #000000; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #ffde17; text-decoration: none }
a:visited { color: #fee34e; }
/* a:hover { color: #ffde17; border-bottom:1px dotted; } */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid { background-color: #ffffff; }
input:invalid, textarea:invalid { background-color: #ffffff; }


/** we remove the red glow around required fields since we are already using the red star */
input:required, textarea:required {
-moz-box-shadow:none;
-webkit-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}

/** inputs and textarea**/
input:not([type="submit"]),
textarea{
outline:none;
display:block;
width:800px;
padding:1px 1px;
border:0px none #DBDBDB;
color:#3F3F3F;
font-family: 'Lucida Grande', 'Univers', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:20px;
border-radius:0px;
transition:background 0.2s linear,
box-shadow 0.6s linear;
}

input:not([type="submit"]):active,
textarea:active,
input:not([type="submit"]):focus,
textarea:focus{
background:#F7F7F7;
border:dashed 1px #ffde17;
box-shadow:2px 2px 7px #E8E8E8 inset;
}

input:not([type="submit"]){
height: 58px;
}

textarea{
min-height:350px;
resize:vertical
}

/* placeholder */
::-webkit-input-placeholder  {
color:#BABABA;
font-style:italic;
}

input:-moz-placeholder,
textarea:-moz-placeholder{
color:#BABABA;
font-style:italic;
}









/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
}


/*---------------------------------------------------------------------------------------------- HEADER --*/

#headerContainer{
    width:100%;
	height:325px;
    background-color:#ffee17;
    background-image:url(http://www.equalandopposite.com/img/yellowHead.jpg);
	background-repeat:repeat-x;
}

#header{
    width:800px;
    margin:0 auto;
    position:relative;
}

#pointer{
    position:absolute;
    top:310px;
}

#headerDots{
    position:absolute;
    height:4px;
    border-top:1px dotted #fff;
    border-bottom:1px solid #fff;
    border-right:0px;
    border-left:0px;
    top:480px;
    width:100%;
}

#searchBox{
    position:absolute;
    top:235px;
    right:0px;
    width:280px;
    height:70px;
    font-size:.7em;
    font-family:times;
    color:#000;
    font-style:italic;
    line-height: 0;
}

#searchButton{
    margin-top:0px;
    cursor:hand;
    cursor:pointer;
    padding:0px;
}
#headerSearch{
    font-size:1.4em;
    border:1px solid #fff;
    width:238px;
    height:37px;
    border-bottom:0px;
}
#searchBox td{
    margin: 0px;
    padding:0px;
    vertical-align:middle;

}

/*---------------------------------------------------------- NAV ELEMENTS --*/
#headerNav{
    list-style-type:none;
    position:absolute;
    top:350px;
    margin:0px;
	padding:0px;
}
#headerNav li{
    float:left;
    cursor:pointer;
    cursor:hand;
    height:20px;    
}

#homeLink{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_01.png);
    width:53px;
}
#homeLink:hover{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_over_01.png);
    width:53px;
}
#aboutLink{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_02.png);
    width:63px;
}
#aboutLink:hover{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_over_02.png);
    width:63px;
}
#servicesLink{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_03.png);
     width:78px;
}
#servicesLink:hover{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_over_03.png);
     width:78px;
}

#galleryLink{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_04.png);
     width:76px;
}
#galleryLink:hover{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_over_04.png);
     width:76px;
}

#blogLink{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_05.png);
     width:52px;
}
#blogLink:hover{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_over_05.png);
     width:52px;
}

#shopLink{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_06.png);
     width:56px;
}
#shopLink:hover{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_over_06.png);
     width:56px;
}

#freeLink{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_07.png);
     width:50px;
}
#freeLink:hover{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_over_07.png);
     width:50px;
}

#contactLink{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_08.png);
     width:63px;
}
#contactLink:hover{
    background:url(http://www.equalandopposite.com/img/navPieces/navbar_over_08.png);
     width:63px;
}




#main{
    width:800px;
    margin:0 auto;
}


/*---------------------------------------------------------------------------------- CONTENT ELEMENTS --*/

#container{
    margin-top:170px;
}
.entry-content{
    padding:40px;
    color:#d1d3d4;
    font-size:.9em;
    line-height:1.4;
}
.entry-content p{
    margin-top:22px;
}
.entry-content img{

}
/*---------------------------------------------------------------------------------- GLOBAL ELEMENTS --*/
.dotLine{
    height:1px;
    border-top:1px dotted #fff;
    border-bottom:1px solid #fff;
    border-right:0px;
    border-left:0px;
    width:100%;
    margin-bottom:0px;
    padding: 1px;
}
.date{
    border-top:1px dotted #fff;
    font-family:'Times New Roman', Times, 'Wingdings';
    font-style:italic;
    font-weight:300;
    color:#ffde17;
    text-align:left;
    font-size:.75em;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px dotted #fff;
    margin-bottom:10px;
    
}

.entry-title{
    font-family: 'Univers','Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 4.5em; 
    font-weight: bold; 
    color: #000000; 
    width:100%;
    text-align:left;
    margin-top:0px;
 
}
.entry-title a{
    text-decoration:none;
    color:#fff;
}

		.h1 {
			color: #fff;
      		font-family: 'Univers','Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 4.5em;
			font-weight: bold;
			text-transform: UPPERCASE;
			letter-spacing: -3px;
			line-height: 1.1em;
			margin: 0;
			}



/*=================================TUMBLR=========================*/


					
	#content {
		width: 800px;
		margin: 0 auto; 
		margin-top:170px;
	}
		
		#content #header2 {
			border-bottom: none;
		}
		
			#content #header2 #top {
				border-bottom: 0px solid #ff00cc;
				padding: 0 0 10px 0;
				position: relative;
			}
		
				#content #header2 #top a.title {
					width: 688px;
					color: #fff;
					font-family: Georgia;
					font-size: 72px;
					font-style: italic;
					font-weight: normal;
					letter-spacing: -3px;
					text-decoration: none;
					margin: 0;
				}
				
				#content #header2 #top .buttons {
					position: absolute;
					bottom: 24px;
					right: 0;
				}
			
					#content #header2 #top .buttons a {
						color: #1f1f1f;
						font-weight: bold;
						text-transform: uppercase;
						text-decoration: none;
						background: #ffde17;
					}
				
			#content #header2 #bottom {
				font-size: 10px;
				padding: 8px 0;
			}
			
				#content #header2 #bottom a {
					color: #ffde17;
					font-weight: bold;
					text-decoration: none;
				}
	#content #newDay {
		border-top: 1px none #ffffff;
		padding: 2px 0 0 0;
	}


    
	
		#content #newDay .post { margin: 20px 0 70px 0; }
		
		#content #newDay .post img { max-width: 100%; }
		
		#content #newDay .date {
			font-weight: medium;
			text-transform: none;
		}
	
		#content #newDay .h2 {
			color: #fff;
      		font-family: 'Univers','Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 2.5em;
			font-weight: bold;
			text-transform: UPPERCASE;
			letter-spacing: 2px;
			line-height: 1.1em;
			margin: 0;
			}
		}
		
			#content #newDay a.h2 {
				color: #ffffff;
      			font-family: 'Univers','Helvetica Neue', Helvetica, Arial, sans-serif;
				font-size: 4.5em;
				font-weight: bold;
				text-transform: UPPERCASE;
				text-decoration: underline;
				letter-spacing: -3px;
				line-height: 1.1em;
				margin: 0;
			}
			
			  #content #newDay a.h2.title {
			    color: #ffffff;
			  }
			
			#content #newDay .quote {
				font-family: 'Times New Roman', times, 'Wingdings';
				font-size: 1.8em;
				font-style: italic;
				line-height: 1.3em;
			}
				
		#content #newDay .post img {
		  max-width: 764px;
			border: none;
			padding: 1px;
		}
		
		#content #newDay .post code {
			font-size: 12px;
			background: #fdfde5;
			font-family: 'Lucida Console', monospace;
			padding: 1px 4px;
		}
		
		#content #newDay .post {
      		font-family: 'Lucida Grande', 'Univers','Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: .8em;
			line-height: 1.4em;
		}
		
			#content #newDay .post a {
				color: #ffde17;
				text-decoration: none;
			}
			
				#content #newDay .post a:hover { color: #ffde17; }
				
		/* this is for chat */
		#content #newDay .post table {
			font-family: 'Times New Roman', times, 'Wingdings';
			font-size: 14px;
			margin: 0 0 10px 0;
			border-collapse: collapse;
		}

			#content #newDay .post table tr td {
				padding: 0;
				vertical-align: top;
			}

			#content #newDay .post table tr td.name {
				font-weight: bold;
				text-align: right;
				padding: 4px 15px;
			}

			#content #newDay .post table tr td.words {
				width: 100%;
				text-align: left;
				padding: 4px 1px;
			}
		/* that was for chat */
			
		#content #newDay .bottom {
			width: 100%;
			color: #444444;
      		font-family: 'Lucida Grande', 'Univers','Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 10px;
			line-height: 1.8;
			text-transform: uppercase;
		}
			
			#content #newDay .bottom .notes,
			#content #newDay .bottom .tags {
				text-transform: none !important;
				margin: 0 13px 0 0;
				float: left;
			}
		
			#content #newDay .bottom a {
				color: #444444;
				text-transform: none;
				text-decoration: underline;
			}
		
				#content #newDay .bottom a.time {
					text-decoration: underline;
					font-weight: bold;
					text-transform: uppercase;
				}
				
				#content #newDay .bottom a:hover { text-decoration: underline; }

	#content #pagination {
		font-family: Georgia;
		font-size: 12px;
		text-align: right;
		border-top: 1px dotted #ffffff;
		border-bottom: 1px dotted #ffffff;
		padding: 8px 0;
		overflow: hidden;
	}
	
		#content #pagination a.button {
			color: #1f1f1f;
			font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			background: #ffde17;
			margin-left: 12px;
		}
		
		#content #pagination .rss { 
			font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 10px;
			float: left;
		}
			#content #pagination .rss a {
				color: #ffde17;
				font-weight: bold;
			}
			
		#content #footer {
			color: #8E8E8E;
			line-height: 1.5em;
			text-align: center;
			margin: 8px 0 0 0;
			overflow: hidden;
		}

			#content #footer form {
				margin: 0 auto 10px auto;
				float: left;
			}

				#content #footer form input.text {
					width: 250px;
				}
	
		#content #footer a {
			color: #8E8E8E;
		}
			
		ol.notes {
			width: 100%;
			border-bottom: solid 1px #ccc;
	    padding: 48px 0 0 0px;
	    margin: 8px 0px 0px 0px;
	    list-style-type: none;
		}
		
			ol.notes a {
				color: #444444;
			}

			ol.notes li.note {
				color: #777;
				font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-size: 10px;
		    border-top: solid 1px #ccc;
		    padding: 4px;
			}

				ol.notes li.note img.avatar {
			    vertical-align: -4px;
			    margin-right: 10px;
			    width: 16px;
			    height: 16px;
				}

				ol.notes li.note span.action {
					margin-bottom: 5px;
				}
		
					ol.notes li.note span.action a {
						font-weight: bold;
					}

				ol.notes li.note .answer_content {

				}

				ol.notes li.note blockquote {
			    border-color: #eee;
			    padding: 4px 10px;
			    margin: 10px 0px 0px 25px;
				}

					ol.notes li.note blockquote a {
				    text-decoration: none;
					}
					
				ol.notes li.note a:hover {
					text-decoration: underline;
				}
				
    ul#likes {
	    border-bottom: 1px solid #ff00cc;
	    list-style-type: none;
	    margin: 0 0 0 0;
	    padding: 0 0 20px 0;
	    overflow: hidden;
	  }

	  li.like_post {
	    width: 150px;		    
      font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
      font-size: 10px;list-style-type: none;
      margin: 0;
	    padding: 0 56px 0 0; 
	    float: left;
	  }

	    li.like_post:last-child {
	      padding: 0;
	      float: right;
	    }

	    li.like_post img {
	      max-width: 146px;
	      border: 1px solid #8E8E8E;
  			padding: 1px;
	    }

	    li.like_post blockquote {
	      margin: 0;
	      padding: 0 0 0 10px;
	      border-left: 1px solid #eee;
	    }

	    li.like_post .like_link a {
	      font-size: 12px;
	      color: #ffde17;
	    }

	      li.like_post .like_link a:hover {
		      color: #ffde17;
		    }

		  li.like_post .like_title {
		    font-size: 12px;
		  }

	    li.like_post a {
	      color: #ff00cc;
	    }

	    li.like_post ol,
	    li.like_post ul {
	      margin: 0 0 0 15px;
	      padding: 0;
	    }

      li.like_post .post_info_bottom {
        margin: 10px 0 0 0;
        display: block !important;
      }

        li.like_post .post_info_bottom a {
          color: #ffde17;
          text-decoration: none;
        }

          li.like_post .post_info_bottom a:hover {
            color: #ffde17;
          }

    a.arrow.back,
    a.arrow.forward {
      display: none !important;
    }
    

			






/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.paypal input {width:auto;}