@charset "utf-8";
/* CSS Document */


body {
	filter:default;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/bg_home.jpg);
	background-repeat:       repeat-x;
	background-color: #CCCCCC;
	background-position: center top;
}
#container, .main {
	margin:auto;
	text-align:left;
}
.celdag {
	background-image: url(../images/bg_body.gif);
	background-repeat:  repeat-x;
}

.fix {
	position:relative;
}
.fix {
	_position:static;
}
#content .fix {
	position:static;
}
#content {
	width:100%;
}
.main #content {
	float:left;
}
.main .fix {
	float:right;
}
.main #content .fix {
}
#content .fix {
	float:none;
	width:auto;
}
/*/////////////////////////////////////////

///////////////// GENERAL ////////////////

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

a {
	outline:none;
	text-decoration:none;
}
a img {
	border:none
}
a:link,  a:visited {
	color:#333333;
}
a:hover {
	color:#800000;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
img.left {
	float:left;
	margin: 2px 10px 5px 0px;
}
img.right {
	float:right;
	margin: 2px 0px 5px 10px;
}
a img.left,  a img.right {
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}
a:hover img.left,  a:hover img.right {
	border-color: #FF6600;
	background: #FF6600;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.red{color:#CC0000;}
.csshacks p {border-bottom:1px dotted #CCC; margin:0px; padding:10px 0;}
.csshacks .red{font-weight:bold;}
.csshacks em{
	font-style:normal; 
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	word-spacing:1px;
	letter-spacing:0px;
	font-size:11px;
	}
/*/////////////////////////////////////////

///////////////// HEADER //////////////////

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

#header {
	padding:25px 0px;
}
#header h1 {
	margin:0px 0px 0px 15px;
	width:178px;
	height:50px;
}
#header h1 a {
	text-indent:-900em;
	display:block;
	padding:0px;
	background-repeat:no-repeat;
	width:178px;
	height:50px;
}
#header h1 a:link,  #header h1 a:visited {
	background-position:top;
}
#header h1 a:hover {
	background-position:bottom;
}
#xpand {
	float:right;
}
/*/////////////////////////////////////////

///////////////// MENU ///////////////////

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



#fancymenu {
	position: relative;
	height: 29px;
	width: 690px;
	padding: 10px 35px;
	margin: 0px 0;
	overflow: hidden;
	float:right;
}
#fancymenu ul {
	padding: 0;
	margin: 0;
}
/* Don't apply padding here (offsetWidth will differ in IE)

    If you need padding add it to the child anchor */

#fancymenu ul li {
	float:left;
	list-style: none;
}
#fancymenu ul li a {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-weight:bold;
	margin:0px 5px;
	text-decoration:none;
	font-size:11px;
	padding:8px 10px 4px 10px;
}
#fancymenu ul li a:link,  #fancymenu ul li a:visited {
	color:#FFF;
}
#fancymenu ul li a:hover {
	color:#ffcc33;
	z-index: 10;
}
#fancymenu ul li.current a,  #fancymenu ul li.current_page_item a {
	color:#b2d3ef;
	z-index: 10;
}
#fancymenu li.background {
	z-index: 1;
	position: absolute;
	visibility: hidden;
}
#fancymenu .background .left {
	height: 30px;
	z-index: 1;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
/*/////////////////////////////////////////

//////////////// SUB HDR /////////////////

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



	

#subHdr {
	padding-bottom:5px;
	border-top:3px solid #ffcc66;
}
#subHdr ul {
	height:70px;
	padding:10px;
	margin:0px;
	font-size:11px;
}
#subHdr ul li {
	float:left;
	list-style:none;
	padding-top:5px;
	height:17px;
	width:110px;
	margin:0px 5px;
	border-bottom:1px solid #eceacb;
	color:#b3b3ab
}
#subHdr ul li a {
	padding-left:17px;
	line-height:20px;
	background-repeat:no-repeat;
}
#subHdr ul li a:link,  #subHdr ul li a:visited {
	color:#333;
	background-position:-3px -4px;
}
#subHdr ul li a:hover {
	color:#7f531f;
	background-position:-3px -24px;
}
#subHdr ul li.current-cat a,  #subHdr ul li.current-cat a:link,  #subHdr ul li.current-cat a:visited {
	color:#000;
	background-position:-3px -43px;
}
#subHdr ul li.current-cat a:hover {
	color:#7f531f;
	background-position:-3px -24px;
}
/*\*/ 

