/*
	Theme Name: StudioStudio Theme Version 1.0
	Theme URI: mhttp://sdsolutions.com.ph/
	Description: http://sdsolutions.com.ph/
	Version: 1.0
	Author: SD Slutions I.T. Outsourcing Inc.
	Author URI: http://sdsolutions.com.ph/
	Tags: StudioStudio

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.WelcomeText {
margin-bottom: 24px;
padding: 8px;
text-align: center;
background: #FFF;
border: 1px dotted #e2e2e2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.WelcomeText h1 {
margin: 0 auto;
padding: 40px 160px;
width: 100%;
border: 2px dashed #e2e2e2;
font-size: 24px;
font-weight: bold;
line-height: 32px;
}

.MainCategory .BookItem:nth-child(3) {
clear: both;
}
