/**
 * @file plugins/themes/collantropol/collantropol.css
 *
 * Copyright (c) 2003-2013 Collantropol.hr
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 *
 * Collantropol theme.
 *
 */

body {
	background: url("img/grid.png") #fff;	
	color: #000000;
    font-family: Tahoma;
}
h1,h2,h3,div,p,a,span,td { font-family: Tahoma !important; }



a:link {
	color: #000000;
}

a:active {
	color: #000000;
}
a:visited {
	color: #000000;
}

a:hover {
	background-color: #000000;
	color: #fff;
	text-decoration: none; 
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#body {
	#background: url("img/grid.png") #fff;	
}

#header {
	background: #000;
        color: #FFF;
	/*border-bottom: 1px solid #EEE;*/
	border:0px;
}

#header h1 {
    font-family: Tahoma;
    font-weight: normal;
    margin: 0 auto;
    padding: 0.2em 0 0 10%;
    text-shadow: 1px 1px 2px #EEE;	
	
}

#header h3 { 
    font-family: Tahoma;
    font-weight: bold;
    margin: 0 auto;
    padding: 0.3em 0 0.3em 10%;
    font-size:0.7em; 

}
#header h4 { 
    font-family: Tahoma;
    font-weight: normal;
    margin: 0 auto;
    padding: 0.3em 0 1.3em 10%;
    font-size:0.6em; 
}

#headerTitle span {
	position:relative;
	display:block;
	float:none;
	font-size: 0.4em;
}

#main {
	background-color: #ffffff;
	padding-top:0px;	
	-moz-box-shadow:    0 2px 5px 2px #666666;
	-webkit-box-shadow: 0 2px 5px 2px #666666;
	box-shadow:         0 2px 5px 2px #666666;
	
}

#main h2 {
	padding-left: 10px;
	
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px groove #414141;
	background: url("img/grid.png") #EEE;
	height: 30px;
}

#navbar  ul { clear:both; position:relative; display:block;}


#navbar  li { margin: 0 1.5em 0 0; padding: 0; float:left;	position:relative; display:block; }

#navbar ul li:last-child,
#navbar ul li.last-child { 
 clear:right;}

#navbar a {
    font-size: 0.9em;
    letter-spacing: 0.02em;
    color: #000 !important;
	position:relative;
	display:block;
	padding:5px 5px 8px 5px;
	line-height: 25px;
	text-shadow: 1px 1px 3px #818181;	
}

#navbar a:hover { 
	background: #000;
	color: #FFF !important;
}


#breadcrumb {
	background: url("img/billie_holiday.png") #EEE;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border:0px;	
	font-size: 0.8em;		
}

#breadcrumb a {
    color: #000;
}

#breadcrumb a:hover { 
	color: #FFF;
}


#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
	font-size: 0.8em;	
	
}


#main h2 {
     margin:0;
     padding: 10px 10px 12px;
	 background: #fff;
     border-bottom: 1px solid white;
     color: #000; 
	 text-shadow: 1px 1px 1px #999;	

}


#rightSidebar { 
	padding:10px 0px 10px 5px;
	font-size: 0.7em;		
}

#sidebar div.block  {
	padding-left:5px;
	background: url("img/billie_holiday.png") #EEE;
	font-size:1.1em;
	padding:5px 5px 5px 5px;
	margin-bottom: 10px;
	-moz-box-shadow:    0 1px 5px 1px #2F2F2F;
	-webkit-box-shadow: 0 1px 5px 1px #2F2F2F;
	box-shadow:         0 1px 5px 1px #2F2F2F;
}  

#sidebar div.block   a {  
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

#sidebar div.block   a:hover  { 
	color: #FFF;
	/*background-color: #000;*/
}  

#sidebar div.block #sizer {
	clear: both;
    display: block;
    height: 26px;
    position: relative;	
}


#sidebar .blockTitle {
     font-size: 13px;
    text-shadow: 1px 1px 3px #818181;  
}

#announcements { width: auto; }
/*
#sidebar div.block #sizer a:hover { background-color: transparent; }
*/
/* ------------------------------------------------------------ */


#managementPages { display: block; position: relative; float:left; width:33%; }
#managerUsers { display: block; position: relative; float:left; width:33%; }
#managerRoles { display: block; position: relative; float:left; width:33%; }

#managementPages h3, #managerUsers h3, #managerRoles h3 {
     background:url("img/low_contrast_linen.png") #333;
     border-bottom: 1px solid white;
     color: white; 
     margin-bottom: 0;
     padding: 0.25em;
 
}

#managementPages ul, #managerUsers ul , #managerRoles ul {  padding: 0 1.8em 0 0;  margin:0 0 20px 0; }
#managementPages li , #managerUsers li , #managerRoles li{
    background: url("img/billie_holiday.png") repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #B8B8B8;
    color: #000;
    padding: 5px;
    font-size: 13.3px;
    text-shadow: 0 0 0 #2D2D2D;
}

#managementPages li a:visited, #managerUsers li a:visited, #managerRoles li a:visited { color: #000; }
#managementPages li:hover, #managerUsers li:hover, #managerRoles li:hover { background: #999; }
#managementPages li a, #managerUsers li a, #managerRoles li a { color: #000; text-decoration: none; }
#managementPages li:hover a, #managerUsers li:hover a, #managerRoles li:hover a { color: #005780; }
#managementPages li a:hover, #managerUsers li a:hover, #managerRoles li a:hover { background-color: #999; color: #005780; }
/*-------------------------*/

#plugins ul {  padding: 0 1.8em 0 0;  margin:0 0 20px 0; width:50%; }
#plugins li {
    background: url("img/billie_holiday.png") repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #B8B8B8;
    color: #000;
    padding: 5px;
    width:50%;
    font-size: 13.3px;
    text-shadow: 0 0 0 #2D2D2D;
}

#plugins li a:visited { color: #000; }
#plugins li:hover{ background: #999; }
#plugins li a { color: #000; text-decoration: none; }
#plugins li:hover a { color: #005780; }
#plugins li a:hover { background-color: #999; color: #005780; }

#articleTitle {
    text-transform: uppercase; 
}

.tocArticle .tocTitle {
    text-transform: uppercase; 
}