html*#subHdr ul li.current-cat a {
	color:#111;
	background-position:-3px -24px;
} /* safari */
/*/////////////////////////////////////////

///////////////// SPONSORS/// //////////////

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

#sponsors {
	border-top:1px solid #b3dd51;
	border-bottom:1px solid #b3dd51;
	margin:0px 0px;
	text-align:center;
	width:100%;
	overflow:auto;
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	font-size:.9em;
}
a.addLink {
	float:right;
	background-repeat:no-repeat;
	width:24px;
	height:23px;
	display:block;
	text-indent:-900em;
}
a.addLink:link,  a.addLink:visited {
	background-position:top left;
}
a.addLink:hover {
	background-position:bottom left;
}
#sponsors ul {
	margin:0px;
	padding:5px 0px;
}
#sponsors ul li {
	display:inline;
	margin:0px 1px;
	border-right:1px solid #a0c941;
	padding:0px 2px;
}
#sponsors ul li a {
	font-weight:bold;
}
#sponsors ul li a:link,  #sponsors ul li a:visited {
	color:#000;
}
#sponsors ul li a:hover {
	color:#FFF;
}
/*/////////////////////////////////////////

///////////////// WRAP  ///////////////

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

#wrapper {
	background-position:0 0;
	background-repeat:repeat-y;
	zoom:1;
}
#wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*/////////////////////////////////////////
/////////BREADCRUMB + NO COMMENTS/////////
/////////////////////////////////////////*/



.breadcrumb,  .noComments {
	padding:6px 0px 4px 30px;
	font:11px Arial, Helvetica, sans-serif;
	color:#CCC;
	background-color:#36444F;
	background-repeat:no-repeat;
	background-position:8px 5px;
	border-bottom:3px solid #262c32;
}

.breadcrumb a,  .noComments a {
	text-decoration:underline
}
.breadcrumb a:link,  .breadcrumb a:visited,  .noComments a:link,  .noComments a:visited {
	color:#FFF;
}
.breadcrumb a:hover,  .noComments a:hover {
	color:#d4e885;
}
/*/////////////////////////////////////////

///////////////// CONTENT  /////////////

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

#content .fix {
	background-repeat:repeat-x;
	background-position:0 -45px;
}
#content .post {
	font-size:12px;
	line-height:20px;
}
#content .floatR {
	margin:0px 5px 0px 5px
}
#content .floatL {
	margin-left:5px;
}
#content h2.pagetitle {
	font-size:35px;
	text-align:center;
	letter-spacing:-3px;
	color:#669900;
}
.inline {
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:center;
	padding:5px 0 6px 0;
	width:477px;
	margin:5px auto;
}
/*///////////////////////////////////////

///////////////// POST /////////////////

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

.post {
	margin:0px;
	padding:16px 0 2px 0;
	background-repeat:no-repeat;
	background-position:bottom center;
}
.alt {
	background-color:#f0f0f0;
}
.alt2 {
	background-color:#FFF;
}

