﻿/* 	Theme Name: Bolsover Drama Group
	Theme URI: http://www.bolsoverdramagroup.org/wordpress/wp-content/themes/bdg7
	Description: The theme for the Bolsover Drama Group website - version 7 (2010 - ????)
	Author: Chris Peck
	Author URI: http://www.chrispeck.co.uk
*/

body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #98AFC7;
	font-family: Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 -10px 0;
	text-align: center;
	height:auto !important; /* FF and compliant browsers should automatically size the body/html */
    height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    min-height:100%;
}



h1, h2, h3, h4 {
	 
	font-family: Helvetica, Verdana; 
	text-align: left;
	clear: both;
}
	
h1
{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 2.0em; 
	margin-bottom: 2px;
}

h1 a, h1 a:visited, h1 a:link, h1 a:active, h1 a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}

h2
{
	font-weight: bold;
	color: #000000;
	font-size: 1.5em;
	margin-bottom: 2px;
	clear: both;
}

h2 a, h2 a:visited, h2 a:link, h2 a:active, h2 a:hover
{
	color: Black;
	text-decoration: none;
}

.latestpost
{
	color: #CC0000;
}

h2.category
{

}

h3
{
	font-weight: bold;
	color: #004080;
	font-size: 1.3em;
	margin-bottom: 2px;
}

h3 a, h3 a:visited, h3 a:link, h3 a:active, h3 a:hover
{
	color: #004080;
	text-decoration: none;
}

h4
{
	font-size: 1.2em;
    color: black;
    font-weight: bold;
}

p
{
	font-size: 1.2em;
    color: black;
    text-align: left;
}

.smalltext
{
	font-size: 1.0em;
}

ul li, ol li
{
	font-size: 1.2em;
	text-align: left;
	padding: 0 1px 4px 5px;
}

a, a:visited, a:link, a:active 
{
	color: #004080;
}

a:hover
{
	color: #000000;
}

table
{
	margin: 0 0 0 0;
	width: 100%;
	font-size: 0.8em;
}

table tr
{
	padding: 1px;
	border-top: none;
	border-bottom: 1px dotted #3399FF;
}

table th
{
	text-align: left;
	font-weight: bold;
	color: #004080;
	border-left: none;
	border-right: none;	
	border-top: none;
}

table td
{
	text-align: left;
	border-left: none;
	border-right: none;		
	border-top: none;	
}
/*
hr
{
	background-color: White;
	color: White;
	width: 80%;
	text-align:center;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
}
*/
/*
p.advertisments
{
	background-color: Gray;
	color: White;
	display: block;
	width: 100%;
	text-align: center;
}
*/
table
{
	
    color: black;
    text-align: left;
	margin-top: 0px;	
	font-size: 1.2em;
	border-width: 0px;
}

th
{
	font-weight: bold;	
}

td
{
	font-weight: normal;
	padding-left: 2px;
}

.newhorizonalsection
{
	clear: both;
	/*display: block;
	width: auto;
	height: auto;
	overflow: visible;*/
	width: 100%;
}

#pagesection
{
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: 980px;
	height:auto !important; /* FF and compliant browsers should automatically size the body/html */
    height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    min-height:100%;
	background-color: #004080;
	background-image:url('images/test.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	/*overflow-y: visible;
	margin-bottom: 0;*/
}

#headerlogo
{
	top: 0;
	float: left;
	width: 400px;
}


/* --- New design page wrapper --- */
#pagewrapper
{
	position: absolute;
	margin-top:380px;
	width: 980px;
	height: 100%;
	background-color: #FFFFFF;	
}

#logo
{
	width: 600px;
	height: 75px;
	top:10px;
	left: 10px;	
	float: left;
	position: relative;
	vertical-align:bottom;
}

#logo img
{
	display:inline-block;
	vertical-align:text-bottom;
}

#contactbox
{
	width: 250px;
	height: 90px;	
	background-color: #98AFC7;
	top:10px;
	right: 10px;	
	float: right;
	position: relative;	
}

#contactbox p
{
	text-align: center;
}

/* v7 site navigation */

#navigation
{
	clear: both;
	width: 100%;
	float: left;
	font-size: 1.2em;
	position: relative;
	top: 25px;
	background-color: #191970;
}

#navigation p
{

}

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana;
	font-size: 0.8em;
	padding-left: 2px;
}

#navigation ul li
{
	display: inline;
}

#navigation ul li a, #navigation a:visited, #navigation a:link, #navigation a:active 
{
	float: left; 
	text-decoration: none;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 1.0em;
}

#navigation ul li a:hover{
	color: #fff;
	background-color:#98AFC7;
	text-decoration: none;
}

