/* =Fonts
-------------------------------------------------------------- */
html, body {
	font-family: Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6,
#site-title,
#site-info, 
#site-generator,
#site-description,
#colophon,
.menu {
	font-family: Helvetica, Arial, sans-serif,;	
}
pre, code {
	font-family: monospace;
}


/* =Typogragpy
-------------------------------------------------------------- */
html, body {
	line-height: 1.618;
	font-size: 14pt;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0.618em;
	color:#2d2d31;	
}

h1.entry-title {
	font-size:19pt;
}

h2 {
	font-size: 17pt; /*set a font size from orginal*/
}

h3 {
	margin-top: -22px!important; /*positions sidebar correctly*/
}	
p.entry-content {
	font-size:14pt;
}

h1, h2 {
	line-height: 1.3;
}

p {	font-size: 12pt;
	margin-top: 1em;
	margin-bottom: 0;	
}

pre, code {
	font-size: 0.8em;
	overflow: scroll;
	background: #F9F9F9;
}

div#site-title  {
	font-size: 1.3em;	
}

blockquote {
	margin: 1.618em;
}

ul, ol {
	margin: 0.618em;
	padding: 1em;	
	margin-bottom: 0;
	padding-bottom: 0;
}

ul ul, 
ul ol,
ol  ol,
ol ul {
	margin-top: 0;
	padding-top: 0;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

ul ul ul {
	list-style-type: disc;
}

a {
	text-decoration:none;
	color:#2d2d31;
}

a:visited {
	color:#2d2d31;
}

a:active {
	color:#2d2d31;
}

a:hover,
a:focus {
	text-decoration:underline;
}

.menu a {
	text-decoration:none;
	color:#f4f4f4;
}

.menu a:visited {
	color:#f4f4f4;
}

.menu a:active {
	color:#f4f4f4;
}

.menu a:hover,
.menu a:focus {
	text-decoration:underline;
}

.skip-link {	
	margin: 1.618em 0;
}

.page-link {
	margin: 1.618em 0 0;
	clear: both;
}

.wp-caption-text {
	font-size: 10px;
	margin-top: 4px;
	text-align: left;
	display: block;
	font-style: italic;
}

.gallery-caption {
	font-size: 0.618em;
}

.widget-area h3 a li ul p {
	font-size: 12pt;
}

#primary.widget-area a {
	font-size: 12pt;
}

#recent-posts-2 a {
	font-size: 12pt;
}

/* Grey text */
#site-info, 
#site-generator {
	color: #999;
}

/* =Structure
-------------------------------------------------------------- */
body {	
	padding: 0;
	margin: 0;
	background-color:#ccced6;	
}

#wrapper {
	background: #FDFDFD;			
	width: 78%;
	margin-left: auto; 
	margin-right: auto;
}

#branding,
#access {
	padding: 0 5%;
}


#footer {
	clear: both;
}

#container {
	width: 90%;
	margin: 0 5%;
	/*overflow: hidden;*/ /*removed overflow due to a bug in firefox*/
}

#content {
	width: auto;
	/*overflow: hidden;*/ /*removed overflow due to a bug in firefox*/
}

.home #content {
	padding-top: 0.618em;
}

#mobile-link { display:none; }

div.post,
div.page {
	width: auto;
	padding: 0.618em 0;
	border-bottom: 1px solid #DDD;
}

div.sticky {	
	background: LightGoldenRodYellow ;
	padding: 0.318em 5% 0.618em;
	width: 90%;
	border-top: 1em solid PaleGoldenRod;
	margin-top: 1em;
}

#colophon {
	display: none;	
	background: #F9F9F9;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0.618em 5%;
	margin: 2.618em 0 1.618em;
}

#site-info {	
	padding: 0.618em 5% 0;	
}

#site-generator {
	font-size: 0.618em;
	padding: 0.618em 5% 2.618em;	
}

.entry-content {
	margin: 0 0 2.618em; 
}

/* =Global Elements
-------------------------------------------------------------- */
table {
	border-top: 1px dashed #DDD;
	border-right: 1px dashed #DDD;
	border-left: 1px dashed #DDD;
}
th, td {
	border-bottom: 1px dashed #DDD;	
	padding: 0.5em 0.618em;
	text-align: left;
}


/* =Header
-------------------------------------------------------------- */
#header {
	display: inline;	
	float: left;
	width: 100%;
	background: #666;
	padding: 15px 0 30px;
	margin-bottom: 30px; /*added bottom margin to move content down*/
}

#site-title  {
	margin-top: 0.618em;
	margin-bottom: 0;
	line-height: 1.1;
	background: url(/files/transstrong.png);
	padding: 0.318em 40px 0.318em 20px;
	display: inline-block;
	float: left;
}

#site-description {
	display: inline-block;
	float: left;
	background: url(/files/transmid.png);
	padding: 10px 40px 10px 20px;
	clear: left;
	color: #666;
}

/* =Menu
-------------------------------------------------------------- */
#access ul {
	display: inline;	
	float: left;	
	clear: left;
	padding: 0;
	margin: 0 0 0.618em 0;
	font-size: 0.618em;
	position: relative;
}

#access ul li {
	display: inline;	
}

#access ul li a {
	display: inline;	
	float: left;
	padding: 0.618em 20px;
	margin: 0;
	background: url(/files/translow-black.png);
	color: ffffff;
}

#access ul li a:hover {
	background: url(/files/transstrong-black.png);
	color: ffffff;
}

/* =Content
-------------------------------------------------------------- */
#content iframe {
	max-width: 95%;	
}


