/*
Theme Name: ManHussy
Theme URI: http://www.manhussy.com
Description: Dick jokes
Version: 1.0
Author: Marek

*/

@import url('css/reset.css');
@import url('css/global.css');


/* -----------------------------------*/
/* ---------->>> STRUCTURE <<<-----------*/
/* -----------------------------------*/

#container {
width:885px;
margin:0 auto 50px;
}

/*Header*/

#header {
margin:0 auto 0;
width: 885px;
height:200px;
background:#fff url('images/header.jpg') no-repeat;
}

#header a {
background:#fff url('images/header.jpg') no-repeat;
display:block;
height:200px;
width:860px;
}

#header a span {
visibility:hidden;
}

#headercontainer {
background: #000;
}

/*Navigation*/

#nav a { color: #fff; }

#nav {
margin: 0 auto 20px;
width: 885px;
clear: both;
padding:0;
}

#nav ul {
width:885px;
list-style:none;
text-align:left;
font-family: verdana;
font-size: 1em;
letter-spacing: 2px; 
text-transform: uppercase;
padding-top: 5px;
padding-bottom: 5px;
margin-top: -26px;
}

#nav li {
display:inline;
width: 400px;
height: 100px;
margin-right: 15px;
padding:0;
}


/* Content */

.widecolumn { width: 520px; }

.narrowcolumn { width: 350px;}

#featuredvideo { }

#recentvideo {
float:left;
width:520px;

}


#content {
width:520px;
float:left;
margin-right: 15px;
margin-bottom: 20px;
}

#content img { margin-right: 10px;}

#imagessidebar, #videosidebar {
width: 275px;
float: right;
padding-left: 20px;
}

#news {
width:350px;
float:left;
margin-left:0px;
}

/* Footer */

#footercontainer {
height: 150px;
background: #000;
clear:both;
}

#footer {
width: 885px;
height: 150px;
margin: 0 auto 0;
clear:both;
background: #000;
}

#rss, #rss a {
color: #fff;
}
#rss ul {padding-top: 3px;}

/* Links */

#links {
color: #fff;
float:left;
width:350px;
height:100px;
margin-left:0px;
}

#links a { color: #fff;}

#links ul {
float: left;
width: 350px ;
height: 100px;
font-size: 12px;

}

#links li {
	float: left;
	width: 175px;
	}


#fb { 
	float: right;
	margin-right: 130px;
	margin-top: 15px;
	}

/* About, Contact */

#contact {
float:left;
width:520px;
height:100px;
background:#853;
}

#about {

width: 520px;
float:left;
padding-right: 15px;
border-right: 1px solid #000;
margin-bottom: 20px;
line-height: 1.4em;
font-size: 1.1em;
}

#aboutcontact {
float:left;
width:320px;
padding-left: 20px;
}


/* -----------------------------------*/
/* ---------->>> TYPOGRAPHY + COLORS <<<-----------*/
/* -----------------------------------*/

/* Headers */

h1 {
position:absolute;
margin:0;
padding:0;
}

h2 {
font-size:2em;
padding:0;
margin: 10px 0 10px 0;
}

h3 {
font-size:20px;
padding:0;
margin: 10px 0 10px 0;
}


/* Links */ 

a {
color:#000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.newsentry {
line-height:1.7em;
font-size:1.1em;
margin-bottom:30px;
margin-top: 20px;
}


.videntry {
margin-top:15px;
}

#videosidebar h2, ul { margin-bottom: 15px;}
#videosidebar ul {line-height: 14px;}


#recentvideo {  }

#recentvideo ul {
float:left;
width:520px;
list-style:none;
margin:0;
padding:0;
}

#recentvideo li {
float:left;
width:260px;
padding:0;
margin-bottom: 15px;
font-weight: bold;
font-size: 1.4em;
line-height: .5em;
}

#images ul {
float:left;
width:885px;
list-style:none;
margin:0;
padding:0;
}

#images li {
float:left;
width:230px;
padding:2px;
margin-bottom: 15px;

}


/* -----------------------------------*/
/* ---------->>> FORMATTING <<<-----------*/
/* -----------------------------------*/

p { margin-top: 15px;}

p img {
max-width:100%;
padding:0;
}

a img, img {
border:none;
}

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
}

img.alignright {
display:inline;
margin:0 0 2px 7px;
padding:4px;
}

img.alignleft {
display:inline;
margin:0 7px 2px 0;
padding:4px;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

.centered {
display:block;
margin-left:auto;
margin-right:auto;
}

.navigation {
display:block;
text-align:center;
margin-top:10px;
margin-bottom:60px;
}