.post h2 {
	margin:0px 5px 5px 5px;
	padding:0px;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:24px;
}
.post h2 a:link,  .post h2 a:visited {
	color:#3399ff;
}
.post h2 a:hover {
	color:#ff6600;
}
.post h2 small {
	color:#333;
	display:block;
	font-size:11px;
	letter-spacing:normal;
}
.post .comsTab {
	float:right;
}
.post .comsTab,  .post .comsTab a {
	float:right;
	width:28px;
	height:23px;
	display:block;
	background-repeat:no-repeat;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	padding:0px;
}
.post .comsTab a {
	text-align:center;
	padding-top:1px;
}
.post .comsTab a:link,  .post .comsTab a:visited {
	background-position:0 0;
	color:#6c6c6c
}
.post .comsTab a:hover {
	background-position:0px -24px;
	color:#FFF
}
.post h5 {
	font-weight:bold;
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF3333;
	margin:3px 0px;
}
/*///////////////////////////////////////

///////////// POST LISTING /////////////

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

.entry {
	padding:0px 7px;
}
.entry a {
	font-weight:bold;
	text-decoration:underline;
}
.entry img {
	border: 0px;
}
.entry ul {
	list-style-type: none;
	margin:10px 0px;
	padding:0px 0px 0px 10px;
}
.entry ul li {
	padding: 0px 0px 0px 15px;
	margin:4px 0px;
	line-height:20px;
}
.entry ul li a:link,  .entry ul li a:visited {
}
.entry ul li a:hover {
}
.entry ol {
	margin:0px;
	list-style:decimal-leading-zero;
}
.entry ol li {
	margin:10px 0px;
	line-height:18px;
	font-size:11px;
}
.entry ol li a:link,  .entry ol li a:visited {
}
.entry ol li a:hover {
}
.entry ul li ul li {
	padding:0px 0px 0px 20px;
}
.entry .pages {
	text-align:center;
}
a.more-link {
	background-repeat:no-repeat;
	padding:4px 20px 0px 10px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:underline
}
a.more-link:link,  a.more-link:visited {
	background-position:100% 0;
	color:#ff6600;
}
a.more-link:hover {
	background-position:100% -20px;
	color:#0099FF
}
.entry blockquote {

	color: #6c8a96;
	margin:0px 10px;
	padding:0px 20px 0px 60px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border:double 4px #b9d9e7;
	border-left:none;
	border-right:none;
}
.entry .flashmovie {
	text-align:center;
}
#content .post .entry ul.split3cols {
	width:100%;
	overflow:auto;
	font-size:11px;
}
#content .post .entry ul.split3cols li {
	float:left;
	width:160px;
}

#content .post .entry ul.split2cols {
	width:100%;
	overflow:auto;
	font-size:11px;
}
#content .post .entry ul.split2cols li {
	float:left;
	width:260px;
}
#content .post .entry p.show {
	text-align:center;
}
#content .post .entry p.show img {
	border:1px solid #DDD;
	padding:4px;
	background-color:#FFF;
	margin:5px 0;
}
/*/////////////////////////////////////////

///////////// RELATED POST ///////////////

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

