/* Screen styles for Joe McNally Blog V. 2 - Coded with love by Eric Murrell at Volacious */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Tahoma, Geneva, sans-serif;
/*background-image: url('http://matyasfoto.cz/images/bgi.jpg');
	background-color: #fff;
	color: #000;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}

a:link {color: #800b0b; text-decoration: none;}
a:visited {color: #800b0b; text-decoration: none;}
a:hover {color: #800b0b; text-decoration: underline;}
a:active {color: #800b0b; text-decoration: none;}

#container {
	width: 862px;
	margin: 0 auto;
}

#header {
	width: 862px;
	height: 64px;
	background: url(../images/header_background.jpg) no-repeat;

}

#page-content {
	width: 848px;
	margin: 0 auto 10px auto;
	border-left: 1px solid #c7c8ca;
	border-right: 1px solid #c7c8ca;
	border-bottom: 1px solid #c7c8ca;

}

#main-content-area {
	width: 575px;
	float: left;
}

#sidebar {
	float: left;
	width: 273px;
}

/* Header */

#header h1 a {display: block; width: 330px; height: 120px; text-indent: -9000px;}

#header ul#nav {
        text-align: right;        
        float: right;	
     position: absolute;
	top: 60px;
	margin: 0 0 0 490px;
}

#header ul#nav li {
	list-style-type: none;
	float: right;
	margin: 0 0 0 14px;
}

#header ul#nav li a {font-size: 1.4em; text-transform: uppercase; color: #000; text-decoration: none; }
#header ul#nav li.odd a {font-size: 1.4em; text-transform: uppercase; color: #868686; text-decoration: none; }

/* Big Photo Area */

#photo-area {
	width: 582px;
	height: 304px;
	background: url(/images/photo_area.jpg) no-repeat;
	margin: 0 0 0 -7px;
	padding: 24px 0 0 0;
}

#photo-area .image-holder {
	width: 502px;
	height: 264px;
	margin: 0 0 0 44px;
	background-color: #868686;	
}

#flashcontent {
	width: 502px;
	height: 264px;
	margin: 0 0 0 44px;
	background-color: #868686;	
}
#photo-area img {

}

/* Blog Posts */

#posts {
text-align: justify;
	width: 530px;
	margin: 10px 0 20px 21px;
}

#posts h2.pagetitle {
	font-size: 3em;
	padding: 0 0 40px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

.blog-post {
	margin: 0 0 50px 0;
}

#otherpage p, .blog-post p {
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 0 20px 0;
}

#otherpage blockquote p, .blog-post blockquote p {
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 0 20px 40px;
	padding: 0 50px 0 10px;
	color: #000;
	border-left: 4px solid #c7c8ca;
	font-style: italic;
}

#otherpage ul, #otherpage ol, .blog-post ul, .blog-post ol {
	margin: 0 0 20px 55px;
}

#otherpage ul li, #otherpage ol li, .blog-post ul li, .blog-post ol li {
	font-size: 1.3em;
	margin: 0 0 12px 0;
}

#otherpage h1, .blog-post h1 {
	font-size: 3.2em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#otherpage h2, .blog-post h2 {
	font-size: 2.8em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#otherpage h3, .blog-post h3 {
	font-size: 2.4em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#otherpage h4, .blog-post h4 {
	font-size: 2em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#otherpage h5, .blog-post h5 {
	font-size: 1.6em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

#otherpage h6, .blog-post h6 {
	font-size: 1.3em;
	padding: 0 0 20px 0;
	font-weight: 300;
	line-height: 130%;
	color: #000;
}

.blog-post .post-header {
	margin: 0 0 20px 0;
}

.blog-post .post-header h2 {
	width: 480px;
	font-size: 2.4em;
	padding: 0;
	line-height: 100%;
	border-bottom: 2px solid #ededed;
	margin: 0 0 0 50px;
	font-weight: 700;
	padding: 1px 0 2px 0;
}

.blog-post .post-header h2 a:link {color: #000;}
.blog-post .post-header h2 a:visited {color: #000;}
.blog-post .post-header h2 a:hover {color: #868686; text-decoration: none;}
.blog-post .post-header h2 a:active {color: #868686;}

.blog-post .post-header h4 {
	font-size: 1.1em;
	line-height: 100%;
	padding: 4px 0 0 0;
        margin: 0 0 0 55px;
}

.blog-post .post-header h4 a {color: #800b0b;}

.blog-post .post-header h3 {
	display: block;
	width: 38px;
	height: 46px;
	background: url(../images/calendar_background.jpg) no-repeat;
	color: #fff;
	text-align: center;
	float: left;
	margin: 0 12px 0 0;
	font-size: 1.9em;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: 300;
	padding: 0;
}

.blog-post .post-header h3 strong {
	display: block;
	padding: 3px 0 1px 0;
	font-size: 0.7em;
}

#otherpage img.postimage, .blog-post img, .blog-post a img {
	margin: 0;
	padding: 1px;
	border: 1px solid #d6d6d6;
}

/* post footer */

.blog-post .post-footer {
	height: 25px;
	width: 549px;
	background-color: #f5f5f5;
	margin: 0 0 0 -21px;
}

.blog-post .post-footer p {
	font-size: 1.3em;
	padding: 2px 0 0 21px;
	height: 25px;
	text-transform: uppercase;
}

.blog-post .post-footer p strong {
	height: 25px;
	float: left;
	display: block;
	background-color: #fff;
	padding: 2px 5px 0 5px;
	margin: -2px 4px 0 0;
}

.blog-post .post-footer p a:link {}
.blog-post .post-footer p a:visited {}
.blog-post .post-footer p a:hover {text-decoration: none;}
.blog-post .post-footer p a:active {}

.blog-post .post-footer ul.social-icons {
	padding: 3px 3px 0 0;
	float: right;
}

.blog-post .post-footer ul.social-icons li {
	list-style-type: none;
	float: right;
	width: 20px;
	height: 19px;
	margin: 0 0 0 5px;
}

.blog-post .post-footer ul.social-icons li.digg a {display: block; width: 20px; height: 19px; background: url(../images/icons/little_digg.jpg) no-repeat; text-indent: -9000px;}
.blog-post .post-footer ul.social-icons li.twitter a {display: block; width: 20px; height: 19px; background: url(../images/icons/little_twitter.jpg) no-repeat; text-indent: -9000px;}
.blog-post .post-footer ul.social-icons li.facebook a {display: block; width: 20px; height: 19px; background: url(../images/icons/little_facebook.jpg) no-repeat; text-indent: -9000px;}
.blog-post .post-footer ul.social-icons li.delicious a {display: block; width: 20px; height: 19px; background: url(../images/icons/little_delicious.jpg) no-repeat; text-indent: -9000px;}


.navigation {
	text-align: center;
	font-size: 1.3em;
	margin: 30px 0 30px 0;
}




/* ---------- Sidebar ---------- */

/* More Box */

#more-box {
	width: 225px;
	height: 172px;
	background: url(../images/more_box.jpg) no-repeat;
	padding: 12px 12px 0 12px;
	margin: 17px 0 19px 10px;
}

#more-box img {
	float: left;
	margin: 0 10px 5px 0;
}

#more-box h3 {
	color: #800b0b;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.6em;
	padding: 0 0 3px 0;
}

#more-box p {
	color: #7a7a7a;
	font-size: 1.1em;
}

