﻿/* ctug.ca media.css */

/* reset defaults */
*{
	outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}


/* main layout */
html{
	font-size:100%;
	min-height:101%;
}
body{
	font-size:62.5%;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#555;
	padding:2em;
	background-color:#fff;
	}

/* =headings */
h1{
	color:#0f1816;
	font-size:2.5em;
	margin:0.6em 0;
	font-style:italic;
	line-height:1.2em;
}
h2{
	color:#2d4742;
	text-align:left;
	font-size:2em;
	margin:1em 0;
	line-height:0.9em;
}
h3{
	text-align:left;
	color: #6d8782;
	font-size:1.6em;
	margin:1.2em 0;
	line-height:1.2em;
	font-variant:normal;
}
h4{
	color:#0f1816;
	font-size:1.4em;
	margin:1.5em 0;
	line-height:1.1em;
	font-variant:small-caps;
}
h5{
	color:#6d8782;
	font-size:1.3em;
	margin:1.5em 0;
	line-height:1.5em;
	font-variant:small-caps;
}
h6{
	color:#0f1816;
	font-size:1.2em;
	margin:1em 0;
	line-height:1.2em;
}

/* =a */
a { border: 0; font-weight: normal; text-decoration:none;	color:#ac414c; }
a:hover { color: #c78087; text-decoration:underline; }

/* table */

table {
	border-collapse: collapse;
	margin: 10px 0;
}

td {
	border: 1px solid #9dafab;
	border-top: 0;
	color: #555;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

th {
	background-color: #ced7d5;
	border: 1px solid #9dafab;
	color: #555;
	font-size: 1.3em;
	font-weight: normal;
	padding: 8px;
	text-align: center;
	vertical-align: top;
}

/* list styles */
ul{
	margin: 1.8em;
	list-style:none;
}

ul.pointForm{
	margin: .8em;
	list-style:square inside;
}
ul.pointFormIndented{
	margin: .5em 3em 1em;
	padding:0;
	list-style:square inside;
}
ul li{
	font-size:1.2em;
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}
	
dl {
	margin: 0 0 2.5em 2.0em;
}

dt {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0;
}

dd {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 .5em 1em;
}

p {
    font-size:1.2em;
}