/* Start of CMSMS style sheet 'peterdent_theme_1901 : peterdent_layout_home' */
/*  
  ---------------------------------------------------------------
  +++++++++++++++++Peterdent-Art++++++++++++++++++++++
  ---------------------------------------------------------------
*/
body {
/* default text color for entire site */
	color: #Fff;
        line-height: 1.2em;
        background: #5a1f00;
}
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
#peterdent-home {
/* set to width of viewport */
	width: auto;
	background: #ae8437 url(uploads/peterdent/peterdent_home_bg.jpg) no-repeat scroll center top;
}
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #FDE792;
/* background image for the link to show wiki style arrow */
	background: url(uploads/peterdent_theme_1901/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #FDE792;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(uploads/peterdent_theme_1901/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #FDE792;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(uploads/peterdent_theme_1901/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
        margin-bottom: 0.5em;
        text-align:left;
        line-height:1.6em;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
}
/*default link styles*/
a {
	color: #5a1f00;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	color: #fff;
}

input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 215px;
	width: 960px;
}
#header-servicii {
	height: 215px;
	width: 960px;
}

/* ------------ Header - Search ------------ */
div#search {
	width: 190px;
	height: 54px;
	margin-top: 60px;
	margin-right: 20px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 120px;
        vertical-align: top;
	height: 44px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #fff;
/* padding of text */
	padding: 7px 0px 0px 20px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(uploads/peterdent_theme_1901/peterdent_search_box.png) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 37px;
	height: 54px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(uploads/peterdent_theme_1901/peterdent_search_btn.png) no-repeat right top;
}
/* ------------ Content ------------ */
#content {
	width: auto;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
        padding:0;
}
#content_bottom {
        padding: 0px 0px 0px 0px;
}
.left-padding {
        padding-left: 0px;
}
#bar {
	width: auto;
	height: 40px;
	padding-right: 1em;
	padding-left: 1em;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
}
/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
.title {
        display:inline-block;
        margin-left:0px;
        font-size: 1.8em;
        padding: 24px 26px 4px 10px;
        background: url(uploads/peterdent_theme_1901/peterdent_title_home.png) no-repeat right bottom;
}
.title h1 {
        float:right:
	font-size: 1.8em;
	color: #fde792;
}
.content-title {
        display:inline-block;
        padding: 20px 15px 5px 5px;
        margin-top:10px;
        background: url(uploads/peterdent_theme_1901/peterdent_home_content_title.png) no-repeat right bottom;
}
.content-title h1, h2 {
	font-size: 1em;
        color: #fde792;
        margin:0;
        padding:0;
}

* html .title h1, .content-title h1 { display:inline;  }  /* for IE 6 */
* html .title, .content-title { display:inline;  }  /* for IE 6 */
* + html .title h1{ display:inline; }  /* for IE 7 */
* + html .title { display:inline; }  /* for IE 7 */

#titles {
        display:block;
        margin-bottom: 30px;
        margin-top: 20px;
}
h1.title img {
        margin-right:0px;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}

/* ------------ Main (left) ------------ */
#main {
	width: 670px;
        text-decoration: none;
        word-spacing: normal;
        text-align: left;
        letter-spacing: 0;
        line-height: 1.3em;
        font-size: 1.1em;
        font-weight:normal;
}
.intro {
        display:inline;
        float:left;
        margin:0 30px 20px 0;
        padding:10px;
        border:1px solid #5a1f00;
        background:url(uploads/peterdent_theme_1901/peterdent_white_img.png);
}

.divider {
	width: auto;
	height: 18px;
        background: url(uploads/peterdent_theme_1901/peterdent_home_divider.png) no-repeat top center;
}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #000;
	height: 15px;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.4em;
	color: #5a1f00;
        font-weight:bold;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}



#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 0px;
	margin-right: 15px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

.main-main img:hover {padding:3px; background:#fff; margin:15px 25px 0 0; }
.main-main img { padding:3px; background:#963; margin:15px 25px 0 0; }
.main-main ul li {
        background: url(uploads/peterdent_theme_1901/peterdent_check.png) no-repeat left top;
        padding-left: 25px;
        list-style:none;
        margin:0.5em 0;
}
.fp-wrapper {display:block; background: url(uploads/peterdent_theme_1901/peterdent_white_img.png)}
.fp-previews {position:relative; border-top:1px solid #d9bc88;border-bottom:1px solid #a58750; width:300px;height:auto; float:left; margin:0px 0 0 0px; padding:10px 0px 10px 10px;}
.fp-previews {  }
.fp-reviews li {margin:0 0 0 10px;}
.fp-previews a {color:#5a1f00; text-decoration:none;}
.fp-previews a:hover {text-decoration:underline; color:#fff;}
.fp-previews img { padding:3px; background:#963; margin:10px 0; }
.fp-previews img:hover { padding:3px; background:#963; margin:10px 0; }
.fp-previews h3 a {text-decoration:none; text-transform:uppercase; }

/* ------------ Footer ------------ */
#footer-wrapper-home {
	min-height: 135px;
	height: auto!important;
	height: 135px;
	width: auto;
	margin-top: 0px;
	text-align: center;
	margin: 0px;
	margin-left: 0px;
        overflow:visible;
	background: url(uploads/peterdent_theme_1901/peterdent_footer_bg.png) no-repeat center bottom;
}

#footer {
	color: #FFF;
	font-size: 0.8em;
	min-height: 135px;
	height: auto!important;
        padding-top:0px;
        background-attachment:fixed;
        display:block;
        overflow:visible;
}
#footer .block_big {
	width: 790px;
	margin:0px;
        padding: 0px;
}
#footer-menu {
        float:left;
        width:570px;
        margin-top:60px;
}

#ghiveci {
     	text-align: left;
        float:left;
        width:auto;
        position:relative;
        left:-50px;
        top:-70px;
        height:0px; 
        z-index:1111;  
}
#credits {
        float:left;
        width:530px;
        padding-left:0px;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 0px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #FFF;
        font-size: 0.9em;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
        text-transform:uppercase;
}
#footer ul li {
        display:block;
        float:left;
}
#footer a {
	color: #DCEDF1;
	text-decoration: underline;
	font-weight: bold;
}
/* ------------ END LAYOUT ---------------*/

#calendar {
         padding: 20px 20px 0 30px;
}

.page-menu ul#primary-nav li a.menuactive span,
.page-menu ul#primary-nav li a:hover span,
.page-menu ul#primary-nav li a:focus span,
.page-menu ul#primary-nav li a:active span {
        background: url(uploads/peterdent_theme_1901/peterdent_home_menu_active.gif) no-repeat top center;
}
.gallery {margin-top:0px;}

.thumbs { 
        display:block;
        padding:5px;
        }
.thumbs img {
        background:url(uploads/peterdent_theme_1901/tablou.png) no-repeat top center;
        clear:left;
        margin:0 10px 0px 10px;
        padding:15px;
        height:70px;
        width:85px;
}
.thumb_home img {
        background:url(uploads/peterdent_theme_1901/tablou.png) no-repeat top center;
        clear:left;
        margin:0 10px 0px 10px;
        padding:45px;
        height:100px;
        width:115px;
}
.thumbs a:hover img {
        border: 0px solid #FDE792;
}

/* End of 'peterdent_theme_1901 : peterdent_layout_home' */

