/* GENERAL */

div { unicode-bidi: embed; direction: rtl }

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 15px;
}

body {
	text-align: center;
	height: 100%;
	background: #f7f7f0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div#container {
	background:url(../gfx/bg_container.gif);
	margin:0 auto;
	overflow: hidden;
	text-align:right;
	width: 994px;
}

div#canvas {
	margin: 0 7px;
	width: 980px;
}

ul, ol, li, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


/* CLEARING OF FLOATS */

.clearfix {
	clear:both;
	display: inline-table;
	/* Hides from IE-mac \*/
	height: 1%;
	display: block;
	/* End hide from IE-mac */
}

html>body .clearfix {
	height: auto;
}

/* GENERAL FONT SETTINGS */

h1, h2, h3 {
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

h4, h5, h6 {
	color: #000;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	margin:0px 0 5px 0;
}

h2 {
	font-size: 24px;
	margin:0px 0 5px 0;
}

h3 {
	font-size: 20px;
	margin:0px 0 3px 0;
}

h4, h5, h6 {
	font-size: 14px;
	margin: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
a,
a:active,
a:visited { 
	color: #ed1c24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

textarea, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
	border:none;
}

/* PARAGRAPHS */

p {
	line-height: 17px;
	margin: 0px;
}

p.summary {
	margin: 0;
}

p.comments {
	margin: 2px 0 0 0;
}

p.comments a {
	background:url(../gfx/comment.gif) no-repeat right;
	padding: 2px 18px 0 18px;
 	color: #79715e;
}

p.related {
	margin: 3px 0 0 0;
}

a.rss {
	background:url(../gfx/rss.gif) no-repeat right center;
	padding: 0 15px;
}

a.delicious {
	background:url(../gfx/delicious.gif) no-repeat right center;
	padding: 5px 23px;
}

a.digg {
	background:url(../gfx/digg.gif) no-repeat right center;
	padding: 5px 23px;
}

a.facebook {
	background:url(../gfx/facebook.gif) no-repeat right center;
	padding: 5px 23px;
}

a.google {
	background:url(../gfx/google.gif) no-repeat right center;
	padding: 5px 23px;
}

a.buzz {
	background:url(../gfx/buzz.gif) no-repeat right center;
	padding: 5px 23px;
}

/* HEADER */

div#pageHeader {
	margin: 0 0 13px 0;
  padding-top: 10px;
}

div#pageHeader div.tcHeader {
	height:20px;
	border-bottom: 4px solid #ed1c24;
  padding: 0 20px;
}

div#pageHeader span.deviderLine {
  color: #9e988d;
  padding: 0 2px 0 2px;
}


div#pageHeader div.tcContent {
	clear: both;
	height: 74px;
	margin: 0;
}

div#pageHeader div.headerStories {
  float: right;
  width: 700px;
}

div#pageHeader div.headerStories div.element{
  float: right;
  width: 215px;
  margin: 8px 4px 4px 8px;
  padding: 2px;
  border-left: 1px solid #d1cbbb;
  min-height: 56px;
}

div#pageHeader div.headerStories div.elementEnd{
  float: right;
  width: 215px;
  margin: 8px 4px 4px 0;
  padding: 2px;

}

div#pageHeader div.headerStories div.elementEnd div.image,
div#pageHeader div.headerStories div.element div.image{
  float: right;
  margin: 0 0 0 5px;
}

div#dateLine {
	float: right;
	color: #ed1c24;
}

div#userStatus {
	float: left;
	color: #ed1c24;
}

div#userStatus a, div#dateLine span.entry {
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
}

div#userStatus ul *, div#dateLine ul * {
    list-style: none;
    display: inline;
}

div#userStatus li, div#dateLine li {
	border-left: 1px solid #9e988d;
  padding: 0 7px 0 7px;
}

div#userStatus li.first, div#dateLine li.first {
  padding-right: 0;
}

div#userStatus li.first a{
	font-size:10px;	
}

div#userStatus li.last, div#dateLine li.last {
    border: none;
}

div#userStatus .selectBox {

    width: 95px;
    background-color:#fff;
    color: #ED1C24;
    font-size:10px;
}

div#userStatus .selectOption {

    color: #ED1C24;
    display: block;
}

div#logo {
	float: right;
}

div#weather {
	width:180px;
	float:left;
	padding:5px 0;
}

div#weather img {
	float:right;
	margin: 0 0 0 10px;
}

div#weather div.tcContent {
	height: 50px;
	margin: 0 !important;
}

div#pageHeader div.tcFooter {
	clear:both;
	height:30px;
	border-bottom: 1px solid #79715e;
	padding: 0 10px 0 0;
}

div.pageTitle h5 {
	padding: 0 20px;
	font-size:30px;
	font-weight:bold;
	color: #79715e;
	margin: 0 0 10px 0;
}