h3#relatedTit {
	font-size:12px;
	padding:0 0 0 16px;

	background-repeat:no-repeat;
	background-position:0 3px;
}
.related {
	float:right;
	width:320px;
}
.related ul {
	margin:0;
	padding:0;
}
.related ul li {
	background-image:none;
	padding:0;
	line-height:18px;
}
.related ul li a {
	font-size:1.0em;
}
.related small {
	display:block;
	font-size:11px;
}
/*/////////////////////////////////////////

///////////// RELATED HOME ///////////////

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





.relatedH {/*display:none;*/
	background-color:#FAFDFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.relatedH ul {
	list-style:none;
	background-position:top center;
	background-repeat:no-repeat;
	border-top:3px solid #b2d3ef;
	margin:0px;
	padding:10px 0px;
}
.relatedH ul li {
	margin:5px 0px;
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:10px;
}
.relatedH ul li a {
	font-weight:bold;
	padding:2px 0px 2px 20px;
	text-decoration:underline;
	font-size:12px;
	background-repeat:no-repeat;
}
.relatedH ul li a:link,  .relatedH ul li a:visited {
	background-position:0px -3px;
}
.relatedH ul li a:hover {
	background-position:0px -28px;
}
.relatedH ul p {
	margin:0px;
	line-height:12px;
	padding:2px 0px 2px 7px;
}
/*/////////////////////////////////////////

///////////////// META  /////////////

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



.meta {
	padding:5px 0px 3px 0px;
	text-align:center;
	overflow:auto;
}
.meta ul {
	margin:0px 5% 5px 0px;
	padding:0px;
	list-style:none;
	float:right;
}
.meta ul li {
	float:left;
}
.meta ul li a,  .meta ul li span {
	width:118px;
	padding:4px 0px;
	display:block;
	text-indent:-900em;
	background-repeat:no-repeat;
}
.meta ul li a:link,  .meta ul li a:visited {
	background-position:0 1px;
}
.meta ul li a:hover {
	background-position:0 -26px;
}

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

///////////////// SIDEBARS  /////////////

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

#sidebar {
}
#sidebar h2 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px solid #CCC;
	border-bottom:1px dotted #DDD;
	text-align:center;
	margin:10px 0px;
	padding:0px;
	background-color:#f6f4e1;
	color:#919581;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#sidebar ul li ul li a {
	margin: 0px;
	padding: 3px 0px 3px 20px;
	display: block;
	border-bottom: 1px solid #E9E8D6;
	height:14px;
	background-repeat:no-repeat;
}
#sidebar ul li ul li a:link,  #sidebar ul li ul li a:visited {
	color:#333;
	background-position:0 0;
}
#sidebar ul li ul li a:hover {
	color:#dd6f24;
	background-position:0px -20px;
}
#sidebar .floatL,  #sidebar .floatR {
	width:48%;
}
#sidebar .floatL {
	margin-right:2px;
	margin-left:4px !important
}
#searchform {
	padding:5px 0px;
	text-align:center;
	margin:0px;
}
#searchform p {
	margin:0px;
	padding:0px;
}
#searchform #sbb {
	display:none;
}
#searchform #sbi {
	background-position:5px 50%;
	padding:3px 3px 3px 20px;
	background-repeat:no-repeat;
	width:200px;
	border:1px solid #CCC;
}
#sidebar ul#feedList {
	list-style:none;
	padding:5px 0px;
	margin:0px auto;
	width:305px;
	overflow:auto;
}
#sidebar ul#feedList li {
	float:left;
	width:140px;
	height:27px;
	margin:0px;
}
#sidebar ul#feedList li a {
	width:140px;
	height:23px;
	text-indent:-900em;
	background-repeat:no-repeat;
}
#sidebar ul#feedList li a:link,  #sidebar ul#feedList li a:visited {
	background-position:center 0px;
}
#sidebar ul#feedList li a:hover {
	background-position:center -28px;
}
#sidebar ul#feedList li#feedPost {
	margin:0px 5px 0 0;
}
#sidebar ul#feedList li#feedPost a {
	border:none;
}
#sidebar ul#feedList li#feedComments a {
	border:none;
}
#sidebar .padd {
	width:98%;
	margin:0px auto;
}
#sidebar .banns {
	width:98%;
	margin:0px auto;
	text-align:center;
}
#sidebar .sticker1 {
	margin:0px auto;
	text-align:center;
}
#sidebar .padd ul {
	padding:0px 3px;
}
#sidebar #asides ul li h2,
 #sidebar #asides ul li h2 a {
	text-transform:none;
	background-image:none;
	padding:0px;
	border:none;
	font-size:11px;
	text-align:left;
	background-color:#fffdef;
	color:#dd6f24;
	margin:5px 0 0 0;
}
#sidebar #asides ul li h2 a {
	text-decoration:underline;
}
#sidebar #asides ul li .icn_edit {
	float:right;
}
#sidebar #asides ul li .icn_edit a {
	background-image:none;
}
#sidebar #asides p {
	line-height:16px;
	margin-top:3px;
}
#sidebar #asides ul li {
	padding-bottom:2px;
	border-bottom:1px solid #E9E8D6;
}
#sidebar #asides ul li a {
	border:none;
	padding:0;
	background-image:none;
	color:#a90000;
	font-size:9.5px;
}
#sidebar #asides strong {
	font-weight:normal;
}

#feedForm p {
	padding:10px 0px;
}

#feedForm .btnSend {
	background-color:#dddbca;
	border:1px solid #d1d0c0;
	color:#333;
	font-size:11px;
	font-weight:bold;
	padding:4px 6px;
	cursor:pointer;
}
#sidebar li.icon_free a,  #sidebar li.icon_busy a {
	text-indent:-1800em;
	display:block;
	height:30px;
	background-repeat:no-repeat;
}

#sidebar li.icon_free a:link,  #sidebar li.icon_free a:visited,  #sidebar li.icon_busy a:link,  #sidebar li.icon_busy a:visited {
	background-position:0 0;
}
#sidebar li.icon_free a:hover,  #sidebar li.icon_busy a:hover {
	background-position:0 -30px;
}
#sidebar #flickrBox {
	margin:5px 0px 10px 0px;
	text-align:center;
}
#sidebar #flickrBox a img {
	padding:3px;
	margin:3px;
}
#sidebar #flickrBox a:link img,  #sidebar #flickrBox a:visited img {
	border:1px solid #DDD;
	background-color:#FFF;
}
#sidebar #flickrBox a:hover img {
	border:1px solid #9fc0d5;
	background-color:#d4e8f5;
}
/*////////////////////////

