/*   
Theme Name: suckerPunch2
Description: A Child Theme of Modern Notepad
Template: modern-notepad
Author: Jose Gonzalez
*/



@import url(../modern-notepad/style.css);
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, ins, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size:11px;
	/*font-size: 100%;*/



font-family: inherit;
	vertical-align: baseline;
	line-height:15px;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-color: white;
   
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Text decorations



*******************************/



.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.italic {
	font-style: italic
}
.underline {
	text-decoration: underline;
}
/* Float



*******************************/



.f-right {
	float: right;
}
.f-left {
	float: left;
}
.f-none {
	float: none;
}
/* Text align



*******************************/



.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}
.t-center {
	text-align: center;
}
.t-justify {
	text-align: justify;
}
/* Other



*******************************/



.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
/* Main styles



*******************************/



html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}
body {
	background:#ffffff;
	color: #646464;
	font-size: 75%;
	text-align: left;
}
/* Default fonts



*******************************/



body, input, select {
	font-family:     DIN-Light, Arial, Helvetica, sans-serif;
}
textarea, pre, code {
	font-family:  "Courier New", Courier, monospace;
}
/* Header elements



*******************************/



h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	/*color:#f21e1e;*/



  color:#666666;
}
h1 {
	padding-bottom:8px;
	font-size: 2.5em;
	line-height:1;
}
h2 {
	font-size: 1.83em;
}
h3 {
	font-size: 1.2em;
	padding-bottom:.6em;
	margin-top:6.5em;
	border-top: 1px dotted #cccccc;
}
h4 {
	font-size: 1.3em;
	line-height: 1.8em;
}
h5 {
	font-size: 1.2em;
	line-height: 1.6em;
	border-top:1px dotted #CCCCCC;
}
h6 {
	font-size: 1.1em;
	line-height: 1.2em;
border-bottom: margin-bottom:5px;
}
/* Text elements



*******************************/



p {
	margin: 10px 0 0 0;
	text-align: left;
	line-height:1.3;
	padding-top:10px;
	padding-bottom:5px;
}
p.last {
	margin-bottom:0;
}
p.first {
	margin-top:1em;
}
/*p.img		  { float: right; margin:0 0 1em 1em; padding:0; }*/



p.img {
	margin:14px 1em 1em 120px;
	padding:0;
}
/*margin: 14px 1em 1em 120px;



	border: 3px solid black;*/







blockquote {
	margin: 0 0 1em 1em;
	padding-left:1em;
	border-left:2px solid #646464;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
pre {
	border: 1px solid #ddd;
	margin-bottom: 1.2em;
	padding:1.2em;
}
ins {
	text-decoration:none;
} /*remove underline from text*/
del {
	text-decoration:line-through;
}
q, cite {
	font-style:italic;
}
dl {
	line-height:1.4;
	margin-bottom:1em;
}
/* decorate lists in posts */



#content .post ul, #content .post ol {
	margin: 0 0 0 0;
}
#content .post ul {
	list-style-type:none;
}
#content .post ol {
	list-style-type:none;
}
#content .post ul li, #content .post ol li {
	line-height:2;
	list-style:none;
}
hr {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #000 dotted;
}
/*links*/



a:link, a:visited, a:focus, a:hover, a:active {
	color: #707070;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
a:visited {
}
a:active, a:focus {
	outline: 0;
} /*remove border in ff*/
/* Images



*******************************/



img {
	outline:0;
	border: none;
}
#header .headerimg {
	position:relative;
	border: none;
	padding-left: 20px;
	padding-top: 30px;
	overflow:hidden;
}
/* Form styles



*******************************/



input, select, textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
	color:#828282;
}
input.text, input.file {
	cursor:text;
}
input.button {
	cursor:pointer;
}
input.radio, input.checkbox {
	border: 0;
	padding: 0;
}
/* Wordpress aligning



*******************************/