/* MENU */

div#menu {
	clear:both;
	background-color: #f7f7f0;
  border-top: 1px solid #edeae0;
  border-bottom: 4px solid #ed1c24;
  padding-left: 3px;
  height: 24px;
  letter-spacing:0.001px;
}

div#menu ul {
  	width: 940px;
	text-transform: uppercase;
	font-weight:bold;
	padding: 5px 0;
	font-size: 14px;
}

div#menu li {
	display: inline;
	padding: 5px 10px;
}

div#menu a {
	color: #000000;
}

div#menu li.active {
	background-color: #ed1c24;
}

div#menu ul.submenu {
  width: 650px;
	font-weight:bold;
	text-transform: none;
	background: none;
}

div#menu ul.submenu li {
	padding: 5px 10px 5px 3px;
	border: none;
}

div#menu ul.submenu a {
	color: #000;
}

div#menu ul.submenu li.active {
	background: none;
}

div#menu ul.submenu li.active a {
	color: #ed1c24;
}

/* BREAKING NEWS */

div#breakingNews {
}

div#breakingNews * {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
    white-space:nowrap;
}

div#breakingNews h3, div#breakingNews h4 {
	font-weight: bold;
	margin:10px;
	text-transform: uppercase;
	color: #ff3300;
	float:right;
	line-height: 10px;
}

div#breakingNews h3 {
	margin-right:0;
}

div#breakingNews a.button {
	display: block;
	float:right;
	margin: 12px 3px;
	width:10px;
	height:10px;
	text-indent:-9000px;
}

div#breakingNews a.left {
	background:url(../gfx/button_right.gif) no-repeat;
}

div#breakingNews a.right {
	background:url(../gfx/button_left.gif) no-repeat;
}

div#breakingNews h4 a {
	color: #79715e;
}

div#breakingNews h4 div {
	color: #79715e;
}

/* SEARCH */

div#search {
	float: left;
	margin: 7px 0 3px 10px;
  	padding: 0 4px 0 0;
}

div#search input.field {
	border: 1px solid #79715e;
	height: 14px;
	width: 160px;
	margin: 0 0 0 5px;
	color: #54504d;
}

div#search input.button {
	padding: 0 0 2px 0;
	width: 62px;
	height: 18px;
	position:relative;
	top:-1px;
	border: none;
	background:url(../gfx/button_m.gif) no-repeat;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

div#searchadvanced {
  width: 600px;
	margin: 8px auto;
}

div#searchadvanced input.field {
	border: 1px solid #79715e;
	height: 15px;
	width: 500px;
	margin: 0 0 0 5px;
	color: #54504d;
}

div#searchadvanced input.button {
	width: 62px;
	height: 18px;
	position:relative;
	top:1px;
	border: none;
	background:url(../gfx/button_m.gif) no-repeat;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

/* MAIN CONTENT */

div#mainContent {
	float: right;
	margin:0 20px 0 0;
	padding: 0 0 0 9px;
	width: 620px;
	border-left: 1px solid #f6f6f6;
}

div#mainContent div.last {
	border-bottom: none !important;
	padding:0 !important;
}

div#mainContent div.fullWidth {
	width: 100%;
	min-height: 350px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

ul.gal {
  display: none;
}

div#mainContent div.fullWidth div.gal-alt {
  text-align: right;
  min-height: 110px;
  z-index: 2;
}

div#mainContent div.fullWidth div.gal-alt-background {
  filter: Alpha(Opacity=40);    
  background-color: #000000;
  position: relative;
  opacity: 0.4;
  z-index: 1;
  height: 110px;
  margin-bottom: -120px;
}

div#mainContent div.fullWidth div.gal-alt-content {
  padding: 10px 10px 10px 10px;
  color: #ffffff;
  z-index: 3;
  position: relative;
}

div#mainContent div.fullWidth div.gal-alt h1{
  color: white;
  opacity: 1;
}

div#mainContent div.fullWidth div.gal-thumbs-wrapper {
  direction:ltr;
  background-color: #d1cbbb;
}


div#mainContent div.sideBySideStart {
  margin: 10px 0 20px 20px;
	width: 300px;
  float: right;
}

div#mainContent div.sideBySideEnd {
  margin: 10px 0 20px 0 ;
	width: 300px;
  float: right;
}



div#mainContent div.col1 {
	float: right;
	margin: 0 0 20px 20px;
	width: 300px;
}

div#mainContent div.col2 {
	float: right;
	margin: 0 0 20px 0;
	width: 300px;
}

div#mainContent div.col3 {
	width: 620px;
	min-height: 200px;
}

div#mainContent div.col4, div#mainContent div.col5{
	float: right;
	margin: 0 10px 0 0;
	width: 300px;	
}

