/**
 * @author              Steven Palmer and Bradley Silk
 * @author url          http://coalaweb.com
 * @author email        support@coalaweb.com
 * @version             Version 0.0.1 January 2013
 * @copyright           Copyright (c) 2013 Steven Palmer and Bradley Silk All rights reserved.
 */

@import url(../warp/css/responsive.css);


/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }

}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	#headerbar,
	#menubar,
	#breadcrumbs,
	#totop-scroller { display: none; }
	
	/* Header */
	#block-header {
    	height: auto;
    }
    
    #header-responsive .searchbox {
        border: solid 1px #C7C9CE;
        padding: 0px 5px;
        background: #E7ECF2;
        background-image: linear-gradient(top, #EAECF5, #F7FAFF);
        background-image: -moz-linear-gradient(top, #EAECF5, #F7FAFF);
        background-image: -webkit-linear-gradient(top, #EAECF5, #F7FAFF);
        background-image: -o-linear-gradient(top, #EAECF5, #F7FAFF);
        background-image: -ms-linear-gradient(top, #EAECF5, #F7FAFF);
        box-shadow: inset 0px 0px 0px 1px white;
        border-radius:1px;
    }
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}

}
