/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
ul li {
clear: both;
}
blockquote, q {
quotes: none;
}
/* Blockquote 
blockquote:before, blockquote:after,
q:before, q:after {
content: ‘’;
content: none;
}*/
table {
border-collapse: collapse;
border-spacing: 0;
}

/* CSS Document */
/* Style sheet for katlubar.com */

/* Clear html
html {
	width: 100%;
	}
*/
/* for all files except the Contact page */
body{
	width: 100%;
	color: #000;
	background: #d8d9d9;
	overflow-y: scroll;
	overflow-x: hidden;
	}
		
/* Headings */
/* h1 occurs in every file */
h1 {
	margin: 0 0 0 0;
	padding: 0;
	color: #585953;
	float: right;	
	font-size: 36px;
	font-weight: normal;
	line-height: 120%;
	text-align: right;
	text-shadow: none;
	}
/* h2 occurs in the Theories page */
h2 {
	color: #585953;
	font-size: 1.5em;
	font-weight: bold;	
	text-align: left;
	}
/* h3 occurs in the Theories page */
h3 {
	color: #ccaed6;
	font-size: 1em;
	font-weight: bold; }
	
/* Text */
p {
	margin: 0;
	padding: 0;
	color: #141414;
	font-size: .875em;
	text-align: justify;
	font-weight: normal; 
	}
	
/* Lists*/
dt, th { font-weight: bold;
	 color: #585953;
	}
th {
	padding: 10px;
}
	
/* Table */
table {
	margin: 0 auto;
	border: none;
	width: 100%;
	padding: 0px;
	}
	
/* img occurs in the painting pages */
img {
	margin: 10px;
	}

d img {display: block;
	}
td img {display: block;
	}
	
#targetsw {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	max-width: 603px;
	width: 100%;
	}

/* Navigation */	
a:link { font-weight: normal; color: #585953; }
a:visited { font-weight: normal; color: #585953; }
a:hover { font-weight: bold; color: #585953; }
a:active { font-weight: bold; color: #585953; }

nav#placelinks li {
	text-align: right;
	display: block;
	width: 100%;
}
nav h1 {
	text-align: right; 
	width: 100%;
}
 nav a:link, nav a:visited {
	margin: 0;
	padding: 0;
	color: inherit;
	text-decoration: inherit; 
	list-style: none;
	float: right;
	text-align: right; 
	}	

#placelinks {
	padding: 0;
	width: 100%;
	text-align: right; 
	}

#navtopbar {
	margin: 0em 1em 0em 3em;
	padding-bottom: 20px;
	color: #585953;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: normal;
	}
	
/* To highlight current page link */
a.currentpage { 
font-weight: bold;
}

/* footer occurs in every painting page */
footer {
	margin: 0;
	padding: 0 0 0 10px;
	width: 100%;
	float: left;
	text-align: left; 
	}
	
/* Classes*/ 
.copyright {
	font-size: .8em;
	color: #b3b4b0;
	 }

.center {
	text-align: center;
	 }	
	 
.currentpage {
	color: #585953;
	font-weight: bold;
}

/* occurs in Statements & Theories pages */
.tablestyle {
	color: #646161;
	text-align: justify;
	align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal; 
	width: 80%; 
	colspan: 3; 
	}
	
/* occurs in Statements & Theories pages */
.note {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	font-style: italic; 
	}

/* Ids */
#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	border-width: 0;
}
	
/* NOT USED */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 720px; 
}

.col {
	width: 105px;
	margin-right: 15px;
	float: left;
	display: inline-block !important;
}
.col img {
	width: 85px;
	height: 85px;
}

.clear {
	clear: both;
}

.leftPad {
	padding-left: 100px;
}

/* Responsive */
@media only screen and (max-width:959px) {
	#container {
		width: 96% !important;
	}
}

@media only screen and (max-width:659px) {
	#targetsw {
		width: 98% !important;
		float: left;
	}
	.leftPad {
		padding-left: 40px;
	}
}