.aligncenter, div.aligncenter {
	float:left;
	/*display: block;



   margin-left: auto;



   margin-right: auto;*/



   margin: 0px 1em 1em 170px;/*border: 3px solid black;*/
}
.alignleft {
	float:left;
	margin:0px 1px 4px 0;/*margin: 14px 1em 1em 120px;



	border: 3px solid black;*/
}
.alignright {
	float: right;
	margin: 0px 0 4px 1px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption {
	border:1px solid #eee;
	text-align:center;
	padding-top:4px;
}
.wp-caption p.wp-caption-text {
	font-size:.92em;
	text-align:center;
}
/* Main styles



 *******************************/



#root {
	width:880px;
	margin:0 auto;
}
.top-line {
	background:transparent 0 0;
	background-color:#ffffff;
}
.bottom-line {
	background:url(img/bottom-line.gif) 0 100% repeat-x;
}
/* Header



 *******************************/



#header {
	overflow: visible;
}
#header .headers {
	text-align:center;
	color:#fff;
	font-size:.92em;
	line-height:3.2;/*height:120px;*/
}
#header .content {
	background:url(img/header.jpg) no-repeat;
	height:100px;
	position:relative;
	padding:10px 0 0 20px;
}
#header h1 {
	margin-top:30px;
}
#header .description {
	border:none;
	line-height:1.1;
 image
}
#searchform {
	position:absolute;
	right:4px;
	top:52px;
	font-size:.92em;
	margin-right:150px;
}
#nav-bar {
	left:9px;
	bottom:1px;
	position:absolute;
	background: transparent url(img/colorstrip.jpg) repeat-y scroll 0 0;
	overflow:hidden;
	height: 25px;
	width:863px;
	padding-left:5px;
}
#nav-bar li {
	float:left;
	background:transparent 0 0 no-repeat;
*
}
#nav-bar li a {
	height:40px;
	float:left;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	padding:5px 19px 0;
	margin-left:0px;
	/*background:url(../modern-notepad/img/nav.gif) 100% 100% no-repeat;*/



	background:transparent 0 0 no-repeat;
	font-size:10px;
}
#nav-bar li:hover {
	/*background:url(../modern-notepad/img/nav-hover.gif) 0 0 no-repeat;*/



	background:transparent 0 0 no-repeat;
}
#nav-bar li:hover a {
	/*background:url(img/nav-hover.gif) 100% 100% no-repeat;*/



	background:transparent 0 0 no-repeat;
	color:#333333;
}
#searchform input.text {
	background:#F0F0F0 none repeat scroll 0 0;
	border:0 none;
	height:auto;
	margin:0;
	padding:7px 5px;
	vertical-align:top;
	width:143px;
}
#searchform input.button {
	height:21px;
	padding-bottom:2px;
	width:45px;
	background:none;
	border:0;
	color:#000000;
	margin-top:12px;
	font-weight:normal;
	vertical-align:baseline;
	margin-right:0;
}
#header h1 a {
	text-decoration:none;
	color:#f21e1e;
}
/* Main



 *******************************/



#main {
	background:url(img/content.jpg) repeat-y;
	overflow:hidden;
	padding:0px;
}
#main-block {
	float:left;
	width:880px;
	min-height:600px;
	height:auto!important;
	height:600px;
	padding-top:30px;
}
#content .post {
	overflow:visible;
	background:none 0 0 no-repeat;
	margin-bottom:12px;
	list-style-type:none;
	padding: 12px 10px 0 15px;
}

/* added classes - stickers 

#content .featured{

background:transparent url(img/news.png) no-repeat scroll 131px 0px ;
}

#content .nothing-ever-happens{

background:transparent url(img/events.png) no-repeat scroll 190px 40px ;
}

#content .interviews{

background:transparent url(img/interviews.png) no-repeat scroll 190px 40px ;
}*/

#content .freshpunches{

background:transparent url(http://www.suckerpunchdaily.com/wp-content/themes/suckerPunch2/img/freshpunches.png) no-repeat scroll 190px 40px ;
}*/

#content .on-the-radar{

background:transparent url(http://www.suckerpunchdaily.com/wp-content/themes/suckerPunch2/img/radar.png) no-repeat scroll 190px 40px ;
}*/