#more-box a.more-link {display: block; width: 59px; height: 24px; margin: 0 0 0 180px; text-indent: -9000px;}


/* Subscribe */

#subscribe {
	height: 59px;
	background-color: #dfdfdf;
}

#subscribe img {
	float: left;
	margin: 12px 10px 0 10px;
}

#subscribe h3 {
	color: #747474;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.3em;
	padding: 12px 0 0 0;
}

#subscribe p {
	color: #747474;
	font-size: 1.2em;
        margin: -12px 0 0 0;
}

#subscribe p em {
	font-size: 0.75em;
	font-style: normal;
}

#subscribe p a {text-transform: uppercase;}

/* What's in the Bag */

#inthebag {
	height: 69px;
	background: url(../images/structure/inthebag_background.jpg) no-repeat;
	background-position: bottom right;
}

#inthebag h3 {
	color: #000;
	font-size: 1.4em;
	padding: 10px 0 3px 0;
	margin: 0 0 0 14px;
	width: 170px;
}

#inthebag p {
	width: 170px;
	color: #747474;
	font-size: 1.1em;
	margin: 0 0 0 14px;
}

#inthebag p a {text-transform: uppercase;}

#inthebag img#joesbag {
	position: absolute;
	top: 335px;
	margin: 0 0 0 180px;
}

/* Sidebar Links */

#sidebar ul.links {
	margin: 0 0 0 -30px;
}

#sidebar ul.links li {
	width: 220px;
	height: 27px;
	padding: 10px 0 0 33px;
	border-bottom: 1px dotted #d5d5d5;
	list-style-type: none;
	font-size: 1.3em;
}

#sidebar ul.links li a {color: #7b7b7b;}

#sidebar ul.links li.flickr {background: url(../images/icons/flickr.jpg) no-repeat; background-position: 0 5px;}
#sidebar ul.links li.facebook {background: url(../images/icons/facebook.jpg) no-repeat; background-position: 0 5px;}
#sidebar ul.links li.youtube {background: url(../images/icons/youtube.jpg) no-repeat; background-position: 0 5px;}
#sidebar ul.links li.deviantart {background: url(../images/icons/deviantart.jpg) no-repeat; background-position: 0 5px;}
#sidebar ul.links li.twitter {background: url(../images/icons/twitter.jpg) no-repeat; background-position: 0 5px; border: none;}


/* Twitter feed */

#twitter {
	width: 264px;
	padding: 10px 0 0 0;
	background: url(../images/structure/twitter_background.jpg) no-repeat;
	background-position: bottom right;
	border-bottom: 1px dotted #d5d5d5;
	margin: 0 0 20px 9px;
}

#twitter ul li {
	font-size: 1.2em;
	color: #4f4f4f;
	line-height: 130%;
	list-style-type: none;
	padding: 0 20px 15px 40px;
	text-align: right;
}

/* Regular Sections */

h3.sidebar-section {
	width: 256px;
	height: 22px;
	background: url(../images/title_background.jpg) no-repeat;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 0 0 8px;
	font-weight: 300;
	font-size: 1.4em;
	margin: 0 0 10px 9px;
	cursor: pointer;
}


h3.sidebar-section.clicked {
	background-position: 0 -25px;
}

ul.sidebar-list {
	padding: 0 30px 10px 0;
}

ul.sidebar-list li {
	list-style-type: none;
	font-size: 1.2em;
	text-align: right;
	margin: 0 0 5px 0;
}


/* ----------- Footer ----------- */

#footer {
	margin: 0 0 50px 0;
}

#footer p {
	font-size: 1em;
	color: #c7c8ca;
	text-align: center;
}

#footer p a {color: #c7c8ca;}




#LSResult { position: absolute; background-color: #fff; width: 350px; }

#LSShadow { padding: 5px; }

#LSRes { background-color: #fff; }

.LSRow { padding: 0 5px; }

#LSHighlight { background-color: #aaa; }

#LSHeader { padding: 2px 2px 8px; }

.lsDate { display: block; color: #555; }