/*  
Theme Name: Vice Photo Blog (DE SKIN)
Description: A photo blog theme developed from Videoflick by Jason Schuller http://www.wpelements.com << Designed to work with a version of simple-post-thumbnails plugin edited for Wordpress MU and the wp-page-numbers plugin >>
Version: 1.0
Author: Dan Hockley
Author URI: http://www.viceland.com
*/


/***************************** RESET
***********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/***************************** STYLE
***********************************/

body {
font-family: Arial, georgia, serif;
font-size: 12px;
line-height: 1.4em;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 24px;
text-transform: uppercase;
display: block;
line-height: 24px;
}

h2 a {
color: #148CBE;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 10px;
}

/**************************** LAYOUT
***********************************/

body {
background-image: url(http://scs.viceland.com/img/images/bg_combined.gif);
background-repeat: repeat-y;
background-position: top center;
background-color: #D0D0D0;

}

/*** Structure ****/

#left_col {
width: 340px;
float: left;
margin-right: 18px;
margin-left: 18px;
display: inline;
overflow: hidden;
}

#thin_left_col {
width: 180px;
float: left;
margin-right: 18px;
margin-left: 18px;
display: inline;
overflow: hidden;
}

#main_col {
float: left;
width: 665px;
margin-right: 16px;
overflow: hidden;
margin-left: 14px;
}

#centre_col {
width: 300px;
float: left;
margin-right: 18px;
}

#right_col {
width: 300px;
float: left;
}

/***** Ads **/

.ad_mpu {
width: 300px;
height: 250px;
margin-bottom: 20px;
}

.ad_sky {
text-align: center;
width: 300px;
border-top: 1px solid #777;
margin-top: 10px;
padding-top: 10px; 
}

/***************************** BLOG
***********************************/


/* Begin Images */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px 0px 0px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px 7px 0px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.post img {
margin-bottom: 5px;
}
/* End Images */

.big_text {
font-size: 20px;
line-height: 20px;
margin-bottom: 10px;
text-transform: uppercase;
}

.label, .page_label {
border-bottom: 1px solid #777777;
margin-right: 15px;
margin-bottom: 10px;
}


.bottom_label {
clear: left;
border-top: 1px solid #777777;
margin-right: 15px;
margin-bottom: 10px;
}


.home-link {
float: right;
}

#main_content {
width: 680px;
padding-left: 16px;
overflow: hidden;
float: left;
}

#sidebar {
width: 318px;
float: left;
}

.latest_album_deets, .latest_album_image {
width: 322px;
float: left;
margin-bottom: 20px;
}

.latest_album_image {
width: 328px;
height: 235px;
margin-bottom: 20px;
padding-left: 15px;
}

.latest_album_image img {
width: 328px;
height: 235px;
}

.latest_album_deets h2 {
height: inherit;
margin-bottom: 0px;
}

.recent_album {
float:left; 
overflow: hidden;
position: relative; 
width: 215px;
margin-right: 10px;
margin-bottom: 10px;
padding: 0px;
height: 154px;
}

.recent_album img {
margin: 0px;
padding: 0px;
width: 215px;
}

.recent_album_deets {
color: white;
float: left; 
position: absolute; 
background: #000; 
width: 205px;
opacity: .7;
padding: 5px 10px 5px 5px;
letter-spacing: -0.4px;
line-height: 14px;
top: 500px;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.recent_album_deets .title {
font-weight: normal;
text-transform: uppercase;
font-size: 18px;
line-height: 18px;
}


.blog_title {
padding: 13px 0px 0px 10px;
display: block;
height: 29px;
background-image: url(images/titlebar.jpg);
margin-bottom: 15px;
font-size: 20px;
font-family: "Times New Roman", sans-serif;
font-weight: bold;
}

.post {
font-size: 13px;
padding-bottom: 0px;
}

.post h2 {
font-family: Helvetica, Arial, sans-serif;
font-size: 22px;
height: inherit;
line-height: 24px;
margin: 0 0 10px 0;
padding-top: 0px;
text-transform: uppercase;
color: #148CBE;
font-weight: normal;
}

.post p {
padding-bottom: 1em;
font-size: 13px;
line-height: 20px;
}

.social_buttons {
float: right;
margin-right: 14px;
padding: 0px;
}

.social_buttons li {
display: inline;
}

#album_content p {
padding-bottom: 10px;
font-size: 15px;
padding-right: 10px;
overflow: hidden;
}

.post h2 a {
font-weight: normal;
color: #148CBE;
}

.follow_box h3 {
float: left;
font-family: "Times New Roman", sans-serif;
font-weight: bold;
font-size: 14px;
}

.follow_box {
height: 29px;
padding: 13px 0px 0px 10px;
background-image: url(images/sidebar_roundbox.jpg);
margin-bottom: 15px;
}

.blog_search_box {
margin-bottom: 20px;
}

.social_media_links {
float: right;
padding-right: 10px;
}

.post .postmetadata {
background-image: url(images/separator_line_light.gif);
background-repeat: repeat-x;
background-position: top left;
background-color: #f4f4f1;
border-bottom: 1px solid #bbbbbb;
padding: 7px 7px 7px 7px;
margin-bottom: 20px;
}

.tab {
text-transform: uppercase;
float: right;
font-size: 9px;
padding: 0px 5px 0px 5px;
background-color: #066EC9;
color: #ffffff;
margin-left: 10px;
margin-top: 5px;
}