#content .post .on-the-radar {
	background:transparent url(http://www.suckerpunchdaily.com/wp-content/themes/suckerPunch2/img/radar.png) no-repeat scroll 0 0;
	height:60px;
	left:135px;
	margin-bottom:-35px;
	margin-top:0;
	position:relative;
	width:60px;
	z-index:99;
	
}

#content .post .on-the-radar a {
color:transparent;
padding-left:3px;
position:absolute;
top:20px;
vertical-align:middle;
z-index:99;
font-size:11px;

}
#content .post .freshpunches {
	background:transparent url(http://www.suckerpunchdaily.com/wp-content/themes/suckerPunch2/img/freshpunches.png) no-repeat scroll 0 0;
	height:60px;
	left:135px;
	margin-bottom:-35px;
	margin-top:0;
	position:relative;
	width:60px;
	z-index:99;
	
}

#content .post .freshpunches a {
color:transparent;
padding-left:3px;
position:absolute;
top:20px;
vertical-align:middle;
z-index:99;
font-size:11px;

}
#content .post .interviews {
	background:transparent url(img/interviews.png) no-repeat scroll 0 0;
	height:60px;
	left:135px;
	margin-bottom:-35px;
	margin-top:0;
	position:relative;
	width:60px;
	z-index:99;
	
}

#content .post .interviews a {
color:white;
padding-left:3px;
position:absolute;
top:20px;
vertical-align:middle;
z-index:99;
font-size:11px;

}
#content .post .events {
	background:transparent url(img/events.png) no-repeat scroll 0 0;
	height:60px;
	left:135px;
	margin-bottom:-35px;
	margin-top:0;
	position:relative;
	width:60px;
	z-index:99;
	
}

#content .post .events a {
color:white;
padding-left:13px;
position:absolute;
top:20px;
vertical-align:middle;
z-index:99;
font-size:11px;
}

#content .post .news{
	background:transparent url(img/news.png) no-repeat scroll 0 0;
	height:60px;
	left:135px;
	margin-bottom:-35px;
	margin-top:0;
	position:relative;
	width:60px;
	z-index:99;
	
}

#content .post .news a{
color:white;
padding-left:15px;
position:absolute;
top:20px;
vertical-align:middle;
z-index:99;
font-size:11px;
}

#content .post .footer {
	height:11px;
	background:none 0 0 no-repeat;
}
#content .post .content {
	padding:8px 8px 0 3px;
	background: none;
}
#content .title {
	width:200px;
	list-style:none;
}
#content .title h2 {
	padding-bottom:6px;
	width:210px;
	margin-left:648px;
	margin-bottom: 12px;
	font-size:12px;
}
#content .title a {
	text-decoration:none;
	color:#656565;
	font-size:12px;
}
#content .title a:hover {
	color:#333333;
}
#content .postdata {
	font-size:0.92em;
	padding-bottom:10px;
	margin-bottom:8px;
	margin-left: 600px;
	background:none;
	overflow:hidden;
}
#content .category {
	float: left;
}
#content .date {
	float: left;
	color:#919191;
}
#content .comments {
	float:left;
	padding-right:10px;
	background:url(img/comments.png) no-repeat scroll 0 0;
	margin-left:180px;
	margin-top:-15px;
	padding-right:10px;
	height:22px;
}
 #content .comments, #content .comments a, {



   /*color:#91adc1;*/



	color:#ffffff;
 background: url(img/comments.png) no-repeat scroll 0 0;
 padding-left:2px;
 font-size:10px;
 margin-left:180px;
 margin-top:-15px;
 padding-right:10px;
 font-size:10px;
}
#content .category, #content .category a {
	color:#91adc1;
}
#content .entry {
	clear:both;
	overflow:hidden;
	margin-top:-50px;
	border-bottom: 1px dotted #cccccc;/*padding-bottom:15px;



	padding-top:25px;*/
}
/*



#content .entry a {



    color:#000000;



}



*/







/* ADDED CONTENT IMAGE CLASS */



