/*  
Theme Name: RHP 2010
Version: 1.0
Author: Nicke Forsberg
*/

*{
padding: 0;
margin: 0;

}


body {
	background: #ffffff url(stuff/bkg/bg.gif) top left repeat-x;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #98dac6;
}

a:hover {
	text-decoration: none;
}

a:focus{
outline: none;
}

img {

border: none;
}

/* Header */

#header {
	width: 980px;
	margin: 0 auto;
}


#header h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

#header h2 a {
	color: #fff;
}

#header h2 a:hover {
	color: #ADE166;
	text-decoration: none;
}

#header p {
	padding-top: 1px;
	color: #fff;
	font-size: 13px;
	color: #8F8F8F;
}

/* Wrap */

#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
}

#menu {
	width: 480px;
	float: left;
	font-size: 1.5em;
	
}

#menu ul {
	list-style: none;
	background: #2B2A29;
	color: #f4f4f4;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius: 20px;
}


#menu li {
	float: left;
	display: block;
	height: 40px;
	margin-left: 20px;
	padding-right: 20px;
	padding-top: 20px; 
}

#menu li a {
color: #f4f4f4;
text-decoration: none;
}

#menu li a:hover {
color: #98dac6;	
}


#menu li.current_page_item, #menu li.current_page_item a {
	color: #f391bc;
	text-decoration: none;
}

#menu li.current_page_item a:hover {
	color: #f391bc;
	text-decoration: none;
}




#top-logo {
float: left;
margin: 20px auto;
width: 500px;
height: 110px;
}



/* Content */

#content-top{
margin: 0 auto;
float: left;
width: 980px;
height: 400px;
background: url(stuff/design/content-top.png) no-repeat top left;
} 

#content_wrap {
	padding:0 0 20px 0;
	margin: 0 auto;
	width: 980px;
}


#content {
	width: 980px;
	float: left;
}

#content ul{
list-style: none;
}

#content ul li{
display: block;
float: left;
width: 150px;
margin-right: 10px;
margin-bottom: 40px;
}

#content ul li img{
border: 1px solid #98DAC6;
}

#content h1 {
	color: #000;
font-size: 3em;
font-weight: bolder;
padding: 0px 0 20px 0;
text-transform: lowercase;
}

#content h2 {
	color: #000;
font-size: 3em;
font-weight: bolder;
padding: 0px 0 20px 0;
text-transform: lowercase;
}

#content h2 a {
	text-decoration: none;
	color: #98dac6;
}

#content h2 a:hover {

background: #dafaf0;
color: #98dac6;
}

#content h3 {
color:#2b2a29;
font-size:1.2em;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: bold;
text-transform: lowercase;
padding: 10px 0 0 0;
}

#content h3 a {
	text-decoration: none;
	color: #98dac6;
}

#content h3 a:hover {

background: #dafaf0;
color: #98dac6;
}

#content p {
	font-size: 13px;
	padding: 5px;
	font-weight: normal;
}

#content ul, #content ol {
	padding: 0;
	font-size: 11px;
}

#content ul li {
	list-style: none;
	
}

#content ol {

}

#content ol li {
	background: none;
	line-height: 20px;
}


/* CONTENT FULL WIDTH */

#content-full-width{
width: 980px;
margin: 0 auto;
float: left;
}

#content-full-width p{
line-height: 19px;
padding-bottom: 10px;
}


.full-width-left{
width: 600px;
margin: 0 auto;
padding: 0 20px 0 0;
float: left;
}

.full-width-right{
width: 335px;
margin: 110px auto;
padding: 0 0 0 20px;
float: left;
border-left: 2px dashed #BBB;
}


#content-full-width ul{
list-style: none;
}

#content-full-width li{
width: 100%;
border-bottom:2px dashed #BBBBBB;
padding-bottom: 40px;
padding-top: 40px;
margin: 0 0 20px 0;
}

#content-full-width h2 {
	color: #000;
font-size: 3em;
font-weight: bolder;
padding: 0px 0 20px 0;
text-transform: lowercase;
}

#content-full-width h2 a {
	text-decoration: none;
	color: #98dac6;
}

#content-full-width h2 a:hover {

background: #dafaf0;
color: #98dac6;
}





.content_details {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px dashed #e0e0e0;
	border-bottom: 2px dashed #e0e0e0;
margin: 0 0 20px 0;
}

.content_details-left {
float: left;
text-align: left;
}

.content_details-right {
text-align: right;

}




/* Caption */

#caption {
	width: 100%;
}

#caption h2 {
	width: 250px;
	float: left;
	font-size: 16px;
	color: #000;
	padding: 0 0 10px 0;
	line-height: 18px; 
	font-style: italic;
	text-transform: uppercase;
	font-weight: normal;
}



/* More Posts */

#more_posts {
	padding: 10px 15px;
	margin-top: 15px;
	font-size: 12px;
}

/* Comments */

.comments_caption {
	width: 100%;
	background: #fff;
	margin-top: 15px;
}

.comments_caption h2 {
	padding-left: 15px;
	line-height: 2em;
}

.comment_wrap {
	background: #fff;
	margin-top: 15px;
}

.comment_wrap p {
	font-size: 13px !important;
}

.comment_wrap_head {
	padding: 0 15px;
}

.comment_wrap_head p {
	padding: 7px 0 !important;
}

.comment_wrap_head span {
	color: #898989;
	padding-left: 5px;
}

.comment_wrap_post {
	padding: 5px 0;
	border-top: #EEEEEE 1px solid;
}

.comment_wrap_post p {
	padding: 10px 15px !important;
}

#leave_a_comment_wrap {
	width: 100%;
	margin-top: 15px;
}

