/* Basic */

@font-face {
    font-family: 'OpenSans-Regular.ttf';
    src: url(/fonts/OpenSans-Regular.eot);
    src: url(/fonts/OpenSans-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {

	position: relative;
	min-height:100%;
}

*
{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;

}

body
{
	font-family: 'OpenSans-Regular.ttf',arial,helvetica,clean,sans-serif;
	color: #444444;
	font-size: 10pt;

	margin-bottom:120px;
}

a {
	color: #4277b3;
	text-decoration: none;
}



.menu {
	width:100%;
	height: 60px;
	z-index: 101;

}

.menucontainer {
	height: 60px;
	margin:0 auto;
}

.menu1 {
	display:none;
}


.menu2 ul {
	z-index: 150;
	margin-top:4px;
	float:left;
}
.menu2 li {
	display: inline;
	margin-right: 20px;
}

.menu3 {
	display:none;
}

.menu a, #footer a {
	color:#4277b3;
}

#outer
{
	width:100%;
	margin:0px;
}

#content
{
	position:relative;
	z-index: 50;
	top: 40px;
	margin: 20px auto;
	padding-top:20px;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h1,h2,h3,h4,h5,h6
{
	border-bottom:1px #CECECE solid;
	padding: 10px;
	margin-bottom:5px;
}

#content ul
{
	margin-bottom: 1.5em;
	/* [disabled]padding-left: 1em; */
	line-height: 1.6em;
	list-style-type: none;

}

#content blockquote
{
	margin:0;
	padding: 10px;
}

#content .articletext
{
	margin:0;
	padding: 10px 0px;
	line-height: 1.6em;
}

#uniqueContent
{
	margin: 0 auto;
	background-color: #FFFFFF;
	padding:10px;
}

#primaryContent
{
	border:none;
	margin-bottom:10px;

}

#primaryContent .posts {
	margin-bottom: 10px;
	padding: 0 10px;
	background-color: #FFF;
}

#primaryContent .posts h1 {
	padding:10px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
#primaryContent .posts h3 {
	padding:10px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
}


#primaryContent .messages {
	margin-bottom: 10px;
	padding: 10px 10px;
}

#primaryContent .messages h1 {
	padding:10px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
#primaryContent .messages h3 {
	padding:10px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
}

/* Secondary Content */

#secondaryContent
{
	border:none;
	padding:10px;
	margin-bottom:10px;

}

/* Footer */

#footer
{
	margin-top:10px;
	padding: 40px 0;
	text-align: center;


}

.clear
{
	clear: both;
}


input[type=text], input[type=password], input[type=email], select, textarea {

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color:#F00;
	

		
	font-family: 'OpenSans-Regular.ttf',arial,helvetica,clean,sans-serif;	
    border: none;
    color: #6a6a6a;
    background: #FFFFFF;
    outline: none;
	font-size:1em;
	padding:4px;
	border: #6a6a6a solid 1px;

}

.enviar {
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
   
	 	font-family: 'OpenSans-Regular.ttf',arial,helvetica,clean,sans-serif;	

	background-color: #4277b3;
	height: 28px;
	border: none;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	width:70px;
}

.toplogin form .enviar_off {
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	

	background-color: #CCC;
	height: 22px;
	border: none;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	width:70px;
}

.toplogin form .enviar_off:hover {
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	

	background-color: #4277b3;
	height: 22px;
	border: none;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	width:70px;
}



.follower_yes {
	background-image:url(/img/ui/connections.gif);
    background-position:0px -40px;
	height:20px;
	width:100px;
	cursor:pointer;
}

.follower_yes:hover {
    background-position:0px -60px;
	
}

.follower_no {
	background-image:url(/img/ui/connections.gif);
    background-position:0px 0px;
	height:20px;
	width:100px;
	cursor:pointer;
}
