/*
Theme Name: Shoot It!
Theme URI: http://pixelhandler.com/shoot-it/
Description: WordPress theme for photo enthusiasts.
Version: 1.2
Author: Bill Heaton
Author URI: http://pixelhandler.com/
Tags: blue, black, custom header, fixed width, three columns, widgets

	Shoot It! v1.2
	http://pixelhandler.com/shoot-it/

	This theme was designed and built by Bill Heaton,
	whose blog you will find at http://pixelhandler.com/

	The CSS, XHTML and design is released under:
	The GNU General Public License
	http://www.gnu.org/licenses/gpl-3.0.txt

*/

/* Elements */
body {
	background-color: #FFF;
	/*background-image: url('images/shoot-it-body-bkg.jpg');*/
	background-repeat: repeat-x;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font-size: 75%;
	line-height:150%;
width:100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size:12px;
}
p, td, th, div, ol, ul, li {
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
}
a:link {
	color: #ff3300;
        text-decoration:none;
}
a:visited {
	color: #ff3300;
       text-decoration:none;
}
a:hover {
	background-color: #ff3300;
        color:#fff;
        text-decoration:none;
}
h5 a:hover {
	background-color:#0066ff;
	color:#FFF;
}
a:active {
	color: #ff3300;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
}
h2, h4, h5 {
	color: #333;
}

h4 {
   border-top:1px solid #333;
   padding-top:5px;
   font-weight: normal;
}
h1, h3, h1 a:link, h3 a:link {
	color: #333;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
	font-style:italic;
	line-height:1em;
	margin:0px;
	padding:0px;
	font-weight: normal;
}
h6, h5 a:link, h5 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
}
h5 a:hover {
	color: #FF9900;
	text-decoration: underline;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


/* Presentation */

#wrapper {
        position:relative;
        display:table;
	background-color: #FFF;
	margin:0px auto;
        margin-top:-40px;
}

	/* page width */

#wrapper, #header, #main, #footer, #topnav, #info {
	width: 976px;
}

#content, #sidebar {
        display:table;
	position: relative;
}
#content {
        display:table;
	width: 481px;
        float:left;
        padding-right:14px;
}
#sidebar {
        display:table;
	width: 248px;
        float:left;
}

	/* header layout */
/*#header, #topnav, #info, #logo, #title, #deck, #main, #footer { */	
#topnav, #info, #logo, #title, #deck, #footer { 
	position:absolute; 
}
#header, #main {
	border-left-color: #FFFFFF; 
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #FFFFFF; 
	border-right-style: solid;
	border-right-width: 0px;
}
#header {
	height: 140px;
	background-color: #FFF;
	z-index: 10;
        padding-bottom:100px;
}
#header h1, #header h2 {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
#title {
	left: 152px;
	top: 19px;
	height: 60px;
	width: 500px;
	z-index: 30;
}
#header h1 a { color: #FFFFFF; text-decoration: none;}
#deck {
	text-align: right;
	right: 24px;
	height: 63px;
	top: 16px;
	width: 312px;
	z-index: 25;
}
#logo {
	width: 100px;
	height: 97px;
	z-index: 20;
	top: 17px;
	left: 39px;
}
#topnav {
	top: 80px;
	height: 40px;
	background-image: url('images/shoot-it-top-nav-bkg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #27BDE1;
	z-index: 15;
}
#info {
	background-image: url('images/shoot-it-hdr-bot-bkg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #000000;
	height: 20px;
	top: 120px;
	z-index: 35;
}
#info ul#owner, p#now {
	padding: 3px 24px 0px 10px;
	margin: 0px;
}
#wrapper #header p#now,
#wrapper #header #info ul#owner,
#wrapper #header #info ul#owner li,
#wrapper #header #info ul#owner li a
{ 
	font-family: Courier, mono;
	font-size: 9px;
	line-height: 15px;}
