/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/
@import url("../u-design/style.css");

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/

#main-content {
    /* Fallback for web browsers that doesn't support RGBa */
    /* background: rgb(0, 0, 0); */
    /* RGBa with 0.67 opacity */
    /* background: rgba(0, 0, 0, 0.67); */
    
    background: rgb(255,0,185);
    background: rgba(255,0,185,.33);
    border-radius: 6px;
    border:1px solid #ff00b9;
}

.container_24 .grid_16 {
    width:638px;
}

img .aligncenter {
    max-height:100%; max-width:100%;
}

#footer-bg {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 26%, rgba(0,0,0,0.18) 80%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,rgba(0,0,0,0.65)), color-stop(80%,rgba(0,0,0,0.18)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 26%,rgba(0,0,0,0.18) 80%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 26%,rgba(0,0,0,0.18) 80%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 26%,rgba(0,0,0,0.18) 80%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 26%,rgba(0,0,0,0.18) 80%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

    border-top:1px solid gray;

   -moz-box-shadow:   0px -8px 19px -1px black;
  -webkit-box-shadow: 0px -8px 19px -1px black;
  box-shadow:         0px -8px 19px -1px black;
}

#top-wrapper {
   -moz-box-shadow:   0px 10px 19px -1px black;
  -webkit-box-shadow: 0px 10px 19px -1px black;
  box-shadow:         0px 10px 19px -1px black;
}


/*
.entry a:link, a:visited, a:hover, a:active { text-decoration:none !important; }

.entry a:link {
color: grey !important;
)

.entry a:visited {
color: grey !important;
)

.entry a:hover {
color: white !important;
}


.entry a:active {
color: grey !important;
)
*/


/* Up Next Header Styles */
.un-header {
color: white;
font-weight: bold;
}

.un-h1 {
color: white;
font-weight: bold;
font-size: xx-large;
}

.un-h2 {
color: white;
font-weight: bold;
font-size: x-large;
}

.un-h3 {
color: white;
font-weight: bold;
font-size: large;
}

/* Up Next Search Highlight */
strong.search-excerpt { background-color: blue; }


/* remove lines */
#main-menu {
background: none;
}

#page-content {
background: none;
}


/* content header padding & margins */
#page-content-title #page-title h1 {
padding: 13px 0 8px 0;
margin: 0;
}

.no-breadcrumbs-padding { padding: 0; }



/* bios */

.un_bio img {
height: 300;
width: auto;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.un_bio ul {
overflow: hidden;
}

