
/*
Theme Name: CAPM-FR-01
Theme URI: http://www.capm.qc.ca/
Description: CAPM
Version: v1
Author: Juan Pablo Munoz
Author URI: http://www.munozdesign.ca/
Tags: Gray, Fixed width, two columns, widgets

CAPM v1

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
/*  @import url("css/superfish.css"); /* superfish menu css */
 @import url("css/menu.css"); /* superfish menu css */

* {
	padding:0;
	margin:0;
}

body {
	font-size:  12px;
	font-family:  Helvetica, Arial, sans-serif;
	background: #3d3e42;
	color: #3d3e42;
	text-align: center;
}

a, a:active, a:visited {
	color:#c30910;
}

ul.sf-menu li a {
	color: #c6c8ca;
}

a:active.sf-with-ul, a:hover.sf-with-ul {
	color:#FFF;
}

ul.sf-menu li ul li a {
	color: #3d3e42;
}

a:hover {
	color:#3d3e42;
}

h1 {
	font-size: 4em;
	text-align: center;
	text-decoration: none;
	color: #c30910;
	margin: 0 0 1em;
}

.description h1 {
	font-size: 19px;
	text-transform:uppercase;
	text-align: left;
	color:#c30910;
}

h2 {
	font-size: 24px;
	color:#c30910;
	font-weight:normal;
	text-transform: uppercase;
}

h2 a {
	text-decoration: none;
}

h2.pagetitle {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	margin: 0 0 1em 0;
	color: #000;
}

h4 {
	font-size: 16px;
	margin: 0 0 1em 0;
	/*color:#c30910;*/
	color: #000;
}

h5 {
	font-size: 14px;
	margin: 0 0 1em 0;
	/*color:#3D3E42;*/
	color: #000;
}

h6 {
	font-size: 12px;
	margin: 0 0 1em 0;
	/*color:#c30910;*/
	color: #000;

}

p {
	font-size: 12px;
	margin-bottom: 1em;
}

ul, ol {
	margin: 0 0 0 20px;
}

ul li {
}

blockquote {
	background: #F8F8F8;
	margin: 10px 20px;
	padding: 10px 10px 1px 10px;
	border-left: 5px solid #ddd;
}

pre {
	text-align:	left;
}

/* ----- DIVS ------ */


/* ------ PAGE ------*/
#page {
	background-color: white;
	text-align: left;
	margin: 5px auto 20px auto;
	padding: 0;
	width: 960px;
	border: 1px solid #000;
}

/* ------ END PAGE ------ */


/* ------ HEADER ----- */

.headnavigation {
	margin: 20px auto 0;
	text-align: right;
	width: 960px;
	color: #FFF;
}

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

.headnavigation a:hover {
	color:#c30910;
}

#header {
	background: url('images/CAPM_backgroung.jpg') no-repeat top left;
	padding: 32px 32px 0;
}

a.logo {
	display:block;
	font-size:1em;
	color: #3d3e42;
	padding: 66px 0 25px 8px;
	background: url('images/CAPM.gif') no-repeat top left;
	text-decoration:none;
}

a.logo:hover {
	text-decoration:none;
	color: #3d3e42;
}

#headerimg {
}

/* ------ END HEADER ----- */


/* ----- MENU ----- */
 
 #menu {
	height: 55px;
	padding: 0 0 0 30px;
	margin: 0 0 60px 0;
	background: url('images/bg_menu.gif') no-repeat top center;
}

/* ----- END MENU ----- */

/* ------ CONTENT ----- */

#content {
	width: 526px;
}

.post-date {
	float:left;
	height:65px;
	width:45px;
}

.post-day {
	color:#bbbcc1;
	display:block;
	font-size:30px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;

}

.post-month, .post-year {
	color:#bbbcc1;
	display:block;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
	text-align: center;

}

.postinfo {
	border-left: 1px solid #3d3e42;
	margin: 0 0 0 45px;
	padding: 0 0 12px 10px;
}

.author {
	font-size: 11px;
	float:left;
	display:block;
	padding: 5px 0 0 20px;
	background: url('images/icon_post_01.gif') no-repeat left bottom;
}

.category {
	font-size: 11px;
	float:left;
	display:block;
	padding: 5px 0 0 20px;
	margin: 0 0 0 20px;
	background: url('images/icon_category_01.gif') no-repeat left bottom;
}

