/*  This file is part of Sava CMS.

    Sava CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Sava CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Sava CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

/* @group Globals
=================================================== */


/*.content img { border: 1px solid #ccc; padding: .5em; }*/

/* @end
--------------------------------------------------- */



/* @group Layout
=================================================== */


.twoColSL .content {
	/*width: 710px;*/			/* Account for padding and border, reduced width 20px */
	/*padding-left: 10px;*/
		border-right: 0;
}

.twoColSR .content {
	/*width: 710px;*/			/* Account for padding and border, reduced width 20px */
	/*padding-right: 10px; 
	padding-left: 30px;*/
		border-left: 0;
}	

.threeCol .content {
	/*width: 515px;*/ 			/* Content Primary width adjustment- for 3 column layouts */
	/*padding: 0 15px;*/
} 

/* @end Layout
--------------------------------------------------- */




/* @group Navigation
=================================================== */

/* @group Breadcrumb Nav
=================================================== */

#crumbList { margin-bottom: 1em; }

#crumbList li { color: #919191; }

#crumbList li a {
	color: #919191;
	padding-bottom: 0;
	border: 0;
}

#crumbList li a:hover {
	color: #2460ba;
	padding-bottom: 0;
	border: 0;
}


/* @end Breadcrumb Nav
--------------------------------------------------- */


/* @group Primary Nav
=================================================== */



/* @end Primary Nav
--------------------------------------------------- */

/* @end Navigation
--------------------------------------------------- */



/* @group Headings
=================================================== */

p#sectionTitle {
	display: none;
}

/* @end Headings
--------------------------------------------------- */




/* @group default.css Overrides
=================================================== */

.svSyndLocal dl,
.svSyndRemote dl,
.svRelatedContent dl {
	/*border-top: 1px solid #ccc;*/
	padding-top: 1em;
	margin-bottom: .75em;
	width: 100%;
	float: left;
}

.sidebar .svSyndLocal dl,
.sidebar .svSyndRemote dl,
.svRelatedContent {
	margin-bottom: 1em;
}

.sidebar .svSyndLocal dd,
.sidebar .svSyndRemote dd,
.svRelatedContent {
	margin-bottom: 0;
}

dt.releaseDate { color: #666; }

/* @end default.css Overrides
--------------------------------------------------- */