/* 
	Theme Name: AXS SOLUTIONS
	Theme URI: http://www.elnidodesign.com
	Description: A clean , white-orange, 2-column and widget-ready theme by www.elnidodesign.com.
	Author: Oscar Diaz
	Tags: black, two columns, widget ready, simple, Oscar Diaz, El Nido Design Studio,
	Author URI: http://www.elnidodesign.com
	Version: 1.0
*/

/************************************************
*	Body, Wrap									*
************************************************/

body {
	background: #FFFFFF;
	color: #444444;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0px auto;
	padding: 0px;
	font-size:12px;
	}

body a:hover {
color:#3A2929;
}
body a {
color:#EB4B00;
text-decoration:none;
}

#wrap {
	/*background:#FFFFFF url(images/backround2.gif) repeat-y scroll top center;*/
	/*IE7*/
	position:relative;
	top:0px;
	left:0px;
	/*IE7*/
	}
	
#wrap-content{
	/*background:#FFFFFF url(images/backround.gif) repeat-y top center;*/
	width:960px;
	margin: 0 auto;
	/*IE7*/
	position:relative;
	top:0px;
	left:0px;
	/*IE7*/
	}
	
/************************************************
*	Hyperlinks									*
************************************************

a, a:visited {
	color: #e8752c;
	text-decoration: underline;
	}
	
a:hover {
	color: #e8752c;
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 785px;
	height: 245px;
	color: #888888;
	font-size: 14px;
	font-weight: normal;
	background:#333;
	/*margin: 0px auto 0px;*/
	/*overflow: hidden;*/
	/*IE7*/
	position:relative;
	top:0px;
	left:0px;
	/*IE7*/
	}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#header h1 {
	color: #FFFFFF;
	font-size: 40px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #EEEEEE;
	font-size: 40px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

.headerleft {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headerright {
	width: 500px;
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	}
	
.headerright a, .headerright a:visited {
	color: #313131;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
.headerright a:hover {
	color: #DDDDDD;
	text-decoration: none;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	/*background: #999999 url(images/navbar.gif) repeat-x;*/
	width: 175px;
	/*height: 31px;*/
	float:left;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	/*IE7*/
	position:absolute;
	top:0px;
	left:0px;
	/*IE7*/	
	}
	
#navbarleft {
	width: 175px;
	float: left;
	min-height:300px;
	margin: 28px 0px 0px 0px;
	padding: 0px;
	/*IE7*/
	clear:both;
	/*IE7*/	
	}
	
#navbarright {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
    /*background: #999999 url(images/navbar.gif) repeat-x;*/
	color: #000;
	display: block;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
    font-weight: normal;
  	margin:5px 19px 5px 0px;
	/*text-decoration: none;
	text-align:right;*/
	text-transform: uppercase;
	float:right;
	}
	
#nav a:hover {
	/*background: #2B2B2B;*/
	color: #d94b25;
	display: block;
	text-decoration: none;
    margin:5px 15px 5px 0px;
	/*padding: 8px 10px 8px 10px;*/
	float:right;
	}

#nav li {
	/*float: left;*/
	margin: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited {
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	}
	
#nav li li a:hover {
	background: #1A4E88;
	color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
#mark{
	background:url(images/mark.gif) no-repeat;
	position:relative;
	/*top:210px;*/
	height:365px;
	/*IE7*/
	clear:both;
	top:15px;
	left:0px;
	/*IE7*/	
	}	
	
/************************************************
*	Links 					     		    * 
************************************************/
	
a.link1 {
background:url(images/link1.gif) no-repeat;
display:block;
height:18px;
text-indent:-4000px;
width:129px;
}

a.link1:hover {
background:url(images/link1.gif) no-repeat 0 -18px;
}

a.link2 {
background:url(images/link2.gif) no-repeat;
display:block;
height:18px;
text-indent:-4000px;
width:129px;
}

a.link2:hover {
background:url(images/link2.gif) no-repeat 0 -18px;
}

a.link3 {
background:url(images/link3.gif) no-repeat;
display:block;
height:18px;
text-indent:-4000px;
width:129px;
}

