/*
Theme Name: LG2
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
}

#wrapper {
	background-image: url(images/bg.jpg);
	position: relative;
	float: left;
	width: 100%;
	padding-top: 30px;
}

#header {
	position: relative;
	width: 100%;
	float: left;
	height: 482px;
	background-image:url(images/header.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.index-post {
	position: relative;
	float: left;
	width: 272px;
	height: 340px;
	margin: 10px;
	margin-bottom: 20px;
	background-image: url(images/shadow_bg.png);
	padding-left: 13px;
}

a img {
	border: 0;
}

.index-image {
	position: absolute;
	left: 13px;
	top: 0px;
}

.index-title {
	position: absolute;
	left: 30px;
	top: 280px;
}

.index-subtitle {
	position: absolute;;
	left: 30px;
	top: 305px;
	color: #999;
}

.stick {
	position: absolute;
	left: 130px;
	top: -25px;
}

a.shadowpic {
	display: block;
	width: 270px;
	height: 270px;
	position: absolute;
	left: 13px;
	top: 0px;
	background-image: url(images/shadowpic.png);
	background-repeat: no-repeat;
}

a.shadowpic:hover {
	background-position: 0 -270px;
}

.single-post {
	position: relative;
	float:left;
	width: 679px;
	margin-left: 20px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	background-color: white;
	margin-bottom: 20px;
}

.gallery  {
	position: relative;
	float: left;
	width: 100%;
	margin-left: 1px;
}

.gallery-item {
	display: block;
	width: 225px;
	height: 225px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.single-header {
	position: relative;
	float: left;
	width:100%;
	height: 380px;
}


.single-post p {
	padding: 20px;
	padding-top:0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
	color: #666;
}

.single-subtitle {
	 position: relative;
	 float: left;
	 width: 640px;
	 margin-left: 20px;
	 height: 25px;
	 font-size: 12px;
	 font-weight: bold;
	 line-height: 25px;
	 color: #999;
	 border-bottom: 1px dotted #999;
}

.single-title {
	 position: relative;
	 float: left;
	 width: 100%;
	 height: 45px;
}

.single-title img {
	 position: absolute;
	 left: 20px;
	 top: 10px;
}

.gallery br {
	display: none;
}

.gallery-caption {
	display: none;
}

.single-post p a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.single-post p a:hover {
	background-color: white;
	color: #999;
	border-bottom: 1px dotted #ccc;
}

.column-sect {
	width: 100%;
	position: relative;
	float: left;
}

.post-column {
	width: 200px;
	margin:0px;
	padding: 0px;
	position: relative;
	float: left;
	margin-left: 19px;
}

.post-column p {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.raft {
	 position: relative;
	 float: left;
}

#footer {
	 position: relative;
	 float: left;
	 width: 100%;
	 height: 581px;
	 background-image: url(images/footer.png);
	 background-position: bottom;
}

a#logo {
	position: absolute;
	left: 80px;
	top: 80px;
	width:195px;
	height: 67px;
	background-image: url(images/logo.png);
}

a#logo:hover {
	background-position: 0 -67px;
}

#comments {
	position: absolute;
	left: 700px;
	top: 30px;
	width: 278px;
	margin-left: 10px;
	line-height: 18px;
	display: none;
}



.comment {
	 position: relative;
	 float: none;
	 background-image: url(images/comment_bg.gif);
	 width: 100%;
	 padding-bottom: 60px;
	 border-right: 2px solid #666;
	 padding-top: 1px;
}

.comment p{
	padding: 20px;
	margin: 0px;
}
.comment-author {
	position: relative;
	float: left;
	width: 96%;
	margin-left: 2%;
	height: 40px;
	background-image: url(images/underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.comment-author img{
	position: absolute;
	right: 30px;
	top: 0px;
}

#comments .stick {
	left: 120px;
}

.form-allowed-tags {
	display: none;
}

#respond {
	background-image: url(images/comment_bg.gif);
	padding-top: 15px;
	padding-left: 15px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	width: 263px;
}
#reply-title, .comment-notes {
	display: none;
}

#commentform label {
	display: block;
	position: relative;
	float: left;
	width: 60px;
}

#commentform  input {
	width: 170px;
	font-size: 12px;
	color: #666;
	padding: 4px;
}

textarea {
	width: 225px;
	height: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
}

span.required {
	display: none;
}

input#submit {
	margin-bottom: 15px;
	width: 100px;
}

.sharing-bar {
	position: relative;
	float: left;
	width: 660px;
	margin-right: 15px;
	margin-left: 22px;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #bbb;
}

.sharing-bar a {
	color: #777;
	text-decoration: none;
}

.sharing-bar a:hover {
	text-decoration: underline;
	color: #333;
}

div.comm {
	width: 95px;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	top: 390px;
	cursor: pointer;
	right: 10px;
}

.pages {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	width: 45px;
	line-height: 45px;
	height: 45px;
	border: 0px;
	background-color:#f5f5f5;
	margin-left: 5px;
	display: block;
	text-align: center;
	float: left;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 2px solid #666;
	font-size: 15px;
	font-weight:bold;
	color: #777;
	text-shadow: 1px 1px 0px #fff;
	letter-spacing: -1px;
}

.wp-pagenavi a:hover {
	background-color: #ececec;
}

.wp-pagenavi a.first, .wp-pagenavi a.last {
	width: 120px;
	font-size: 16px;
	font-weight: normal;
}

.wp-pagenavi span.current {
	background-color: #ccc;
	text-shadow: none;
	color: #000;
}

.wp-pagenavi span.extend {
	display: none;
}


.wp-pagenavi {
	position: relative;
	float: left;
	width: 900px;
	padding-left: 30px;
	margin-left: 20px;
	height: 113px;
	margin-top: 40px;
	background-image: url(images/raft2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