////TWO COLS CONTENT/////

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

#content #twoCols {
	clear:both;
	padding:0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	width:580px;
	margin:0 auto;
}
#content #twoCols .postCols {
	min-height:230px;
}
#content #twoCols .themesCols {
	min-height:300px;
}
#content #twoCols .themesCols p {
	text-align:center;
}
#content #twoCols .themesCols a {
	display:compact;
}
#content #twoCols .themesCols a img {
	border:1px solid #CCC;
}
/* for Internet Explorer */

/*\*/

* html #content #twoCols .postCols {
	height:20em;

}
* html #content #twoCols .themesCols {
	height: 35em;
}
/**/


#content #twoCols h3 a {
	padding:0px;
}
#content #twoCols p {
	font-size:12px;
	line-height:15px;
	margin-top:30px;
}
#content #twoCols p strong {
	color:#72A3C5;
	text-decoration:underline;
}
#content #twoCols p a {
	font-size:10px;
	font-weight:bold;
	display:block;
	color:#7AC100;
}
#content #twoCols .postCols img {
	padding:5px;
	background-color:#FFF;
	border:1px solid #CCC;
	margin:auto;
	text-align:center;
}
#content #twoCols span.date {
	font-size:10px;
	font-weight:bold;
	display:block;
	color:#898970;
	padding:3px 0px;
}
#content #twoColsLeft {
	float:left;
	width:48%;
}
#content #twoColsRight {
	float:left;
	margin-left:15px;
	width:48%;
}
.theme,  .aside {
	margin:0 0 30px 0;
}
.theme .entry a img,  .aside a img {
	border-width:1px;
	border-style:solid;
}


.themeL {
	float:left;
	width:55%;
}
.themeR {
	float:right;
	width:210px;
}
.themeR img {
	border:3px double #CCC;
}
/*/////////////////////////////////////////

//////////////// NAVIGATION////////////////

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

.navigation {
	width:100%;
	overflow:auto;
}
.navigation a {
	display:block;
	text-align:center;
	padding:10px;
	margin:10px 0;
	font-size:12px;
}
.alignleft {
	float:left;
	width:45%;
}
.alignright {
	float:right;
	width:45%;
}


.navigation .alignright a:link,  .navigation .alignright a:visited {
	background-position:95% top;
}
.navigation .alignleft a:link,  .navigation .alignleft a:visited {
	background-position:5% top;
}
.navigation .alignright a:hover {
	background-position: 95% -33px;
}
.navigation .alignleft a:hover {
	background-position: 5% -33px;
}
.pageNav {
	text-align:center;
	margin:5px 0;
}
.pageNav a {
	margin:0px 3px;
}
.pageNav .pages {
	margin-right:5px;
}
.pageNav span.current {
	color:#FF6600;
	font-weight:bold;
	margin:0px 3px;
}
/*/////////////////////////////////////////