div#mainContent div.col4 {
	margin: 0;
	padding: 0 0 0 9px;
	border-left: 1px solid #f6f6f6;
}

div#mainContent div.topStories div.col1 {
	float: right;
	margin:0;
	width: 380px;
}

div#mainContent div.topStories div.col2 {
	float: right;
	margin:0 20px 0 0;
	width: 220px;
}

div#mainContent div.group {
	clear: both;
	margin:0 0 0px 0;
}

div#mainContent div.groupHeader {
	background: url(../gfx/bg_stroke_grey.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#mainContent div.groupHeader h5 {
	font-size:14px;
	font-weight:bold;
	color: #79715e;
	text-transform: uppercase;
	padding: 0 0 0 7px;
	background-color: #fff;
	display: inline;
}

div#mainContent div.groupHeader h5 a {
	color: #79715e;
}


/* ARTICLES */

div#mainContent div.article {
	margin: 0px 0 10px 0px;
	/*border-bottom: 1px dashed #d9d9d9;*/
}

div#mainContent div.fpFull div.article {
}

div#mainContent div.fpFull div.mainImage {
	float: right;
	padding: 0 0 0 10px;
}

div#mainContent div.fpFull h2 {
	font-size:30px;	
}

div#mainContent div.fpFull div.articleContent {
	float:left;
	width:300px;
    text-align: justify;
}

div#mainContent div.article img {
	margin:3px 0 10px 0;
}

div#mainContent div.full div.intro {
	font-weight: bold;
	margin: 0 0 34px 0;
    text-align: justify;    
}

div#mainContent div.topstory h2 {
	
}

div#mainContent div.picturestory {
	background-color: #000;
	margin: 3px 0 10px 0;
	border: none;
}

div#mainContent div.picturestory h2 {
	color: #fff;
	padding: 0 10px;
}

div#mainContent div.picturestory p {
	color: #fff;
	padding: 0 10px;
}

div#mainContent div.picturestory a {
	color: #fff;
}

div#mainContent div.picturestory img {
	margin: 0 0 10px 0;
}

div#mainContent div.article p.summary {
    text-align:justify;
}

div#mainContent div.article p.summary img {
	float: right;
	margin: 3px 0 0 5px;
}

div#mainContent div.headlines {
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #d9d9d9;
}

div#mainContent div.headlines h4 {
	margin: 0 0 5px 0;
}

/* TEASERS */

div#mainContent div.teasers {
	border-top: 4px solid #d1cbbb;
	padding: 10px 0px;
}

div#mainContent div.teasers div.last {
	margin:0;
}

div#mainContent div.teaser {
	width: 140px;
	overflow: hidden;
	float:right;
	margin: 0 0 0 20px;
}

div#mainContent div.teaser h5{
	font-size:12px;
	font-weight:bold;
	color: #79715e;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}

div#mainContent div.teaser h5 a {
	color: #79715e;
}

div#mainContent div.teaser img {
	margin: 0 0 8px 0;
}

div#mainContent div.teaser div.article {
  border: none;
}

/* THREECOL */

div#mainContent div.threecol {
	border-top: 4px solid #d1cbbb;
	padding: 10px 0px;
}

div#mainContent div.threecol div.col {
	width: 193px;
	overflow: hidden;
	float:right;
	margin: 0 0 0 20px;
}

div#mainContent div.threecol div.last {
	margin:0;
}


div#mainContent div.threecol div.col h5{
	font-size:10px;
	font-weight:bold;
	color: #79715e;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}

div#mainContent div.threecol div.col h5 a {
	color: #79715e;
}

div#mainContent div.threecol div.col img {
	margin: 5px 0 0px 7px;
}

div#mainContent div.threecol div.col div.article {
	border: none;
}

/* POLL */

div#poll {
  border: 1px solid #ed1c24;
	margin: 0 0 20px 0;
}

div#poll div.tcHeader {
	background-color: #ed1c24;
	line-height: 17px;
	padding: 1px 7px 1px 7px;
}

div#poll div.tcHeader h5 {
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 0 0 7px;
	display: inline;
}

div#poll div.tcContent {
	padding:10px;
	background-color: #f7f7f0;
}

div#poll div.tcContent h2 {
	color: #000;
}

div#poll div.tcContent input.radio {
	position:relative;
	top: 3px;
	margin:0 0 0 5px;
}

div#poll div.tcContent fieldset {
	border: none;
	margin: 10px 0;
	padding: 0;
}

div#poll div.tcContent input.button {
	width: 40px;
	height: 18px;
	border: none;
	background:url(../gfx/button_s.gif) no-repeat;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0 0 0 10px;
}

div#poll div.tcContent ul#pollresult {
    margin: 10px 20px 0;
}

