/*  
Theme Name: Galleon Systems
Theme URI: http://news.galsys.co.uk
Description: The default theme for http://news.galsys.co.uk.
Version: 1.0
Author: David Radford
Author URI: http://bigredradish.com/

	Galleon Systems v1.0
	https://www.galsys.co.uk/news/

This theme was designed and built by David Radford,
whose blog you can find at http://bigredradish.com/

*/
/* Reset browser defaults */
@import url('css/reset.css');

/* Apply basic typography styles */
@import url('css/typography.css');

/* Apply a basic layout */
@import url('css/2colelas.css');

/* Apply general layout */
@import url('css/general.css');

.author_info {
border:1px dotted #666;
padding:1.0em;
margin: 0 auto 1em;
}
.author_page_info {
padding:1.0em;
margin: 0 auto 1.5em;
}
.author_info a,
.author_page_info a {
color:#cc0000;
border-bottom:1px dotted #fff;
text-decoration:none;
}
.author_info a:hover,
.author_page_info a:hover {
border-bottom:1px dotted #cc0000;
}
.author_photo img {
/*max-width:25%;*/
height:100px;
width:100px;
border:1px dotted #666;
padding:0.2em;
float:left;
margin:0 1.0em;
}
.author_info p,
.author_page_info p {
margin-top:0.8em;
margin-bottom:0.4em;
}
p.author_email {
text-indent:1.8em;
}

/* Post list fix */
.post ul {padding-left:2.5em;}
.post ul li {list-style-type:disc;margin-bottom:0.3em;}

/* let's clear some floats */
.row:before, .row:after, .group:before, .group:after/*, .cta:before, .cta:after*/  { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.row:after, .group:after/*, .cta:after*/ { clear: both; }  
.row, .group { zoom: 1; }