/*
Theme Name: Hungred new theme
Theme URI: http://hungred.com/
Description: The default WordPress theme for Hungred.com
Version: 1.0
Author: Clay Lua
Author URI: http://hungred.com/
Tags: hungred, custom header, fixed width, two columns, widgets
*/

html, body {
color:#252525;
cursor:default;
font-family: verdana, arial;
margin:0 auto;
text-align:center;
font-size: 1em;
background: #b1e1f6 url(images/tile.png) repeat 100% 100%;
}
code{
font-size: 1.3em;
}
a{
color:#FFF;
text-decoration:none
}
pre {
border:1px solid #C2C2C2;
margin:25px 0 5px;
overflow:auto;
padding:10px;
width:90%
}
img {
border:none;
}
strong{
font-weight: bold;
color: #000;
}
italic{
font-style:italic
}
oblique{
font-style:oblique
}
h1,h2,h3,h4 {
font-size:1.4em;
font-weight: bold;
margin: 0;
padding: 0.2em 0;
}

p{
margin: 1em 0;
}
textarea{
overflow: auto;
}
input, textarea{
	margin: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #808080;
}
/********************************
*								*
*			Global				*
*								*
*								*
********************************/
#header,#menuheader, #page, #footer{
width: 936px;
margin: 0 auto;
}
.entry a,.commenter_comment a {
color:#54aeec !important;
}

.navigation, .post, #comments, .postauthor , #cat{
	background-color: #FFF;
}
#comments, .post, .commenter_comment, .commenter_photo,.postauthor, #cat  {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #FFF;
}

/********************************
*								*
*			Header				*
*								*
*								*
********************************/

#headline h1, #headline h2{
	text-indent: -9999px;
}
#headline p{
	position: absolute;
	top: 200px;
	left: 300px;
}
#header{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -468px;
	color:#FFF;
	font-weight: bold;
}

#menu{
float:right;
}
#menuheader{
position: relative;
}
#cat{
	text-align: left;
	overflow: hidden;
	width: 600px;
	padding: 20px;
	margin:0 0 10px;
}
#cat ul li a{
	color: #54aeec;
}
#cat li{
float:left;
margin-right: 15px;
}
#search-container{
	position: absolute;
	top: 365px;
	right: 0;
	font-size: 0.8em;
	font-weight: 100;
}
/********************************
*								*
*			Social				*
*								*
*								*
********************************/
#rss{
	background: transparent url(images/crab.png) no-repeat 100% 100%;
	width: 240px;
	height: 218px;
	position: absolute;
	top: 130px;
	right: 0px;
}
#rss-mail{
	width: 70px;
	height: 60px;
	position: absolute;
	right: 164px;
	top: 162px;
	z-index: 1;
}
#twitter{
	background: transparent url(images/twitter.png) no-repeat 100% 100%;
	width: 186px;
	height: 107px;
	position: absolute;
	top: 70px;
	right: 200px;	
}

#logo{
	background: transparent url(images/hungred-logo.png) no-repeat 100% 100%;
	width: 540px;
	height: 372px;
	position: absolute;
	top: 0;
	left: -120px;
}

.wave{
	background: transparent url(images/wave.png) repeat-x 100% 100%;
	width: 100%;
	height: 27px;
	position: absolute;
	left: 0;
	top:260px;
	z-index: -1;
}

.wave2{
	background: transparent url(images/wave2.png) repeat-x 100% 100%;
	width: 100%;
	height: 22px;
	position: absolute;
	left: 0;
	top:180px;
	z-index: -1;
}
#hook{
	background: transparent url(images/hook.png) no-repeat 100% 100%;
	width: 79px;
	height: 171px;
	position: absolute;
	top: 0;
	left: 370px;
}
#logo,#twitter, #rss{
	cursor: pointer;
}
/********************************
*								*
*			Menu				*
*								*
*								*
********************************/
#menuheader {
padding:0;
}
#menu{overflow:auto;}
#menu li {
float:left;
padding-left:1em
}

#searchbar_father{
width:290px;
height:90px;
background: transparent url(images/search-bar.png) no-repeat;
position: relative;
}
#s{
width:190px;
height:65px;
border: 0;
font-size: 2.5em;
margin-top: 10px;
float: left;
margin-left: 35px;
}
#search_button{
height:50px;
width:62px;
border: 0;
background: transparent url(images/search-icon.png) no-repeat 100% 100%;
cursor: pointer;
position: absolute;
right: 10px;
top: 13px;
}
#search{
position: absolute;
bottom: 0;
right: 0;
width: 360px;
}

/********************************
*								*
*			Content				*
*								*
*								*
********************************/
#page {
margin-top:360px;
}
#content a {
color:#54aeec
}

#content {
float:left;
width:600px;
position: relative;
}

