/*
Theme Name: WordPress DTW
Theme URI: http://www.descubretuweb.com/
Description: Tema para www.DescubreTuWeb.com
Version: 1.1
Author: CREATIVISTAS
Author URI: http://creativistas.es/
Tags: verde, fixed width, two columns, widgets

	DTW v1.1
	http://www.descubretuweb.com/

	This theme was designed and built by Chusmy,
	whose blog you will find at http://creativistas.es/

	The CSS, XHTML and design is copyright:
	http://www.descubretuweb.com/

*/


/* ------------------------ DESCUBRE TU WEB - General 

Coding by Chusmy

--------------------------------------------------- */


/*------------------RESET
*/
* {
	margin:0;
	padding:0;
	border:0;
	outline:0; /*font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;*/
	vertical-align:baseline;
}
:focus {
	outline:0;
}
body {
	line-height:1;
	color:black;
	background:white;
	font-size:62.5%;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/*---------------------------------------CLEAR
*/
.clear, .Clear, .clear-chusmy {
	clear:both;
/*	display:-moz-inline-block;*/
	display:inline-block;
}
.clear:after, .Clear:after, body:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clear, * html .Clear {
	height:1%;
}
.clear, .Clear {
	display:block;
}

/*----------------FONTFACE
*/
@font-face {
	font-family:"TitA";
	/*src: url(http://www.princexml.com/fonts/larabie/kimberle.ttf) format("truetype");*/
	/*src: url(MechaGotlight.ttf) format("truetype");*/
}
/*----------------MAIN LAYOUT
*/
HTML {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
BODY {
	height:99%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	line-height: 1.3em;
	color:#4D4D4D;
	background-color: #215000;
	background-repeat: repeat-x;
	background-position: left top;
}
.content {
	margin: 0 auto;
	width: 950px;
	text-align:left;
	display:block;
	position:relative;
}
#page {
	background: #FFF url(images/head-bg.png) repeat-x left top;
}
#header {
	position: relative;
	padding-top: 0px;
	height: 110px;
	border-bottom: 1px solid #ddd;
}
#subhead {
	clear: both;
	line-height: normal;
	margin: 0;
	background: #3A8C00 url(images/subhead-bg.png) repeat-x left top;
}
#subhead .content {
	font-size:1em;
	font-weight: normal;
	color: #fff;
	height:auto;
	padding-top: 20px;
	background: url(images/subhead.jpg) no-repeat left top;
	padding-bottom: 20px;
}
#subhead .pagetitle {
	font-size: 35px;
	text-shadow:2px 2px 0px rgba(0, 0, 0, .1);
}
#main {
}
#main-inn {
	float:left;
	width:100%;
	background: url(images/main-m.png) repeat-y left top;
	padding-bottom: 30px;
}
#main-content {
	min-height: 300px;
	float: left;
	padding: 20px 20px 20px 0px;
	margin: 0px 0 0;
	width:630px;
	background: url(images/main-t.jpg) no-repeat left top;
}
#sidebar,
.sidebar {
	width:270px;
	float:right;
	padding-left: 30px;
	padding-top: 50px;
	background: url(images/main-t.jpg) no-repeat right top;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width:650px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width:100%;
}
.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
	clear:both;
}
.post hr {
	display: block;
}
.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;
}

#footer {
	border-top: 1px solid #e6f0f6;
	font-size: 1em;
	color: #EBF5CC;
	clear: both;
	background: #215000 url(images/foot-bg.png) repeat-x left top;
}
#footer .content {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 60px;
	background: url(images/foot.jpg) no-repeat left top;
}
#footer .bxA {
	float:left;
	width:600px;
	padding-right: 50px;
	margin-top: 20px;
	background: url(images/foot_babel.png) repeat-y right top;
}
#footer .bxB {
	float:right;
	width:270px;
	margin-top: 20px;
}
#footer .tit {
	color:#9acc00;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #368300;
}
#footer .tit1 {
	color:#9acc00;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 2em;
	border-bottom: 1px dotted #368300;
}
#footer .tit2 {
	color:#9acc00;
	margin-bottom: 20px;
	padding-bottom: 12px;
	font-size: 1.4em;
	border-bottom: 1px dotted #368300;
	display: inline;
}
#footer .tit3 {
	color:#9acc00;
	margin-bottom: 15px;
	padding-bottom: 16px;
	font-size: 2em;
	border-bottom: 1px dotted #368300;
	display:block;
}
#footer .menu_footer {
	padding-top: 25px;
}#footer .bxB P {
	padding:0;
}
#footer STRONG {
	color:#FFF;
	font-weight:normal;
}
#footer A {
	color:#CF0;
}
#footer .copyR {
	font-size:0.9em;
	color: #9acc00;
	padding-top: 0px;
	padding-bottom: 0;
}
#footer .wp {
	font-size:0.9em;
	color: #6E9105;
	padding-top: 0px;
	padding-bottom: 0;
}
#footer .wp A {
	color: #84AF04;
}
/* ------------------- Header
*/
#logo {
	height: auto;
	padding-top:0px;
	width: 300px;
	float: left;
}
#logo A {
	color: #3A8C00;
	font-size: 7px;
	text-indent: -50000px;
	overflow: hidden;
	display: block;
	height: 110px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
}
#logo A:hover {
	background-position: left -120px;
}
#logo EM {
	font-style: normal;
	font-size: 16px;
	color: #6F7072;
	font-weight: bold;
}
#header .description {
	float: left;
	width: 300px;
	font-size: 15px;
	margin-top: 50px;
	margin-left: 25px;
	color: #999;
	font-style: italic;
}
#header .description_random {
	float: left;
	width: 300px;
	font-size: 17px;
	margin-top: 30px;
	margin-left: 25px;
	color: #333;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}
