/* Start of CMSMS style sheet '1024px : styles-screen' */
/* 
1024px theme for cmsms 1.04 by kermit 23 mar 2007 based on 1024px v2.0 by andreas viklund

if you use this cmsms theme, the original template designer's attribution request still applies: andreas viklund requests, but doesn't absolutely require, attribution, such as a footer text link; however if you do not credit the used on a commercial site, you are 'strongly encouraged' to make a donation to the designer.  donation be made. website to link to or donate at:  http://andreasviklund.com/

there are no attribution requirements for using the cmsms theme itself, other than above. but, if you distribute modified versions of the cmsms theme, please credit 'kermit' for the original adaptation and if possible, keep the 'sample links' section in the templates intact.

original template css has been reformatted with csstidy but is otherwise left alone. all modifications and additions appear at the end of this file along with some implementation notes. 
*/

/* general styles  */
body{background:url(uploads/1024px/background.gif) repeat-y top center #fff;color:#404040;font:76% Verdana,Tahoma,Arial,sans-serif;line-height:1.2em;margin:0 auto;padding:0}
a{color:#4088b8;font-weight:700;text-decoration:none}
a:hover{text-decoration:underline}
a img{border:0}
p{margin:0 0 18px 10px}
ul,ol,dl{font-size:0.9em;margin:2px 0 16px 35px}
ul ul,ol ol{margin:4px 0 4px 35px}
blockquote{border:1px solid #dadada;font-size:0.9em;margin:20px 10px;padding:8px}
h1{color:#4088b8;font-size:4.2em;letter-spacing:-5px;margin:0 0 30px 25px}
h1 a{color:#4088b8;text-transform:none}
h2{border-bottom:4px solid #dadada;color:#4088b8;font-size:1.4em;letter-spacing:-1px;margin:0 0 10px;padding:0 2px 2px 5px}
h3{border-bottom:1px solid #dadada;color:#4088b8;font-size:1.2em;font-weight:700;margin:10px 0 8px;padding:1px 2px 2px 3px}
/* wrapper and header */
#wrap{color:#404040;margin:10px auto;padding:0;width:970px}
#header{margin:0}
#toplinks{font-size:0.9em;padding:5px 2px 2px 3px;text-align:right}
#slogan{color:gray;font-size:1.5em;font-weight:700;letter-spacing:-1px;line-height:1.2em;margin:15px 0 20px 35px}
/* sidebar and menu */
#sidebar{float:left;line-height:1.4em;margin:0 0 5px;padding:1px 0 0;width:195px}
#sidebar ul{font-size:0.9em;list-style:none;margin:0;padding:0 0 15px 10px}
#sidebar li{list-style:none;margin:0 0 4px;padding:0}
#sidebar li a{font-size:1.2em;font-weight:700;padding:2px}
#sidebar ul ul{line-height:1.2em;margin:4px 0 3px 15px;padding:0}
#sidebar h2{margin:3px 0 8px}
/* main content */
#content{float:right;line-height:1.5em;margin:0;padding:0;text-align:left;width:750px}
#contentalt{float:left;line-height:1.5em;margin-right:20px;padding:0;text-align:left;width:750px}
#content h3,#contentalt h3{margin:10px 0 8px}
/* footer */
#footer{background-image:url(uploads/1024px/footer.jpg); border-top:4px solid #dadada;clear:both;color:#666666;font-size:0.9em;line-height:1.6em;margin:0 auto;padding:8px 0;text-align:right}
#footer a:link{color:http://steamcore/csw/admin/editcss.php?_s_=df091de9&css_id=42#5555ff}
#footer a:visited{color:#5555ff}
#footer p{margin:0;padding:0}
/* additional styles */
.box{background:#4088b8;border:1px solid #c8c8c8;color:#fff;font-size:0.9em;line-height:1.4em;padding:10px 10px 10px 13px}
.box a{color:#f0f0f0}
.left{float:left;margin:0 15px 4px 0}
.right{float:right;margin:0 0 4px 15px}
.readmore{margin:-10px 10px 12px 0;text-align:right}
.timestamp{font-size:1.2em;margin:-5px 0 15px 10px}
.blue{color:#4088b8}
.clear{clear:both}
.fade{color:#c8c8c8}
.photo{background:#fff;border:1px solid #bababa;margin:6px 18px 2px 5px;padding:2px}
#toplinks a,#footer a,.gray{color:gray}
#sidebar ul ul li a,.timestamp a{font-weight:400}

/* begin modifications and additions for cmsms 1.04 theme */
body.narrow {background-image:none} /* replace with your own or remove line to use img from 'wide' layout */
body.fluid {margin:0 10px;background-image:none} /* remove default 'page border' background for fluid width and add a little white space on the sides */
#wrap.fluid {width:100%} /* a 'min-width' solution may be desired to keep the page from 'scrunching' too much */
#wrap.fluid #content {width:72.5%}
#wrap.fluid #sidebar {width:23%}
#wrap.narrow {width:750px} /* narrow width for 800px wide display */
#content.rightnav{float:left;margin-right:20px} /* float content left, forces sidebar to the right */
#wrap.narrow #content {width:530px} /* narrow width content area for 800px variant */
/* additional styles for cmsms */
.NewsSummary {margin-bottom:.67em}
#NewsPostDetailDate {text-align:right;font-weight:bold;padding-bottom:1em}
.NewsSummaryPostdate {text-align:right;font-style:italic;padding-bottom:.33em}
#NewsPostDetailReturnLink,.NewsSummaryMorelink {text-align:center}
.currentpage {font-weight:bold}
h1 {font-size:1.8em;letter-spacing:-1px} /* template default size is just too big for more than one word */
/* utility styles */
.printonly,.hide {display:none}

//dropdown menu
#sddm
{	
	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 130px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 128px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}



#calc table
{
	border: none;
	width: 750px;
}

#calc TD
{
	padding: 10px;
	border: 2px solid #49A3FF;
	height: 50px;
}

#calc TD.contact
{
	background-color: #F4EF81;
	border: 3px solid #49A3FF;
	text-align: center;
	font-size:16px;
	width: 100%;
}

#calc TD.totaal
{
	background-color: #EEEEFF;
	font-weight: bold;
}

#calc TH
{
	background-color: #EEEEFF;
	border: 3px solid #49A3FF;
	text-align: center;
	font-size:16px;
	width: 30px;
}

#calc INPUT.text
{
	border: 1px solid #49A3FF;
	width: 50px;
	background-color: #F4EF81;
	text-align: right;
}











/* 
cmsms 1.04 modification and implementation notes

SIX versions of the template all use the same stylesheet:
     1024px, suitable for 1024px wide display, content to the right, sidebar to the left. (the 'default'). remove any special classes outlined below to achieve this layout.
     800px, suitable for 800px wide display. apply class 'narrow' to #wrap div (and body tag if a different page background image is desired, note that the 'wide' one looks ok too.).
     fluid, using all of the available browser width using percentages for column widths. resizes based on window width (see note below). apply class 'fluid' to #wrap div (and body tag if a different page background is desired).
     and each of these widths can also be done with content on the left and sidebar on the right: apply class 'rightnav' to #content div.

basic menu and news templates are included in the cmsms theme zip file and may need to be added to your installation manually; depending upon how the theme manager exports the theme to the xml file.

note that a 'print' media stylesheet isn't really needed so long as the screen media one is called using the 'screen' media type, and so one is not included here.

for fluid layouts, you may want a 'min width' solution to keep pages from 'scrunching' too much as a browser window is narrowed. this is not included here, but there are samples of such code in the default cmsms templates. note that the fluid layout looks ok at viewport widths of as little as 462px in firefox using default font sizes and the original template's sample content.
*/

/* End of '1024px : styles-screen' */

