/*
Theme Name: Hans Studer
Author: Marconex AG
Version: 1
*/

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}


#nav ul.menu li.current-menu-item a{
    background: url("images/nav_bg_act.png") repeat-x scroll center top transparent;
}

#nav ul.menu li.current-page-ancestor a{
    background: url("images/nav_bg_act.png") repeat-x scroll center top transparent;
}

.proBox .more{display:none;}



 .entry img{
	display:block;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 6px 10px #A6A6A6;
    position: relative;padding:9px;
}

.sideBar ul li.current-menu-item a	{ background:url(images/sideNav_act.png) no-repeat right bottom; color:#efeeee; font-family:'OpenSansBold'; }
.sideBar ul li.current-menu-item a span	{ background:#b5453c;}


.listbox {    
    border: 1px solid #D9D9D9;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 5px;
    position: relative;
    vertical-align: top;
    width: 325px;
    background: url("images/list_head.png") repeat-x scroll center top transparent;
    float: left;
}
.listbox h3 {
    /*font-size: 18px;
    font-weight: normal;*/
    line-height: 1.2em;
    padding-bottom: 15px;
}
.listbox ul {
    margin-bottom: 0.7em;

}
.listbox ul li {
    font-family: Arial,Helvetica,sans-serif;
    list-style-type: square;
    margin-bottom: 5px;
    margin-left: 20px;
    padding-left: 0;
}
.SectIn ul {
    font-family: Arial,Helvetica,sans-serif;
    list-style-type: square;
    margin-bottom: 5px;
    margin-left: 20px;
    padding-left: 0;
}
.SectIn ol {
    font-family: Arial,Helvetica,sans-serif;
    list-style-type: decimal;
    margin-bottom: 5px;
    margin-left: 20px;
    padding-left: 0;
}
.proBoxWrap .proBox .name span a{   
    color: #FAFAFA;
}