#subnavigation
{
	clear: both;
	width: 100%;
	/*margin-top: 15px;	*/
	float: left;
	font-size: 1.2em;
	position: relative;
	top: 25px;
	background-color: #E0E0E0;
}

#subnavigation p
{

}

/* v7 site sub navigation */

#subnavigation ul
{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana;
	font-size: 0.8em;
}

#subnavigation ul li
{
	display: inline;
}

#subnavigation ul li a, #subnavigation a:visited, #subnavigation a:link, #subnavigation a:active 
{
	float: left; 
	text-decoration: none;
	color: #000000;
	padding: 2px 10px;
	font-size: 1.0em;
}


#contentheader
{
	margin-left: 10px;
	clear: both;
	display: block;
}

#maincontent
{
	width: 980px;
	clear:both;
	position: relative;
	top: 30px;
	padding: 0 0 0 0;
	overflow-y: visible;
	display: block;
}

#fullwidthcolumn
{
	width: 960px;
	margin: 5px 10px 0 10px;
	padding: 0 0 0 0;
}

#fullwidthcolumn .whitebackground
{
	background-color: #E0ECF8;
	color: #000000;
	width: 956px;
	margin: 5px 0 0 0;
	padding: 2px 2px 2px 2px;
	overflow-y: visible;
}

/* -- Left Column front page -- */
#leftcolumnfrontpage
{
	width: 700px;
	float: left;
	margin-left: 10px;
	padding: 0 0 0 0;
}

#leftcolumnfrontpage img
{
	max-width: 700px;
}

#leftcolumnfrontpage .whitebackground
{
	background-color: #E0ECF8;
	color: #000000;
	width: 100%;
	padding: 2px 2px 2px 2px;
	overflow-y: visible;
}

#leftcolumnfrontpage ul
{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana;
}

#leftcolumnfrontpage ul li
{
	display: inline;
}

#leftcolumnfrontpage ul li a, #leftcolumnfrontpage ul li a:visited, #leftcolumnfrontpage ul li a:link, #leftcolumnfrontpage ul li a:active, #leftcolumnfrontpage ul li a:hover  
{
	float: left; 
	text-decoration: none;
	color: white;
	padding: 2px 10px 0 0;
	/*font-weight: bold;*/
	/*font-size: 1.0em;*/
}

/* -- Production page --- */
#leftcolumnproductionpage
{
	width: 700px;
	float: left;
	margin-left: 10px;
	padding: 0 0 0 0;
}

#leftcolumnproductionpage img
{
	max-width: 700px;
}

#leftcolumnproductionpage .pagemenu
{
	width: 148px;
	padding: 0 0 2px 2px;
	overflow-y: visible;
	float: left;
}

#leftcolumnproductionpage .pagemenu ul
{
	padding: 0 0 0 0;
}

#leftcolumnproductionpage .pagemenu ul li
{
	list-style-type: none;
	padding: 0 0 0 0;
}

#leftcolumnproductionpage .pagemenu ul li.active
{
	list-style-type: none;
	background-color: #E0ECF8;
}

#leftcolumnproductionpage .pagemenu ul li a, #leftcolumnproduction .pagemenu ul li a:visited, #leftcolumnproduction .pagemenu ul li a:link, #leftcolumnproduction .pagemenu ul li a:active
{
	margin-top: 0;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 2px 2px 6px 2px;
	font-weight: bold;
}

#leftcolumnproductionpage .pagemenu ul li a:hover
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	width: 144px;
}

#leftcolumnproductionpage .pagemenu ul li.active a, #leftcolumnproduction .pagemenu ul li.active a:visited, #leftcolumnproduction .pagemenu ul li.active a:link, #leftcolumnproduction .pagemenu ul li.active a:active
{
	text-decoration: none;
	color: #000000;
}

#leftcolumnproductionpage .productionmain
{
	background-color: #E0ECF8;
	color: #000000;
	width: 548px;
	padding: 2px 2px 2px 0;
	overflow-y: visible;
	float: right;
}

/* -- Left Column -- */

#leftcolumn
{
	width: 700px;
	float: left;
	margin-left: 10px;
	padding: 0 2px 0 2px;
	background-color: #E0ECF8;
}

#leftcolumn img
{
	max-width: 700px;
}

/*
#leftcolumn .whitebackground
{
	background-color: #E0ECF8;
	color: #000000;
	width: 100%;
	padding: 2px 2px 2px 2px;
	overflow-y: visible;
}
*/

#leftcolumn .sectionpanel
{
	position: relative;
	padding: 0 2px 0 2px;
	width: 171px;
	float: left;
	font-size: 0.9em;
	/*min-height: 300px;*/
}

#leftcolumn .sectionpanel h2
{
	font-weight: normal;
	border-bottom: solid 1px #000000;
	width: 100%;
	display: block;
}