#header .bxInfo {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 270px;
	background: url(images/bx-info.png) no-repeat right top;
	height: 75px;
	padding-left: 30px;
	padding-right: 0px;
	color: #A2EC82;
	padding-top: 5px;
}
#header .bxInfo P {
	padding-bottom: 0px;
}
#header .bxInfo .tel {
	padding-top: 10px;
	font-size: 20px;
	color: #EBF5CC;
}
#header .bxInfo .tel STRONG {
	color: #9ACC00;
	font-weight: normal;
}
#header .bxInfo .tel EM {
	font-style: normal;
	font-size: 10px;
	display: block;
}
#header .bxInfo A {
	color: #CF0;
}
/* ------------------------------------------------------------- MENU
*/
#menu1 {
	float: left;
	width:100%;
	height:auto;
	border-top: 1px solid #fff;
}
#menu1 .menu {
}
.menu {
	list-style:none;
}
#menu1 .menu LI {
	float: left;
	margin-top: 1px;
	border-left: 1px dotted #ccc;
}
#menu1 .menu LI A {
	padding:10px 20px 10px 20px;
	height:30px;
	display: block;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #6F7072;
	border-left: 1px solid #fff;
	background: no-repeat left bottom;
}
#menu1 .menu LI A:hover {
	text-decoration:none;
	background-image: url(images/menu-o.png);
	color: #3A8C00;
	padding-left:30px;
	padding-right:10px;
}
#menu1 .menu .current_page_item, 
#menu1 .menu .current_page_item:hover {
	text-decoration:none;
	border-left-color:#fff;
}
#menu1 .menu .current_page_item A,
#menu1 .menu .current_page_item A:hover {
	background-image: url(images/menu-s.png);
	color: #000;
	padding:0px 10px 20px 30px;
	border-left-color: #fff;
}