/* CARTOON */

div#cartoon {
	margin: 0 0 10px 0;
}

div#cartoon div.tcHeader {
	background: url(../gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#cartoon div.tcHeader h5 {
	font-size:12px;
	font-weight:bold;
	color: #ed1c24;
	text-transform: uppercase;
	padding: 0 0 0 7px;
	background-color: #ffffff;
	display: inline;
}

div#cartoon div.tcContent img {
	border: 1px solid #d9d9d9;
	padding: 6px;
}

/* RIGHT COLUMN */

div#rightColumn {
	float: right;
	margin:0 10px 0 0;
	width: 300px;
	font-size: 12px;
}

div#rightColumn p {
	line-height: 14px;
}

div#rightColumn div.group {
	clear: both;
	margin:0 0 20px 0;
}

div#rightColumn div.last {
	border-bottom: none !important;
	margin:0 !important;
	padding: 0 !important;
}

/* POPULARITY LIST */

div#popularityList {
	margin: 0 0 20px 0;
}

div#popularityList ul {
	text-transform: uppercase;
	font-size: 12px;
  font-weight: bold;
	padding: 3px 0;
}

div#popularityList ul li {
	display: inline;
	padding: 0px 7px;
	border-left: 1px solid #d9d9d9;
}

div#popularityList ul li.active {
	background-color: #ed1c24;
	padding: 3px 7px 4px 7px;
	border: none;
}

div#popularityList ul li.noborder {
	border: none;
}

div#popularityList ul li.active a{
	color: #fff;
}

div#popularityList ul li.active a:hover{
	text-decoration: none;
}

div#popularityList ol {
	color: #ed1c24;
	line-height: 17px;
}

div#popularityList ol li {
	margin: 0 20px 0 0;
}

div#popularityList ol li a {
	color: #79715e;
}

div#popularityList div.tcContent {
	padding: 10px;
	border: 1px solid #ed1c24;
}

/* ARTICLE LIST */

div#articleList {
	margin: 0 0 20px 0;
}

div#articleList div.tcHeader h5 {
	font-size:12px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #ed1c24;
	line-height: 17px;
	padding: 1px 7px 1px 7px;
	margin: 0 0 0 0;
	border-right: 1px solid #ed1c24;
	border-left: 1px solid #ed1c24;
}

div#articleList div.tcContent {
	padding: 5px 10px 10px 10px;
	border: 1px solid #ed1c24;
	border-top: none;
}

div#articleList ul {
	line-height: 17px;
}

div#articleList ul li {
	margin: 0 10px 0 0;
	list-style-type: square;
	color: #ed1c24;
}

div#articleList ul li a {
	color: #79715e;
}

div#rcHyperlink {
	border: 1px solid #ed1c24;
	margin: 0 0 20px 0;
}

div#rcHyperlink div.tcHeader h5 {
	font-size:12px;
	color: #fff;
	text-transform: uppercase;
	background-color: #ed1c24;
	line-height: 17px;
	padding: 1px 7px 1px 7px;
}

div#rcHyperlink h4 {
	font-size:16px;
  font-weight: bold;
	color: #ed1c24;
	padding: 1px 0 1px 7px;
	margin: 0 0 0 0;
}

div#rcHyperlink div.tcContent {
	padding: 10px 10px 10px 10px;
}

div#rcHyperlink div.tcContent div.image {
  float: right;
	margin: 2px 2px 2px 10px;
}

div#rcHyperlink div.tcContent div.item {
  width: 135px;
  float: right;
}


div.rcHTML {
	width: 300px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

/* GAMES */

div#games {
	margin: 0 0 20px 0;
}

div#games div.tcHeader {
	background: url(../gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#games div.tcHeader h5 {
	font-size:12px;
	font-weight:bold;
	color: #ed1c24;
	text-transform: uppercase;
	padding: 0 0 0 7px;
	background-color: #ffffff;
	display: inline;
}

div#games div.tcContent {
	background-color: #edeae0;
	padding: 5px 0;
	height:80px;
}

div#games div.buttonLink {
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	width: 128px;
	float:right;
	margin: 5px 10px;
}

div#games div.buttonLink a {
	display: block;
	width: 128px;
	height: 29px;
	line-height: 30px;
	padding: 0 40px 0 0;
	color: #fff;
	background: url(../gfx/button_link.gif) no-repeat;
}

/* LATEST COMMENTS */

div#latestComments {
	clear:both;
	margin: 0 0 20px 0;
}

div#latestComments div.tcHeader h5 {
	font-size:12px;
	color: #fff;
	text-transform: uppercase;
	background-color: #ed1c24;
	line-height: 17px;
	padding: 1px 7px 1px 7px;
}

