@charset "utf-8";
/* CSS Document */
/* Copyright © 2009 - Mihai Sarmaru */
/* Author: Mihai Sarmaru
*/

/* General CSS styling --------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #000 url(images/body_bkg.jpg) top center repeat-y;
	text-align: center;
}
a {
	text-decoration: none;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
/* Wrapper CSS styling --------------------------------------------------------------------------------- */

#wrapper {
 	width: 100%;
	background: url(images/wrapper_bkg.jpg) top center no-repeat;
	overflow: hidden;
}
/* Title CSS styling --------------------------------------------------------------------------------- */

#title {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
}
#title_img {
	position: relative;
	top: 38px;
	left: 320px;
}
/* Menu CSS styling --------------------------------------------------------------------------------- */

#menu {
	width: 960px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
}
/* Menurss CSS styling --------------------------------------------------------------------------------- */

#menurss {
	float: right;
	margin: 8px 20px 0 20px;
}
#menurss ul li {
	list-style: none;
	background: top;
	float: left;
	display: inline;
	height: 24px;
}
#menu ul li#toprss {
	background: url(images/link_rss.jpg) no-repeat;
	width: 64px;
}
#menu ul li#toprss:hover {
	background-position: bottom;
}
/* Search CSS styling --------------------------------------------------------------------------------- */
#searchbar {
	float: right;
	overflow: hidden;
	margin-top: 7px;
}
#searchform {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#s {
	width: 159px;
	background: #fff url(images/search_field.jpg) left center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 6px 5px;
	border: none;
	vertical-align: top;
}
#searchsubmit {
	background: #FFF url(images/search_button.jpg) top left no-repeat;
	width: 25px;
	height: 26px;
	border: none;
	vertical-align: top;
	margin-top: 1px;
}
/* Menubar CSS styling --------------------------------------------------------------------------------- */

#menubar {
	margin-top: 9px;
	margin-right: 20px;
	float: right;
}
#menubar ul li {
	list-style: none;
	background: top;
	float: left;
	display: inline;
	height: 23px;
}
#menu ul li#home {
	background: url(images/link_home.jpg) no-repeat;
	width: 72px;
}
#menu ul li#home:hover {
	background-position: bottom;
}
#menu ul li#photos {
	background: url(images/link_photos.jpg) no-repeat;
	width: 89px;
}
#menu ul li#photos:hover {
	background-position: bottom;
}
#menu ul li#about {
	background: url(images/link_about.jpg) no-repeat;
	width: 71px;
}
#menu ul li#about:hover {
	background-position: bottom;
}
#menu ul li#contact {
	background: url(images/link_contact.jpg) no-repeat;
	width: 90px;
}
#menu ul li#contact:hover {
	background-position: bottom;
}
/* Container CSS styling --------------------------------------------------------------------------------- */

#container {
	width: 960px;
	margin: 0 auto;
	overflow: visible;
}
/* Left CSS styling --------------------------------------------------------------------------------- */

#left {
	width: 600px;
	margin: 20px 0 0 20px;
	text-align: left;
	float: left;
}
/* Post CSS styling --------------------------------------------------------------------------------- */

.post {
	margin: 20px 20px 50px 20px;
}
.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #666;
}
.post h2 a {
	color: #2f5e95;
	text-decoration: none;
}
.post h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999;
}
.post h3 a {
	color: #00a3e0;
	text-decoration: none;
}
.post h3 a:hover {
	color: #2bbaf0;
}
.auth {
	color: #00a3e0;
	text-decoration: none;
}
.date-author {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.post-comments {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* Postcontent CSS styling --------------------------------------------------------------------------------- */

.postcontent {
	clear: both;
}
.postcontent img {
	padding: 4px;
	border: 1px solid #999;
}
.postcontent img:hover {
	border: 1px solid #00a3e0;
}
.postcontent li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #333;
	margin-left: 30px;
	padding: 0 0 7px 0;
}
.postcontent p {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #333;
}
.postcontent a {
	font-style: italic;
	color: #00a3e0;
	text-decoration: none;
}
.postcontent a:hover {
	color: #00a3e0;
	text-decoration: underline;
}
/* Navigation CSS styling --------------------------------------------------------------------------------- */

.navigation {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	border-top: 1px dotted #666;
	padding: 5px 0;
	margin: 0 20px;
	color: #093370;
}
.navigation a {
	color: #0187ff;
}
.navigation a:hover {
	color: #093370;
}
/* Right CSS styling --------------------------------------------------------------------------------- */

#right {
	float: left;
	width: 280px;
	margin-top: 20px;
	margin-left: 20px;
}
#right h2 {
	background: url(images/sidebar_h2.jpg) top left no-repeat;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #4f720e;
	text-align: right;
	line-height: 35px;
	padding-right: 45px;
	overflow: hidden;
}
/* Recent Posts CSS styling --------------------------------------------------------------------------------- */

