/*
Theme Name: U-Design
Author: BHD
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!

    All the themes' CSS files are located under the 'styles/' sub-folder...

    If you would like to use this file to add any custom CSS, you'll need to enable it first  
    from the theme's "General Options" section.
*/
.morebutton{
	background: url('images/button.png') no-repeat;
	width:89px;
	height:33px;
	padding:4px 15px;
	color:#fff;
}
.morebutton a{
	color:#fff;
}
#bottom_3 .button, #Widgets_on_Pages_1 .button, #blogsidebar .button{
	border:1px solid #ccc;
	background:#FF8B10;
	margin-top:10px;
	padding:5px;
	color:#fff;
	-webkit-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

}
#bottom_3 .bottom-col-title{
	color:#FF8B10;
	text-align:left;
	padding-top:7px;
	border:none;
}
#Widgets_on_Pages_1 .bottom-col-title{
	color:#FF8B10;
	text-align:center;
	padding-top:7px;
	border:none;
}
#bottom_3 .textwidget{
	color:#999;
	text-align:left;
	font-size:14px;
}

#Widgets_on_Pages_1 .textwidget{
	color:#999;
	text-align:center;
	font-size:14px;
}

#bottom_3 form, #Widgets_on_Pages_1 form{
	padding:10px 0px 10px 0px;
}
#bottom_3 label, #Widgets_on_Pages_1 label{
	margin-left:0px;
}
#bottom_3 .bottomform, #Widgets_on_Pages_1 .bottomform{
	//background: #ccc;
	color:#fff;
	height:30px;
	text-align:center;
	padding-top:7px;
	//-webkit-border-bottom-left-radius: 30px;
	//-webkit-border-bottom-right-radius: 30px;
	//-moz-border-radius-bottomleft: 30px;
	//-moz-border-radius-bottomright: 30px;
	//border-bottom-left-radius: 30px;
	//border-bottom-right-radius: 30px;
}

#Widgets_on_Pages_1 li{
	list-style:none;
}

#Widgets_on_Pages_1 .widgettitle{
	color: #FF8B10;
	text-align:center;
}

#blogsidebar .widget_ns_mailchimp img{
	width:80px;
	height:97px;
}

#blogsidebar form{
	margin-top:10px;
}