a.link3:hover {
background:url(images/link3.gif) no-repeat 0 -18px;
}

a.link4 {
background:url(images/link4.gif) no-repeat;
display:block;
height:18px;
text-indent:-4000px;
width:129px;
}

a.link4:hover {
background:url(images/link4.gif) no-repeat 0 -18px;
}

a.link5 {
background:url(images/link5.gif) no-repeat;
display:block;
height:18px;
text-indent:-4000px;
width:129px;
}

a.link5:hover {
background:url(images/link5.gif) no-repeat 0 -18px;
}

a.link6 {
background:url(images/link6.gif) no-repeat;
display:block;
height:18px;
text-indent:-4000px;
width:129px;
}

a.link6:hover {
background:url(images/link6.gif) no-repeat 0 -18px;
}
/************************************************
*	Content 					     		    * 
************************************************/

/*#content {
	width: 960px;
	margin: 0px auto;
	/*IE7
	position:relative;
	top:0px;
	left:0px;
	/*IE7
	}*/

/*#content p {
	color:#9d9d9d;
	font-size:12px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 14px;
	}*/
	
#content h1 {
	color: #dd822d;
	font-size: 24px;
	text-transform:uppercase;
	font-weight: normal;
	letter-spacing:-1px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content h1 a  {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing:-1px;
	color: #dd822d;
	font-size: 24px;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #cb6200;
	font-size: 24px;
	text-decoration: none;
	}
	
	
/*#content p img {
	border: none;
	margin: 5px 10px 3px 0px;
	padding: 2px;
	float:left;
	}*/
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	

#contentright {
	background:#FFFFFF url(images/backround.gif) repeat-y scroll top left;
	float: right;
	width: 785px;
	margin-bottom:-10px;
	}

#content{
	width: 780px;
	position:relative;
	left:0px;
	top:0px;
	margin-top:30px;
	}


#contentleft ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
/*.date {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}*/
	
.date a:hover {
color:#3A2929;
}
.date a {
color:#EB4B00;
text-decoration:none;
}
	
.postmeta {
	width: 750px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	border-bottom: 1px dotted #999999;
	}
	
blockquote{
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #2583AD;
	}
	
#content blockquote p{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}

.postlft{
	float:left;
	width:295px;
	}

.postrgt{
	float:right;
	margin:0px 0px 0px 5px;
	width:460px;
	border-bottom:1px dotted #c33823;
	min-height:130px;
	}
	
#contentpost{
padding:30px 0 0 20px
	}	

div.post {
color:#9d9d9d;
padding:10px 0px 0px 20px;
clear:both;
}

div.post h3 small {
position:absolute;
right:0;
top:0;
}


h3 small {
background:transparent url(images/comments.gif) no-repeat scroll left center;
color:#c7c7c7;
float:right;
font-size:0.4em;
line-height:2.2em;
padding-left:20px;
}

div.post div.headline span, div.post div.date span {
color:#fe3602;
font-size:0.8em;
left:5px;
line-height:1em;
position:relative;
text-transform:uppercase;
top:0px;
width:44px;
}

.imagen{
	background:transparent url(images/img_bg.gif) no-repeat scroll left center;
	width:286px;
	height:104px;
	position:relative;
	top:0px;

	}
.imagen img{
	position:relative;
	top:17px;
	left:11px;
	}

div.post div.headline span big, div.post div.date span big {
font-size:1.3em;
}

div.post h3 {
position:relative;
}

h3 {
line-height:2em;
margin-bottom:1em;
}

h3 a {
color:#ef8429;
display:block;
font-size:1.8em;
font-weight:normal;
letter-spacing:-1px;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-weight: normal;
text-transform: uppercase;
text-decoration:none;
}

.text{
	position:relative;
	display:block;
	padding:0px 0px 5px 0px;
}

.text a{
	color:#eb4b00;
	text-decoration:none;
}

.text a:hover{
	color:#3a2929;
}

.text p img {
	border: none;
	position:relative;
	top:3px;
	}

.more-link {
	position:relative;
	top:0px;
	text-transform:uppercase;
	font-size:0.8em;
	}

h3 a:hover span {
color:#dd822d;
text-decoration:underline;
}

