/* @override http://www.semanticaestudio.com/wp-content/themes/myvigilance/style.css */

/*
Theme Name:	Vigilance *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/css/undo.css");
@import url("../vigilance/css/master.css");
@import url("../vigilance/functions/style-options.php");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }


/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
body {
	font-size: 62.5%;
		font-family: Arial, Helvetica, sans-serif;	
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 2.2em;
	
	
	}
	
.noborde { border:none;}
.alert-box {
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: #F7F7F7;
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	color:#4b4b4b;
  }
  
 h1#title, div#title {
	float: left;
	}
#description {
	float: right;
	}
#description h2 {
	margin-top: 5.4em;
	}  

#nav {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, sans-serif;
	width: 100%;
	border-bottom: 0.1em solid #000;
	}
#nav ul {
	padding: 0 0 0 0px;
	}
#nav ul li {
	display: inline-block;
	margin: 0 181px 0 0px;
	text-transform: uppercase;
	}
#nav .contacto {top: -70px; position: relative; margin: 0; float: right;}

#nav .page_item a:link, #nav .page_item a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 0.1em;
	}
#nav .page_item a:hover {
	border-top: none;
	border-bottom: 3px solid #772124;
	}
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover {
	border-top: none;
	border-bottom: 3px solid #000;
	}


	h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #6b6b6b; }
	
	#description h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #6b6b6b;
	}
	
	.entry p {
color: #333333;
}



#sidebar a:link , #sidebar a:visited {
color:#6b6b6b;
}
#sidebar a:hover {
color:#FF0000;
}

#sidebar {
color:#c0c0c0;
}

h2.widgettitle {
border-bottom:1px solid #DDDDDD;
font-family:Arial,sans-serif;
font-size:1.8em;
font-weight:bold;
letter-spacing:1.2pt;
padding:25px 0 3px;
text-transform:capitalize;
color:#4b4b4b;
}

#nav .page_item a:link, #nav .page_item a:visited {

text-decoration:none;
}

#header {
	padding: 0px 0 10px 0;
	border-bottom: none;
	}
	
.entry blockquote p {

font-family:Arial,sans-serif;
font-size:1.3em;
line-height:1.3em;
margin:0;
padding:0 0 0 40px;

}
blockquote {
background:#F7F7F7 none repeat scroll 0 0;
border-bottom:4px solid #4b4b4b;
border-top:4px solid #4b4b4b;
float:left;
margin:10px 10px 10px 0;
padding:15px;
width:570px;
}

a:link, a:visited {
color:#666666;
}
.date, .comments {

font-family:Arial,sans-serif;
text-transform:uppercase;
}
.comments {
	color:#757575;
	text-align: right;
	float:right;
	clear:both;
	height:30px;

}


.post-footer {
	background: #ffffff;
	border-top: 1px none #000;
	border-bottom: 1px solid #000;
	margin-top: 55px;
	margin-right: 0;
	margin-bottom: 55px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
	
#search_form input { 
  
  width: 225px;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #F4F4F4;
  color: #888;
  }
  #goog-wm-qt, #s { 
  padding: 4px 2px; 
  width: 225px;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #F4F4F4;
  color: #888;
  }
  
  #goog-wm-sb {
	width: 150px;
	border: 1px solid #acacac;
	background: #888;
	color: #F4F4F4;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
  }



/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