#recentposts {
	margin-top: 20px;
	margin-bottom: 25px;
}
#recentposts li {
	list-style: none;
	background: url(images/sidebar_li.jpg) top left repeat-x;
	border-bottom: 1px dotted #666;
	text-align: left;
}
#recentposts a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	background: url(images/sidebar_a.jpg) 15px no-repeat;
	padding-left: 33px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
#recentposts a:hover {
	color: #000;
	background: #ededed url(images/sidebar_a_hover.jpg) 15px no-repeat;
}
/* Wallpaper CSS styling --------------------------------------------------------------------------------- */

#wall {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 25px;
}
#wall li {
	list-style: none;
}
#wall h2 {
	margin-bottom: 5px;
}
#wall img {
	padding: 4px;
	border: 1px solid #999;
}
#wall img:hover {
	border: 1px solid #00a3e0;
}

/* Recent Comments CSS styling --------------------------------------------------------------------------------- */

#recentcomments {
	margin-top: 7px;
	margin-bottom: 25px;
	text-align: left;
}
#recentcomments li {
	clear: left;
	display: block;
	background: url(images/sidebar_li.jpg) top left repeat-x;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px dotted #666;
	overflow: hidden;
}
#recentcomments .wp-smiley {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}
#recentcomments .wp-smiley:hover {
	border: none;
}
#recentcomments img {
	float: left;
	padding: 4px;
	margin-right: 5px;
	border: 1px solid #999;
}
#recentcomments img:hover {
	border: 1px solid #00a3e0;
}
#recentcomments a {
	color: #093370;
	font-weight: bold;
}
#recentcomments a:hover {
	color: #6c8a0b;
}
#recenta {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	overflow: hidden;
}
/* Categories CSS styling --------------------------------------------------------------------------------- */

#category {
	margin-top: 7px;
	margin-bottom: 25px;
}
#category li {
	list-style: none;
	background: url(images/sidebar_li.jpg) top left repeat-x;
	border-bottom: 1px dotted #666;
	text-align: left;
}
#category a {
	display: block;
	overflow: hidden;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	background: url(images/sidebar_a.jpg) 15px no-repeat;
	padding-left: 33px;
	line-height: 28px;
}
#category a:hover {
	color: #000;
	background: #ededed url(images/sidebar_a_hover.jpg) 15px no-repeat;
}
/* My Links CSS styling --------------------------------------------------------------------------------- */

#my-links {
	margin-top: 7px;
	margin-bottom: 25px;
}
#my-links li {
	list-style: none;
	background: url(images/sidebar_li.jpg) top left repeat-x;
	border-bottom: 1px dotted #666;
	text-align: left;
}
#my-links a {
	display: block;
	overflow: hidden;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	background: url(images/sidebar_a.jpg) 15px no-repeat;
	padding-left: 33px;
	line-height: 28px;
}
#my-links a:hover {
	color: #000;
	background: #ededed url(images/sidebar_a_hover.jpg) 15px no-repeat;
}
/* Recent Tweets CSS styling --------------------------------------------------------------------------------- */

#recenttweets {
	background: url(images/tweet-bubble2.jpg) top center no-repeat;
	height: 176px;
	margin-top: 7px;
	margin-bottom: 0;
	text-align: left;
}
#recenttweets li {
	clear: left;
	display: block;
	padding: 21px 30px 0 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
}
#recenttweets a {
	color: #093370;
	font-weight: bold;
}
#recenttweets a:hover {
	color: #6c8a0b;
}
#recenttweets span {
	color: #999;
}
/* Blogroll CSS styling --------------------------------------------------------------------------------- */

#blogroll {
	margin-top: 7px;
	margin-bottom: 25px;
}
#blogroll li {
	list-style: none;
	background: url(images/sidebar_li.jpg) top left repeat-x;
	border-bottom: 1px dotted #666;
	text-align: left;
}
#blogroll a {
	display: block;
	overflow: hidden;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	background: url(images/sidebar_a.jpg) 15px no-repeat;
	padding-left: 33px;
	line-height: 28px;
}
#blogroll a:hover {
	color: #000;
	background: #ededed url(images/sidebar_a_hover.jpg) 15px no-repeat;
}
/* Picasa CSS styling --------------------------------------------------------------------------------- */