#content .img {
	position:relative;
	border: 3px solid;
 border-color:#000000 padding-left: 0px;
	overflow:hidden;
}
a.more-link {
	font-weight:normal;
	color:#000000;
	padding-right:18px;
	background:none;
}
.nav-entries {
	font-size:.50em;
	overflow:hidden;
	margin-top:20px;
}
.nav-entries .prev a {
	float:left;
	padding-left:20px;
	padding-bottom:20px;
}
.nav-entries .next a {
	float:right;
	padding-right:20px;
	padding-bottom:20px;
}
#content .nav-entries a {
	font-size: 12px;
	background:none;
	color:#656565;
	text-decoration:none;
}
.nav-entries a span {
	padding:0px 25px 0px 25px;
	height:17px;
	float:left;
	background:none;
}
.nav-entries a:hover {
	color:#fff;
}
/* Comments



 *******************************/



#leavecomment {
	margin-top:90px;
}
.comments-list .avatar {
	margin-bottom:4px;
}
#content ul.comments-list {
	margin:0;
}
.comments-list li {
	padding:12px;
	line-height:1.2;
	list-style:none;
	background:url(img/post-delim.gif) 0 100% repeat-x;
	margin-bottom:12px;
}
.comments-list li.graybox {
	background-color:#f5f5f5;
}
.comments-list cite {
	font-weight:bold;
	font-style:normal;
}
.comments-list small {
	font-size:.83em;
}
.comments-list .comment {
	margin-top:8px;
}
#commentform input.text, #commentform textarea {
	border:1px solid #646464;
	border-bottom-color:#eee;
	border-right-color:#eee;
	padding:2px;
}
#commentform input.text {
	width:200px;
}
#commentform input.button {
	width:115px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	height:21px;
	padding-bottom:2px;
	background:#888888 0 0 no-repeat;
	border:0;
	color:#fff;
	font-size:.92em;
	vertical-align:middle;
}
#commentform textarea {
	width:500px;
}
#right-block {
	float:right;
	margin-left:890px;
	margin-top:17px;
	position:absolute;
	width:120px;
}
#left-block {
	float:left;
	margin-left:-130px;
	margin-top:18px;
	position:relative;
	width:120px;
}
.box {
	background:url(img/box-back.gif) 0 0 repeat-y;
	margin-bottom:8px;
}
.popular h3 {
	color:#eda33a;
}
.blogroll h3 {
	color:#78ab5f;
}
.archive h3 {
	color:#8fafc6;
}
.box .header {
	background:url(img/box-header.gif) 0 0 no-repeat;
	height:34px;
	padding:16px 20px 0;
}
.box ul {
	padding:0 5px 24px 5px;
	background:url(img/box-footer.gif) 0 100% no-repeat;
}
.box ul li {
	padding:9px 15px 1px 15px;
	font-size:.92em;
	background:url(img/box-li-bottom.gif) 0 100% repeat-x;
}
.box ul li a {
	display:block;
	padding:1px 0 11px;
	background-position:100% 0;
	background-repeat:no-repeat;
}
.box li a {
	background-image:url(img/cat.gif);
}
.popular li a {
	background-image:url(img/popular.gif);
}
.blogroll li a {
	background-image:url(img/blogroll.gif);
}
.archive li a {
	background-image:url(img/archive.gif);
}
.categories .children li a {
	background-image:url(img/cat-sub.gif);
}
.box ul li a:hover {
	text-decoration:underline;
}
.box li a:hover {
	background-image:url(img/cat-hover.gif);
	color:#f21e1e;
}
.popular li a:hover {
	background-image:url(img/popular-hover.gif);
	color:#eda33a;
}
.blogroll li a:hover {
	background-image:url(img/blogroll-hover.gif);
	color:#78ab5f;
}
.archive li a:hover {
	background-image:url(img/archive-hover.gif);
	color:#8fafc6;
}
.categories .children li a:hover {
	background-image:url(img/cat-sub-hover.gif);
	color:#f21e1e;
}
.box ul ul {
	padding:0;
	background:none;
}
.box li li {
	background:none;
	font-size:1em;
	padding:0 0 0 15px;
}
.box .footer {
	padding:0 5px;
	height:24px;
	background:url(img/box-footer.gif) 0 100% no-repeat;
}
.box .tags, .box .textwidget, #sidesearch, #calendar_wrap {
	padding:12px 18px;
}
.box input.text {
	border:1px solid #8A8A8A;
	width:140px;
	background:#fff;
	font-size:.92em;
}
.box input.button {
	background:#F6F6F6;
	color:#8A8A8A;
	font-weight:bold;
	border:0;
	font-size:.92em;
	border:1px solid #8A8A8A;
}
.box .tags, .box .textwidget {
	line-height:1.4;
}
.box .textwidget {
	font-size:.92em;
}
#calendar_wrap, .box .textwidget {
	padding-bottom:36px;
	background:url(img/box-footer.gif) 0 100% no-repeat;
}
#recentcomments li {
	background:none;
	padding-left:0;
}
#wp-calendar {
	width:190px;
	font-size:.92em;
}
#wp-calendar caption {
	padding:4px 0;
	text-align:right;
	font-weight:bold;
	color:#F21E1E;
}
#wp-calendar th, #wp-calendar td {
	padding:2px;
	text-align:center;
}
#wp-calendar thead th {
	color:#4189C1;
	font-weight:bold;
}
#wp-calendar #prev {
	text-align:left;
	padding-top:4px;
}
#wp-calendar #next {
	text-align:right;
	padding-top:4px;
}
#recentcomments {
	padding:0 18px 36px;
	line-height:1.4;
}
#recentcomments li a, #recentcomments li a:hover {
	background:none;
	padding:0;
	border:0;
}
/* Footer



 *******************************/