div#latestComments div.tcContent {
	background-color: #f7f7f0;
	padding:10px;
}


div#latestComments div.tcContent div.item {
	padding: 0px 0px 10px 0;
	margin: 0px 0px 10px 0;
	border-bottom: 1px dashed #d9d9d9;
}

div#latestComments div.tcContent p.status {
	margin: 2px 0;
	font-weight:normal;
	font-size:11px;
}

div#latestComments div.tcContent p.comments {
	margin:0;
	line-height:16px;
}



/* LATEST BLOGS */

div#latestBlogs {
	clear:both;
	
}

div#latestBlogs div.tcHeader h5 {
  font-size:12px;
	color: #fff;
	text-transform: uppercase;
	background-color: #ed1c24;
	line-height: 17px;
	padding: 1px 7px 1px 7px;
	margin: 0 0 0 0;
}

div#latestBlogs div.tcContent {
	padding:5px 10px 10px 10px;
	background-color: #edeae0;
}

div#latestBlogs div.tcContent div.item {
	padding: 0px 0 10px 0px;
	margin: 0px 0 10px 0px;
	border-bottom: 1px dashed #d9d9d9;
  min-height: 50px;
}

div#latestBlogs div.tcContent div.item img {
	float:right;
	margin: 3px 0 0 5px;
}

div#latestBlogs div.tcContent div.content {
	padding: 0 65px 0 0;
}

div#latestBlogs div.tcContent p.comments {
	margin:0;
	line-height: 16px;
}

/* NEWSLETTER */

div#newsletter {
	margin: 0 0 20px 0;
}

div#newsletter div.tcHeader {
	background: url(../gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#newsletter div.tcHeader h5 {
	font-size:12px;
	font-weight:bold;
	color: #ed1c24;
	text-transform: uppercase;
	padding: 0 0 0 7px;
	background-color: #ffffff;
	display: inline;
}

div#newsletter div.tcContent {
	background-color: #f7f7f0;
	padding: 10px;
}

div#newsletter div.tcContent input.button {
	width: 40px;
	height: 18px;
	position:relative;
	top:1px;
	border: none;
	background:url(../gfx/button_s.gif) no-repeat;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	padding: 0;
}

div#newsletter input.field {
	border: 1px solid #79715e;
	height: 15px;
	width: 225px;
	margin: 10px 0 0 5px;
	color: #54504d;
}

div#newsletter input.checkbox {
	margin:0 0 0 10px;
	float: right;
}

div#newsletter fieldset p {
	float: right;
	width: 250px;
	overflow: hidden;
}

/* SERVICE TOOLS */

div#serviceTools {
	float:left;
	line-height: 30px;
	font-size:12px;
	text-transform: uppercase;
	color: #54504d;
}

div#serviceTools a {
	color: #54504d;
}

div#serviceTools ul * {
    list-style: none;
    display: inline;
}

div#serviceTools li {
	border-left: 1px solid #ccc;
    padding: 0 5px;
}

div#serviceTools li.last {
    border: none;
}

/* EXTRAS */

div#extras {
  float:left;
	font-weight: bold;
	margin: 5px 0;
	line-height: 10px;
	font-size:12px;
	text-transform: uppercase;
	color: #79715e;
  height: 35px
}

div#extras span.newsletter {
  padding-left: 10px;
}

div#extras span.newsletter {
  padding-right: 10px;
}

/* BREAD CRUMBS */

div.breadcrumbs {
	float:right;
	font-weight: bold;
	margin: 10px 0;
	line-height: 10px;
	font-size:12px;
	text-transform: uppercase;
	color: #79715e;
}

/* FOOTER */

div#pageFooter {
	clear:both;
}

div#pageFooter div.breadcrumbs {
	margin:32px 0 20px 0;
}

div#pageFooter div.tcHeader {
	margin: 0 20px;
}

div#pageFooter div.tcContent {
	clear: both;
	background-color: #b2aa9a;
	padding: 20px;
	line-height: 17px;
}

div#pageFooter div.tcContent * {
	color: #ffffff;
}

div#pageFooter div.tcContent ul * {
	display: inline;
}

div#pageFooter div.tcContent li {
	font-weight: bold;
	border-left: 1px solid #ccc;
	padding: 0 7px 0 7px;
}

div#pageFooter div.tcContent li ul {
	font-weight: bold;
}

div#pageFooter div.tcContent li ul li {
	font-weight: normal;
	border: none;
	margin:0;
}

div#pageFooter div.tcContent ul a {
	padding: 0 0 0 7px;
}

div#pageFooter div.tcContent li.last {
	border: none;
}

div#pageFooter div.tcContent p.copyright {
	font-size:12px;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

/* AD POSITIONS */

div#pageHeader div.ad {
	text-align: center;
	margin: 0px 20px;
}

