/*@charset "UTF-8";*/
/* CSS Document */

/*
Website: richardjthomas.ca
Written by: Richard Thomas
Last updated: May 26th, 2006

All contents © Richard J. Thomas and/or the owner of the site.
www.richardjthomas.ca
-------
*/

/*------------- =general ---------------*/

@import "buttons.css";
@import "nav.css";
@import "gallery.css";

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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;outline:0;
 /*font-family:'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;*/
 /*font-family: Calibri, 'Times New Roman';*/
 }

* {
	font-weight:inherit;
	font-style:inherit; 
	font-size:97%; 
	font-family:'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;
}

html {
	/*min-height: 550px;*/
	background: #fcfbfc url(../images/background-nc.jpg) repeat-x left bottom;
}

html, body {
    height: 100%;
    margin: 0px;
    min-width: 900px;
}

p {
	font-size: 130%;
	color: #666;
}

p.small {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

h2 {
	max-width: 800px;
	font-size: larger;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}

#wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}


#footer, #push {
    height: 90px; /* .push must be the same height as .footer */
    vertical-align: bottom;
}
#footer p {
	padding: 60px 0px 0px 10px;	
	vertical-align: bottom;
}


/* -------- =classes --------- */
.clear {clear:both;}
.hideText{text-indent:-9998px;}
.displayNone{display:none;}
.floatLeft{float:left; display:inline;}
.floatRight{float:right; display:inline;}
.bold {font-weight: bold;}

/* -------- =Header --------- */

#header {
	margin: 10px 0px 0px 20px;
	text-align: left;
	position: fixed;
	width: 500px;
	display: block;	
}

#header h1 {
	width: 366px;
	height: 39px;
	display: block;
	margin-bottom: 10px;
}

#header h1 a {
	display: block;
	width: 366px;
	height: 39px;
	background: url(../images/hagopHeader2.gif) no-repeat left top;
}

#header h1 a:link {}
#header h1 a:visited {}
#header h1 a:hover {}
#header h1 a:active {}

/* -------- =content --------- */

#content {
	text-align:left; 
	padding-top: 120px; 
	padding-left: 20px;
}
#content p { 
	margin: -6px 0px 0px 0px;
	padding: 1px 0px 25px 0px;
	line-height: 130%;
}

#content p a {
	color: #000;
	text-decoration: none;
}

#bioText {
	font-size: 90%;
}
.currentPage {
	font-size: 150%;
}

blockquote {
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 25px;
	font-size: 100%;
	color: #666;
	border: 1px solid #999;
}

blockquote span{
	padding: 5px 0px;
	color: #000;
}



#content p a:link {color: #000;}
#content p a:visited {color: #000;}
#content p a:hover {color:#fff; background-color: #333;}
#content p a:active {color:#fff; background-color: #333;}

#content .paintingInfo p {font-size: 80%; line-height: 120%; margin: 0px;	padding: 0px;}
#content h3.paintingTitle {font-size: 90%; margin: 5px 0px 3px 0px; color: #333; font-weight:bold;}
#content .paintingYear {font-size: 90%; margin: 5px 0px 3px 0px; color: #333; font-weight:bold;}
#content p.paintingSize { margin-bottom: 20px;}

#bio p.pages {
	font-size: 90%;
}

#bioform .biotext {
	display: block;
}


/* -------- =content coloumns --------- */

.leftColumn {
	/*float: left;*/
	/*display: inline;*/
	width: 530px;
	/*margin-right: 40px; 
	max-height: 450px;*/
	padding: 10px;
	vertical-align: top;
}

.rightColumn {				
	padding: 10px;
	/* Everything */
	width: 380px;
	vertical-align: top;
	/*padding-right: 50px;
	max-width: 400px;
	padding-left: 560px;*/

	
	/* IE 7 */	
	/*width: auto;
	padding-left: 50px;*/
}

/* -------- =content forms & tables --------- */

#contactform table {}
/*td span {font-size: 60%; float: right;}*/
#contactform textarea { margin-top: 10px; width: 500px; height: 150px;}
#contactform input.field{
	z-index: 99;
	text-align: left;	
	font-size: 80%;
	padding: 0px;
	margin-top: 5px;
	float: right;
	width: 275px;	
}

#contactform input.sendButton {
	float: right;
}

/* -------- =content images --------- */

#content img.painting {
	padding: 20px;
	background-color: #fff;
	border: 2px solid #000;
	display: block;
}

#footer p {
	font-size: .9em;
	color: White;
}



/* ADMIN Styles */
.adminPainting {
	border: 1px solid red;
	margin: 10px;
}

.adminPaintingPreviewContainer {
	width: 50px;
	height: 50px;
	background-color: Aqua;
	border: 1px solid black;
	float: left;
	
	margin: 2px;
}

#content img.adminPaintingPreview {
	border: 1px solid black;
	margin: 3px;
	padding: 0px
}

.title {
	font-weight: bold;
}

.thumbnailColumn {
	text-align: center;	
	padding-right: 15px;
	padding-left: 15px;
}

.nameColumn {
	text-align: left;
	width: 200px;
}

.yearColumn, .widthColumn, .heightColumn, .orderColumn {
	width: 90px;
	text-align: center;
}

img.adminPaintingPreview {
	height: 30px;
}

table.adminPaintings th {	
	font-weight: bold;
}

.thumbnailColumn a  {
	text-decoration: none;
}

table.adminPaintings {
	margin: 20px;
}



.biotext {
	width: 460px;
	height: 300px;
}

.bioControls {
	padding: 5px;
	width: 460px;
}

#addPaintingForm h3 {
	font-size: larger;
}

#editPainting {
margin: 30px;	
}

#adminPanel {
	position: absolute;
	right: 0px;
	top: 0px;	
	padding: 3px;	
}
#adminPanel a {
	text-decoration: none;
}

#adminPanel a:link {color:#666;}
#adminPanel a:visited {color:#666;}
#adminPanel a:hover {color: #d52e27;}
#adminPanel a:active {color: #d52e27;}
