/*
THEME NAME: CERAGEM
*/


/* Reset browser defaults */
@import url('../cer_rec/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../cer_rec/library/styles/typography.css');

/* Apply a basic layout */
@import url('../cer_rec/library/layouts/3c-r-fixed.css');

/* Apply basic image styles */
@import url('../cer_rec/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../cer_rec/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../cer_rec/library/styles/plugins.css');

/* reset cer_rec theme */
body, #wrapper, #header, #branding a, #site-title, #site-description,
#access, .menu a, .hentry, .post,
#comments, .comments a, .comments li, .comment-navigation, #respond,
#footer, #footer a {background-image:none;color:#333;border-width:0px;}

/* -------------------------------------------------------------- 
   
   Ceragem Styles
  
-------------------------------------------------------------- */ 

/* body */
body {
	background:url(images/body.png) repeat-x -820px 250px;
	color:#050ba1 !important;
	}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6  {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	color:#D71A21;
	}

a, a:link, a:visited, a:hover, a:active, a:focus {
	color:#D71A21;
	}

/* wrapper */
#wrapper {
	background:url(images/wrapper.png) no-repeat center 296px;
	}
	
/* header */
#header {
	background: url(images/header.jpg) no-repeat top center;
	}
#branding {
	padding:0px;
	width:600px;
	background:transparent;
	}
#site-title a, #site-description {
	display:block;
	text-indent:-999em;
	border:none;
	}

/* menu */
.menu a {
	color:#D71A21
	background:transparent;
	padding-bottom:14px;
	}
.menu a:hover, .menu a:active, .menu a:focus,
.menu .current_page_item a {
	background:url(images/menu.png) no-repeat center top;
	background-position: center bottom;
	}

/* main */
#main {
	background:url(images/main.png) no-repeat center bottom;
	}

/* footer */
#footer {
	background:url(images/footer.png) no-repeat center top;
	}
#siteinfo {
	text-align:center;
	}

/* images */
.wp-caption p.wp-caption-text {
	font-family:Georgia,"Times New Roman",serif;
	font-style:italic;
	}
	