div#pageHeader div.leaderboard {
	margin: 20px;
}

div#rightColumn div.rectangle {
	margin: 0 0 20px 0;
}

div#rightColumn div.skyscraper {
	float: right;
}

div#pageHeader div.tcContent div.ad {
	float:right;
	margin: 0 10px;
}

div#pageHeader div.banner {
	padding: 2px 0 0 0;
	margin:0 !important;
	width:700px;
	height:72px;
	background-color:#ed1c24;
}

div#pageHeader div.banner img {
	border:2px solid #fff;
}

div#pageFooter div.ad {
	text-align: center;
	margin: 20px 0 10px 0px;
}

/* ARTICLE PAGE */

div#mainContent div.full {
	margin:0;
	padding:0;
	border:0;
}
div#mainContent div.info {
	margin:0;
	padding:0;
	border:0;
}
div#mainContent div.full div.col1 {
	width: 460px;
}

div#mainContent div.full div.col2 {
	width: 140px;
}

div#mainContent div.full h1 {
	font-size:34px;
	margin:0px 0 15px 0;
}

div#mainContent div.full h2 {
	margin:-4px 0 15px 0;
}


div#mainContent div.info h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color: #79715e;
	margin: 0 0 10px 0;
}

div#mainContent div.full h6 {
	font-weight: bold;
	margin: 10px 0 5px 0;
}

div#mainContent div.full p {
	margin: 0 0 15px 0;
}

div#mainContent div.info p {
	margin: 0 0 15px 0;
}

div#mainContent div.full p img {
	float:left;
	margin: 3px 7px 0 0;
}

div#mainContent div.full p.author {
	font-size:12px;
	color: #54504d;
	margin: 0;
}

div#mainContent div.full p.caption {
	font-size:12px;
	color: #666;
	margin: -5px 0 11px 0;
}

div#mainContent div.full p.dateline {
	font-size:12px;
	color: #54504d;
}

div#mainContent div.full div.col1 div.body p {
    text-align: justify;
}

div#mainContent div.full div.related {
	margin: 0 0 20px 0;
	font-size:12px;
}

div#mainContent div.full div.related h5 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	border-top: 3px solid #000;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}

div#mainContent div.full div.related p {
	margin:0;
	line-height: 13px;
}

div#mainContent div.full div.related li {
	list-style-type: none;
	padding: 0px 0 5px 0px;
	margin: 0px 0 5px 0px;
	border-bottom: 1px dashed #d9d9d9;
}

div#mainContent div.full div.related li.last {
	border: none;
}

/* COMMENTS */

div#comments {
	margin: 0 0 20px 0;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
}

div#comments div.tcHeader h5 {
	font-size: 24px;
	font-weight:bold;
	color: #79715e;
	margin: 5px 0 10px 0;
	width: 140px;
	float:right;
}

div#comments div.tcHeader ul {
	float:left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	margin: 8px 0px;
	padding: 4px 0 3px 0;
	width: 270px;
	height: 24px;
	overflow: hidden;
	text-align: center;
	background:url(../gfx/bg_comment.gif) no-repeat;
}

div#comments div.tcHeader ul li {
	display: inline;
	padding: 0px 4px;
	border-left: 1px solid #d9d9d9;
}

div#comments div.tcHeader ul li.last {
	border: none;
}

div#comments div.tcContent {
	color: #54504d;
}

div#comments div.tcContent div.item {
	clear: both;
}

div#comments div.tcContent div.commentInfo {
	float:right;
	margin: 0 0 20px 20px;
	width: 140px;
	font-size:12px;
}

div#comments div.tcContent div.comment {
	float:right;
	width: 460px;
	margin: 0 0 20px 0;
}

div#comments div.tcContent p.author {
	font-weight: bold;
	color: #000;
	font-size:12px;
}

div#comments div.tcFooter {
	border-top: 1px dashed #d9d9d9;
	height: 30px;
}

div#comments div.tcFooter ul {
	float:left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	margin:10px 0;
}

div#comments div.tcFooter ul li {
	display: inline;
	padding: 0px 7px;
	border-left: 1px solid #d9d9d9;
}

div#comments div.tcFooter ul li.last {
	border: none;
}

/* COMMENT FORM */

div#commentForm {
	margin: 0 0 20px 0;
}

div#commentForm div.tcHeader h5 {
	font-size:12px;
	color: #fff;
	text-transform: uppercase;
	background-color: #ed1c24;
	line-height: 17px;
	padding: 1px 7px 1px 7px;
	margin: 0 0 0 0;
}

div#commentForm div.tcContent {
	padding:10px 10px 1px 10px;
	background-color: #edeae0;
}

div#commentForm div.tcContent div.content {
	float:right;
	font-size:12px;
}

