/*****************************************************************************************
/ SusanRosmarinPhotography.com
/ Site Background Color: #FEFEFE
/ Menu Text Color: #FEFEFE;
/
/ Notes:
/*****************************************************************************************/
* {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: #CCCCCC;
	border-style: solid;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	color: white;
	vertical-align: top;
	text-align: left;
	text-decoration: none;

	-moz-box-sizing: border-box;		/* Following 2 items force IE type padding, calculated WITHIN declared width */
	box-sizing: border-box;
}

#version {
	color: #000003;
	background: white;
	border: 1px dotted black;
	width: 80px;
	height: 20px;
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 10px;
	padding: 2px;
}

body {
	background: #282C33;
	text-align: center;
}

/***********************************************
   Common Redefined ****************************
/***********************************************/

b { font-weight: bold; }
u { text-decoration: underline; }
center { text-align: center; }

img, object {
	-moz-box-sizing: content-box;		/* More intuitive for these types to follow content box method */
	box-sizing: content-box;
}

/********************************************
   Site Defaults ****************************
/********************************************/
div#separator {
	clear: both;
}

p, h1 {
	position: relative;
	margin-top: 20px;
	text-align: justify;
}

p { margin-top: 10px; }

h1 {
	font-size: 16px;
	font-weight: bold;
}

/********************************************
 ********************************************
/********************************************/


/* Controls width of entire site */
div#canvas {
	width: 760px;
	margin: 0px auto;
	margin-top: 10px;
	background: #282c33;
	border-width: 1px;
}

div#pane-header {
	height: 98px;
	background: url("/images/template/template_r2_c2.jpg") top center no-repeat;
}

div#pane-middle {
	background: transparent;
}

div#pane-footer {
	text-align: center;
	padding-top: 10px;
}

/*****************************************************************************************
/ Horizontal Menu Bar
/ Ref: http://css.maxdesign.com.au/listamatic2/horizontal04.htm
/ - Synch: navcontainer.height - 2 = ul#navlist li ul.top
/*****************************************************************************************/

#navcontainer {
	background: url("/images/BG-Menu.jpg") top center no-repeat;	/* Menu background color or picture */
	height: 28px;
	border-width: 1px 0px;
}

ul#navlist {
	list-style-type: none;
}

ul#navlist li {
	float: right;
	font-family: tahoma, arial, verdana;
	font-size: 16px;
	position: relative;		/* For submenu to start right below main menu */
	margin: 0px;
	display: block;
}

ul#navlist li a {
	font-family: tahoma;
	font-size: 16px;
	letter-spacing: 1px;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/

/*****************************************************************************************/
/* e.g. Standard Anchor Link		                                                         */
/*****************************************************************************************/
a:link,
a:visited,
a:active {color: #FFFFFF; }
a:hover	{	color: #CCCCCC; }

a.rollover:hover img {
	opacity: .85;
	filter: alpha(opacity=85);
	zheight: 100%;
}

/* Contact Us page */
a.button,
a.button:visited {
	background: #000066;
	color: #FFFFFF;
	padding: 3px 8px;
	text-align: center;
	border-width: 1px;
}

a.button:hover {
	color: #000033;
	background: #EEEEFF;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/



/* Body paragraph */
input,
select,
textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	padding: 1px 0px 1px 2px;
	background: #F9F9FB;
}
/* Body paragraph ends */


#leftcolumn, #rightcolumn {
	background: black;
}

#leftcolumn {
	width: 300px;
	zpadding-left: 15px;
}

#rightcolumn { border-left-width: 1px; }

div#tn {
	text-align: center;
	float: left;
	position: relative;
	margin: 10px 15px 10px 0px;
}

div#tn img {
	width: 120px;
	height: 120px;
	border-width: 1px;
}

div#page {
	background: url('/images/template/template_r13_c2.jpg') top left repeat-x;
	text-align: center;
}

div#portrait {
	margin-left: 20px;
}