div.post div.headline {
line-height:1.4em;
margin-bottom:0.5em;
position:relative;
}

div.headline a img{
border:none;
}

.login{
	text-indent:-4000px;
	}
	
#services-home{
	margin-top:24px;
	background:#ebe7e5 url(images/services-bg.gif) repeat-y;
	width:752px;
	height:275px;
	padding:0px 0px 0px 28px;
	}
	
.services-box{
	color:#000;
	height:188px;
	width:201px;
	margin:5px 25px 0px 0px;
	float:left;
	padding:12px;
	background:transparent url(images/services-box.gif) no-repeat;
	}

.services-box span.tit{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	height:50px;
	}
	
.services-box span.text{
	padding:0px 10px 0px 10px;
	text-transform:none;
	font-size:0.9em;
	}

.services-box img{
	padding:10px 0px 10px 0px;

	}
	
.services-box a{
	float:right;
	color:#FFF;
	text-decoration:none;
	padding:0px 10px 0px 0px;
	bottom:20px;
	position:relative;
	}

.services-box a:hover{
	text-decoration:underline;
	}	


#yellow{
	width:201px;
	height:178px;
	padding:10px 0px 0px 0px;
	background:#FC0 url(images/yellow.gif) repeat-x;
	}

#green{
	width:201px;
	height:178px;
	padding:10px 0px 0px 0px;
	background:#090 url(images/green.gif) repeat-x; 
	}

#orange{
	width:201px;
	height:178px;
	padding:10px 0px 0px 0px;
	background:#F60 url(images/orange.gif) repeat-x; 
	}

/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#l_sidebar {
	background:#FDF8F2;
	float: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	line-height: 20px;
	}
	
#l_sidebar h2 {
	color: #aa3302;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	
	}
	
#l_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#l_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	}
	
#l_sidebar ul li li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}
	
#l_sidebar ul li ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
/********************
OTRA
*************/

#sidebar-l {
	float:left;
	width: 450px;
	margin: 0px;
	line-height: 20px;
	}
	
#sidebar-l h2 {
	color: #aa3302;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 15px;
	border-bottom: 1px dotted #AAAAAA;
	}
	
#sidebar-l p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#sidebar-l ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#sidebar-l ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#sidebar-l ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	}
	
#sidebar-l ul li li {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
#sidebar-l ul li ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	width: 750px;
	margin: 0px;
	padding: 0px 0px 20px 20px;
	line-height: 20px;
	}
	
#r_sidebar h2 {
	color: #aa3302;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 15px;
	border-bottom: 1px dotted #AAAAAA;
	}
	
#r_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	}
	
#r_sidebar ul li li {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
#r_sidebar ul li ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}

/***************
OTRA
***********/
#sidebar-r {
	background:#FDF8F2;
	float: right;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	line-height: 20px;
	}
	
#sidebar-r h2 {
	color: #aa3302;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	
	}
	
#sidebar-r p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#sidebar-r ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#sidebar-r ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#sidebar-r ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	}
	
#sidebar-rr ul li li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}
	
#sidebar-r ul li ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

	
/************************************************
*	Footer 							            *
************************************************/
#foot-shadow{
	background:transparent url(images/shadow.png) repeat-x;
	height:10px;
	position:relative;
	top:0px;
	left:0px;
	}

#footerbg {
	background: #df3001 url(images/footer.jpg) repeat-x;
	/*min-height:722px;
	position:relative;
	top:0px;
	left:0px;*/
	}
	
#footer {
	width: 960px;
	color: #EEEEEE;
	margin: 0px auto 0px;
	padding: 0px;
	/*IE7*/
	position:relative;
	top:0px;
	left:0px;
	clear:both;
	/*IE7*/
	}
	
.footerline{
	clear:both;
	padding: 24px 0px 0px 0px;
	width: 960px;
	}
	
#footer p {
	color: #EEEEEE;
	font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
	margin: 0px;	
	padding: 0px;
	}
	
.down {
	color: #f1bc77;
	font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
	margin: 0px;	
	padding: 0px;
	position:absolute;
	bottom:25px;
	right:0px;
	}