div#commentForm div.tcContent div.content p {
	line-height: 13px;
}

div#commentForm fieldset {
	margin: 10px 0 10px 0;
}

div#commentForm label {
	float:right;
	display:block;
	width: 140px;
	margin: 4px 0 0 10px;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;	
}

div#commentForm input.field {
	border: 1px solid #79715e;
	height: 17px;
	width: 440px;
	color: #54504d;
	margin: 0 150px 0 0;
	display: block;
	font-size: 14px;
}

div#commentForm textarea {
	font-size: 14px;
	border: 1px solid #79715e;
	width: 440px;
	color: #54504d;
}

div#commentForm img.captcha {
	margin: 10px 150px 0 0;
}

div#commentForm input.captchaImg {
	margin: 10px 150px 0 0;
}

div#commentForm fieldset p {
	margin: 0 150px 10px 10px;	
}

div#commentForm fieldset p.note {
	float: left;
	margin: 0 0 0 10px;
	font-size:12px;
	color: #54504d;
}

div#commentForm div.content p {
	margin: 0;
}

div#commentForm input.button {
	float:left;
	margin: 5px 0;
	width: 62px;
	height: 18px;
	border: none;
	background:url(../gfx/button_m.gif) no-repeat;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

div#commentForm fieldset.terms {
	display:block;
	font-size:12px;
}

div#commentForm div.terms {
	background-color: #fff;
	border: 1px solid #79715e;
	padding:10px;
	font-size:12px;
	overflow: auto;
	width: 555px;
	height: 150px;
	margin: 10px;
}

div#commentForm div.terms h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

div#commentForm div.terms p {
	margin: 0 0 10px 0;
	line-height: 13px;
}

/* ARTICLE TOOLS */

div#articleTools {
	margin: 4px 0 15px 0;
}

div#articleTools ul {
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
}

div#articleTools ul li {
	display: inline;
	padding: 0px 3px 0 3px;
	border-right: 1px solid #d9d9d9;
}

div#articleTools ul li.first {
	padding-right:0;
	border: none;
}

div#articleTools ul li.last {
	padding-left:0;
}

div#articleTools ul.tools {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #d9d9d9;
}

div#articleTools ul.tools li {
	display: block;
	border: none;
	padding: 0;
	line-height:20px;
}

div#articleTools div.tcContent {
	padding: 10px;
	border: 1px solid #d9d9d9;
}

div#searchHeader {
	background-color: #edeae0;
	padding: 10px;
    margin: 10px;
}

div#searchPagerTop {
    float: left;
	padding: 10px;
    margin: 0 10px;
}

ul#searchBody {
    list-style: none;
    margin: 10px
}

ul#searchBody div.article {
    margin: 10px 0;
}

div#searchFooter {
    clear: both;
    text-align: center;
    margin: 10px;
}

div#thankyou {
    margin: 20px; 
}

.artToolTipFriend {
    display: none;
}
div#tipForm {
	margin: 8px 0px 0px 0px;
}
div#tipForm h5{
	font-size:12px;
	font-weight:bold;
	color: #79715e;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
div#tipForm label {
	margin: 0px 0 0 5px;
	display: block;
    text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
}
div#tipForm input.field {
	border: 1px solid #79715e;
	height: 17px;
	width: 100%;
    color: #54504d;
	margin: 0 0 0 0;
	font-size: 12px;
}
div#tipForm textarea {
	font-size: 12px;
	border: 1px solid #79715e;
	width: 100%;
	color: #54504d;
}

div#tipForm fieldset p.note {
	float: left;
	margin: 0 0 0 5px;
	font-size:12px;
	color: #54504d;
}
div#tipForm input.button {
	float: left;
	margin: 5px 0;
	width: 62px;
	height: 18px;
	border: none;
	background:url(../gfx/button_m.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

div.dottedline {
    border-bottom: 1px dashed #d9d9d9;margin:10px 0px 10px 0px;
}

/* IMAGE GALLERY */

#gallery {
	position: relative; 
	visibility: hidden; 
	border: 0;
	margin: 0 0 10px 0;
}

#gallery .gallerydesctext {
	overflow: hidden;
}

#gallery .gallerystatus {
	margin: 0 8px;
	font-size: 12px;
}

#gallery img {
	margin:0 !important;
}

.profileError {
    color: #ff0000;
    font-weight: bold;
}
.profileMessage {
    font-weight: bold;
}

/* BLOGS */
.blogFp {
    width: 460px;
}

.blogEntryInfo {
    float: left;

	padding: 5px 0 10px 0;
    width: 140px;
}
.blogEntryInfo h5 {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	border-top: 3px solid #000;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}

div#blogsList {
	margin: 0 0 20px 0;
}