#footer {
	background: transparent url(img/footer.jpg) no-repeat scroll 0 0;
	width: 855;
	height:126px;
	font-size:.92em;
	padding:5px 27px 0;
}
#footer img {
	vertical-align:middle;
}
#footer .copyright {
	float:left;
	padding-top:50px;
	color:#000000;
}
#footer .links {
	float:left;
	padding-top:50px;
}
#footer .links a {
	padding-left:5px;
	margin-left:0px;
	color: #999999;
}
#footer .links a:hover {
	padding-left:5px;
	margin-left:0px;
	color: #000000;
}
#footer .rss {
	background-image:url(img/rss.gif);
}
#footer .login {
	background-image:url(img/login.gif);
}
#footer a.powered {
	padding:0;
}
#footer a.entries {
	margin:0;
}
#img-cache {
	display:none;
	overflow:hidden;
	height:0;
	width:0;
}
/*////////////////////////////*/







#content .contentLink {
	margin-left: 650px;
	font-size: 12px;
	color:#777777;
	margin-top:20px;
}
#content .contentTags {
	font-size: 12px;
	color:#999999;
	margin-left:650px;
	margin-bottom:20px;
	width:170px;
}
#root .topad {
	height: 120px;
	padding-top:5px;
	padding-left: 8px;/*border-bottom:dotted 1px #656565;*/
}
.topad {
	height: 120px;/*border-bottom:dotted 1px #656565;*/
}
.sidead {
	left: 120px;
	background: #FF0000;
	width: 200px;
}
.imgtfe {
	border: 2px solid #000000;
	margin-left: 150px;
	margin-top:-50px;
}
.excerpt {
	width:190px;
	margin-top: 50px;
	margin-left: 450px;
}
left-block.img {
	padding-top: 30px;
}
 left-block a: {
 padding-top: 30px;
}
#icons {
	position:absolute;
	margin-top:25px;
	margin-left:100px;
}
#content .pageentry {
	clear:both;
	overflow:hidden;
	margin-top:-50px;
	border-bottom: 1px dotted #cccccc;
	width:450px;
	margin: 0 auto;/*padding-bottom:15px;



	padding-top:25px;*/
}
#content .pageentry a {
	color:#000000;
}
#footer .footertext {
	float:right;
	color:#999999;
	padding-top:50px;
}
#footermenu {
	position:absolute;
	margin-left:-18px;
	padding-bottom: 50px;
}
#nav-bar2 {
	left:0px;
	bottom:5px;
	position:relative;
	background: none;
	overflow:hidden;
	height: 25px;
	width:auto;
	margin-bottom:40px;
}
#nav-bar2 li {
	float:left;
	background:transparent 0 0 no-repeat;