#wrapper #header #info ul#owner li {list-style:none; padding: 0px 5px; margin:0px; display: inline; float: left;}
#wrapper #header #info a {padding: 0px; margin: 0px; text-decoration:none; color:#FFFFFF;}
#owner { float: left; text-align: left; }
p#now { float: right; text-align: right; }

	/* body layout */
#main { 
	top: 239px; 
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#content, #rightbar, #leftbar {
	height: 100%
}
#content {
	background-color: #FFF;
	min-width: 481px;
}
#sidebar {
	display:table;
        width:248px;
}
#rightbar {
        display:table;
	float: left;
	width: 124px;
}

#leftbar {
	width: 124px;
	float: left;
}

	/* footer layout */
	
#footer {
	clear: both;
	float: none;
	position: relative;
	background-color: #151A1E;
	background-image: url('images/shoot-it-hdr-top-bkg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #FFFFFF; 
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
p#legal {
	text-align: right;
	font-size: .8em;
	float:right;
	margin: 2em;
	display: block;
}

/* Navigation */

#topnav #topnavlist ul {
	margin-left: 0;
	padding-left: 0;
	/*white-space: nowrap;*/
}
#topnav #topnavlist li {	
	display: block;
	float: right;
	list-style-type: none;
}
#topnav #topnavlist a { 
	padding: 9px 33px; 
	font-size: 19px;
	line-height:19px;
	text-decoration: none;
}
#topnav #topnavlist a:link, #topnav #topnavlist a:visited {
	color: #000000;
	background-image: url('images/shoot-it-top-nav-bkg.jpg');
}
#topnav #topnavlist a:hover, #topnav #topnavlist a.current {
	color: #FF9900;
	background-image: url('images/shoot-it-top-nav-on-bkg.jpg');
	font-style: italic;
}
#topnav #topnavlist a.current {
	color: #33CCCC;
}

#ftrnav {
	padding: 10px;
	text-align: center;
}
div#ftrnav .navlist {
	margin:0px;
	padding: 0em;
}
div#ftrnav .navlist ul, div#ftrnav .navlist li {
	margin: 0;
	padding-bottom: 10px;
	display: table;
}
div#ftrnav .navlist a:link, div#ftrnav .navlist a:visited {
	display:block;
	float: left;
	color: #333;
	padding: 0px;
	margin: 0px;
}
div#ftrnav .navlist a:link#current, 
div#ftrnav .navlist a:visited#current, 
div#ftrnav .navlist a:hover {
	background: gray;
	color: #006;
	background: silver;
	text-decoration: none;
	font-style: italic;
}
div#ftrnav .navlist a:hover { 
	color: #000;
}

.menu h3 {
        font-family:Arial;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height:14px;
	margin: 0em 0em;
	padding-bottom: 15px;
}
#sidebar #leftbar .menu h3 {
	color:#333;
}
.menu ul, .menu ul li {
	margin-left: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#333;
	font-weight:normal;
	list-style: none;
}
#sidebar #rightbar .menu ul li{
	padding-bottom:5px;
}
#sidebar #leftbar .menu ul li{
	padding-bottom:5px;
}

.menu {
	position:relative;
}

.menu ul {
	position:relative;
	margin: 0px;
}

.menu .navlist ul{
       padding-bottom:25px;
}

.menu .navlist,
#sidebar #rightbar .menu ul
{
	margin-left: 0;
	font: 12px Arial, Verdana, sans-serif;
	width: 110px;
}
.menu .navlist li p,
#sidebar #rightbar .menu ul li p,
li.recentcomments
{
	padding: 0px;
	margin: 0px;
}
.menu .navlist li,
#sidebar #rightbar .menu ul li,
.recentcomments
{
	/*list-style: none;*/
	margin: 0;
	text-align: left;
	line-height:14px;
}
.menu ul.navlist .recentcomments { 
	padding: 0px; 
}
.menu .navlist li a,
#sidebar #rightbar .menu ul li a
{
        color: #333; 
	display: block;
	text-decoration: none;
}
.menu .navlist li a:link,
#sidebar #rightbar .menu ul li a:link
{ 
	color: #333; 
}
.menu .navlist li a:visited,
#sidebar #rightbar .menu ul li a:visited
{ 
	 color: #333; 
}

