/*
    Theme Name: Omni Theme Clone
    Theme URL: http://www.omnitheme.com/
    Description: According to the original author - "Omni theme is a completely customizable, 3-column, Widget-ready, easy to use premium theme that expands the possibilities of WordPress."
    Author: shongaks
    Author URI: http://www.bryanhauer.com/
    Version: 1.0
*/

#widgets{

	display:inline;
	float:right;
	width:280px;
	margin-right:12px;
        margin-bottom:15px;
        margin-top:-40px;
}

#widgets #rightcolumn{

	padding-left:8px;
	padding-right:8px;
}

/*Provide a white background, with suitable margin and padding */
.widget_mostRead, .widget_byCategory{

padding-right:12px; 
padding-bottom:12px;
padding-top:8px;
margin-bottom:20px;
}

/*Individual headers: create same space for all, and use separate images */
#most-read, #by-category{

width:264px;
height:40px;
}

#most-read{

background: white url(images/Top-25-Art-Blogs.png) no-repeat top;
}

#by-category{

background: white url(images/art-blogs-by-category.png) no-repeat top;
}

.widget_mostRead, .widget_byCategory{

background: transparent url(images/widgetBackground.png) repeat-y top;
}

/*Normal widget left-hand-side padding */
.widget_byCategory, .widget_mostRead {

padding-left:12px;
}

/*Indent the second line */
.widget_mostRead p{

text-indent: -28px;
padding-left: 28px;
font-size:12px;
}