#footer a {
	color: #EEEEEE;
	text-decoration: none;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a:hover {
	color:#812a12;
	text-decoration:none;
	}
	
.footerleft {
	width: 465px;
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	}
	
.footerright {
	width: 470px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	position:relative;
	top:0px;
	left:0px;
	}

#footer .footerleft span p.tit,
#footer .footerright span p.tit{
	color: #8f2200;
	font-size:1em;
	font-weight:bold;
	text-transform:none;
	}

#footer .footerleft span p.txt,
#footer .footerright span p.txt{
	font-size:1em;
	padding:5px 0px 15px 0px;
	text-transform:none;
	/*IE7*/
position:relative;
top:0px;
left:0px;
clear:both;
/*IE7*/
	
	}

.footerright span p a{
	float:right;
	text-decoration:none;
	}
	
.footerright span p a img{
border:medium none;
position:relative;
top:3px;
	}


.fot-tit{
	padding-bottom:20px;
	}
	
#footer-btm{
	clear:both;
	height:128px;
	position:relative;
	bottom:0px;
	width:960px;
	text-align:right;
	background:transparent url(images/watermark.gif) no-repeat;
	margin: 0 auto;
	}
	

#footer-btm span{
	position:relative;
	top:50px;
	text-align:right;
	text-transform:uppercase;
	font-size:1.3em;
	}


#footer-btm span p{
	padding-top:10px;
	color:#ffa169;
	position:relative;
	}
	
/************************************************
*	Twitter	and FCBK links		*
************************************************/
#twitter_div {
width:315px;
float:left;
clear:both;
/*IE7*/
position:relative;
top:0px;
left:0px;
/*IE7*/
}

#twitter_update_list {
/*IE7*/
position:relative;
top:0px;
left:0px;
/*IE7*/
}

ul#twitter_update_list {
list-style-type:none;
padding:0px;
margin:0px;
}

ul#twitter_update_list li {
padding:0px 0px 10px 0px;
}

#twitter_update_list li a{
color:#812a12;
display:block;
}

#twitter_update_list li a:hover{
color:#ffbdab;
}

#twitter-droite{
	width:145px;
	float:right;
	position:absolute;
	top:0px;
	right:0px;
	padding:20px 0px 0px 5px;
	}

#twitter-link, #fcbk-link{
	width:140px;
	height:80px;
	display:block;
	text-align:left;
	position:relative;
	top:0px;
	right:0px;
	padding-top:15px;
	clear:both;
	}

#twitter-link a span, #fcbk-link a span{
	visibility:hidden;
	}
	
/************************************************
*	Search Form									*
************************************************/
#searchbarright {
	background:url(images/serch-bgr.gif) no-repeat;
	width: 340px;
	height:32px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	}

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 1px 12px 0px 0px;
	color:#979797;
	font-size:12px;
	}
	
#searchform img{
	position:relative;
	top:5px;
	margin-left:6px;
	}
	
.srch-txt{
	}
	
#s {
	background: #FFFFFF;
	width:135px;
	color:#c2c2c2;
	font-size: 10px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	padding: 6px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #8d8d8d;
	text-transform:uppercase;
	margin-left:23px;
	}
	
#sbutton {
	background:#f36200 url(images/sbutton.gif) no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px 0px 0px 3px;
	border:none;
	height:18px;
	width:18px;
	cursor:pointer;
	}

input.button_text {mail.css (line 278)
overflow:visible;
padding:0 7px;
width:auto;
}
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 460px;
	background: #FFFFFF;
	float: left;
	padding: 0px 20px 10px 20px;
	margin: 0px;
	}
	
#commentblock a, #commentblock a:visited {
	color: #e8752c;
	text-decoration: none;
	}
	
#commentblock a:hover {
	color: #2583AD;
	text-decoration: none;
	}		
	
#commentblock ol {
	list-style-type: decimal;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
#commentblock ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}
	
.commenttitle {
	color: #AAAAAA;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	}		

.commenttext {
    color: #666666;
	clear: both;
	margin: 3px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 420px;
	background: #FFFFFF;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 420px;
	background: #FFFFFF;
	}
	
/************************************************
*	Comment Form  							    *
************************************************/

#author, #email, #url {
    background-color: #fff8f5;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #222222;
    border: 1px solid #666666;
    padding: 3px;
    width: 210px;
	margin:5px 0px 5px 0px;
	}
	