#leftcolumn .sectionpanel h2 a , a:visited, a:link, a:active, a:hover
{
	text-decoration : none;
}

#leftcolumn .pastproductionsectionpanel
{
	position: relative;
	padding: 0 2px 0 2px;
	width: 171px;
	float: left;
	min-height: 170px;
}


#leftcolumn .doublesectionpanel
{
	padding: 0 2px 0 2px;
	width: 346px;
	float: right;
	font-size: 0.9em;
}

#leftcolumn .doublesectionpanel h2
{
	font-weight: normal;
	border-bottom: solid 1px #000000;
	width: 100%;
	display: block;
}

#leftcolumn .infobar ul
{
	margin: 2px 0 10px 0;
	padding: 0;
	float: left;
	font-family: Verdana;
}

#leftcolumn .infobar ul li
{
	display: inline;
}

/*
#leftcolumn .infobar ul li a, #leftcolumn .infobar ul li a:visited, #leftcolumn .infobar ul li a:link, #leftcolumn .infobar ul li a:active, #leftcolumn .infobar ul li a:hover  
{
	float: left; 
	text-decoration: none;
	color: white;
	padding: 2px 10px 0 0;
}
*/

#leftcolumnproductionlicence
{
	width: 696px;
	float: left;
	/*margin-left: 10px;*/
	padding: 0 2px 0 2px;
}

#leftcolumnproductionlicence p
{
	font-size: 1.0em;
	color: #FFFFFF;
	text-align: center;
}

/* -- Right Column -- */

#rightcolumn
{
	width: 250px;
	float: right;
	margin-right: 10px;
	padding: 0 0 0 0;
}

#rightcolumn .whitebackground
{
	background-color: #E0ECF8;
	color: #000000;
	width: 246px;
	padding: 2px 2px 2px 2px;
	
}

#rightcolumn .headertext
{
	text-align: center;
	font-weight: bold;
}

#rightcolumn ul
{
	list-style-type: none;
	margin-left: 0;
	padding: 0 0 0 0;
}

#rightcolumn ul li
{
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	/*border-bottom: solid 1px #000000;*/
}

#rightcolumn ul li a, .rightcontent ul li a:link, .rightcontent ul li a:visited, .rightcontent ul li a:active
{
	/*display: block;*/
	/*width: 246px;*/
}

#rightcolumn ul li a:hover
{
	/*font-weight: bold;*/
	color: #000000;
}


/* -- Column content sections -- */

.columncontent
{
	width:100%;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
}

.columncontent .img
{
	margin: 0 0 0 0;
}


/*-- Front Page panels (full width) -- */

#frontpagepanels
{
	width: 100%;
	clear: both;
	float: left;
	margin-top: 10px;
}

#frontpagepanels .whitebackground
{
	background-color: #E0ECF8;
	color: #000000;
	width: 100%;
	padding: 2px 2px 2px 2px;
}	

.frontpagecontent
{
	width:215px;
	margin: 20px 0 0 10px;
	padding: 0 0 0 0;
	color: #FFFFFF;
	float: left;
	position: relative;
}

.flickrcontent
{
	width:160px;
	margin: 20px 0 0 10px;
	padding: 0 0 0 0;
	color: #FFFFFF;
	float: left;
	position: relative;
}

.youtubecontent
{
	width:110px;
	margin: 20px 0 0 10px;
	padding: 0 0 0 0;
	color: #FFFFFF;
	float: left;
	position: relative;
}



/* -- Empty footer -- */

#contentfooter
{
	width: 100%;
	clear: both;
	height: 350px;
	display: block;
}

#footertext
{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	filter:alpha(opacity=60);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000099, endColorstr=#00000099);*/
	
	width: 100%;
	
	font-size: 0.8em;
	color: #000000;
	text-align: left;
}

#footertext a
{
	color: #000000;
	font-weight: normal;
}

.smalltext
{
	font-weight: bold;
	font-size: 1.0em;
	color: #999999;
	text-align: left;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	
	width: 100%;
}

#alo_easymail_page
{
	font-size: 1.2em;
	color: #000000;
	text-align: left;
}

#alo_easymail_widget_feedback
{
	font-size: 1.0;
	margin: 5px 2px 5px 2px;
	padding: 1px 2px 1px 2px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}

table.alo_easymail_form_table 
{
	font-size: 1.0em;
}




/* --- WordPress Style --- */
p.postmetadata
{
	font-size: 1.0em;
}

img
{
	border: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}	

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#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 */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	clear: both;
	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;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
/*	border: 1px solid #ddd;*/
/*	text-align: center;*/
/*	background-color: #f3f3f3;*/
/*	padding-top: 4px;*/
	color: #000000;
	margin-bottom: 2px;
	padding: 0 0 0 0;
