/*  
Theme Name: Motion Suites
Description: Design Theme
Version: 1.1


*/




/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

img, #logo, #nav a, #feature_list li a, #fromtwitter, #fromtheblog, .portfolio_list li { 

	behavior: url(javascript/iepngfix.htc) 

}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.content620px img {
	/*border:#FF0000 dashed 1px; ________________BORDER________*/
	margin:0 10px 0 0;/*_______________PP KEEP LEFT_________*/
	max-width: 940px;
	/*max-width: 578px;*/
}

/* This Is for WhaT We Do_________ Page Headers________________ 
.nudgeLeft {
	margin:0 0 0 -180px;
}*/


/*
    IMGAGE FADE
*/
a img{ 	-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
		-transition: opacity 0.2s ease-out; } 

a img:hover{ opacity: 0.4; 
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			filter: alpha(opacity=40); }
			
				


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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* Comments Style */




.content620px ol {
	margin-top: 20px;
}
.content620px ol li {
	padding: 10px 15px ;
	margin-bottom: 20px;
	background: #f3f3f3;
}

.content620px ol li p {
	border-top: solid 1px #b0b0b0;
	border-bottom: solid 1px #b0b0b0;
	padding: 15px 0px;
	margin: 10px 0px;
}
.avatar {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.content620px .meta {
	border: none;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
}
.ncomments {
	font-size: 15px;
	display:none;
}

/*#content620px comments{  __________My Code____________________
	font-size: 15px;
	display:none;
}*/



#submit_it {
	background: #666666;
	color:#FFFFFF;
	border: none;
	margin-top: 5px;
	padding: 6px;
}

.content620px ul{
	list-style:disc;
}
.content620px ol{
	list-style:decimal;
}

.content620px .alignleft{
	float:left;
}

.content620px .alignright{
	float:right;
}

.content620px .aligncenter{
	margin:0 auto;
	text-align:center;
}
.content620px .alignnone{
	float:none;
}

#sidebar{ 
	display:none; 
}


/* This hides the content on the featured tabs */
span#featured-titles-content {
      display:none;
}


/*_______________JUZZY ADDED SELECTION CODE____________________*/

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

::selection {
  background: #FF9900; /*ORIGINAL PINK THAT I LIKE: #FF5E99;*/
  color: #fff;
  text-shadow: none;
}
