body {
	background-color: #fff;
	font-family: "trebuchet ms", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	width: 960px;
	margin: 25px auto;
}

#header {
	height: 136px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#header a,
#header a:hover,
#header a:link,
#header a:visited {	
	text-decoration: none;
	height: 120px;	
}

#header .info {
	text-align: right;
	color: #FFF;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 0.9em;
	height: 93px;
}

#header .links {
	padding-left: 10px;
}

#header .links a {
	color: #999;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.3em;
}

#header .links a.selected,
#header .links a:hover {
	color: #FFF;
}

#header .links a.selected:hover {
	color: #999;
}

#footer {
	width: 960px;
	text-align: center;
	border: 1px solid #999;
	border-style: solid none none none;
	padding-top: 5px;
	margin: 20px auto;
	color: #999;
}

#main {
	margin-top: 18px;
}

#sidebar {
	width: 150px;
	float: left;
	margin-right: 20px;
	padding-left: 10px;
}

#sidebar a.home {
	height: 35px;
	background-image: url(images/menuHome.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.home:hover {
	height: 35px;
	background-image: url(images/menuHomeHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.homeSelected {
	height: 35px;
	background-image: url(images/menuHomeHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.homeSelected:hover {
	height: 35px;
	background-image: url(images/menuHome.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}



#sidebar a.about {
	height: 35px;
	background-image: url(images/menuAbout.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.about:hover {
	height: 35px;
	background-image: url(images/menuAboutHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.aboutSelected {
	height: 35px;
	background-image: url(images/menuAboutHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.aboutSelected:hover {
	height: 35px;
	background-image: url(images/menuAbout.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}



#sidebar a.blog {
	height: 35px;
	background-image: url(images/menuBlog.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.blog:hover {
	height: 35px;
	background-image: url(images/menuBlogHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.blogSelected {
	height: 35px;
	background-image: url(images/menuBlogHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.blogSelected:hover {
	height: 35px;
	background-image: url(images/menuBlog.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}



#sidebar a.photos {
	height: 35px;
	background-image: url(images/menuPhotos.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.photos:hover {
	height: 35px;
	background-image: url(images/menuPhotosHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.photosSelected {
	height: 35px;
	background-image: url(images/menuPhotosHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.photosSelected:hover {
	height: 35px;
	background-image: url(images/menuPhotos.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}



#sidebar a.showcase {
	height: 35px;
	background-image: url(images/menuShowcase.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.showcase:hover {
	height: 35px;
	background-image: url(images/menuShowcaseHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.showcaseSelected {
	height: 35px;
	background-image: url(images/menuShowcaseHover.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#sidebar a.showcaseSelected:hover {
	height: 35px;
	background-image: url(images/menuShowcase.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}


#content {
	width: 770px;	
	float: left;
}


a, a:link, a:visited, a:hover {
	color: #993333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

blockquote {
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 0px;
	padding-left: 35px;
}

pre {
	overflow: auto;
	background-image: url(images/pre.png);
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

b {
	color: #576773;
}

h2 {
	color: #475663;
	margin-top: 0px;
}

h3 {
	color: #97B165;
}

ul {
	list-style-type: square;
}


span.clear {
	display: block;
	clear: both;
}

/* Main page part */

.flickrItems {
	display: block;
}

.rssItems {
	width: 245px;
	margin-left: 1%;	
	float: left;
}

.articlesItems {
	width: 495px;
	float: left;	
	margin-right: 1%;
}


.articlesItems h2,
.rssItems h2,
.flickrItems h2 {
	font-size: 100%;
	background-color: #DDD;
	margin: 0px;
	padding: 3px 10px 3px 3px;
	margin-bottom: 8px;
	color: #333;
	text-align: right;
}

.flickrItems ul {
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.flickrItems li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.flickrItems li a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}


.rssItems ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

.rssItems li {
	list-style-type: none;	
}

.articlesItems ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

.articlesItems li {
	list-style-type: none;	
}

.rssItems a,
.rssItems a:link,
.rssItems a:visited {
	display: block;
	color: #698040;
	padding: 3px 10px 3px 10px;
	border: 1px solid #D0D9C3;
	border-style: none none solid none;
	text-decoration: none;
}

.rssItems a:hover {
	display: block;
	background-color: #D0D9C3;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	border: 1px solid #D0D9C3;
	border-style: none none solid none;
	text-decoration: none;
}


/* Parts of form 
form {
	background-color: #9191FF;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 430px;
	border: 1px solid #596B80;
}

form div {
	margin-top: 3px;
	margin-bottom: 3px;
}

label {
	width: 90px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
	display: block;
}

input[type=submit]
{
	margin-left: 100px;
} 

input[type=text], 
input[type=password],
textarea
{
	width: 300px;
}
*/

.showcaseItem {
	width: 500px;
	margin: 10px auto;
}

.showcaseItem .thumb {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.showcaseItem .thumb img {
	border: 0px solid transparent;
}

.showcaseItem .content {
	width: 285px;
	float: left;
}

.articlesItems .showcaseItem .content .title {
	font-size: 1.4em;
	background-color: transparent;
}


.articlesItems .showcaseItem .content .title a,
.articlesItems .showcaseItem .content .title a:link,
.articlesItems .showcaseItem .content .title a:visited,
.articlesItems .showcaseItem .content .title a:hover {
	color: #AF000E;
}

.showcaseItem .content .title {
	font-size: 1.4em;
	background-color: #D0D9C3;
	padding: 3px 5px 3px 6px;	
}

.showcaseItem .content .title a,
.showcaseItem .content .title a:link,
.showcaseItem .content .title a:visited,
.showcaseItem .content .title a:hover {
	color: #698040;
	text-decoration: none;
}

.showcaseItem .content .title a:hover { 
	text-decoration: underline;
}

.showcaseItem .link {
	margin-top: 0px;
	padding-left: 30px;
	border: 1px solid #D0D9C3;
	border-style: solid none none none;	
	text-align: right;
}
