/* =============================================================================
 * CSS Styles for www.albertsuch.com
 * (c) 2009 by Albert Such
 *
 * =============================================================================
 */
 
/* =============================================================================
 * Main image (for image only pages)
 * =============================================================================
 */
 
 body {
  background-color: #222222;
}
/* =============================================================================
 */

/* =============================================================================
 * Menu styles (main and drop down)
 * =============================================================================
 */
 
 /* ######### Style for Main Menu ######### */
 .chromestyle{
	border:  none;
	margin: 10px auto;
	padding: 0px;
	background: #222222;
	text-align: right;
	height: 30px;
	line-height: 30px;
	width: 900px;
	font-family: Arial,Helvetica,sans-serif;
	color: #aaaaaa;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle p {
  float: left;
  font-size: small;
  margin-top: 0px;
  margin-left: 6px;
}

.chromestyle ul{
  margin: 0 10px 0 auto;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: right;
  visibility: visible;
  overflow: visible;
  font-weight: bold;

}

.chromestyle ul li{ 
  display: inline;
}

.chromestyle ul li a{
	border:  none;
	padding: 8px 16px;
	text-decoration: none;
	font-variant: normal;
	font-size: 16px;
	color: #aaaaaa
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	border: none;
	font-family: Arial,Helvetica,sans-serif;
	font:bold 12px;
	line-height:22px;
	z-index:100;
	background-color: #222222;
	width: 150px;
	visibility: hidden;
	margin-left: 20px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #aaaaaa;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #ffffff;
}
/* =============================================================================
 */
 
 
/* =============================================================================
 * Main image (for image only pages)
 * =============================================================================
 */
.mainimg {
	width: 900px;
	border: none;
	margin: 0 auto;
	padding: 0;
	clear: both;
	z-index: 50;
	background-color: #222222;
}
.mainimg a {
	text-decoration: none;
}
.mainimg img {
	border: none;
}
/* =============================================================================
 */
 
 
/* =============================================================================
 * Main text (for text pages)
 * =============================================================================
 */
.maintext {
	background-color: #222222;
	text-align: justify;
	width: 900px;
	height: 650px;
	clear: both;
	margin: auto;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
}
.maintext li {
	font-size: 18px;
	padding-bottom: 10px;
}
.maintext p {
	font-size: 18px;
}

.maintext a {
	color: #CCCCCC;
	text-decoration: none;
}
.maintext a:hover {
	color: #FFFFFF;
}



/* =============================================================================
 */
 
 
/* =============================================================================
 * Project entries (for portfolio pages)
 * =============================================================================
 */
.projectentry {
	height: 150px;
	width: auto;
	clear: both;
}

.projectentry img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
}
.projectentry p {
	float: left;
	clear: both;
}

.projectentry a {
	text-decoration: none;
	color: #CCCCCC;
	border: none;
}
.projectentry a:hover {
	color: #FFFFFF;
	opacity: 0.5;
}

.projectentry h1 {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}

.projectentry h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-right: 30px;
	margin-left: 20px;
}

/* =============================================================================
 */
 
 /* =============================================================================
 * Photoblog styles
 * =============================================================================
 */
 /* ######### Style for photoblog navigation  ######### */
 .navigation {
	width: 900px;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	text-align: right;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.navigation a {
	text-decoration: none;
	color: #FFFFFF;
}

/* ######### Style for photoblog footer  ######### */
.footer {
	margin-top: 10px;
	color: #677078;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}
.footer a:link {
  color: #677078;
  text-decoration: none;
}
.footer a:visited {
  color: #677078;
  text-decoration: none;
}

/* ######### Style for photoblog archive page  ######### */
#archive {
	margin-top: 10px;
	clear: both;
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#thumbrow {
     margin:0 auto;
	 margin-top:10px;
	 margin-bottom:10px;
     text-align:center;
	 clear:both;
	 width:100%;
    }
#thumbrow .current-thumbnail {
	opacity: 0.99;
	padding:5px;
	margin:3px;
    border:1px solid #ccc;
    }
#thumbrow a img {
	opacity: 0.70;
	margin:3px;
    padding:5px;
    border:1px solid #fff;
    }
#thumbrow a:hover img, #thumbs a:focus img {
	opacity: 0.99;
	padding:5px;
    border:1px solid #ddd;
    }		
.thumbnails {
    padding:5px;
    width: 100px;
    border:1px solid #fff;
	opacity: 0.50;
	margin:2px;
    }
.thumbnails:hover {
    padding:5px;
    border:1px solid #ddd;
	opacity: 0.99;
	margin:2px;
    }

//* ######### Style for photoblog link hints  ######### */
.hintsClass a {
  text-decoration: none;
  border: none;
}

.hintsClass a img {
  border: none;
}

 /* =============================================================================
 */
 