#author:focus, #email:focus, #url:focus {
    background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #333333;
	color: #222222;
	padding: 3px;
    width: 210px;
	margin:5px 0px 5px 0px;
	}
	
#comment {
	background-color: #fff8f5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #666666;
	padding: 3px;
	width: 440px;
	margin:5px 0px 5px 0px;
    }

#comment:focus {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #333333;
	color: #222222;
	padding: 3px;
	width: 440px;
	margin:5px 0px 5px 0px;
    }
    
#submit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px;
}

#submit:focus, #submit:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	padding: 3px;
}

/************************************************
*	Alignment & Image Caption Classes  		    *
************************************************/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}


/************************************************
*	MAIL FORM  		    *
************************************************/

#form-footer{
	/*float:left;*/
	width:335px;
	padding:0px;
	}

#form_container
{
	margin:0 auto;
	text-align:left;
	width:550px;
}

#top
{
	display:block;
	height:10px;
	margin:10px auto 0;
	width:650px;
}

/*#footer
{
	width:640px;
	clear:both;
	color:#999999;
	text-align:center;
	width:640px;
	padding-bottom: 15px;
	font-size: 85%;
}

#footer a{
	color:#999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}*/

#bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:650px;
}

form.appnitro
{
	/*margin:20px 20px 0;*/
	padding:0 0 20px;
}

/**** Logo Section  *****/


h1 a
{
	padding-top: 5px;
	display:block;
	height:100%;
	min-height:40px;
	overflow:hidden;
}


img
{
	behavior:url(css/iepngfix.htc);
	border:none;
}


/**** Form Section ****/
.appnitro
{
	font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

.appnitro li
{
	width:100%;
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:5px 5px 5px 5px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	/*clear:both;
	display:block;
	margin-top:10px;*/
float:right;
left:130px;
margin-top:10px;
position:relative;
top:-43px;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 0px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium
{
	width:100%;
}

form li div.right .medium
{
	width:100%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#CCCCCC;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.form_description
{
	/*border-bottom:1px dotted #ccc;*/
	clear:both;
	display:inline-block;
	/*margin:0 0 1em;*/
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}

form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

form .section_break h3
{
	font-size:110%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px;
}

form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}

/**** Buttons ****/
input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
}

/**** Inputs and Labels ****/
label.description
{
	border:none;
	color:#ffbf9f;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	/*background:#fff url(../../../images/shadow.gif) repeat-x top;*/
	border:1px solid #8d8d8d;
	margin:0;
	color:#868686;
	font-size:90%;
	padding:2px 0 2px 10px;
}

input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea
{
	font-family:Verdana, Tahoma, Arial, sans-serif;
	margin:0;
	width:98%;
	border:1px solid #8d8d8d;
	margin:0;
	color:#868686;
	font-size:90%;
	padding:2px 0 2px 10px;
}

select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


input.currency
{
	text-align:right;
}

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:25%;
}

select.small
{
	width:25%;
}

input.medium
{
	width:50%;
}

select.medium
{
	width:50%;
}

input.large
{
	width:99%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

/**** Errors ****/
#error_message
{
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	text-align:center;
	width:99%;
}

#error_message_title
{
	color:#DF0000;
	font-size:125%;
	margin:7px 0 5px;
	padding:0;
}

#error_message_desc
{
	color:#000;
	font-size:100%;
	margin:0 0 .8em;
}

#error_message_desc strong
{
	background-color:#FFDFDF;
	color:red;
	padding:2px 3px;
}

form li.error
{
	background-color:#FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}

form li.error label
{
	color:#DF0000 !important;
}

form p.error
{
	clear:both;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px;
}

form .required
{
	color:red;
	float:none;
	font-weight:700;
}

/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background:transparent url(images/bg-yellow.png) repeat;
	padding:5px;
	
}

form .guidelines
{
	background:transparent url(images/bg-white.png) repeat;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px 5px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:40%;
	z-index:1000;
}

form .guidelines small
{
	/*font-size:105%;*/
	padding:5px;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}

/*** Success Message ****/
.form_success 
{
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center
}

.form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}

