/* 
www.nictures.com
*/


/*- Typography */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
strong, em, b, i {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
}
/* TAGS */

body {
	font-size: 75%; /* Resets 1em to 10px */
	margin:0px;
	padding:0px;
	background-color:#373737;
	color:#a0a0a0;
}
a {
	color:#b7b7b7;
	text-decoration:none;
}
a:hover {
	color:#dedede;
	text-decoration:none;
}
a:focus, object {
	outline: 0;
	color: #FFF;
}
/*- Headings */

h1 {
	font-size: 3em;
	color:#EEE;
}
h2 {
	font-size: 2.5em;
	color:#EEE;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color:#c3c3c3;
	margin:12px 0 1px 0px;
	padding:0px;
}
/* LAYOUT */

#wrapper {
	margin:auto;
	width:900px;
	min-height:500px;
}
#header {
	height:70px;
}
#gallery {
	margin-bottom:30px;
	margin-top:15px;
	height:540px;
}
#flash-gallery {
	margin-bottom:30px;
	margin-top:15px;
	height:540px;
}
#events {
	margin-bottom:30px;
	margin-top:15px;
	height:540px;
}
#prints {
	margin-bottom:30px;
	margin-top:15px;
	height:540px;
}
#portfolio {
	margin-bottom:30px;
	margin-top:15px;
	height:540px;
}
#info {
	margin-bottom:30px;
	margin-top:15px;
	height:540px;
}
#info-text {
	float:right;
	width:470px;
	margin-left:40px;
	margin-right:0px;
	margin-top:0px;
	line-height:23px;
	text-align:justify;
}
#info-img {
	float:left;
	width:375px;
	margin-top:14px;
}
#gallery-title {
	margin-top:15px;
	margin-bottom:5px;
	margin-left:20px;
}
#logo {
	float:left;
}
#main-menu {
	float:right;
	margin-top:35px;
}
#main-menu .spacer {
	margin-left:27px;
	margin-right:27px;
}
#main-menu .spacerl {
	margin-left:25px;
	margin-right:6px;
}
#main-menu .spacerr {
	margin-right:25px;
}
#gallery-menu {
	float:left;
	width:180px;
	margin-top:30px;
	text-align:left;
}
#gallery-menu img {
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:none
}
#gallery-content {
	float:right;
	width:695px;
	height:525px;
	margin-top:30px;
	text-align:center
}
#gallery-content img {
	margin-top:30px;
	margin-bottom:50px;
}
#gallery-content-text {
	width:550px;
	line-height:24px;
	text-align:left;
	margin-left:80px;
}
.h {
	color:#FFF;
	text-decoration:none;
}
.marginpic {
	margin-left:12px;
	margin-top:10px;
	margin-bottom:10px;
}
.line {
	margin-bottom:3px;
	margin-top:1px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#7c7a7a;
	clear:both
}
/* MENU */

/*-- nav --*/
	
	ul#nav {
	float: right;
	height: 22px;
	padding-left: 9px;
	margin: 0;
}
ul#nav li, ul#nav li a {
	display: block;
	float: left;
	line-height: 12px;
}
ul#nav li {
	padding-left: 0;
	padding-right: 0px;
	height: 22px;
	position: relative;
}
ul#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	padding: 11px 0px 12px 62px;
	background: none;
}
ul#nav li.active a {
	color: #fff;
}
/*-- Dropdowns --*/
		ul#nav li .dropdown {
	display:none;
	position: absolute;
	z-index: 10050;
	width: 208px;
	top: 37px;
	left: 9px;
	overflow: hidden;
	clear: left;
	background: #333;
	color:#CCC;
	padding-top: 1px;
}
ul#nav li ul {
	width: 100%;
	background: url(images/nav_dropdown_li.png) repeat-y 0 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul#nav li:hover .dropdown, ul#nav li.over .dropdown {
	display: block;
}
/* FIX: add styling? */
		ul#nav li:hover a, ul#nav li.over a {
	color: #FFF;
}
ul#nav li:hover ul li a, ul#nav li.over ul li a {
	color: #CCC;
}
/* get a clean slate for the dropdowns */
		ul#nav li ul li, ul#nav li ul li a {
	float:none;
	height: 1%;
	background: none;
	margin: 0;
	padding: 0;
	text-transform: none;
}
ul#nav li ul li {
	padding: 4px 0 6px 8px;
	margin: 0 5px 0 4px;
	background: url(images/nav_dropdown_sep.gif) repeat-x 0 bottom;
}
ul#nav li ul li.last {
	background: none;
	padding-bottom: 4px;
}
ul#nav li ul li a {
	font-size: 12px;
	line-height: 12px;
	padding: 5px 7px 6px 7px;
	color: #454545;
	background: url(images/nav_dropdown_hover.gif) no-repeat left -23px;
}
ul#nav li ul li a:hover {
	background-position: left center;
	color: #fff;
}
ul#nav li .dropdown .bottom {
	background: url(images/nav_dropdown_bottom.png) no-repeat left top;
	height: 11px;
	line-height:1px;
}
/* footer */

#footer {
	clear:both;
	margin-top:4px;
	margin-bottom:25px;
	font-size: 75%;
}
#footer #copyright {
	float:right
}
#footer #lang {
	float:left
}
/* blog*/

#blog-content {
	float:left;
	width:652px;
}
#blog-sidebar {
	padding: 0px;
	margin-left: 747px;
	margin-top:35px;
	width: 173px;
	font-size:10px;
}

#blog-sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#blog-sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
	color:#6e6e6e;
}

#blog-sidebar a {

	color:#969696;
	font-size:10px;
}
#blog-sidebar ul p, #sidebar ul select {

}
#blog-sidebar ul ul, #sidebar ul ol {
}
#blog-sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#blog-sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
}

.post {
margin-top:30px;
color:#afafaf;
}

.post a {
	color:#f2f2f2
	}

.post h3 {
color:#e1e1e1;
font-size:1,4em;
margin-bottom:2px;
}

.st_etc {cursor:hand}
.st_etc {cursor:pointer}

.entry p {
line-height:20px;
text-align: justify;
}

.entry a { 
color:#e1e1e1; 
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: left;
	border: 1px solid #eaeaea;
	padding: 1px;
	margin-right:10px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
}
.commentmetadata {
	font-weight: normal;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata, .postmetadata a  {
color:#6e6e6e;
font-style:italic;
font-size:x-small
}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#blog-sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#blog-sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
.widget_categories {
	font-size:12px;
}
.widget_categories a {
	font-size:12px !important;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 70%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 190px 5px 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
		margin-bottom:3px;
	margin-top:1px;

		border-top:solid;
	border-top-width:1px;
	border-top-color:#7c7a7a;
	clear:both
}
.commentlist li {
	margin: 5px 0 5px;
	padding: 5px 5px 5px 5px;
	list-style: none;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 15px 0px 10px 0px;;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.title {color: #FFF; font-size: 125%;}
.subtitle {color: #a0a0a0; font-size: 125%;}