#sidebar #rightbar .menu ul li ul li a:hover
{
	background-color: #333; 
        color:#FFF;
}
#sidebar #leftbar .menu ul.navlist li td a,
#sidebar #leftbar .menu ul.navlist li td a:link,
#sidebar #leftbar .menu ul.navlist li td a:visited,
#sidebar #leftbar .menu ul.navlist li td a:hover,
#sidebar #leftbar .menu ul.navlist li p a,
#sidebar #leftbar .menu ul.navlist li p a:link,
#sidebar #leftbar .menu ul.navlist li p a:visited,
#sidebar #leftbar .menu ul.navlist li p a:hover,
#sidebar #rightbar .menu ul.navlist li td a,
#sidebar #rightbar .menu ul.navlist li td a:link,
#sidebar #rightbar .menu ul.navlist li td a:visited,
#sidebar #rightbar .menu ul.navlist li td a:hover,
#sidebar #rightbar .menu ul.navlist li p a,
#sidebar #rightbar .menu ul.navlist li p a:link,
#sidebar #rightbar .menu ul.navlist li p a:visited,
#sidebar #rightbar .menu ul.navlist li p a:hover
{
	background-image: none;
	display: inline;
	border: none;
	padding: 0px;
}
#sidebar #leftbar .menu ul li.recentcomments a,
#sidebar #rightbar .menu ul li.recentcomments a
{
	background-image: none;
	display: inline;
	border: none;
}
#sidebar #leftbar .menu .navlist li a:link,
#sidebar #leftbar .menu li a:link {
	color: #333;
}
#sidebar #leftbar .menu .navlist li a:visited,
#sidebar #leftbar .menu li a:visited {
	color: #333;
}
#sidebar #leftbar .menu .navlist li a:hover
{
	background-color: #333; 
        color:#FFF;
}
#sidebar .menu .navlist li.widget p.tags a:link, 
#sidebar .menu .navlist li.widget p.tags a,
#sidebar .menu .navlist li#tag_cloud a,
#sidebar .menu .navlist li#tag_cloud a:link, 
#sidebar .menu .navlist li#tag_cloud a:hover
{ 
	background-image: none; border-top: none; display: inline; margin: 0em; padding-left: .7em;
}
#sidebar #leftbar .menu .navlist li.widget p.tags a:hover { 
	background-image: none; text-decoration: underline; color: #FF9900;
}
/*#sidebar #rightbar .menu .navlist li.adsense { padding: 11px; background-color:none; background-image: none; text-align:center;}*/

/* required by WordPress */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* optional from WordPress */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* Doesn't valicate but you may decide to use this
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

	/* Posts and classes */
#content h2, #content h2 a:link, #content h2 a:visited {
	color: #0066ff;
        text-decoration: none;
}

#content h2 a:hover {
	background-color:#0066ff;
	color:#FFF;
	text-decoration: none;
}
.inset {
	padding-left: 0px;
        margin-top:-15px;
}

.entry {
width:460px;
}

.entry p {
      font-family:Arial, Helvetica, sans-serif;
      font-size:12px;
      color:#333;
      width:460px;
}

.entry blockquote p 
{
    width:430px;
}

.entry div {
    width:460px;
}

.entry p img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border:1px solid #CCC;
	padding:5px;
	background-color: #FFFFFF;
}
.entry .caption {
	margin-top: -60px;
	margin-left: 12px;
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	display: block;
}
div.snapshot {
	width: 48px;
	height: 36px;
	background-image: url('images/snapshot.gif');
	background-repeat: no-repeat;
	float: left;
	padding: 12px 3px 6px 3px;
	font-family: "Courier New", Courier, mono;
	font-size:12px;
	line-height:12px;
	text-align: center;
	margin-right: 10px;
}
h6.tags {
	margin-top: .25em;
	padding: .5em 0em;
	font-weight:normal;
        width:460px;
}
h6.tags, h6.tags a:link, h6.tags a:visited {
	color: #333333;
        font-size:12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h6.tags a:hover {
	color: #fff;
        background-color: #333333;
}

.smalltype { font-size:x-small; }
#footer p.smalltype { font-size: 9px; text-align: center; clear:both; padding:.5em;}
.gray { color: gray; }
 
/* TO DO */
#wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #0066ff;
}