//////////////// ALIGN ADS////////////////

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

.rightAds {
	float:right;
	margin:0px 5px;
}
.leftAds {
	float:left;
	margin:0px 10px 0 0;
}
.twoAds {
	overflow:auto;
	margin-top:-10px;
}
.twoAdsL {
	float:left;
	margin:0px 5px;
}
.twoAdsR {
	float:right;
	margin:0px 5px;
}
.twoAdsRT {
	margin:0;
	width:75%;
	float:right;
	padding:0px 10px 0px 0px
}
.twoAdsLT {
	margin:0;
	width:120px;
	float:left;
	text-align:center;
}
.twoAdsAsides {
	overflow:auto;
	margin-top:10px;
	font-size:11px;
}
.twoAdsAsidesR {
	float:right;
	margin:5px;
	width:445px;
}
.twoAdsAsides p {
	margin-top:0px;
	line-height:15px;
	font-size:1.0em;
}
.twoAdsAsides strong {
	color:#3B87CA;
	font-size:1.0em;
	text-decoration:underline;
}
.twoAdsAsides a {
	display:block;
	color:#78B749;
	font-size:0.9em;
	text-decoration:none;
	font-weight:normal;
}
/*/////////////////////////////////////////
///////////////// THEMES /////////////////
/////////////////////////////////////////*/

.mini{text-align:left;}

.mini a img{
	margin:2px;
	border-width:1px;
	border-style:solid;
	padding:3px;
	}
	
.mini a:link img,
.mini a:visited img {
	border-color:#DDD;
	background-color:#F7F7F7;
}
.mini a:hover img {
	border-color:#d7e3e9;
	background-color:#F1FAFE;
}
	

.thumbs {
	text-align:center;
}
.thumbs a img {
	border-width:2px;

	border-style:solid;
	padding:4px;
}
.thumbs a:link img,
.thumbs a:visited img {
	border-color:#DDD;
	background-color:#FFF;
}
.thumbs a:hover img {
	border-color:#666;
	background-color:#CCC;
}
#themesBox {
	width:98%;
	overflow:auto;
	padding-left:10px;
}
.box {
	margin:0px;
	border:1px solid #DDD;
	padding:0px;
	color: #666666;
}
.box h3 {
	text-align:center;
	margin:0px;
	font-size:18px;
	font-weight:normal;
}
.box h3 a {
	display:block;
	font-weight:normal;
	margin:0px;
	padding:4px 0px;
}
.box h3 a:link,  .box h3 a:visited {
	color:#3B87CA;
	background-color:#E2EAF0;
}
.box h3 a:hover {
	color:#FFF;
	background-color:#36444F
}
.box a img {
	border-width:1px;
	border-style:solid;
	padding:5px;
}
.box a:link img,  .box a:visited img {
	border-color:#ddd;
	background-color:#fff;
}
.box a:hover img {
	border-color:#ddd;
	background-color:#eee;
}
.box .themesContent {
	text-align:center;
	padding:10px 10px 0px 10px;
}
.box h3 a img {
	border:none;
	background:none;
}
.box ul {
	list-style:none;
	margin:10px 0px;
	padding:0px;
}
.box ul li {
	border-bottom:1px dotted #CCC;
	padding:2px 0px 3px 24px;
	background-position:left;
	background-repeat:no-repeat;
	text-align:left
}
.box ul li a {
	color:#333;
}

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

