/*
Theme Name: Masinop
Theme URI: http://www.paddsolutions.com/wordpress-theme-masinop 
Description: Masinop Theme is a two-column, fixed-width and widget-ready Wordpress theme with the contrasting colors by <a href="http://www.paddsolutions.com">Padd Solutions</a>.
Version: 1.0
Author: Padd Solutions
Author URI: http://www.paddsolutions.com
Tags:two columns, fixed width, adsense ready, advertisement ready, valid css, valid xhtml 

The CSS, XHTML and design is released under Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported:
http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

@import 'style-section-typography.css';
@import 'style-section-required.css';
@import 'style-section-layout.css';
@import 'style-section-navigation.css';
@import 'style-section-pagination.css';
@import 'style-section-colors.css';
@import 'style-ui-tabs.css';

/* Carousel */

ul#numbers {
	width: 50px;
	list-style:none;
	font-size:32px;
	color: #c0c0c0;
	float: left;
	height: 400px;
}

ul#numbers li {
	height: 80px;
	padding-top: 25px;
}

ul#carousel {
	width: 610px;
	list-style:none;
	padding-bottom: 5px;
	margin-right: 0;
	padding-right: 0;
	display: inline-block;
	height: 100%;
        margin-left:35px;
	margin-top: 25px;
}

ul#carousel li {
   background: none repeat scroll 0 0 #FFEFBD;
    border: 3px solid #D69E21;
    border-radius: 6px 6px 6px 6px;
    display: inline;
    float: left;
    height: 70px;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 6px;
    padding: 10px;
    width: 530px;
}

img.carousel {
    padding: 10px;
    width: 100px;
}

#carousel h3 {
border: none;
font-size: 24px;
background: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#carousel h3 a {
	padding-bottom: 2px;
	padding: 0;
	text-align: center;
        font-size:20px;
}

#carousel h3 a:hover {
background: none;
color: #006;	
}
/* News Feed */

ul#news {
	list-style-type:none;
	padding-top: 10px;
}

ul#news li {
	padding: 15px;
	padding-right: 10px;
border:1px solid #d0d0d0;
margin-bottom: 10px;
-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
.titles{
font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 0px;
    padding:0 0 0 80px;
}