div#blogsList div.tcHeader {
	background: url(../gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#blogsList div.tcHeader h5 {
	font-size:12px;
	font-weight:bold;
	color: #ed1c24;
	text-transform: uppercase;
	padding: 0 0 0 7px;
	background-color: #ffffff;
	display: inline;
}

div#blogsList div.tcContent {
	background-color: #edeae0;
	padding: 5px 0;
}
div#blogsList h2 {
    margin-right: 8px;
}

/* caption styling */

.caption-top , .caption-bottom {
	color: #ffffff;
	padding: 0 10px 5px 10px;
	font-size: 14px;
	font-family: arial;
	cursor: default;
	border: none;
	background: #000000;
  text-align: right;
}

div.caption-wrapper div.caption-bottom {
  font-weight: bold;
}

.caption-bottom  h1,
.caption-bottom  a,{
  color: #ffffff;
}

.caption a {
	text-decoration: none;
  color: #666666;
}

.caption a:hover {
	text-decoration:underline;
}
.caption-wrapper {
	float: right;
}
br.c { clear: both; }

div.gallerydesc a {
	color: #fff;
	text-decoration:none;
}

div.gallerydesc a:hover {
	text-decoration:underline;
}

/* EDITIONS */

div#mainContent div.editions {
	
}

div#mainContent div.editions div.article {
	width:300px;
	margin: 0 0 20px 20px;
	float: right;	
	overflow: hidden;
}

div#mainContent div.editions div.last {
	margin-left: 0px;	
}

div#mainContent div.editions div.article div.image {
	float:right;
	margin: 0 0 0 7px;
}

div#mainContent div.editions div.article div.item {
	float:right;
	width:190px;
}


div#mainContent div.editions div.article p.info {
	color: #79715e;
	margin: 5px 0 0 0;
	font-size:12px;
}

a.pdf {
	background:url(../gfx/pdf.png) no-repeat right;
	padding: 0 20px;
	font-size:11px;
}
	
div#rcEdition {
	border: 1px solid #ed1c24;
	margin: 0 0 20px 0;
}

div#rcEdition div.tcHeader h5 {
	font-size:12px;
	color: #fff;
	text-transform: uppercase;
	background-color: #ed1c24;
	line-height: 17px;
	padding: 1px 7px 1px 7px;
}

div#rcEdition div.tcHeader h5 a{
	color: #fff;
	text-decoration: none;
}

div#rcEdition h4 {
	font-size:14px;
    font-weight: bold;
	color: #ed1c24;
	padding: 1px 0 1px 7px;
	margin: 0 0 0 0;
}

div#rcEdition div.tcContent {
	padding: 10px 10px 10px 10px;
}

div#rcEdition div.tcContent div.image {
  float: right;
	margin: 2px 2px 2px 10px;
}

div#rcEdition div.tcContent div.item {
  width: 135px;
  float: right;
}

div#rcEdition div.tcContent p.info {
	margin: 5px 0 0 0;	
}

/* EXTERNAL CONTENT */

div.externalContentContainer {
  width: 620px;
  padding: 0 0 0 0;
  margin: 0px 0 15px 0;
}
div.externalContentContainer .ecLine {
    border-top:1px dashed #D9D9D9;
    margin: 0 0 12px 0;
}

div.externalContentContainer .ecHeader {
    background-color: #3c9a00;
    height:30px;
}

div.externalContentContainer .ecHeader .ecHeaderText {
    color: #fff;
    line-height:30px;
    font-weight: bold;
    font-size: 14pt;
    padding: 0 0px 0 20px;
    margin: 0 7px 0 0;
    float:left;
    text-transform:uppercase;
}


div.externalContentContainer .ecHeader img {
    padding: 5px 0 0 0;
}

div.externalContentContainer .ecTeasers {
    background-color:#f3f3f3;
    padding: 15px 0px 5px 15px;
}

div.externalContentContainer .ecTeasers .ecTeaser {
    float:left;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: 140px;
}

div.externalContentContainer .ecTeasers .ecTeaser img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.externalContentContainer .ecTeasers .ecTeaser .ecHeadline {

    font-size: 13px;
    margin: 10px 0 5px 0;
    overflow: hidden;
}

div.externalContentContainer .ecTeasers .ecTeaser .ecHeadline a {
    color: #328c00;
    font-family: Georgia, sans-serif;
}

div.externalContentContainer .ecTeasers .ecTeaser .ecIntro {
    font-size: 12px;
    color: #000;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 2px 0 0;
    height:57px;
}

div.externalContentContainer .ecFooter {
    background-color: #000;
    height:20px;
    color: #fff;
    line-height:20px;
    text-align:right;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 11px;
    text-transform:uppercase;
}

div.externalContentContainer .ecFooter a {
    color: #fff;
}