*
}
#nav-bar2 li a {
	height:40px;
	float:left;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	padding:5px 19px 0;
	margin-left:0px;
	/*background:url(../modern-notepad/img/nav.gif) 100% 100% no-repeat;*/



	background:transparent 0 0 no-repeat;
	font-size:10px;
}
#nav-bar2 li:hover {
	/*background:url(../modern-notepad/img/nav-hover.gif) 0 0 no-repeat;*/



	background:transparent 0 0 no-repeat;
}
#nav-bar2 li:hover a {
	/*background:url(img/nav-hover.gif) 100% 100% no-repeat;*/



	background:transparent 0 0 no-repeat;
	color:#333333;
}
#footer .editors {
	float:right;
	padding-top:50px;
	padding-right:20px;
}
#footer .editors a {
	padding-left:5px;
	margin-left:0px;
	color: #999999;
}
#footer .editors a:hover {
	padding-left:5px;
	margin-left:0px;
	color: #000000;
}
#footer .footereditors {
	float:left;
	color:#999999;
	padding-left:50px;
}
#content .titlesingle {
	padding-bottom:6px;
	width:220px;
	margin-left:648px;
	margin-bottom: 12px;
	font-size:12px;
}
#networking {
	width:200px;
}
#mysearch {
 width:auto:
}
#gallery-1 .gallery-item {
	background: white;
	margin-left:0px;
	border:none;
	display:inline;
	margin-top:0px;
	width:426px;
}
#gallery-1 img {
	padding-left:4px;
	padding-top:4px;
	display:inline;
	border-color: #000000;
}
#errormessage {
	font-size:15px;
	font-weight:bold;
	padding-left: 30px;
}
#copyright {
	float:left;
	width:862px;
}
#editors {
	float:right;
	width:auto;
}
.style2 {
	color: #000000
}
#visualPosts {
	left:570px;
	margin-left:30px;
	position:absolute;
	top:285px;
}
#relatedPosts {
	padding:0 20px;
	width: auto;
}
#relatedPosts ul {
	width:auto;
}
#relatedPosts ul li {
	display:block;
	float:left;
	padding:9px;
	width:150px;
}
#relatedPosts ul li a {
}
#attachment-post-thumbnail {
	float:left;
}
#catFlag {
	border-radius-bottomleft:10px;
	border-radius-bottomright:0px;
	border-radius-topleft:10px;
	border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomright:0px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-topright:10px;
	-o-border-radius-bottomleft:10px;
	-o-border-radius-bottomright:0px;
	-o-border-radius-topleft:10px;
	-o-border-radius-topright:10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright:0px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	height:25px;
	margin:-30px 0 0 90px;
	opacity:0.0;
	padding:30px;
	position:absolute;
	width:50px;
}
#content .catFlag {
{
 background: #ff0000;
 opacity:0.54;
 height:60px;
 -moz-border-radius-bottomleft:28;
 -moz-border-radius-bottomright:0px;
 -moz-border-radius-topleft:28px;
 -moz-border-radius-topright:28px;
 -webkit-border-radius-bottomleft:28;
 -webkit-border-radius-bottomright:0px;
 -webkit-border-radius-topleft:28px;
 -webkit-border-radius-topright:28px;
 -o-border-radius-bottomleft:28;
 -o-border-radius-bottomright:0px;
 -o-border-radius-topleft:28px;
 -o-border-radius-topright:28px;
 border-radius-bottomleft:28;
 border-radius-bottomright:0px;
 border-radius-topleft:28px;
 border-radius-topright:28px;
 -khtml-border-radius-bottomleft: 0px;
 -khtml-border-radius-bottomright:28px;
 -khtml-border-radius-topleft:28px;
 -khtml-border-radius-topright:28px;
}
#content .commentField {
	background:none 0 0 no-repeat;
	margin-bottom:12px;
	list-style-type:none;
	padding: 12px 10px 0 15px;
}
#commentField {
	background:none 0 0 no-repeat;
	margin-bottom:12px;
	list-style-type:none;
	padding: 12px 10px 0 15px;
}