.entry {
	border-top: 1px solid #3d3e42;
	margin: 22px 0 0 0;
	padding: 20px 0 0 0;
}

.entry ul, .entry ol {
	margin-bottom: 2em;
	line-height: 1.3em;
}

.entry ul li, .entry ol li {
	margin: 0 0 10px 0;
	
}

a.more-link {
	text-decoration:none;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
/*padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;*/
}

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0 0 20px 32px;
	margin: 0;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.post {
	margin: 0 0 60px 0;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment, .narrowcolum .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment, .narrowcolumn .attachment {
	margin: 0 0 100px 0;
}

.postmetadata {
	clear: both;
}

.olderposts a {
	background:transparent url('images/icon_olderposts.gif') no-repeat scroll left 20%;
	display:block;
	float:right;
	font-size:11px;
	line-height: normal;
	height: 20px;
	padding: 0 0 0 23px;
	text-decoration: none;
	width: 220px;
	text-align:left;
	margin: 30px 0 0 0 ;
}

.newposts a {
	background:transparent url('images/icon_newposts.gif') no-repeat scroll left 20%;
	display:block;
	float:left;
	font-size:11px;
	line-height: normal;
	height: 20px;
	padding: 0 0 0 23px;
	text-decoration: none;
	width: 220px;
	text-align:left;
	margin: 30px 0 0 0 ;


}

/* ------ END CONTENT ----- */


/* ------ SIDEBAR ----- */


#sidebar {
	margin: 0 0 32px 600px;
	width: 346px;
}

#sidebar h2 {
	font-weight: bold;
}

#sidebar h3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}

.sidebarinfo {
	padding: 0 30px;
}

.bgsidebarheader {
	background:url('images/bg_sidebar_header.gif') no-repeat top center;
	height: 33px;
}

.bgsidebarcontent {
	background:url('images/bg_sidebar_content.gif') repeat-y top center;
	padding: 10px 45px;
}

.bgsidebarfooter {
	background:url('images/bg_sidebar_footer.gif') no-repeat top center;
	height:40px;
}

#sidebar form {
	margin: 0;
}

#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 20px 0 0 0;
}

label {
	font-weight:bold;
	text-align: left;
	font-size:12px;
	color:#c30910;
	display: block;
	padding: 0 0 0 45px;
}

.bgkeyword {
	background: url('images/bg_search_field.gif') no-repeat center 100%;
	height: 31px;
	width: 248px;
}

input.keyword {
	border: none;
	width: 170px;
	background: none;
	display: block;
	float:left;
	padding: 8px 10px;
}

#searchform {
	padding: 0 0 20px 15px;
}

#searchsubmit {
	float: left;
	width: 50px;
	height: 31px;
	background: url('images/icon_search.gif') no-repeat 50% 50%;
	border: none;
	cursor:pointer;
}

.seachformpage { /* search form in search.php */
	text-align: center;
	margin: 30px auto;
	width: 300px
}

.btn_call_action {
	background: url('images/bg_btn_call_action.gif') no-repeat center 50%;
	height: 54px;
	margin: 0 0 5px 0;
}

.btn_call_action a {
	color: #FFF !important;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	display: block;
	padding: 10px 0 0 20px;
}

.btn_call_action a:hover {
	color: #3D0E09 !important;
}

/* ------ END SIDEBAR ----- */


/* ----- Sidebar StereoTabs ----- */

#sidebar #container {
	background: url('images/bg_tabsnav_content.gif') repeat-y center top;
	margin: 0 0  32px 0;
}

#sidebar .tabsfoot {
	background: url('images/bg_tabsnav_foot.gif') no-repeat center bottom;
	padding: 0  0 15px 0;

}

ul#tabnav {
	height:35px;
	margin:0;
	padding:0;
	display:block;
	line-height:35px;
	background: #FFF;
}

ul#tabnav li {
	margin:0;
	padding:0;
	float:left;
	height:35px;
	list-style-type:none;
	list-style-position: outside;
	position:relative;
}

ul#tabnav li a {
	text-decoration:none;
	display:block;
	float:left;
	height:32px;
	width: 128px;
	text-align: center;
	position:relative;
	color: #3d3e42;
}

ul#tabnav li a:hover {
		color:#c30910;
}