#content_only ul li, #content_only ol li, .entry ol li, .entry ul li   {
line-height:1.65em;
list-style-type:disc;
margin: 2px 50px;
padding:0 3px;
}

#content_only ol li, .entry ol li {
list-style:decimal;
}
#content_only h2{
font-size: 1.2em;
}
#content_only h3{
font-size: 1em;
}
#content_only h4{
font-size: 0.8em;
}
#content_only img {
/*border:#CCC solid 1px;
display:block;
padding:4px*/
}

#sociobar1 img {
display:inline;
}

.alignright {
float:right
}

.post {
margin:0 0 30px;
padding: 20px;
text-align:left;
width:600px;
position: relative;
}

.post .title {
color:#2d2c2c;
line-height:1.13em;
padding:0 0 5px;
vertical-align:baseline
}


/********************************
*								*
*			Comment				*
*								*
*								*
********************************/
.commentC {
background:transparent url('images/bubble.png') no-repeat;
height:193px;
width: 100px;
line-height: 100px;
text-align:center;
color: #FFF;
}
#content div.post div.commentP div.commentC  a{
color: #FFF;
}
.commentP {
position: absolute;
left: -120px;
top: 30px;
}

#comment {
height:100px;
width: 90%;
}

#moretag {
color:#252525;
margin:0 10px;
text-align:right
}
#submit{
	background: transparent url(images/post-comment.png) no-repeat 0% 0%;
	height: 80px;
	width: 200px;
	border: 0;
	cursor: pointer;
}

#submit:hover{
	background: transparent url(images/post-comment.png) no-repeat 100% 51%;
}

#submit:active{
	background: transparent url(images/post-comment.png) no-repeat 100% 103%;
}

#comments {
padding: 20px;
text-align:left;
width:600px;
}

.commentlist {
padding:0;
text-align:left
}

#commentlist4tb {
display:none
}

#pingNtb {
color:#600;
cursor:pointer;
font-size: 0.6em;
}

.commentlist li {
clear:both
}

.commenter_details {
float:left;
height:auto !important;
margin:20px 0;
min-height:140px;
position:absolute;
width:120px
}

.comment_box {
clear:both;
height:auto !important;
min-height:185px;
overflow:auto
}

.commenter_comment {
border:#CCC solid 1px;
height:auto !important;
margin:10px;
min-height:185px;
height: 185px;
overflow:auto;
padding-left:120px;
width:auto !important
}

.comment_author{
	border: #FF8000 solid 2px;
	width: 100px;
	height: 100px;
}
.postauthor {
border:1px solid #c6c4c4;
height:auto !important;
min-height:100px;
height: 100px;
padding:10px;
}

.postauthor h4 {
margin:0 0 10px;
}

.postauthor img {
float:left;
margin:0 15px 8px 0
}

#menu,#commentform {
text-align:left
}
/********************************
*								*
*		Advertisement			*
*								*
*								*
********************************/
#google iframe
{
	margin: 5px;
	clear:both;
	
}

.advertisement
{
	background: #DDD;
	margin: 10px 0 0;
}

/********************************
*								*
*			Sidebar				*
*								*
*								*
********************************/
#sidebar {
float:left;
padding:0 10px;
margin-left: 40px;
text-align:left;
width:270px;
height: auto !important;
}

#sidebar a{
color: #2d2c2c;
}
.widget , .alignleft{
float:left;
}

#footer-widget .widget{
	width: 205px;
	height: 120px;
	height: auto !important;
	min-height: 120px;
	margin: 20px 30px;
	text-align: left;
}
#footer-widget .widget_text{
	height: 300px;
}

#footer-widget .widget ul li{
list-style:square outside url('images/bulletine.jpg');
margin:0x 10px 7px;
}

/********************************
*								*
*			Footer				*
*								*
*								*
********************************/

#water{
	background: transparent url(images/water.png) repeat-x 100% 100%;
	width: 100%;
	height: 23px;
	position: absolute;
	top: -23px;
	left: 0;
	z-index: 1;
}
#clear{
	clear:both;
	height: 40px;
}
#footerbg{
	background: #4cabe8;
	position: relative;
}
#footer a{
	color: #FFF;
}
#footer {
	color:#252525;
	overflow: hidden;
	font-size: 0.7em;
}




/********************************
*								*
*			Others				*
*								*
*								*
********************************/
/*fv community*/
#fvCommunityNewsForm input{
width: 200px !important;
}

#fvCommunityNewsForm textarea{
width:34.375em !important;
height: 200px !important;
}

#community-link{
border: #CCC solid 1px;
padding: 3px;
}

/*Page Navi*/
.navigation{
	overflow: hidden;
	width: 640px;
}
.wp-pagenavi a, .wp-pagenavi span{
	border: #252525 solid 0px!important;
}
.current{
	color:#2D2C2C !important;
}
.pages{
	border: #252525 solid 0px!important;
	color:#2D2C2C !important;
}
