/*
Theme Name: modified Urban View
Theme URI: http://tvmazing.com/
Description: This is a child theme of Urban View for <a href="http://tvmazing.com/">TVMazing.com</a>
Version: 1.0
Author: Gemma Baltazar
Author URI: http://www.theladyprogrammer.com/
Template: urban-view
*/

@import url(../urban-view/style.css);

body {
color: #ccc;
}

#shell {
width: 960px;
}

#header {
height: 290px;
}

#page-menu ul {
list-style-type: none;
text-align: right;
}

#page-menu ul li {
display: inline;
margin: 0 10px;
}

#page-menu ul li a {
color: #fff;
text-decoration: none;
}

#header h1 {
width: 280px;
float: left;
padding-top: 0;
}

.bloginfo {
position: relative;
top: 120px;
}

#content {
width:700px;
}

.postthumb {
float: right;
border: 1px solid #8FC2BE;
}

.entry404 {
min-height: 200px;
}

#sidebar {
width:240px;
}

input, textarea, select {
background-color:#333;
color:#fff;
border: 1px solid #999;
}


/* wp thumbie */
#wp_thumbie {
background-color: transparent !important;
}

#wp_thumbie_li {
border-bottom: 1px dotted #8FC2BE !important;
}

#wp_thumbie_li:hover {
background-color: #203330 !important;
}

#wp_thumbie_image {
border: 0 !important;
}

#wp_thumbie_title a {
color: #8FC2BE !important;
}

#wp_thumbie_title a:hover {
background-color: #8A1738 !important;
color: #fff !important;
}

#wp_thumbie_li p {
color: #aaa !important;
}

#wp_thumbie_rl2 a {
color: #666;
text-decoration: none;
}

#wp_thumbie_r12 a:hover {
background-color: transparent !important;
}

/* breadcrumb navigation */
.breadcrumb {
margin-bottom: 25px;
}