/* CSS Document  for eurakatentscanada.com*/

/*

.color-white { color:#FFFFFF; }
.color-black { color:#000000; }
.color-red { color:#FF0000; }
.color-blue { color:#000099; }
.color-darkred { color:#481414; }
.color-fmyouth-red { color:#701F1F; }
.color-brown { color:#9A703F; }
.color-lightbrown {color:#795831;}
.color-darkbrown { color:#5E4526;}

*/

/*reset base styles*/
html,body,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
body {
	background-color: #1F191A;
	background-image: url(../images/background-page.jpg);
	background-repeat: repeat-x;
}
.clearer {
	clear: both;
}



/*end reset styles*/

/* begin layout styles */
#page_wrapper {
	width: 1024px;
	margin: 0px auto;

}
#header_wrapper {
}
#seach_wrapper {
	height: 38px;
	width: 900px;
	margin: 0px auto;
}
#search_form {
	float: right;
	padding-top: 10px;
	margin-right: 10px;
}
#search_form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#FFFFFF;
}
#search_form input{
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
#menu_wrapper {
	height: 38px;
	width: 900px;
	margin: 0px auto;
	background-image: url(../images/graphic_menu_background.jpg);
	background-repeat: no-repeat;
}
#main_menu {
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 25px;
	padding-left: 25px;
}

#logo_wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 979px;
}
#content_wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#breadcrumb_wrapper {
	margin-top: 5px;
	margin-bottom: 5px;
}
#column_wrapper {
}

#main_content {
	float: left;
	width: 624px;
	margin-bottom: 10px;
}
#banner_wrapper {
	background-color: none;
	margin-bottom: 24px;
}
#main_content_text {
	background-color: #FFFFFF;
	padding:3px 0px 1px 0px;
	float:left;
	width:100%;
}

#right_sidebar {
	width: 250px;
	margin-left: 650px;
}
#submenu_container {
	margin-bottom: 5px;
	background-image: url(../images/background-submenu.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#right_content {
	background-color: #9A703E;
	background-image: url(../images/background-rightcol.jpg);
	background-repeat: no-repeat;
}

#footer_wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #423537;
}
#footer_leftColumn {
	float: left;
	width: 50%;
}
#footer_rightColumn {
	float: right;
	width: 50%;
}


/* end layout styles */

p ,span,strong, em,td { font-family: Arial, Helvetica, sans-serif; }

p {
	font-size:0.8em;
	color:#000000;
	line-height:1.5em;
	margin: 0px 10px 0px 10px;
	padding-top:.5em;
}
a { 
  font-family:Arial, Helvetica, sans-serif;
  color:#701F1F;
  font-size:.8em;
}

a:hover,p a:focus { 
  text-decoration:none;
}
em { font-style:italic; }
strong{font-weight:bold;}

h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 10px .5em 10px;
	padding-top:.2em;
	text-decoration:none;
}
h1 { font-size:1.5em; }
h2 { font-size:1.4em; }
h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }
h6 { font-size:.9em; }

