/* CSS Document */

html, body {
padding: 0;
margin: 0;
height: 100%;}

body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Arial, Tahoma, Verdana, sans-serif;
background: #fff;
color: #474747;}

select, input, textarea {
font-family: Arial, Tahoma, Verdana, sans-serif;
color: #474747;
font-size: 1.0em;}

a {
color: #0082b8;
text-decoration: underline;}

a:hover {
text-decoration: none;}

a img {
border: none;}

form {
padding: 0;
margin: 0;}

p {
margin-top: 0;}

table {
border: none;}

h1 {
margin: 0;
padding: 0 0 12px 0;
font-size: 1.8em;
font-weight: normal;}

h2 {
margin: 0;
padding: 0 0 10px 0;
font-size: 1.5em;
}

h3 {
margin: 0;
padding: 0 0 8px 0;
font-size: 1.3em;}

h5 {
margin: 0;
padding: 0 0 4px 0;
font-size: 1.0em;
font-weight: normal;}


.fright {
	float: right;
}


/* --------------------------- */


#global {
width: 100%;
min-width: 990px;
min-height: 100%;
position: relative;
z-index: 1;}

#global-index {
border-collapse: collapse;
width: 100%;
min-width: 990px;
min-height: 100%;
height: 100%;
position: relative;
z-index: 1;}

#page {
padding: 0px 40px 0px 40px;
position:relative;
z-index: 1;
}



#header, .header {
height: 130px;
position: relative;
z-index: 2;}


#logo {
position: absolute;
left: 43px;
top: 25px;}

.header #logo
{
	left: 3px;
}

#menu {
	padding: 40px 0px 0px 0px;
}

#menu a {
	font-size: 12px;
	margin-right: 15px;
	color: #33782D;
}

#menu a.gray {
	color: #A9A9A9;
}


/* Blog Pages */
.rss_link
{
	margin-left: 8px;
}
.rss_link img
{
	vertical-align: top;
}
.blue-link
{
	background: #d7f2ff;
}
#blog-links
{
	position: absolute;
	right: 0px;
	top: 54px;
}
a.back-link
{
	padding-left: 17px;
	background: url(../../images/blog/nav-list.gif) no-repeat left 5px;
	font-size: 1.1em;
	float: right;
	margin-top: 4px;
}
a.green-link
{
	float: right;
	background: #71ac00;
	color: #fff;
	font-size: 1.1em;
	margin: -1px 0px 0px 52px;
	position: relative;
}
a.green-link span
{
	float: left;
	background: url(../../images/blog/green_left.gif) no-repeat left top;
}
a.green-link span span
{
	background: url(../../images/blog/green_right.gif) no-repeat right top;
	cursor: pointer;
	padding: 5px 11px 0px;
	height: 20px;
	text-decoration: underline;
}
a.green-link:hover span
{
	text-decoration: none;
}
#right-col
{
	width: 280px;
	float: right;
}
#left-col
{
	padding-right: 310px;
}
#left-col h1
{
	font-size: 2.5em;
	color: #000;
	padding-bottom: 30px;
}
#left-col h2
{

	font-size: 22px;
	color: #A9A9A9;
	padding: 0px 0px 25px 0px;
	font-weight: normal;
}
.search-right
{
	position: relative;
	margin-right: 29px;
	padding-top: 20px;
}
.search-right .text
{
	font-size: 14px;
	width: 100%;
	border: 2px solid #E0E0E0;
	font-weight: bold;
	color: #A9A9A9;
	padding: 5px;
}

#right-col dl
{
	clear: both;
}
#right-col dt
{
	margin-top: 25px;
}
#right-col dt a
{
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
}
#right-col dd, #right-col ul
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-top: 10px;
}
#right-col ul
{
	list-style: none;
	list-style-position: outside;

}

#right-col ul span, #right-col dt span, #right-col dd span
{
	color: #000;
	font-size: 9px;
	vertical-align: super;
	margin-left: 3px;
}
#right-col dt span
{
	font-size: 1.1em;
	font-weight: bold;
}
#right-col li
{
	padding: 4px 0px;
}



#subscribe {
	background: url(../../images/blog/ico_rss.gif) no-repeat 0px 4px;
	padding: 2px 16px;
	font-size: 12px;
	margin: 5px 0px;
}

#twitter {
	padding: 30px 0px 0px 50px;
}



#blog-items h1
{
	padding-bottom: 6px;
}

#blog-items
{
	padding-bottom: 40px;
}
#blog-items .item
{

}



#blog-items .content
{
	padding-top: 30px;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}

#blog-items .tags
{
	font-size: 12px;
	margin-bottom: 30px;
	background: url(../../images/blog/ico_tags.gif) no-repeat 0px 5px;
	padding: 2px 20px;
}

#blog-items .item h1 strong {
	background: url(../../images/blog/ico_comm.gif) no-repeat 0px 5px;
	padding: 7px 5px 7px 4px;
	color: #fff;
	font-size: 18px;
	font-weight: lighter;
}

#blog-items .item h1 strong.g {
	background: url(../../images/blog/ico_comm_g.gif) no-repeat 0px 5px;
}

#blog-items .item h1 strong a {
	color: #fff;
	text-decoration: none;
}


#blog-items div.info
{
	display: block;
	color: #A9A9A9;
	font-size: 1.2em;
}

#blog-items div.info a
{
	color: #A9A9A9;
}

