/**************************************
 * THEME NAME: standardmintranet
 *
 * Files included in this sheet:
 *
 *   standardmintranet/gradients.css
 **************************************/

/***** standardmintranet/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

body {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#page {
	
}


th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
   /* background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     */
}

.navbar {
   /* background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     */
}

#topnav {
	text-align: right;
	padding-bottom: 15px;
	font-weight: bold;
	background-color: #C9D255;
	margin-top: 3px;
}

.breadcrumb {
	float: left;
}

#header-home, #header {
	color: #fff;
	background-color: #5F6B77;
	padding-bottom: 4px;
}

#header-home a, #header a {
	color: #C9D255;
}

#header-home a:hover, #header a:hover {
	color: #D16405;
}

#bottomnav {
	text-align:right;
	color:#000;
	background-color: #C9D255;
}

hr {
	margin-bottom: 3px;
	margin-top: 3px;
}

h1.headermain img {
	vertical-align: middle;
}

.block_site_main_menu .content ul.list li {
	line-height: 1.4em;
	padding-bottom: 13px; 
}

.block_site_main_menu .content .list li .icon,
.block_html .content .list li .icon {
	visibility: hidden;
}

.block_site_main_menu .content .list li:hover .icon,
.block_html .content .list li:hover .icon {
	visibility: visible;
}

.forumpost {
	border-left: 0px;
	border-bottom: 0px;
}

.forumpost .author {
	/*text-align: right;*/
}

.forumpost .side {
	border: 0px;
	background-color: transparent;
}

.forumpost td.picture {
	background-color: #eee;
	border-width: 1px 0px 1px 1px;
	-moz-border-radius-bottomleft: 20px;
	border-color: #44f;
}

.forumpost .topic {
	border-width: 0px;
}

.forumpost .subject {
	color: #5f6b77;
}

#layout-table #middle-column {
	padding-right: 30px;
	padding-left: 0px;
}

#consultingbox, #experiencebox, #softwarebox {
	-moz-border-radius: 10px;
}

#content #consultingbox h2, #content #experiencebox h2, #content #softwarebox h2 {
	padding-top: 3px;
}

#consultingbox:hover {
	background-color: #55a8d2;
}

#experiencebox:hover {
	background-color: #d29955;
}

#softwarebox:hover {
	background-color: #b4d255;
}

.hoverrotate:hover {
	-webkit-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	transform: rotate(9deg);

}/***** standardmintranet/gradients.css end *****/