///////////////// COMMENTS  /////////////

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



h3#comments,  h3#trackbacks {
	float:right;
	color:#BBB;
	font-size:10px;
	font-weight:bold;
}
h3#comments a,  h3#trackbacks a {
	background-repeat:no-repeat;
	padding:0px 0px 3px 25px;
	line-height:20px;
}

h3#comments {
	margin:30px 16px 0px 0px;
}
h3#trackbacks {
	margin:40px 16px 0px 0px;
}
h3#comments a:link,  h3#comments a:visited,  h3#trackbacks a:link,  h3#trackbacks a:visited {
	background-position:0px -3px;
	color:#BBB;
}
h3#comments a:hover,  h3#trackbacks a:hover {
	background-position:0px -23px;
	color:#333;
}
h3#respond {
	color:#2b6d87;
	background-repeat:no-repeat;
	background-position:10px 7px;
	padding:3px 0px 3px 30px;
	font-size:15px;
	font-weight:normal;
	margin:10px 0px;
}
.commentlist,  .tracklist {
	list-style:none;
	margin:10px 0px;
	background-repeat:no-repeat;
	background-position:top;
	padding:70px 0 0 0;
}


.commentlist li,  .tracklist li {
	padding:5px;
	margin:10px auto;
	overflow:auto;
	color:#333;
	width:90%;
	background-position:bottom left;
	background-repeat:repeat-x;
}
.tracklist h5,  .commentlist h5 {
	padding:3px 0px;
	margin:0px;
	font-size:11px;
}
.tracklist li a {
}
.tracklist li small {
	font-size:9px;
	color:#999;
	font-weight:bold;
}
.tracklist li small a {
	background-image:none;
	padding-left:0px;
}
.commentlist pre {
}
.commentlist blockquote {
	border-top:3px double #333;
	border-bottom:3px double #000;
}
.commentlist p {
	padding: 6px 10px 8px 5px;
	font-size:11.5px;
	line-height:20px;
}
.commentlist a {
	font-weight:bold;
}
.commentlist cite,  .tracklist cite {
	font-size:12px;
	text-transform:lowercase;
	margin:0px 0px;
	font-style:normal;
	font-weight:bold;
	padding-left:20px;
	background-repeat:no-repeat;
}
.commentlist cite {
	color:#707380;
}

.commentlist cite a:link,  .commentlist cite a:visited {
	color:#ff6600;
}
.commentlist cite a:hover {
	color:#99cc33
}
.commentlist span.wait {
	background-color: #FFF9B0;
	border: 1px solid #FFE450;
	color: #BFB55F;
	font-size: 10px;
	padding: 3px;
	display:block;
	text-align:center;
	margin:10px 0px 0px 0px;
}
.commentlist h5 small,  .tracklist h5 small {
	font-size:9px;
}
.commentlist h5 small a,  .tracklist h5 small a {
	font-weight:normal;
}
.commentlist li h5 small a:link,  .commentlist li h5 small a:visited {
	color:#999;
}
.commentlist li h5 small a:hover {
	color:#000;
}
.commentlist li.author h5 {
	background-repeat:no-repeat;
	background-position:90px 5px;
}
/*////////////////////////

/////COMMENT TOOLBAR/////

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



#ed_toolbar {
	text-align:center;
}
#ed_toolbar input {
	background-color:#dcecc3;
	border:1px solid #b4d67e;
	color:#333;
	width:47px;
	cursor:pointer;
	font-size:10px;
	padding:6px 0px;
	margin:2px;
}
/*\*/ 

