/*
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: ****/

#page-content-header {display:none;}

.post-top h2 a, .post-top h3 a, .posts-counter {color: #004466;}

#main-content .main-content-padding {padding: 0px 141px 0px 141px;}

.page-id-29 #page-content {padding-bottom:0px;}

/* #logo {left: 80px; top: 0px;} */

#logo {top: 0px;}

#navigation-menu {left: 0; width: 840px; margin-left:auto; margin-right:auto;}
#navigation-menu ul.sf-menu > li > a {margin-left: 22px; margin-right: 3px; text-decoration: none; font-weight: bold;}
#navigation-menu ul.sf-menu > li > a:hover { text-decoration: underline; color:#ffffff;}

#breadcrumbs-container {width:760px;}
.breadcrumbs {font-size: 90%; margin: 2px 20px 0; margin-left:auto; margin-right:auto; width:738px;}

.container_24 .grid_20 {width:756px;}
#footer_text {margin: 14px 10px 12px 110px;}

.back-to-top {display:none;}

/* BEGIN UNUSED - FOOTER TO USE WITH BACK TO TOP */
/* gd#footer_text div {margin-left:100px; margin-right:250px; width: 600px;} */
/* gd.back-to-top a  {float:left; text-align: left;} */
/* END UNUSED - FOOTER TO USE WITH BACK TO TOP */

/* Begin Column Formatting */
.one_half, {margin-right:50px;}
.one_half { width:380px;}
.full_width { width:920px; float:left; }
.last_column { clear:right; margin-right:0 !important; width:220px; }
/* End Column Formatting */

.form-bg {background: none repeat scroll 0 0 #EEEEFF; padding:20px 20px 20px 20px;}
.oform-bg {background: none repeat scroll 0 0 #EEEEFF; padding:20px 20px 20px 20px; width:350px;}


/* Mobile Screen ( smaller than 480px )*/
@media screen and (max-width: 480px) {
	
#main-content .main-content-padding {padding: 0 10px;}
#footer_text {margin: 5px;}
.oform-bg {width:90%;}
.one_half { width:100%;}

}

/* Medium Screen ( 480px to 719px ) */
@media screen and (min-width: 480px) and (max-width: 719px) {
	
#main-content .main-content-padding {padding: 0 10px;}
.container_24 .grid_20 {width:480px;}
#footer_text {margin: 14px 10px 12px 10px;}
#footer-bg .container_24 .grid_20 {width:440px;}
.oform-bg {width:90%;}
  
}

/* 720px to 959px Screen */
@media screen and (min-width: 720px) and (max-width: 959px) {
  
#logo h1 a, #logo .site-name a {max-width:720px;}	
#navigation-menu {width: 700px;}
#main-content .main-content-padding {padding: 0 10px;}
.container_24 .grid_20 {width:720px;} 
#footer_text {margin: 14px 10px 12px 5px;}

}



