/*
First do the AI default styles
*/

/* In strict mode, the viewport is auto - as much as needed so change it */

html, body {
	height: 100%;
}

/* Default page and font stuff */

body {
	padding: 0;
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	text-align: center;
}

body, p, td, ol, ul, li, dl, dt, dd, blockquote, h1, h2, h3, h4, div {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

textarea, pre, tt, code, kbd, samp {
	font-family: monospace;
	font-size: 12px;
}

/* Default alignment */

p, td, ol, ul, li, dl, dt, dd, blockquote, div {
	text-align: left;
	font-weight: normal;
}

td {
	vertical-align: top;
}

li {
	vertical-align: middle;
	line-height: 1.2em;
}

/* Heading styles */

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

/* White space rules */

h1, h2, h3, h4, p, ul, ol, blockquote, hr, .para, .form, table.gallery, .nav, .mag {
	padding: 0;
	margin: 0;
	margin-bottom: 0.6em;
}

li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.3em;
}

p + h2, ul + h2, table + h2, div + h2, blockquote + h2, hr + h2 {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

p + h3, ul + h3, table + h3, div + h3, blockquote + h3, hr + h3 {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

p + h4, ul + h4, table + h4, div + h4, blockquote + h4, hr + h4 {
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}

ul, ol, dd {
	margin-left: 2em;
}

blockquote {
	font-style: normal;
	margin-left: 1em;
	margin-right: 1em;
}

span.author {
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
}

/* Other misc stuff */

hr {
	height: 1px;
	border: none;
	color: #000000;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #C73212;
}

a:hover {
	text-decoration: underline;
	color: #C73212;
}

a:link.current, a:visited.current, a:active.current {
	text-decoration: none;
	color: #C73212;
}

a:hover.current {
	text-decoration: underline;
	color: #C73212;
}

/* Some default useful classes */

.highlight {
	color: #FF0000;
}

div.img-right, div.img-left, div.img-center, .img {
	margin-bottom: 0.8em;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.img {
	padding-left: 10px;
	padding-right: 10px;
}

div.img-right {
	float: right;
	clear: right;
	margin-left: 10px;
}

div.img-right img, div.img-left img, div.img-center .img {
	margin-bottom: 0.4em;
}

div.img-left {
	float: left;
	clear: left;
	margin-right: 10px;
}

div.img-center {
	margin-left: auto;
	margin-right: auto;
}

table.form {
	margin-bottom: 0.3em;
}

table.form td {
	padding: 0 0.5em 0.5em 0;
}

input, select, textarea, div.button {
	border-color: #CBC9BB;
	background: #FFFFFF;
	color: #2D2D2D;
	border-width: 1px;
	border-style: solid;
}

input, textarea {
	padding-left: 3px;
	padding-right: 3px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border-color: #CBC9BB;
	background: #D8C88A;
	color: #C73212;
	font-weight: normal;
	margin-right: 10px;
}

.nav {
	font-size: 11px;
}

.inline {
	display: inline;
	vertical-align: bottom;
}

img.fixpng {
	behavior: url("/fixpng.htc");
}

/*
Now do the site specific styles
*/

/* Customise the colours */

body {
	background: #C9C9C9 url("/templates/ceyephoto/images/bg_grad.png") repeat-x top;
}

body, p, td, ol, ul, li, dl, dt, dd, blockquote, h1, h2, h3, h4, div {
	color: #1B1C20;
}

p {
	text-align: justify;
}

h1, h2, h3, h4 {
	color: #8D66A7;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
	font-style: italic;
}

h4 {
	font-size: 10px;
	font-style: italic;
}


a:link, a:visited, a:active {
	color: #1B1C20;
}

a:hover {
	color: #8D66A7;
}

.highlight {
	color: #FF33FF;
}

input, select, textarea, div.button {
	border-color: #1B1C20;
	background: #FAFAFD;
	color: #1B1C20;
}

input.button /* , input[type="button"], input[type="submit"], input[type="reset"] */ {
	border-color: #1B1C20;
	background: #8D66A7;
	color: #FFFFFF;
	font-weight: bold;
}

table.form tr {
	height: 2em;
}

div.form {
	margin-top: 1.2em;
}

table.form td.tdl {
	white-space: nowrap;
}

/* Page layout styles */

#str-TopBarGrad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 144px;
	background: url("/templates/ceyephoto/images/topbar_grad.png") repeat-x top;
	border-bottom: 10px solid #6C4A83;
}

#str-TopBarOverlay {
	position: absolute;
	top: 156px;
	left: 0;
	width: 100%;
	height: 36px;
	background: #BABABA;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}

#str-TopBarLine {
	position: absolute;
	top: 154px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #F9F9F9;
	font-size: 1px;
}

#str-TopBarContainer {
	margin: 0 auto 0 auto;
	width: 735px;
	height: 192px;
}

#str-TopBarBlock {
	position: absolute;
	width: 735px;
	height: 192px;
}

#str-Image {
	position: absolute;
	top: 0;
	left: 0;
}

