/*
Theme Name: Junta de Freguesia da Quinta do Conde
Theme URI: http://www.jf-quintadoconde.pt
Description: Tema à medida para a J.F. da Quinta do Conde
Author: Webdados
Author URI: http://www.webdados.pt
Version: 1.0
*/

HTML,
BODY {
	margin:0;
	padding:0;
}
BODY {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #DCD7B5;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000;
}
A IMG {
	border: 0px;
}

H1, H2, H3 {
	margin: 0px;
	margin-bottom: 15px;
	font-variant: small-caps;
	font-weight: bold;
}
P {
	margin: 0px;
	margin-bottom: 15px;
}
FORM {
	margin: 0;
	padding: 0;
}
A {
	color: #8ba628;
	text-decoration: none;
}
A:hover, A:focus, A:active {
	color: #8ba628;
	text-decoration: underline;
}

INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	border: 1px inset #666;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
INPUT[type=submit], INPUT[type=button] {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	border: 1px outset #666;
	background-color: #8BA628;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
	background-color: #FFF;
}
#header {
	margin:0;
	margin-bottom: 15px;
	margin-top: -15px;
}
#slideshow {
	height: 230px;
}
#slideshow IMG {
	cursor: pointer;
}
.menu-top_nav-container  {
	text-align: center;
}
.menu-top_nav-container ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu-top_nav-container ul li {
	padding: 0;
	margin: 0;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	padding: 2px;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.menu-top_nav-container ul li a {
	font-size: 12px;
	color: #746f4b;
	text-decoration: none;
	padding: 2px;
	padding-left: 18px;
}
.menu-top_nav-container ul li.current-menu-item a {
	font-weight: bold;
}
.menu-top_nav-container ul li a:hover {
	color: #000;
	text-decoration: none;
}

.menu-left_nav-container {
	margin-bottom: 10px;
}
.menu-left_nav-container ul {
	font-size: 10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu-left_nav-container ul li {
	background-image: url(images/btn_rightmenu.png);
	font-size: 12px;
	line-height: 25px;
	text-indent: 34px;
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.menu-left_nav-container ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.menu-left_nav-container ul li a:hover {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.menu-left_nav-container ul li ul {
	background-color: #FFF;
}
.menu-left_nav-container ul li ul li {
	background-color: #FFF;
	font-size: 11px;
	background-image: none;
	text-indent: 0px;
	margin-left: 35px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 12px;
}
.menu-left_nav-container ul li ul li a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.menu-left_nav-container ul li ul li.current-menu-item a {
	font-weight: bold;
}
.menu-left_nav-container ul li ul li a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#main {
	margin-bottom: 10px;
}
.widget {
	clear: both;
	margin-bottom: 15px;
	font-size: 11px;
}
.widget H3.widget-title {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dotted #666666;
}
.widget UL {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	list-style-type: none;
}
.widget UL LI {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	background-image: url(images/dot_small.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	line-height: 12px;
}

.widget A {
	color: #666;
	text-decoration: none;
}
.widget A:hover, .widget A:focus, .widget A:active {
	color: #000;
	text-decoration: none;
}
#left {
	min-height: 340px;
	float: left;
	width: 205px;
	margin-right: 15px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 140px;
}
#left  .widget {
	margin-left: 10px;
}
#right {
	float: left;
	width: 190px;
	background-image: url(images/brasao.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 140px;
}
#right  .widget {
	margin-right: 10px;
}
#content { 
	float: left;
	width: 535px;
	margin-right: 15px;
}
#footer {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8ba628;
	padding: 10px;
}

#postList .status-publish {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px dotted #8ba628;
}
#postList .status-publish H2 {
	font-variant: normal;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#postList .status-publish H2 A {
	color: #000;
}
#postList .status-publish P {
	font-size: 11px;
}
#postList .status-publish P.date {
	color: #666;
	font-size: 10px;
	margin-bottom: 0px;
}
#postList .status-publish P A {
	color: #000;
	font-weight: bold;
}
#postList .status-publish:last-child {
	border-bottom: 0px;
}
#postList .post-sticky {
	border-bottom: 0px;
	background-color: #dcd7b5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.navigation {
	font-size: 11px;
	text-align: center;
}
.navigation A {
	font-weight: bold;
}


ARTICLE {
}

ARTICLE H1, H1.page-title {
	font-size: 18px;
	color: #666;
	border-bottom: 1px dotted #666666;
}
ARTICLE H2 {
	/* clear: both; */
	font-size: 14px;
	color: #8ba628;
}
ARTICLE H2.linkcattitle {
	/* clear: both; */
	color: #666;
}
ARTICLE H3 {
}

.composicao {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.composicao:after {
	content: "";
  	display: table;
  	clear: both;
}

ARTICLE .entry-header {
}
ARTICLE .entry-meta {
	color: #666;
	font-size: 10px;
	margin-bottom: 10px;
}
ARTICLE .entry-content {
	color: #333;
	font-size: 12px;
}
ARTICLE .entry-content P {
	/* text-align: justify; */
	line-height: 1.5;
}

article .entry-content IMG,
#postList .has-post-thumbnail IMG {
	background-color: #FFF;
	padding: 5px;
	max-width: 100%;
	height: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-transition: -moz-box-shadow 0.3s;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
article .entry-content A IMG:hover,
#postList .has-post-thumbnail A IMG:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
article .entry-content .wp-post-image,
#postList .has-post-thumbnail IMG {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
ARTICLE .entry-content IMG.noshadow {
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

ARTICLE .entry-content A[href$='.pdf'] {
	display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/wp-content/uploads/2011/11/pdf.png) center left no-repeat;
}
ARTICLE .entry-content A[href$='.doc'] {
	display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/wp-content/uploads/2012/01/doc.png) center left no-repeat;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.widget_search {
	background-color: #999163;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.widget_search .screen-reader-text {
	display: none;
}
.widget_search  #searchsubmit {
	width: 28px;
}
.widget_search  #s {
	width: 132px;
}

UL.aec-eventlist LI.fc-event {
	font-size: 10px;
	color: #666;
}
UL.aec-eventlist LI.fc-event A {
	color: #666;
}
UL.aec-eventlist LI.fc-event A:hover, LI.fc-event A:focus, LI.fc-event A:active {
	color: #000;
}
UL.aec-eventlist LI:hover {
	-moz-box-shadow:0;
	-webkit-box-shadow:0;
	box-shadow:0
}

#cboxContent {
	font-size: 10px;
}

#galleryList P {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
}