/*  
Theme Name: P2
Version: 1.0.4
Author: Joseph Scott, Matt Thomas, Noel Jackson, and Automattic
Author URI: http://automattic.com/
Tags: blue, two-columns, fixed-width
Description: A group blog theme for short update messages, inspired by Twitter. Featuring: Hassle-free posting from the front page. Perfect for group blogging, or as a liveblog theme. Dynamic page updates. Threaded comment display on the front page. In-line editing for posts and comments. Live tag suggestion based on previously used tags. A show/hide feature for comments, to keep things tidy. Real-time notifications when a new comment or update is posted. Super-handy keyboard shortcuts. Helvetica Neue for you modern font lovers. And more to come...
*/

/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }

h1, h2, h3, #postbox label, #help dd {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}
code, pre { font-family: Monaco, Consolas, "Courier New", monospace; }
/* -------------------------------------------- */

html {
	font-size: 100%;
}
body {
	font-size: 80%;
	background: #FFF;
}
a, a:visited, h1 a:visited, a:active, #wp-content .selected .actions a, #wp-content .selected .actions a:link, #wp-content .selected .actions a:visited, #help dt {
	color: #3478e3;
}
a:hover, h1 a:hover, #wp-content .selected .actions a:hover, #wp-content .selected .actions a:active {
	color: #d54e21;
}
h1 a:hover {
	border: none;
}
a:hover {
	/*border-bottom: 1px solid #bbb;*/
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
code, pre {
	font-size: 1.1em;
}

fieldset {
    border: 1px solid #DDD;
    padding: 10px;
    margin: 5px 0 5px;
	width: 920px !important;
	width: 900px;
}

#lm-content h1 {
	line-height: 1em;
	display: inline-block;
	padding: 8px 0;
}

h4, h5, h6 {
	font-weight: 500;
}

/* LNM Blogs special elements
 * Used to integrate the actual design with wordpress P2 Theme
 */
#blog_banner {
    background: #FFF no-repeat left top;
    height: 75px;
    margin-bottom: 4px;
    margin-right: 128px;
    margin-left: 188px;
    width: auto;
}

#cart_box_2 {
    background-color: #F5F5F3;

}
 
#coluna_1 {
    float:left;
    padding-top:4px;
    width:184px;
}
 
#lnm-menu {
    float: left;
}

#lnm-footer {
    clear: both;
    font-size: 75%;
    margin-bottom: 2px;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

#path {
    border-bottom: 1px solid #729FCF; 
    margin: 0;
}

/* /LNM Blogs */

#lm-container {
	width: 100%;
}

#footer p {
	font-size: 1.3em;
	margin: 10px 16px;
	/* color: #777; */
	color: #FFF;
}
#lm-content {
	background: #FFF;
	width: auto;
	margin: 0 130px 0 190px;
}

#lm-menu {
	float: left;
	width: 185px;
}

#lm-parceiros {
	text-align: center;
}
#lm-parceiros a { display: block; margin-top: 8px }
#lm-parceiros h2 {
	display: block;
	text-align: left;
	color:#F57900;
	font-weight: bold;
	font-size: 15px;
	padding-bottom:4px;
	padding-left:6px;
}

#lm-footer {
	clear: both;
	border-top: 1px solid #DDD;
	margin: 26px auto 0;
	width: 100%;
}

#top_box {margin: 4px 0 0;}

#boxcapa {
	margin: 10px 0 30px;
}

#boxcapa img {
	border: 1px solid #DDD;
	padding: 5px;
	margin-bottom: 0;
}

/**** Form Section ****/

.buttons {
	clear:both;
	display:block;
	margin-top:10px;
}

#wpaper-form table {
	border: 1px solid #73D216;
	width: 98%;
	margin: 5px 0 10px;
}

#wpaper-form table td {
	background-color:#F0F0F0;
	border:1px solid #D3D7CF;
	padding:4px;
	font-weight: bold;
	text-align: left;
	width: 50%;
}

form span {
	color: #444;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}
form span#ddd {
    width: 50px;
}
form span#telefone {
    width: 100px;
}
form span#ddd input {
    width: 100%;
}

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

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

.clear { clear:both; }

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

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

.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;
}

/**** Buttons ****/
input.button {
	padding:0 7px;
}

/**** Inputs and Labels ****/
label.description {
	border:none;
	color:#222;
	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-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.text:focus {
    outline: solid 2px #FF0;
}

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

textarea.textarea {
	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;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

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.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 5px 0 5px;
	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; }
input.small { width:30%; }
select.small { width:30%; }
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 ****/

.lm-success {
    border: 1px solid blue;
    color: blue;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    background-color: #EEF;
    margin: 5px;
    text-align: center;
}

label.error, .lm-error {
    border: 1px solid red;
    color: red;
    font-size: 13px;
    padding: 4px;
    background-color: #FEE;
    margin: 6px 0;
    text-align: center;
}


.invisible {
    display: none;
}

/**** Common classes ****/
.imgleft {
    float: left; 
    margin: 5px 10px 10px 0;
}


.invisible {display:none;}