ul#tabnav li a.lefttab {
	background: url('images/bg_tabsnav_left_off.gif') no-repeat left bottom;
}

ul#tabnav li a.righttab {
	background: url('images/bg_tabsnav_right_off.gif') no-repeat left bottom;
}

ul#tabnav li a.lefttab.selected {
	color:#c30910;
	background: url('images/bg_tabsnav_left_on.gif') no-repeat left bottom;
}

ul#tabnav li a.righttab.selected {
	color:#c30910;
	background: url('images/bg_tabsnav_right_on.gif') no-repeat left bottom;
}

.panel {
	display:block;
}

.content {
	padding: 13px 0 15px 25px;
	text-align:left;
}

#sidebar ul.navlist li {
	list-style: none;
	background: url('images/icon_category_01.gif') no-repeat;
	padding: 0 0 10px 25px;
	color: #c30910;
}

#sidebar ul.navlist li a {
	color: #3d3e42;
}

#sidebar ul.navlist li a:hover {
	color: #c30910;
}

#sidebar ul.navlist ul.children {
	margin: 10px 0 0 0;
}

#sidebar ul.navlist ul.children li {
	background: url('images/icon_category_02.gif') no-repeat;
}



/* ------ FOOTER ----- */


#footer {
	background: #eee url('images/bg_footer.gif') repeat-x top;
	min-height: 250px;
}

#footer {
	padding: 30px;
	margin: 0 auto;
	clear: both;
	line-height: 1.3em
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.recentposts h6, .blogroll h6, .contactinfo h6 {
	margin: 0 32px 14px 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	text-align: left;
	line-height: 1em;
	color:#3d3e42;
	border-bottom: 1px solid #3d3e42;
}

.contactinfo h6 {
	margin-right: 0px;
}

.recentposts {
	width: 268px;
	margin: 0 32px 0 0;
	float: left;
	background: url('images/bg_footer_divider.gif') no-repeat right top;
}

.recentposts ul, .blogroll ul, .contactinfo ul {
	padding: 0;
	margin: 0;
}

.recentposts ul li {
	list-style: none;
	background: url('images/icon_post_01.gif') no-repeat;
	margin-right: 32px;
	padding-left: 25px;
}

.blogroll {
	width: 268px;
	margin: 0 32px 0 0;
	float: left;
	background: url('images/bg_footer_divider.gif') no-repeat right top;
}

.blogroll ul li {
	list-style: none;
	background: url('images/icon_link.gif') no-repeat;
	padding-left: 25px;
	margin-right: 32px;
	margin-bottom: 7px;
}

.contactinfo {
	width: 300px;
	float: right;
}

.contactinfo ul li {
	list-style: none;
	background: url('images/icon_mail.gif') no-repeat;
	padding-left: 30px;
}

.rssinfo {
	margin-top: 32px;
}

.rssinfo ul li {
	list-style: none;
	background: url('images/icon_rss.gif') no-repeat;
	padding-left: 30px;
}

/* ------ END FOOTER ----- */


/* ------ COMMENTS ----- */

.commentlist {
	padding: 0;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform p {
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 5px 0;
}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* ------ END COMMENTS ----- */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

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

img.alignright {
	padding: 4px;
	margin: 0 0 8px 8px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 8px 8px 0;
	display: inline;
	background: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* End Images */
/* Begin Lists */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* End Entry Lists */

/* Begin Form Elements */


.entry form {
	text-align: left;
}

select {
	width: 130px;
}

/* End Form Elements */



/* ------ Begin Calendar ------ */

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	font-size: 9pt;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	/* Doesn't work in IE */
background-color: #fff;
}

/* ------ End Calendar ------ */



/* Begin Various Tags & Classes */
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.clear {
	clear: both;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	/* border: none 0; 
	border-top: 1px dashed #DDD;
	border-bottom: 1px solid #ffffff;
	width: 50%; */
	margin: 10px auto 20px auto;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

/* End captions */

img#wpstats {
	height:1px;
}

/* ------ Admin ------ */

.modifypost a {
	background: #F8F8F8 url('images/icon_admin_modify.gif') no-repeat 2% 50%;
	padding: 11px 15px 9px 40px;
	border: 1px solid #DDD;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border-radius: 5px;*/
}

/* ------ WP Gallery ------ */
.gallery {
}

.gallery-item {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}