.leave_a_comment {
	background: #fff;
	width: 10em;
	text-align: center;
	float: left;
}

.leave_a_comment h2 {
	line-height: 30px;
}

.trackback_rss {
	float: right;
	padding-right: 15px;
	padding-top: 8px;
	width: 12.9em;
}

.trackback_rss p {
	padding: 0 !important;
	font-size: 11px !important;
}

#comment_form {
	background: #fff;
	padding: 11px 0;
	clear: both;
}

#content form {
	background: #FAFAFA;
	width: 445px;
	border: #EDEDED 1px solid;
	padding: 15px 0 15px 15px;
	margin: 0 auto;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 5px;
	font-size: 15px;
	font-family: 'georgia', arial, san-serif;
}

#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 415px;
	height: 170px;
	padding: 3px;
	font-size: 15px;
	font-family: 'georgia', arial, san-serif;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */


#sidebar {
	width: 300px;
	float: left;
	padding:0;
	margin-left: 30px;
	margin-top: 20px;
}


#sidebar h2 {
	font-size: 18px;
	color: #000;
	font-family: 'georgia', arial, san-serif;
	font-weight: normal;
	padding-bottom: 20px;
}

#sidebar p {
	font-size: 13px;
}

#sidebar li{
padding-bottom: 20px;
}


#sidebar p {
	line-height: 20px;
}

#sidebar ul {
	list-style: none;
	
	
}

#sidebar ul ul {
	padding: 0;
	list-style: none;
	
}

#sidebar ul ul ul {
	padding: 0;
	
	
}

#sidebar ul li ul li {
	line-height: 15px;
	
}

/* Widgets */

.textwidget {
	line-height: 20px;
	padding-bottom: 20px; 
	border-bottom: 1px dashed #acacac; 
}



#wp-calendar {
	padding: 10px 0 10px 10px;
}

#wp-calendar caption {
	margin: 10px 0px;
	border-bottom: 0;
}

#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
}

#wp-calendar td#today {
   background: #EEEEEE;
}

/* Content Footer */

#content-footer {
	background: #fff url(stuff/bkg/content-footer.png) no-repeat top center;
	width: 980px; 
	margin: 0 auto;
	padding:73px 0 40px 0;
}

#content-footer h1{
color: #000;
font-size: 3em;
font-weight: bolder;
padding: 0px 0 20px 0;
text-transform: lowercase;
}

/*  Content Footer // TWITTER Fix */
ul.twitter{
}

li.twitter-item{
}

p.twitter-message{
float: left;
display: block;
padding: 0 0 20px 0;
margin: 0 0 20px 0;
width: 100%;
font-size: 2em;
border-bottom: 2px #bbb dashed;
}

.twitter-timestamp{
border: 0 none;
font-size: 11px;
color: #bbb;
}

a.twitter-link{
color: #98dac6;
}

a:hover.twitter-link{
background: #dafaf0;
color: #98dac6;
}

a.twitter-user{

}


.readmore{
text-align: right;
text-transform: lowercase;
padding: 40px 0 0 0;
}



/* Footer */

#footer {
	background: #343434 url(stuff/bkg/footer-top.png) no-repeat top center;
	width: 100%;
	padding: 20px 0 20px 0;
}

#footer-wrapper{
width: 980px;
margin: 0 auto;
}

#footer a{
color: #fff;
text-decoration: underline;
}

#footer a:hover{
color: #bbb;
text-decoration: none;
}



.footer-1 {
	float: left;
	display: block;
	margin: 40px 0 0 0;
	padding: 0 40px 0 0;
	border-right:2px dashed #BBBBBB;
	}
	
.footer-1 p {
	color: #868686;
	margin: 0px;	
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}
	
.footer-1 h1 {
	color: #fff;
	font-size: 2em;
	font-weight: bolder;
	padding: 0px 0px 20px 0;
	text-transform: lowercase;
	text-align: left;
	}	
	
.footer-2 {
	float: left;
	display: block;
	margin: 40px 0 0 0;
	padding: 0 40px 0 40px;
	border-right:2px dashed #BBBBBB;
	}
	
.footer-2 p {
	color: #868686;
	width: 400px;
	margin: 0px;	
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}
	
.footer-2 h1 {
	color: #fff;
	font-size: 2em;
	font-weight: bolder;
	padding: 0px 0px 20px 0;
	text-transform: lowercase;
	text-align: left;
	}		
	
.footer-3 {
	float: left;
	display: block;
	margin: 40px 0 0 40px;
	padding: 0 40px 0 0;
	}
	
.footer-3 p {
	color: #868686;
	margin: 0 0 20px 0;	
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}
	
.footer-3 h1 {
	color: #fff;
	font-size: 2em;
	font-weight: bolder;
	padding: 0px 0px 20px 0;
	text-transform: lowercase;
	text-align: left;
	}		
	


.footer-bottom {
float: left;
margin: 0 0 40px 0;
width: 100%;
	}
	
	
.footer-bottom ul, .footer-bottom li{
list-style-type: none;
	}	
	
.footer-bottom p {
	color: #868686;
	margin: 0 0 20px 0;	
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}
	
.footer-bottom h1 {
	color: #fff;
	font-size: 2em;
	font-weight: bolder;
	padding: 0px 0px 20px 0;
	text-transform: lowercase;
	text-align: left;
	}			



/* Fix */

#menu:after,
#menu ul:after,
#content_wrap:after,
#footer:after,
#leave_a_comment_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* NAV FIX */

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #dafaf0;
	color: #98dac6;
}

.wp-pagenavi span.current {
	font-weight: bold;
	font-size: 2em;
}