/* =Asides
-------------------------------------------------------------- */



/* =Gallery listing
-------------------------------------------------------------- */


/* =Attachment pages
-------------------------------------------------------------- */
.single-attachment #content {
	width: 100%;
	max-width: 800px;
}

/* =Images
-------------------------------------------------------------- */
img {
	border: solid 1px #DDD;
	padding: 1px;
	background: #FFF;
	display: block;	
}

.post img,
.wp-caption,
.widget-area img,
.single-attachment #content img {
	max-width: 82%; /*original figure 99%; changed due to overlapping of image and sidebar when browser window in made smaller, when viewed using a tablet for example*/
	height: auto;
}

.wp-smiley {
	border-width: 0px;
}

.size-thumbnail {
	margin: 0 0.618em 0.618em 0;
}

.aligncenter,
div.alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.618em;
	margin-bottom: 1.618em;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0.618em 1.618em 1.618em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0.618em 0 1.618em 1.618em;
}


/* =Navigation
-------------------------------------------------------------- */
.nav-previous,
.nav-next {
	display: inline;
	float: left;
	width: 50%;
	height: 1.618em;	
	padding: 1em 0 2.617em;	
}

.nav-next {
	text-align: right;	
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	width: auto;
	margin: 0;
	padding: 0;	
}

.nocomments {
	background: #F9F9F9;	
	padding: 0.618em 5%;
	width: 90%;
	clear: both;
	display: block;
	margin-top: 0px;
}

.commentlist {
	background: #F9F9F9;	
	display: inline; 
	float: left;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.commentlist p {
	width: auto;
}

.comment-body,
.pingback p {
	padding: 0 0.618em 0 0;
	margin: 0;
}

.commentlist ul.children {
	padding: 0;
	margin: 0.618em 0 0;
}

.commentlist ul.children  li {	
	padding: 0.618em 0 0.618em 0.618em;
	margin: 0 0 0 2.617em;
	list-style-type: none;
	border-left: 1px solid #DDD;	
}

.comment,
.pingback {
	display: block;
	padding: 0.618em 0 0.618em 0.618em;
	margin: 0;	
}

li.thread-odd {
	background: #F9F9F9;
}

li.thread-even {
	background: #F0F0F0;
}

.bypostauthor,
.commentlist ul.children  li.bypostauthor {
	border-left: 6px solid #9BB5DE;
}

.vcard img {
	display: inline;
	float: left;
	margin: 0 0.618em 0.618em 0;
}

.reply {
	font-size: 0.618em;
	text-align: right;
	margin: 0 0.618em 0 0;
}

#commentform input,
#commentform textarea {
	display: block;
	width: 98%;
}

#commentform input[type="submit"],
#submit {
	font-size: 1em;
	padding: 0.618em;
}

.comment-notes {
	color: #999;
}

#respond {
	padding: 0.381em 0 1em;
	background: #E0E0E0;
	float: left;
	width: 100%
}

#respond h3,
#respond form {
	padding-left: 0.618em;
	padding-right: 0.618em;
}


/* =Widget Areas
-------------------------------------------------------------- */
#primary {
	float: right;
	width: 130px;
	height: 100%;
	border-left: 1px dashed #77777D;
	margin: 1.236em 0;
	padding: 0 0 0 15px;
}

#primary li {
	list-style:none;
}

#pre-footer {
	display: inline;
	float: left;
	clear: both;	
	width: 100%;
	padding: 2.617em 0; 
}

.widget-area ul, 
.widget-area ol {
margin: 0;
padding: 0 0em 0 0em;
	list-style:none;
}

#pre-footer .widget-area {
	display: inline;
	float: left;
	width: 33%;
}

.widget-area input[type="submit"] {
	padding: 0.618em;
}

.widget-area label {
	display: block;
}

.widget-area li {
	list-style:none;
}


.widget-container {
	display: inline;
	float: left;
	width: 100%;
	padding: 0 0 2.617em;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
	font-size: 0.618em;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
@media only screen and (max-width : 800px) {
	#content ,
	#pre-footer .widget-area {
		width: 100%;
	}
	#primary {
		width: 100%;
		border-left: 0px;
		margin: 0;
		padding: 1.618em 0;
	}
	
	th, td {
		padding: 0.3em;
	}
	#mobile-link { display:block; }

}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	#access,
	#primary,
	#pre-footer{
		display: none;
	}
	
	#content {
		width: 100%;
		max-width: 100%;
	}
}

	h1{ font-family:"Oswald", arial, sans-serif;}
	h2{ font-family:"Oswald", arial, sans-serif;}
	h3{ font-family:"Oswald", arial, sans-serif;}
	h4{ font-family:"Oswald", arial, sans-serif;}
	h5{ font-family:"Oswald", arial, sans-serif;}
	h6{ font-family:"Oswald", arial, sans-serif;}
	#site-title { font-family: 'Oswald', sans-serif; font-weight: 400; }

 #site-description { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 18pt; }
	body{ font-family:"Open Sans", arial, sans-serif;}
	blockquote{ font-family:"Open Sans", arial, sans-serif;}
	p{ font-family:"Open Sans", arial, sans-serif;}
	#recent-posts-2 a {
	font-size: 12pt;
}

@media (min-width: 480px) {  
	#header { background-image: url(/files/cropped-Porto-Fino-Header-2.jpg)!important;    
		-webkit-background-size: cover!important;
		-moz-background-size: cover!important;
		-o-background-size: cover!important;
		background-size: cover!important; }
}