/* ------------------------------------- Home
*/
BODY.home {
}
#main.home #main-inn {
	background-image: url(images/home_main-m.png);
}
#main.home #main-content {
	width: 270px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	background-position: -320px top;
	background-image: url(images/home_main-t.jpg);
	padding-top: 50px;
}
#main.home #sidebar {
	float: left;
	padding-left: 0px;
	padding-right: 30px;
	width: 290px;
	background-position: left top;
	background-image: url(images/home_main-t.jpg);
}
#main.home #sidebar .widget_categories {
	display:none;
}
#main.home #sidebar .widget_text {
	display:none;
}
#main.home #sidebar2 {
	background-image: url(images/home_main-t.jpg);
}
#main.home H2 {
	background: none;
	color: #3C8B00;
	font-size: 18px;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #CCC;
}
/* ------------------------------------- Recent Posts
*/
#sidebar .widget_tddrecentposts {
}
#sidebar UL .widget_tddrecentposts UL LI {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.sidebar .widget_tddrecentposts DL {
}
.sidebar .widget_tddrecentposts DT {
	font-weight: bold;
}
.sidebar .widget_tddrecentposts DD {
}
.sidebar .widget_tddrecentposts .sidebardate {
	font-size: 0.9em;
	color: #666;
}
/* ------------------------------------- Contact Form 7
*/
.sidebar .wpcf7 {
}
.wpcf7 {
}
.wpcf7 P {
}
.wpcf7 LABEL {
}
.wpcf7 .tx {
	font-weight:bold;
}
.wpcf7 .campo {
	width: 95%;
	padding:5px;
	background: #EAEAEA;
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
.wpcf7 .bots{
}
.wpcf7 .bots INPUT {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	background: #275D00;
	font-size: 15px;
	color: #FFF;
	padding: 10px 15px;
}
.wpcf7 .bots INPUT:hover {
	background-color: #378400;
}
/* ------------------------------------- Featured Box
*/
#subhead .featuredBx {
	position: relative;
	height: 300px;
	line-height: normal;
	overflow: hidden;
}
.featuredBx .nav {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
.nav .itm {
	clear: none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	float: none;
}
.nav .itm { /* ------------ FF2 hack :( */
	/*width:200px;*/
}
.nav .itm .opz {
	float: right;
	width:300px;
	font-size: 1em;
	clear: right;
	z-index:9;
	left: 0px;
	background:url(images/feat_opz.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	line-height: normal;
}
.nav .itm .opz A {
	padding:25px 70px 20px 20px;
	display: block;
	margin: 0px;
	background: transparent no-repeat left top;
	height:auto;
	overflow: hidden;
	color: #153300;
}
.nav .itm .opz A:hover {
	text-decoration: none;
}
.nav .opz .tit {
	display: block;
	color: #CCE580;
	font-size: 18px;
	font-weight:normal;
}
.nav .opz .desc {
	font-style: normal;
	font-size: 12px;
}

.nav .itm .show {
	float:left;
	width:300px;
	position: absolute;
	z-index:10;
	top:20px;
	right:-10000em;
	clear: none;
	margin:0;
	color: #fff;
	background: no-repeat right top;
	overflow: hidden;/*display:none;*/
	height:300px;
	font-size: 14px;
	padding-right: 350px;
}
.featuredBx .nav .a .show {
	background-image: url(images/ico/feat_seo.png);
}
.featuredBx .nav .b .show {
	background-image: url(images/ico/feat_sem.png);
}
.featuredBx .nav .c .show {
	background-image: url(images/ico/feat_web.png);
}
.nav .itm .show .tit {
	color: #CCE580;
	font-size: 30px;
	line-height: 1em;
}
.nav .itm .show .desc {
	color: #D9E021;
}

.nav .itm .show STRONG {
	color: #FFFFFF;
}
.nav .itm .show EM {
	color: #D9E021;
}
.nav .itm .show A {
	color: #FFFF99;
}
.nav .itm .show A:hover {
	color: #FFFFF1;
	text-decoration: none;
}
.nav .itm .show UL {
}
.nav .itm .show UL LI {
	margin-bottom: 5px;
	padding: 5px 0px 5px 30px;
	background: url(images/ico/bullet_feat.png) no-repeat left 3px;
}
.nav .itm .show OL {
	margin-bottom:10px;
}
.nav .itm .show OL LI {
	font-size: 0.9em;
	padding-bottom: 3px;
	border-bottom: 1px dotted #2D7100;
	padding-top: 3px;
}
.nav .itm .show OL LI A {
}
.nav .itm .show OL LI A:hover {
	text-decoration:underline;
}
/* ------------ over ---- */
.nav .itm:hover .opz, 
.nav LI.ov .opz {
	z-index:15;
}
.nav .itm:hover .opz A, 
.nav LI.ov .opz A {
	color: #fff;
}
.nav .itm:hover, 
.nav LI.ov { /* ------------ FF2 hack :( */
	width:100%;
}
.nav .itm:hover .opz, 
.nav LI.ov .opz {
	background-position:left -220px;
}
.nav .itm:hover .opz .tit, 
.nav LI.ov .opz .tit {
	color:#fff;
}
.nav .itm:hover .opz .desc, 
.nav LI.ov .opz .desc {
	color: #CCE580;
}
.nav .itm:hover .show, 
.nav LI.ov .show {
	right:auto;
	left:0px;
	z-index:20;
	display:block;
}
/*
.nav .itm .show LI {
	background:no-repeat left top;
	padding:10px;
	float: left;
	width: 470px;
	height: 400px;
}
*/
/* ------------------------------------- Headers
*/
H1, H2, H3, H4, H5, H6,
.t1, t2, t3, t4, t5, t6 {
	font-family:"TitA", Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: normal;
}
H1, .t1 {
	font-size:3.5em;
	line-height:0.9em;
	color:#339AE6;
}
H2, .t2 {
	font-family:"TitA", Arial, Helvetica, sans-serif;
	font-size:2.5em;
	line-height:1.2em;
	font-weight:normal;
	color:#666;
}
#sidebar H2 {
	font-size:1.4em;
	color: #C6E170;
	background: transparent url(images/tit1-side.png) no-repeat right top;
	padding: 19px 30px 5px 7px;
}
H3, .t3 {
	font-family:"TitA", Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	color:#808080;
	margin-bottom:0.8em;
	margin-top: 0.5em;
}
H3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
.Tit {
	font-family:"TitA", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1em;
	font-weight:bold;
	margin-bottom:0.6em;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 0.5em;
	letter-spacing: -1px;
}
.Tit STRONG {
}
H4, .t4 {
	font-weight: normal;
	font-size: 1.6em;
	padding-bottom: 0.5em;
	margin-top: 1em;
}
H5, .t5 {
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 0.5em;
	margin-top: 1em;
}
.Tit2 {
	margin-top:0.6em;
	margin-bottom:1em;
}
.Tit3 {
	margin-bottom:0.5em;
}
H6, .t6 {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	margin-top: 1em;
}
/*---------------------------- 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,
.aligncenter {
	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;
}
/* -------------------------------- 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: none;
	padding-left: 10px;
	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;
	margin-bottom: 0px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin-top: 5px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
#sidebar ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar ul ul li {
	/*padding-left:16px;
	background: url(images/ico/bullet1.png) no-repeat left top;*/
}
/* ------------------------ Form Elements 
*/
#searchform {
	margin: 0 auto 0px auto;
	padding: 0;
	text-align: left;
}
#sidebar #searchform #s {
	width: 180px;
	padding: 6px 10px 5px;
	border: 1px none #CCC;
	background: url(images/search-side.png) no-repeat -30px top;
	color: #FFF;
	height: 32px;
}
#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;
	background: #EAEAEA;
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
#commentform {
	margin: 5px 50px 0 0;
}
#commentform TEXTAREA {
	width:97%;
	padding:5px;
	background: #EAEAEA;
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	background: #275D00;
	font-size:12px;
	color: #FFF;
	padding: 10px 15px;
}
#commentform #submit:hover {
	background-color: #378400;
}
/* --------------------------------- Comments
*/
#comments {
}
#comments H3 {
	font-size: 1.4em;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0;
	font-size: 0.9em;
}
.commentlist li {
	margin: 0px;
	padding: 5px;
	list-style: none;
}
.commentlist li .avatar {
	width: 20px;
	height: auto;
	vertical-align: middle;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 0px 0px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/*------------------------- 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;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}
A {
	color:#007FD9;
	text-decoration: none;
}
A:hover {
	color:#339AE6;
	text-decoration: underline;
}
A:visited {
}
a img {
	border: none;
}
P {
	padding-bottom:1em;
}
STRONG {
	color:#3C3C3C;
	font-weight: bold;
}
.Sx {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.Dx {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}

/* ------------------ Listas
*/
.post UL {
	list-style-position: outset;
	list-style-type: none;
	margin-left: 0em;
	padding-bottom: 0.5em;
}

.post OL {
	list-style-position: outset;
	list-style-type: decimal;
	margin-left: 2em;
	padding-bottom: 0.5em;
}
.post UL LI {
	margin-bottom: 0.5em;
	background: url(images/ico/bullet1.png) no-repeat left top;
	padding-left: 20px;
}
.post UL LI UL LI {
	background-image:url(images/ico/bullet2.png);
}
.post UL.lista3 LI {
	background-image: url(images/ico/bullet3.png);
}
.post UL.lista4 LI {
	background-image: url(images/ico/bullet4.png);
}
.post UL.lista5 LI {
	background-image: url(images/ico/bullet5.png);
}

UL.SiteMap {
	list-style-position: outset;
	list-style-type: none;
	margin-left: 0em;
	padding-bottom: 0.5em;
	font-size:15px;
	margin-top:40px;
	width:95%;
}
UL.SiteMap LI {
	margin-bottom: 0.5em;
	background: url(images/ico/bullet1.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom:1em;
	float:left;
	width:45%;
	margin-right:1%;
	clear:none;
}
UL.SiteMap UL {
	margin-left:0;
	padding-left:0;
	margin-top:0.5em;
	margin-bottom:1em;
}
UL.SiteMap UL LI {
	margin-bottom: 0.5em;
	background-image: url(images/ico/bullet1.png);
	padding-left:20px;
	float:none;
	width:auto;
}

/* ----------- Effects FF, CSS3
.Alpha {
	opacity:0.5;
}
.Background-alpha {
	background-color:rgba(38, 41, 41, 0.6);
}
.Shadow {
	-moz-box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.05);
}
.TextShadow {
	text-shadow:2px 2px 0px rgba(0,0,0,.1);
}
.BorderRadius {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-khtml-border-top-right-radius: 5px;
}
*/