#picasa li {
	list-style: none;
}
#picasa h2 {
	margin-bottom: 10px;
}
.picasa_p {
	display: inline;
}
#picasa img {
	margin: 5px;
	padding: 4px;
	border: 1px solid #999;
}
#picasa img:hover {
	border: 1px solid #00a3e0;
}

/* Footer CSS styling --------------------------------------------------------------------------------- */

#footer {
	width: 100%;
	background: #000 url(images/footer_bkg.jpg) top center no-repeat;
	height: 200px;
	overflow: hidden;
}
#footercontent {
	margin: 90px auto 0 auto;
	width: 700px;
}
#footercontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}
#copyright {
	color: #FFF;
}
#css, #xhtml, #footerrss, #wordpress, #top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
}
#css {
	color: #f2b30b;
	background: url(images/icon_css.jpg) left 3px no-repeat;
	padding-left: 12px;
}
#xhtml {
	color: #91c935;
	background: url(images/icon_xhtml.jpg) left 3px no-repeat;
	padding-left: 12px;
}
#footerrss {
	color: #d16b07;
	background: url(images/icon_rss.jpg) left 2px no-repeat;
	padding-left: 12px;
}
#wordpress {
	color: #0b85a8;
	background: url(images/icon_wordpress.jpg) left 2px no-repeat;
	padding-left: 12px;
}
#top {
	color: #FFF;
	background: url(images/icon_top.jpg) left 4px no-repeat;
	padding-left: 12px;
}
/* Comments CSS styling --------------------------------------------------------------------------------- */

.comments-template {
	font-family: Verdana, Geneva, sans-serif;
	color: #093370;
	font-size: 12px;
	padding: 0;
	line-height: 16px;
	margin: 20px 20px 50px 20px;
}
.comments-template a {
	color: #4f720e;
}
.comments-template h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #6a8414;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 24px;
	border-bottom: 1px dotted #666;
	margin-top: 30px;
	margin-bottom: 10px;
}
.comms {
	background: #f1f9fb;
	padding: 12px 12px 4px 12px;
	overflow: hidden;
	margin: 3px 0;
	-moz-border-radius: 7px;
}
.alt {
	background: #e2f3f5;
}
.authcomment {
	background: #f2f4e8 url(images/admin_image.jpg) right 2px no-repeat;
}
/* Comments Content CSS styling --------------------------------------------------------------------------------- */

.gravatar {
	float: left;
	margin-right: 5px;
}
.gravatar img {
	padding: 1px;
	border: 1px solid #999;
}
.gravatar img:hover {
	border: 1px solid #00a3e0;
}
.commentbox {
	width: 460px;
	float: left;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.commentbox span {
	color: #333;
	font-size: 14px;
}
.commentbox p {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	padding: 10px 0 0 0;
	line-height: 16px;
}
.leavecomment {
	clear: both;
}
/* Comments Field CSS styling --------------------------------------------------------------------------------- */

.comments-template input {
	margin: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	border: 1px solid #b1d2d7;
	padding: 5px;
	width: 250px;
	margin: 10px 0 0 0;
}
#author {
	padding: 10px 5px 10px 25px;
	background: #f1f9fb url(images/comment-author.gif) 5px no-repeat;
}
#author:hover {
	background: #f5fbfc url(images/comment-author.gif) 5px no-repeat;
}
#email {
	padding: 10px 5px 10px 25px;
	background: #f1f9fb url(images/comment-email.gif) 5px no-repeat;
}
#email:hover {
	background: #f5fbfc url(images/comment-email.gif) 5px no-repeat;
}
#url {
	padding: 10px 5px 10px 25px;
	background: #f1f9fb url(images/comment-website.gif) 5px no-repeat;
}
#url:hover {
	background: #f5fbfc url(images/comment-website.gif) 5px no-repeat;
}
#submit {
	background: #597684 url(images/submit_comment.jpg) top center no-repeat;
	border: none;
	width: 148px;
	height: 40px;
	margin-top: 20px;
}
#submit:hover {
	cursor: pointer;
}
.comments-template textarea {
	margin: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	border: 1px solid #b1d2d7;
	padding: 5px;
	width: 540px;
	background: #f1f9fb;
	margin: 10px 0 5px 0;
}
.comments-template textarea:hover {
	background: #f5fbfc;
}
/* Sociable CSS styling --------------------------------------------------------------------------------- */

.sociable_tagline h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #6a8414;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 24px;
	border-bottom: 1px dotted #666;
	margin-top: 30px;
	margin-bottom: 10px;
}
.sociable a {
	text-decoration: none;
	border: none;
}
.sociable a:hover {
	text-decoration: none;
	border: none;
}
.sociable img:hover {
	text-decoration: none;
	border: none;
}