/*	margin-bottom: 10px; 
	-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: 11px;
	line-height: 17px;
	color: #000000;
	padding: 0 0 0 0;
/*	padding: 0 4px 5px;*/
	margin: 0;
	text-align: center;
	font-style: italic;
}
/* End captions */



/*
a.navigation:hover
{
	font-size: 1.2em;
	color: White;
	text-decoration: none;
	font-weight: bold;
	background-color: #003399;
	display: block;
}
*/	


/* --- Forthcoming Productions --- */
/*#fcomingprod
{
	padding: 0 5px 0 5px;
	border: solid 1px Black;
	padding-bottom: 5px;
}*/

/* homepage */
/*
.productionname
{
	font-size: 4.0em;*/ /*350%;*/
/*	font-weight: bold;
	color: White;
}

.productiondetailstext
{
	font-size: 1.2em;
	color: White;
	text-align: center;
}

.productionfinedetailstext
{
	font-size: 1.0em;
	color: White;
	text-align: center;
}


.header
{
	margin: -1px 0 0 -1px;
	padding: 0 0 0 0;
} 

ul
{*/
	/*font-size: 80%;*/
/*}*/
/*
ol
{
	font-size: 80%;
}

ul.panellist
{
	font-size: 70%;
	list-style-type: none;
}
	
table.userform
{
	margin: 0 0 0 0;
}

table.userform th
{
	font-size: 80%;
	text-align: left;
	font-weight: bold;
}

table.userform td
{
	font-size: 80%;
	text-align: left;
}



.fcomingproductionname
{
	font-size: 350%;
	font-weight: bold;
	color: Black;
}

.fcomingproductiondetailstext
{
	font-size: 75%;
	color: Black;
}


.footertext
{
	font-size: 1.0em;
	color: Gray;
}

.panelheadline
{
	font-size: 70%;
	font-weight: bolder;
	margin-bottom: 0px;
}

.paneltext
{
	font-size: 85%;
	text-align: justify;
	margin-bottom: 3px;
}

.aboutustext
{
	font-size: 65%;
	color: White;
}

.error
{
	color: Red;
	font-weight: bold;
}

.frontpagefullwidthsection
{
	width: 100%;
	clear: both;
	margin-top: 5px;
}

#content
{
	background-color: White;
	width: 980px;
	margin: 0 auto 0;
	min-height: 100%;
	overflow: auto;
}

#navigation
{
	width: 180px;
	float: left;
}

#pagecontent
{
	padding: 5px 5px 10px 0;
	float: right;
	width: 790px;
	
}

#pagecontent ul li
{
	font-size: 1.2em;
}

#articlecontent
{
	width: 580px;
	float: left;	
}

#articleright
{
	width: 200px;
	float: right;
	font-size: 90%;
}

#footer
{
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 5px;
	background-color: White;
	overflow: auto;
}

#footer p.contact
{
	font-size: 1.2em;
	text-align: center;
}

#footerimage
{
	background-color: Transparent;
	width: 990px;
	margin: 0 auto 0;
}

ul.menu
{
	list-style-type: none;
	/*list-style-position: outside;*/
	/*margin-left: 0;
	padding: 0 0 0 0;
}

ul.menu li
{
	margin-bottom: 2px;
	border-bottom: solid 1px Black; /*#336699;*/
/*}*/

/* --- Hyperlinks --- */
/*a.footerlink, a.footerlink:link, a.footerlink:active, a.footerlink:visited
{
	color: Gray;
	font-weight: bold;
}

a.footerlink:hover
{
	color: Black;
}

a.aboutuslink, a.aboutuslink:link, a.aboutuslink:active, a.aboutuslink:visited
{
	color: White;
	font-weight: normal;
	text-decoration: none;
}

a.aboutuslink:hover
{
	color: White;
	text-decoration: underline;
}

a.menuitem, a.menuitem:link, a.menuitem:visited, a.menuitem:active
{
	display: block;
	width: 100%;
	color: Black;
	font-weight: normal;
	text-decoration: none;
}

a.menuitem:hover
{
	font-weight: bold;
	color: White;
}
*/
/*
img a, img a:link, img a:visited, img a:active, img a:hover
{
	border: none;
}*/
/*
.articleimagepanel
{
	float: right;
	font-size: 80%;
	font-style: italic;
}*/

/* --- Images --- */
/*img.articleimage
{
	max-width: 200px;
	max-height: 250px;
	border: 0;
	margin: 1px;
}

img.headlinesimage
{
	float: left;
	max-width: 200px;
	margin-right: 2px;
}

.headlinesinfotext
{
	font-size: 70%;
	text-align: justify;
	margin-top: -15px;
}*/



