/* William Papadeas Photography CSS - What's in the box?
------------------------------------------------------------------------------------------------------------------------------

	Contents:	Imports
							Global Reset CSS
							Typography
							Content
					
----------------------------------------------------------------------------------------------------------------------------*/

/* Imports
----------------------------------------------------------------------------------------------------------------------------*/


/* Global Reset and CSS
----------------------------------------------------------------------------------------------------------------------------*/
html, body {
	background-color: black; color: white;
	font-size: 12px; font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	margin: 0; padding: 0;
}

.container {
	background-color: black; color: white;
	width: 955px; margin: 0 auto;
}

div, dl, dt, dd, ul, ol, li, pre, blockquote { margin: 0pt; padding: 0pt; }

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
}
ul li a.selected { font-weight: bold; color: #D2232A; }

:link, :visited { text-decoration: none; outline: none; }
img, { border: none; outline: none; }
a img, :link img, :visited img { border: none; outline: none; }
.contentImg { border: 5px solid white; margin-left: 5px; margin-bottom: 5px; margin-top: 15px; }
.contentImgSmall { border: 5px solid white; margin-left: 0px; margin-right: 5px; margin-bottom: 5px; margin-top: 15px; }

.textCenter a { padding: 0; }

.iFrame { margin-top: 10px; border: 1px solid #D7D8D9; }
.clearer { clear: both; height: 0pt; line-height: 0pt; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.spacer { margin-bottom: 44px; }

.absolute { position: absolute; }
.relative { position: relative; }
.static { position: static; }

.none { display: none; }
.block { display: block; }
.inline { display: inline; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }

.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.textCap { text-transform: capitalize; }
.textUnderline { text-decoration: underline; }

.floatLeft ul { margin: 0; font-size: 0.9em; }
.floatLeft ul li { list-style: none; }
.floatRight ul { margin: 0; font-size: 0.9em; }
.floatRight ul li { list-style: none; }


/* Typography
----------------------------------------------------------------------------------------------------------------------------*/
h1 { font-size: 20px; font-weight: normal; color: #c1c6b6; margin-bottom: -5px; }
h2 { font-size: 18px; font-weight: normal; color: #c1c6b6; margin-bottom: -5px; }
h3 { font-size: 16px; font-weight: normal; color: #c1c6b6; margin-bottom: -5px; }
h4 { font-size: 14px; font-weight: normal; color: #c1c6b6; margin-bottom: -5px; }
h5 { font-size: 12px; font-weight: normal; color: #c1c6b6; margin-bottom: -5px; }
h6 { font-size: 10px; font-weight: normal; color: #c1c6b6; margin-bottom: -5px; }

p { font-size: 0.9em; line-height: 1.5em; color: #222222; }

.highlight { color: #f23300; }

/* Links
----------------------------------------------------------------------------------------------------------------------------*/
a { color: white; background-color: #c1c6b6; padding: 3px 5px; }
a:active { color: white; background-color: #c1c6b6; padding: 3px 5px; }
a:visited { color: white; background-color: #c1c6b6; padding: 3px 5px; }
a:hover { color: white; background-color: #585858; padding: 3px 5px; }

/* Header
----------------------------------------------------------------------------------------------------------------------------*/
.logo { margin-top: 200px; text-align: center; }

/* Content
----------------------------------------------------------------------------------------------------------------------------*/


/* Footer
----------------------------------------------------------------------------------------------------------------------------*/