.color-darkgrey{color:#333333;}
.color-lightgrey{color:#999999;}
.color-blue{ color:#000099; }
.color-white { color:#FFFFFF; }
.color-black { color:#000000; }
.color-red { color:#FF0000; }
.color-green {color: #00CC00;}
.color-darkred { color:#481414; }
.color-fmyouth-red { color:#701F1F; }
.color-brown { color:#9A703F; }
.color-lightbrown {color:#795831;}
.color-darkbrown { color:#5E4526;}

.text-underline{text-decoration:underline;}

.style-breadcrumb {
	color:#FFFFFF;
	text-decoration: none;
}
.text-copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #FFFFFF;
	text-align: center;
}
.text-copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
.text-copyright a:hover, .text-copyright a:focus {
	text-decoration: underline;
}


.text-small { font-size:.7em; }
.text-smaller { font-size:.6em; }
.text-regular { font-size:.8em; }
.text-medium { font-size:.9em; }
.text-large { font-size:1em; }
.text-larger { font-size:1.2em; }
.text-largest { font-size:1.5em; }
.text-huge { font-size:1.9em; }
small { font-size:.7em; }

/*-- LIST STYLES --*/
ul{
	list-style-position:outside;
	list-style-type: disc;
	margin-left:25px;
	margin-bottom:5px;
}

ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.2em;
}
ul li p { margin:0px; font-size:1em;}
ul li a { font-size:1em;}
ul li ul { 
	list-style-type:circle;
}
ul li ul li {
	font-size: 1em;
}


/* -- Menu Styles -- */

.list-submenu {
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	list-style-type:none;
}
.list-subsubmenu {
	margin-right: 10px;
	margin-left: 20px;
	padding: 0px 10px 10px 10px;
	list-style-type:none;
}

ul.list-submenu li { margin-bottom:.3em; }
ul.list-submenu li a,ul.list-subsubmenu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-align: left;
	margin-bottom: 0.3em;
}
ul.list-submenu li a:hover,ul.list-submenu li a:focus { text-decoration:none; }

ul.list-subsubmenu li.list-active-item a { color:#701F1F; font-size:.9em; text-decoration:none; }

/* -- begin news/timtab styles -- */

.post-title,.post-title a {
	color:#8D2727;
	margin-bottom: 0.2em;
	margin-left:0px;
}
.post-list-container {
	background-color: #FFFFFF;
}

.post {
	background-image: url(../images/background-blogpost.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:10px;
}

.post-title-box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.post-list-textbox {
	float: left;
	width: 455px;

}
.post-date-column {
	margin-left: 455px;
	background-image: url(../images/graphic_small-sticky.png);
	background-repeat: no-repeat;
	height: 100px;
}
.post-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #1B2467;
	text-align: center;
	padding-top: 15px;
	margin-right: 10px;
}
.post-author {
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 2px;
}
.news-single-author{
	font-size:.9em;
	text-align:center;
	color: #1B2467;
	margin-bottom:0px;
}

.post-categories {
	float: left;
	width: 455px;
}
.post-list-text-category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.post-comments {
	margin-left: 455px;
}


.tx-timtab-embeddedvideo-fe{
	margin:0px auto 5px 10px;
	text-align:center;
}
.tx-timtab-embeddedvideo-fe a{
	font-size:.8em;
}

.post-list-footer {
	background-color: #701F1F;
	padding: 3px;
}
.post-comments-counter {
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 0px;
	font-size: .7em;
	font-weight: bold;
}
.post-single-container {
	background-color: #FFFFFF;
}

.para-post-subheader,.post-single-container h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:normal;
	color: #8D2727;
	font-style: italic;
	padding-top:3px;
}
.para-single-text-category {
	font-size: .6em;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.post-single-textbox {
	float: left;
	width: 455px;
}
.post-single-date-column {
	float: right;
}
.post-date-single {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1B2467;
	text-align:center;
	padding-top:15px;
	margin-right:10px;
}




.archive-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
}
.archive-links a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.archive-links a:hover,.archive-links a:focus { text-decoration:underline; }

/* over-right some css-styled-content styles */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption{
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.55em;
	line-height:.6em;
}
/*this will force multiple textwimages to sit below each other. */
div.csc-textpic { clear:both; margin:0px 5px; }

/* -- WEC Flashplayer styles -- */
.tx-wecflashplayer-pi1 { text-align:center; }

/* ------------------ RG Smooth Gallery ---------------------- */

.tx-rgsmoothgallery-pi1{
  margin:10px auto;
}
.carouselWrapper{
  margin:10px;
}
.carouselInner{

}
.carouselInner .thumbnail{
  float:left;
}
/* --------------------- Photogallery (ce_gallery) ---------------- */

.tx-cegallery-pi1{
  margin:0px auto;
  width:99%;
}
div.tx-cegallery-pi1-album_entry{
  background-color:#FFFFFF;
  padding:7px;
  height:100%;
  width:100px;
}
div.tx-cegallery-pi1-page{
  font-family:Arial,Helvetica,sans-serif;
}
.tx-cegallery-pi1-album_date{
  font-family:Arial, Helvetica, sans-serif;
}
.tx-cegallery-pi1-imagetitle a{
  font-size:.8em;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