#blog-items .item .text
{
	font-size: 14px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	color: #000;
}


#blog-items p
{
	font-size: 14px;
	/* margin: 20px 0px 0px; */

	display: block;
}

#blog-items .ileft
{
	margin: 0px 10px 3px 0px;
	float: left;
}


#blog-items p.gray
{
	padding: 12px 15px;
	position: relative;
	margin: 10px -15px -10px;
	background: #ececec;
}


.blog-paging a
{
	font-weight: bold;
	font-size: 1.4em;
}
.blog-paging a.prev-unact, .blog-paging a.next-unact
{
	color: #b3b3b3;
	cursor: default;
}
.blog-paging a.prev-unact:hover, .blog-paging a.next-unact:hover
{
	text-decoration: underline;
}
.blog-paging a.prev
{
	padding-left: 18px;
	background: url(../../images/blog/nav-list.gif) no-repeat left 6px;
	margin-right: 14px;
}
.blog-paging a.next
{
	padding-right: 18px;
	background: url(../../images/blog/a_next_blue.gif) no-repeat right 6px;
	margin-left: 14px;
}
.blog-paging a.prev-unact
{
	background: url(../../images/blog/a_prev_gray.gif) no-repeat left 5px;
}
.blog-paging a.next-unact
{
	background: url(../../images/blog/a_next_gray.gif) no-repeat right 6px;
}
.blog-foot
{
	padding: 20px 44px;
	margin: 0px;
	border-top: 1px #d7d7d7 solid;
	color: #A9A9A9;
	font-size: 12px;
	height: 50px;
}

.blog-foot .copy {
	padding-top: 15px;
}

.blog-foot a {
	color: #A9A9A9;
}

.blog-link
{
	margin-left: 50px;
}
.blog-link.active
{
	text-decoration: none;
	color: #474747;
	font-weight: bold;
	cursor: default;
}

#logged
{
	position: absolute;
	right: 0px;
	top: 58px;
	width: 235px;
	text-align: right;
}
#logged a.user
{
	padding: 1px 0px 1px 18px;
	background: url(../../images/blog/user_pic.gif) no-repeat left center;
	font-weight: bold;
	font-size: 1.2em;
}
#logged a.exit
{
	font-size: 1em;
	color: #f9006e;
	position: absolute;
	right: 0px;
	top: -35px;
}
span.yellow
{
	background: #ffeb64;
}
span.title
{
	color: #686868;
	font-size: 1.1em;
}
.pager
{
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.4em;
	color: #000;
}
.pager ul
{
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
.pager ul li
{
	display: inline;
	margin-left: 3px;
}
.pager ul a
{
	padding: 0px 3px;
}
.pager ul a.current
{
	background: #ececec;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
#popular-quer.blog-tags
{
	text-align: left;
	margin-bottom: 30px;
}
#popular-quer.blog-tags a
{
	padding: 0px 2px;
}
.bold-link
{
	font-weight: bold;
	font-size: 1.4em;
}
.comments
{
	color: #000;
	margin-top: 30px;
}
.comments h3
{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0px;
}
.comments h3 a
{
	vertical-align: super;
}
#blog-items .comments img
{
	display: inline;
	margin: 0px;
}
.comment-item
{
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 10px;
	color: #A9A9A9;
}
.comment-item .comment-item
{
	margin-left: 42px;
	padding-bottom: 0px;
}
.comment-item .user-name
{
	margin-left: 4px;
}
.comment-item span.links
{
	font-size: 11px;
}
.comment-item span.links a
{
	margin-left: 7px;
	cursor: pointer;
}
.comment-item span.links a.delete
{
	margin-left: 14px;
}
.comment-item span.links a img
{
	vertical-align: middle;
}
#blog-items .comment-item p
{
	margin: 8px 0px 0px 17px;
	font-size: 14px;
}
#blog-items .comment-item .comment-item p
{
	margin-left: 4px;
}
.comment-form
{
	margin-top: 40px;
}
.comment-item .comment-form
{
	margin: 15px 0px 0px 17px;
	padding-bottom: 15px;
	display: none;
}
.comment-item .comment-item .comment-form
{
	margin-left: 4px;
}
.comment-form h3
{
	font-size: 1.8em;
	color: #000;
}
.comment-form div
{
	color: #9f9f9f;
	font-size: 12px;
	margin-top: 7px;
}
.comment-form div .black
{
	color: #000;
	font-size: 12px;
}
.comment-form div a
{
	cursor: pointer;
}

.comment-form input.text
{
	width: 42%;
	margin-right: 3px;
}
.comment-form textarea
{
	height: 120px;
	width: 100%;
}
.comment-form div.cbx
{
	float: left;
	font-size: 12px;
	color: #000;
	padding: 8px 0px 0px 8px;
}
.comment-form div.cbx input
{
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 4px;
}

.comment-form .text
{
	font-size: 14px;
	width: 98%;
	border: 2px solid #E0E0E0;
	font-weight: bold;
	color: #A9A9A9;
	padding: 5px;
}

.comment-form .text.area
{
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	padding: 5px;
}

.comment-form div.send, .blog-add-form div.send
{
	float: right;
	padding-top: 4px;
	font-size: 12px;
}
.comment-form div.send span, .blog-add-form div.send span
{
	margin-right: 5px;
}

ul.lsn {
	list-style: none;
	margin: 10px;
	padding: 0px;
}

/* End */