.music { background-color: #D61D00; }
.film { background-color: #008000; }
.fashion { background-color: #D1008B; }

.flag {
float: right;
}

.sidebar_title {
font-family: "Georgia", "Times New Roman", sans-serif;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
padding-bottom: 4px;
color: #ffffff;
background-image: url(images/sidebar_title.gif);
background-color: #000000;
height: 25px;
padding: 7px 0 0 10px;
}

.sidebar_box {
background-color: #f3f4f4;
margin-bottom: 15px;
padding: 10px 10px 10px 10px;
}

.blog_title_box {
padding-top: 0px;
background-image: none;
border: 0px solid;
}

.blog_title_box h4 {
font-size: 16px;
line-height: 24px;
padding-bottom: 5px;
}

.sidebar_box li a {
color: #000000;
}

.sidebar_box li {
padding-bottom: 10px;
font-size: 11px;
text-transform: uppercase;
}

.searchform {
margin-bottom: 15px;
}

.searchform .searchinput {
background-color: #ccc;
border: 0px;
height: 17px;
width: 142px;
float: left;
margin-right: 2px;
padding: 3px 0px 0px 4px;
}

.searchform label {
display: block;
float: left;
margin-right: 5px;
}

.searchform .searchsubmit {
background-color: #eee;
border: 1px solid #777;
font-family: "times new roman", georgia, sans-serif;
font-size: 13px;
display: block;
width: 30px;
height: 20px;
}

.sidebar_350x250_box {
padding-bottom: 15px;
}

.sidebar_728x90_box {
padding-bottom: 5px;
text-align: center;
}

.feed_list li {
float: left;
padding-right: 10px;
padding-bottom: 0px;
}

.feed_list {
width: 300px;
}

.commenter_details {
float: left;
width: 180px;
}

#comments {
margin-bottom: 10px;
}

.comment {
margin-bottom: 10px;
padding-bottom: 10px;
background-image: url(images/separator_line_light.gif);
background-repeat: repeat-x;
background-position: bottom left;
float: left;
clear: left;
}

.comment_box {
width: 482px;
float: left;
}

#comments h3 {
padding-bottom: 10px;
}

.commenter_details img {
margin-bottom: 5px;
}

#commentform input {
margin-bottom: 7px;
border: 0px;
background-color: #DDDDDD;
padding: 2px;
}

#commentform textarea {
margin-bottom: 7px;
border: 0px;
background-color: #DDDDDD;
padding: 2px;
font-family: Arial, georgia, serif;
font-size: 12px;
line-height: 1.4em;
width: 460px;
}

.gallery {
width: 678px;
}

.gallery-item {
float: left;
margin-right: 10px;
margin-bottom: 10px;
background-color: #bbb;
width: 159px;
height: 95px;
overflow: hidden;
}

.gallery-item img {
width: 159px;
height: 95px;
}

.album_meta {
padding-right: 20px;
margin-bottom: 15px;
}

.back-link {
float: right;
color: #ffffff;
background-color: #148CBE;
padding: 3px 7px 2px 6px;
}

.back-link:hover, .image_nav a:hover {
color: #ffffff;
background-color: #000;
text-decoration: none;
}

.image_nav {
width: 120px;
float: right;
text-align: right;
}

.image_nav a {
display: block;
float: left;
margin-left: 5px;
float: right;
}

.image_header {
border-bottom: 1px solid;
border-bottom: 1px solid #888;
margin-bottom: 10px;
}

#attachment .album_title {
float: left;
width: 540px;
}

.backtoalbum {
text-transform: normal;
color: inherit;
}

#attachment .image_album_title {
color: black;
font-weight: bold;
text-transform: uppercase;
}

#attachment {
padding: 0 13px 0px 0;
}

#attachment img {
margin-bottom: 5px;
}

.date {
font-weight: normal;
}

h2 a {
font-weight: normal;
}

.navigation {
clear: left;
}

.album_meta h2 {
display: block;
float: left;
width: 550px;
height: inherit;
}

.album_meta .date {
display: block;
clear: left;
}


/******* Page numbers ***/

#wp_page_numbers {
font-weight: bold;
text-transform: uppercase;
}

#wp_page_numbers li {
display: inline;
margin-right: 2px;
font-weight: normal;
}

#wp_page_numbers .active_page {
font-weight: bold;
}

#wp_page_numbers .page_info {
font-weight: bold;
margin-right: 10px;
}

/******* Sidebar ***/

.popular img {
width: 90px;
height: 54px;
margin-right: 10px;
}

.popular_thumb {
width: 100px;
float: left;
}

.popular {
width: 300px;
float: left;
overflow: hidden;
}

.popular li {
width: 300px;
float: left;
padding-bottom: 10px;
clear: left;
}


.recent img {
width: 90px;
height: 54px;
margin-right: 10px;
}

.recent_thumb {
width: 100px;
float: left;
}

.recent {
width: 300px;
float: left;
overflow: hidden;
}

.recent .comment {
float: left;
width: 110px;
}

.recent .recent_author {
font-weight: bold;
}

.recent li {
width: 300px;
padding-bottom: 10px;
clear: left;
float: left;
}

/******* Comments ***/

.author_meta {
width: 150px;
float: left;
}

.comment_text {
float: left;
width: 490px;
}

.commentslist {
padding-bottom: 40px;
}

.commentslist li {
border-bottom: 1px solid #888;
padding-bottom: 15px;
margin-right: 15px;
margin-bottom: 10px;
}

#vice_picks_photo_blog a {
font-weight: normal;
color: #148CBE;
}
 
.pick_photo_image {
float: left;
clear: left;
width: 55px;
height: 40px;
background-color: #aaa;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 5px;
}

.pick_photo_deets {
float: left;
width: 225px;
margin-bottom: 5px;
}

#vice_picks_photo_blog {
margin-bottom: 10px;
}