#str-Logo {
	position: absolute;
	top: 75px;
	right: 0;
}

#str-Sections {
	position: absolute;
	text-align: right;
	top: 11px;
	right: 2px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#str-Sections a:link, #str-Sections a:visited, #str-Sections a:active {
	color: #1B1C20;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#str-Sections a.current:link, #str-Sections a.current:visited, #str-Sections a.current:active {
	color: #FFFFFF;
	text-decoration: none;
}

#str-Sections a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#str-MenuBar {
	position: relative;
	text-align: right;
	top: -25px;
	right: 15px;
}

#str-MenuBar div{
	display: inline;
}

#str-MenuBar .str-MenuBullet {
	padding: 0 6px 0 6px;
	color: #BF9BD2;
	font-weight: bold;
}

#str-MenuBar a:link, #str-MenuBar a:visited, #str-MenuBar a:active {
	color: #1B1C20;
	text-decoration: none;
	font-weight: bold;
}

#str-MenuBar a.current:link, #str-MenuBar a.current:visited, #str-MenuBar a.current:active {
	color: #77568D;
	text-decoration: none;
}

#str-MenuBar a:hover {
	color: #77568D;
	text-decoration: none;
	font-weight: bold;
}

#str-ContentContainer {
	margin: 0 auto 0 auto;
	width: 735px;
	min-height: 500px;
}

#str-ContentProp {
	height: 508px;
	width: 1px;
	float: left;
}

#str-PropClear {
	clear: both;
}

#str-Footer {
	text-align: center;
	width: 735px;
	margin: 90px auto 0 auto;
	padding-bottom: 30px;
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color: #777778;
}

#str-Footer a:link, #str-Footer a:visited, #str-Footer a:active {
	font-weight: bold;
	text-decoration: none;
	color: #777778;
}

#str-Footer a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #777778;
}

#str-Content {
	margin: 37px 0px 30px 0;
}

/* About pages */

#str-ContentAbout {
	margin: 37px 0px 30px 0;
}

#str-About {
	width: 440px;
}

/* Prices pages */

#str-ContentPrices {
	margin: 28px 72px 30px 162px;
}

table.str-PriceList {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #1B1C20;
}

table.str-PriceList td {
	padding: 3px;
	margin: 0;
	border: 1px solid #1B1C20;
}

div.str-PricesHide {
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: -205px;
	width: 530px;
	visibility: hidden;
}

#str-PricesImage {
	position: absolute;
	top: 236px;
	left: 50%;
	margin-left: -349px;
	width: 100px;
}

#str-PricesImage img {
	vertical-align: bottom;
	padding-bottom: 12px;
}

/* Portfolio Admin page */

#str-PortDrop1 {
	margin-bottom: 0.5em;
}

#str-PortDrop2 {
	margin-bottom: 1em;
}

#str-GallAdmin img {
	vertical-align: bottom;
}

#str-GallAdmin div {
	text-align: center;
}

#str-GallAdmin td div {
	margin: 0 5px 0 5px;
}

#str-GallAdmin td.gallimg_l div {
	margin-left: 0;
}

#str-GallAdmin td.gallimg_r div {
	margin-right: 0;
}

#str-GallAdmin td div.image {
	margin-bottom: 2px;
}

#str-GallAdmin td div.nav {
	margin-bottom: 8px;
}

/* Portfolio page */

#str-GallCats {
	position: absolute;
	top: 234px;
	margin: 0 auto 0 auto;
	width: 205px;
}

#str-GallCats img {
	vertical-align: bottom;
}

#str-GallCats td.gallimg_l div {
	margin-right: 15px;
}

#str-GallCats div.image {
	margin-bottom: 5px;
}

#str-GallCats div.text {
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
}

#str-GallPanel {
	position: absolute;
	top: 234px;
	left: 50%;
	margin-left: -98px;
	width: 430px;
}

#str-GallPanel div {
	text-align: center;
}

#str-GallPanel img {
	vertical-align: bottom;
}

#str-GallPanel #str-GallPrev {
	margin-bottom: 24px;
	height: 290px;
}

#str-GallPanel #str-GallIcons {
	margin-bottom: 34px;
}

#str-GallPanel #str-GallIcons img {
	margin-right: 5px;
}

#str-GallPanel #str-GallIcons img#gallico12 {
	margin-right: 0;
}

#str-GallPanel #str-GallPrevNav {
	text-align: right;
}

#str-GallPrevNav a, #str-GallCatNav a {
	text-decoration: none;
}

#str-GallCatNav {
	position: absolute;
	top: 613px;
	width: 205px;
	text-align: right;
}

/* Feedback forms on contact page */

table.str-ContactFormTable td.left {
	white-space: nowrap;
	width: 155px;
}

table.str-ContactFormTable td.right input {
	width: 192px;
}

table.str-ContactFormTable textarea {
	width: 355px;
}

#str-FormEventOpts {
	height: 220px;
}

#str-FormEventOpts div.str-FormEvent {
	position: absolute;
}

.str-FormEvent {
	visibility: hidden;
}