html*#ed_toolbar input {
	width:44px;
} /* safari */
#ed_bold {
	font-weight:bold;
}
#ed_italic {
	font-style:italic;
}
#ed_link {
	text-decoration:underline;
}
/*////////////////////////

/////COMMENT FORM/////

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

a.log {
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	display:block;
	float:right;
	font-weight:bold;
	text-indent:-900em;
	margin:12px 10px 0px 0px;
}
a.log:link,  a.log:visited {
	background-position:top;
}
a.log:hover {
	background-position:bottom;
}
#commentform {
	margin:0px;
	width:100%;
	overflow:auto;
	font-size:11px;
	color:#355b6a;
}
#commentform fieldset {
	border:none;
}
.fieldsForm {
	float:left;
	width:45%;
	margin-right:7px;
}
.fieldsForm p.inpTxt {
	border-bottom:1px solid #cddde3;
	padding:0px 0px 10px 0px;
	overflow:auto;
}
.fieldsForm p.inpTxt label {
	width:50px;
	float:left;
	display:block;
	margin:5px 0 0 0;
	text-align:right;
}
.fieldsForm input#author,  .fieldsForm input#email,  .fieldsForm input#url {
	width:70%;
	float:left;
	font-size:11px;
	padding:3px;
	margin-left:4px;
	background-color:#eef5f9;
	border:1px solid #a3bdc8;
}
.fieldsForm p em {
	color:#B8D65B;
	font-weight:bold;
}
.fieldsForm .center {
	margin:10px 0px;
}
/*\*/ 

html*.fieldComment {
	width:51%;
} /* safari */
.fieldComment {
	float:left;
	width:53%;
	text-align:center;
}
#commentform .fieldComment #comment {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	width:100%;
	border:1px solid #a3bdc8;
	background-color:#eef5f9;
}
.fieldComment p {
	margin:0px;
}
.fieldComment small {
	font-size:11px;
}
.fieldsForm a:link,  .fieldsForm a:visited {
	text-transform:lowercase;
}
.fieldsForm a:hover {
}
.fieldsForm .allowTags {
	background-color: #FFFBCF;
	border: 1px solid #FFE450;
	color: #9F943B;
	padding: 3px;
	margin:10px 0px 0px 0px;
}
.note,  .notFound {
	border: 1px solid #FFE450;
	color: #333;
	line-height:18px;
}
.note {
	margin:10px 0px;
	font-size:11px;
	padding: 10px 10px 10px 28px;
	background-color: #FFFFC1;
}
.note a:link,  .note a:visited {
	color:#FF6600;
}
.note a:hover {
	color:#990000;
}
.note ul li {
	background-position:5px 6px;
}
.notFound {
	margin:10px;
	padding:10px;
}

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

////////////////// FOOTER/// //////////////

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

#footer {
	text-align:center;
	margin:0 auto;
	clear:both;
	overflow:auto;
	background-position:top;
	background-repeat:no-repeat;
}
#footWrap {
	padding:10px 0 15px 0px;
	overflow:auto;
}
#foot_list {
	list-style:none;
	margin:0;
	padding:0;
}
#foot_list li {
	display:inline;
	padding:0px 5px;
	margin:0 3px;
}
#footer .floatL {
	width:600px;
	text-align:center;
}
#footer .floatR {
	width:350px;
}
#footer .floatR ul {
	list-style:none;
	margin:55px 0px 0px 135px;
	width:100px;
}
#footer .floatR ul li a {
	display:block;
	background-repeat:no-repeat;
	text-indent:-1900em;
	width:100px;
	height:14px;
}
#footer .floatR ul li a:link,  #footer .floatR ul li a:visited {
	background-position:0 0;
}
#footer .floatR ul li a:hover {
	background-position:0 -20px;
}


#footer a.up {
	float:right;
	width:30px;
	height:30px;
	display:block;
	text-indent:-1500em;
	margin:0px 20px 0 0;
}
#footer a.up:link,  #footer a.up:visited {
	background-position:0 0;
}
#footer a.up:hover {
	background-position:0 -30px;
}
.text {
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1em;

.text-naranja {
	color: #C77910;

}
.text-negro-negrita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tachado {
	text-decoration: line-through;
}