.add_comment {
   margin-top:-33px;
   padding-bottom:30px;
}

.add_comment a {
    color: #ff3300;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

.add_comment a:hover {
    background-color: #ff3300;
    color:#FFF;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

.post img
{
	max-width:460px;
}

img.centered {
	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
	}
/* End Images */



/* Begin 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 {
	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;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.headerContOld {
	display:table;
	width:100%;
	height:40px;
	background-image:url(../images/back_header.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

.header{
	margin:auto;
	padding-bottom:22px;
}

.divTitulo {
	display:table;
	padding-bottom:6px;
	width:233px;
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
        padding-top:10px;
}

.divTituloG {
	display:table;
	padding-bottom:6px;
	width:729px;
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
        padding-top:28px;
}

.divTitulo .titulo, .divTituloG .titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ff3300;
	font-weight:bold;
}

.divTitulo .subtitulo, .divTituloG .subtitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
}
/* End Various Tags & Classes*/

/* CSS Propios Banners */

.banners{
  display:table;
  width:233px;
}

.highlightSeccion{
	clear:both;
	display:table;
	width:233px;
	padding-bottom:14px;
}

.divTituloSeccion {
	display:table;
	padding-bottom:6px;
	width:233px;
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
}

.divTituloSeccion .titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ff3300;
	font-weight:bold;
}

.divTituloSeccion .subtitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.destacadoSeccion {
	display:table;
	clear:both;
	width:233px;
	border-bottom:1px solid #CCC;
	padding-bottom:8px;
        margin-bottom:8px;
}

.destacadoSeccion .img
{
	display:table;
	padding-bottom:5px;
}

.destacadoSeccion .info
{
	display:table;
}

.destacadoSeccion .info .titulo
{
	display:table;
	padding-bottom:3px;
}

.destacadoSeccion .info .titulo A
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:19px;
	text-decoration:none;
}

.destacadoSeccion .info .titulo A:hover
{
	background-color:#333;
	color:#FFF;
}

.destacadoSeccion .info .desc
{
	display:table;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
}

.destacadoSeccion .leermas
{
	padding-top:8px;
	display:table;
	margin-left:0px;
}

.logosFrame {
	display:table;
        position:relative;
	width:100%;
	height:73px;
	background-color:#e5f0fa;
	text-align:center;
}

.logosCont{
	display:table;
        position:relative;
	width:1025px;
	margin:auto;
	text-align:left;
}

.logosc1{
	display:table;
	width:463px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}

.logosc1_1{
	display:table;
	width:305px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}

.logosc2{
	display:table;
	width:225px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}

.logosc2_1{
	display:table;
	width:383px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}

.logosc3{
	display:table;
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	float:left;
}

.logosc4{
	display:table;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}

.logosc3_1{
	display:table;
	background-color:#cce2f6;
}


.logosPieFrame {
	display:table;
	width:100%;
	height:26px;
	background-repeat:repeat-x;
	text-align:center;
}

.bottonFrame {
	display:table;
        position:relative;
	width:100%;
	height:97px;
	background-color:#cce2f6;
	text-align:center;
}

A.bottom 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066cc;
	text-decoration:none;
	font-weight:normal;
}

A.bottom:hover
{
	background-color:#0066cc;
	color:#FFF;
}

.txtbottom
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066cc;
	text-decoration:none;
	font-weight:normal;
}

.date {
        color:#303030;
        font-size:11px;
        font-family:Arial;
        font-weight:normal;
        margin-top:-20px;
}

.post h2, .inset h2 { margin-bottom:0px;}