/*
additional changes needed in php modules

-----------------------------------------------------------
functions.php:

change image geometries to

	set_post_thumbnail_size(310, 310, true);	
	add_image_size('single-large', 960, 1600, false);
    add_image_size('single-large-landscape', 960, 1600, false);
	add_image_size('slider-large', 960, 1600, false);


-----------------------------------------------------------
viewer.php:

remove some ifs and put in link to original image with 
rel="lightbox" explicitly to enable lightbox for features
image

	
		
			 'single-large',
				'url' => '',
			));
			echo 'ID) ).'" data-rel="lightbox-0">';
			echo wp_get_attachment_image(get_post_thumbnail_id(), $image['size'], false, array('class' => 'single-image'));
 			echo '';
			?>
		
	

-----------------------------------------------------------
slider-home-php.php:

to make slider images fixed width as for the usual post images, move  statement closing the "container" class to after the image inclusion statements

--------------------------------------------------------------
*/


body{
	font-size: 16px;
}

/*
.widecontainer{
    max-width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}

.widecontainer img.single-image{
    width: 960px;
}
*/

a {
  color: #dc5c3b; 
  text-decoration: none;
}


#top-area #logo h1{
	font-size: 32px;
}


#menu-main-menu,
#top-area .menu > ul{
	font-size: 14px;
}


#hidden-search {
  background: #444444;
  border-top: 1px solid #000000; 
}


#hidden-search #s {
    border: 1px solid #000000;
    color: #111111;
    background: #BBBBBB;
    font: 300 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
  

#hidden-search #searchsubmit {
    border: 1px solid #000000;
    background: #777777;
    padding: 6px 20px 5px 20px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 500;
    color: #EEEEEE;
    font-size: 14px;
}


#home-slider, .gallery-slider{	
    width: 100%;
	height: 600px;
}


#home-slider .post-titles a,
.gallery-slider .post-titles a{
	font-size: 18px;
}


#home-slider .container, .gallery-slider .container {
  width: 960px;
}


#post-loop .post-background{
	height: 310px;
}


#post-loop .post-content{
	box-sizing:border-box;
	height: 310px;
}


#post-loop .post-content h2{
  	font-size: 18px;
}


#post-loop .post-content .excerpt{
	font-size: 12px;
}


#page-title .post-info{
	display: none;
  	font-size: 10px;
}
  

#page-title h1{
	font-size: 24px;
}


#page-title.post-title h1{
	padding: 0 0px;
}


#post-main.no-sidebar{
    width: 960px;
}


.entry-content{
	font-size: 16px;
}

.entry-content h1 {
	font-size: 24px;
}

.entry-content h2 {
	font-size: 22px;
}

.entry-content h3 {
    font-family: 'Belgrano', serif;
	font-size: 22px;
}

.entry-content h4 {
    font-family: 'Belgrano', serif;
	font-size: 18px;
    margin-bottom: 5px;
}

.entry-content h5 {
	font-size: 16px;
}

.entry-content h6 {
	font-size: 14px;
}


#comments-closed{
  margin-top: 0px;
  font-size: 0px;
}


.lg-sub-html {
    display: none;
}


.sow-contact-form input[type="text"],
.sow-contact-form input[type="email"],
.sow-contact-form input[type="subject"],
.sow-contact-form textarea
{
    background-color: #999;
    color: #000;
    width: 100%;
    border: solid;
    border-color: #aaa;
    font-size: 16px;
}


input[type="text"]
{
    background-color: #999;
    color: #000;
    font-size: 16px;
}