/*** Password ****/
ul.password{
    margin-top:60px;
    margin-bottom: 60px;
    text-align: center;
}
.password h2{
    color:#DF0000;
    font-weight:bold;
    margin:0pt auto 10px;
}

.password input.text {
   font-size:170% !important;
   width:380px;
   text-align: center;
}
.password label{
   display:block;
   font-size:120% !important;
   padding-top:10px;
   font-weight:bold;
}

#li_captcha{
   padding-left: 5px;
}


#li_captcha span{
	float:none;
}

/** Embedded Form **/

.embed #form_container{
	border: none;
}

.embed #top, .embed #bottom, .embed h1{
	display: none;
}

.embed #form_container{
	width: 100%;
}

/*.embed #footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.embed #footer.success{
	text-align: center;
}
*/
.embed form.appnitro
{
	margin:0px 0px 0;
	
}



/*** Calendar **********************/
div.calendar { position: relative; }

.calendar table {
cursor:pointer;
border:1px solid #ccc;
font-size: 11px;
color: #000;
background: #fff;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

.calendar .button { 
text-align: center;    
padding: 2px;          
}

.calendar .nav {
background:#f5f5f5;
}

.calendar thead .title { 
font-weight: bold;      
text-align: center;
background: #dedede;
color: #000;
padding: 2px 0 3px 0;
}

.calendar thead .headrow { 
background: #f5f5f5;
color: #444;
font-weight:bold;
}

.calendar thead .daynames { 
background: #fff;
color:#333;
font-weight:bold;
}

.calendar thead .name { 
border-bottom: 1px dotted #ccc;
padding: 2px;
text-align: center;
color: #000;
}

.calendar thead .weekend { 
color: #666;
}

.calendar thead .hilite { 
background-color: #444;
color: #fff;
padding: 1px;
}

.calendar thead .active { 
background-color: #d12f19;
color:#fff;
padding: 2px 0px 0px 2px;
}


.calendar tbody .day { 
width:1.8em;
color: #222;
text-align: right;
padding: 2px 2px 2px 2px;
}
.calendar tbody .day.othermonth {
font-size: 80%;
color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
color: #fbb;
}

.calendar table .wn {
padding: 2px 2px 2px 2px;
border-right: 1px solid #000;
background: #666;
}

.calendar tbody .rowhilite td {
background: #FFF1AF;
}

.calendar tbody .rowhilite td.wn {
background: #FFF1AF;
}

.calendar tbody td.hilite { 
padding: 1px 1px 1px 1px;
background:#444 !important;
color:#fff !important;
}

.calendar tbody td.active { 
color:#fff;
background: #529214 !important;
padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { 
font-weight: bold;
border: 1px solid #888;
padding: 1px 1px 1px 1px;
background: #f5f5f5 !important;
color: #222 !important;
}

.calendar tbody td.weekend { 
color: #666;
}

.calendar tbody td.today { 
font-weight: bold;
color: #529214;
background:#D9EFC2;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { 
visibility: hidden;
}

.calendar tbody .emptyrow { 
display: none;
}

.calendar tfoot .footrow { 
text-align: center;
background: #556;
color: #fff;
}

.calendar tfoot .ttip { 
background: #222;
color: #fff;
font-size:10px;
border-top: 1px solid #dedede;
padding: 3px;
}

.calendar tfoot .hilite { 
background: #aaf;
border: 1px solid #04f;
color: #000;
padding: 1px;
}

.calendar tfoot .active { 
background: #77c;
padding: 2px 0px 0px 2px;
}

.calendar .combo {
position: absolute;
display: none;
top: 0px;
left: 0px;
width: 4em;
border: 1px solid #ccc;
background: #f5f5f5;
color: #222;
font-size: 90%;
z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
text-align: center;
padding: 1px;
}

.calendar .combo .label-IEfix {
width: 4em;
}

.calendar .combo .hilite {
background: #444;
color:#fff;
}

.calendar .combo .active {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
background: #dedede;
font-weight: bold;
}


