/*
Theme Name: Girona Mac
Theme URI: http://gironamac.com/cool-theme/
Description: Easy on the eyes WordPress theme by
<a href="http://gironamac.com/">Girona Mac</a>
Version: 1 (WP2.8.4)
Author: John Maas
Author URI: http://gironamac.com/
Tags: 
*/

/*****Basic Elements*****/  
* {
	margin: 0;
}
html, body {
	background: #fff;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	height: 100%;
	color: #000;
	background-image: url(i/header-bg.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: normal;
}
h1 {
	font-size: 2em;
	margin-bottom: 30px;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 12px;
}
h4 {
	font-size: 1.4em;
	margin-bottom: 11px;
}
h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
h6 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
.fade {
	background-image: url(i/h4.jpg);
	background-repeat: repeat-y;
	padding:0 0 0 8px;
	display:block;
}
a:link, a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: underline;
}
p, pre {
	margin-bottom: 10px;
}
strong {
	color: #333131;
	font-weight: bold;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: disc;
}
ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
	line-height: 1.5em;
}
ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(i/list-item.gif) no-repeat 0px 8px;
}
em, dfn {
	font-style: italic;
}
abbr, acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}
dfn, dt {
	color: #353535;
}
dd {
	margin: 0px 0px 0px 10px;
}
div.hr {
	border-top: 5px double #fdeed0;
	height: 3px;
	width: 100%;
	margin: 7px 0px 10px 0;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */
fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}
legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}
fieldset label {
	display: block;
	font-size: 13px;
}
fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;
	color:#4C4C4C;
}
blockquote span {
	color: #F90;
	font-weight: bold;
	font-size: 1.6em;
}
p.author {
	color: #437181;
	font-weight: bold;
}
p.author em {
	font-weight: normal;
	color: #616161;
}
/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}
.nomargin {
	margin-bottom: 0px;
}
#home noscript {
	line-height: normal;
	text-align: left;
}
#home noscript a {
	text-decoration:underline;
}
#home noscript p, #home noscript li {
	margin: 5px 80px 10px 80px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearfix {
	clear: both;
}
/*****Basic Layout*****/  

/** Header **/

#header {
	height: 112px;
	background-image: url(i/catfons.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
/** Logo **/

#header h1 {
	color: #000;
	background-image: url(i/sector.png) no-repeat left 10px;
	float: left;
	font-size: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 109px;
	margin: 5px 0px 5px 0;
	padding-left:60px;
	width: 340px;
}
#header a.link, #header a:visited, #header a:active {
	color:#000;
	text-decoration: none
}
#header a.hover {
	color:#1272ea;
	text-decoration: underline
}
#header .container #H {
	float: left;
}
#header h3 {
	float: right;
	margin: 28px 10px 0 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.4em;
	color:#009;
}
/*** Main Menu ***/

#header ul#top_menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 83px;
	overflow: hidden;
	height: 37px;
}
#header ul#top_menu li {
	float: left;
}
#header ul#top_menu li a {
	color: #009;
	display: block;
	padding: 5px 10px 4px 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: thin solid white;
}
#header ul#top_menu li.active a {
	color: #03C;
	border-bottom: thin solid #03c;
}
#header ul#top_menu li a:hover {
	color: #03C;
	border-bottom: thin solid green;
	background-image: url(i/menu-bg.jpg);
	background-repeat: repeat-x;
}
#header ul#top_menu li.active {
	background: url(i/active_item.gif) repeat-x;
}
/*** Content ***/

#main {
	float: left;
	width: 530px;
}
#main h6 {
	margin-top:10px
}
#photo {
	padding: 20px 0 20px 20px
}
#photo img {
	padding: 0 0 20px 20px;
	float: left;
	margin: 0;
}
.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding-bottom: 4px;
}
#main h2 {
	color: #154a47
}
.right {
	float: right;
	margin-top:-10px
}
.container-bot {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	padding-bottom: 8px;
}
.M {
	text-align: left;
	margin: 0px auto;
	width: 700px;
}
.M li {
	line-height: 1.9em;
	list-style:none;
	list-style-image:none;
}
.M a:link {
	border-bottom: dotted 1px #6f3702;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	background-color: #F5CC96;
	border-left: solid 1px #F5CC97;
}
.M a:hover {
	border-bottom: solid 1px #6f3702;
	border-left: solid 1px #6f3702;
	background-color: #1272ea;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}
.M a:visited {
	border-bottom: dotted 1px #6f3702;
	border-left: solid 1px #6f3702;
	background-color: #F5DD9E;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}
#content h6 {
	font-size: 1.1em;
	margin-bottom: 10px;
	background-image: url(i/h4.jpg);
	background-repeat: repeat-y;
	padding:4px 25px;
}
#content {
	background: #ffffff url(i/featured_area_bg.gif) repeat-x top left;
	padding: 23px 0px;
}
#content2 {
	background: #ffffff url(i/featured_area_bg.gif) repeat-x top left;
	padding: 23px 0px 10px 0;
}
/*** Sidebar ***/

#sidebar {
	float: right;
	width: 320px;
}
#sidebar h2 {
	font-size: 17px;
	color: #B74907;
	padding-left: 10px;
}
#sidebar .block {
	padding: 1px;
	margin: 0 5px 18px 0;
	border-radius: 10px; /* future proofing */
}
#sidebar .block-inner a, #sidebar .block-inner a:visited {
	text-decoration: none;
}
#sidebar .block-inner3 a, #sidebar .block-inner3 a:visited {
	text-decoration: none;
}
#sidebar .block-inner a:hover {
	color:#009;
	background-image: url(i/footer-bg.png);
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 20px 5px 0 0;
}
#sidebar .block-inner3 a:hover {
	color:#009;
	background-image: url(i/footer-bg.png);
	background-repeat: repeat-x;
	text-decoration: none;
}
#sidebar .block-inner {
	padding: 14px 30px 8px;
	border:  solid 1px #edd062;
	background: #FFF url(i/featured_image_bg.gif) repeat-x bottom;
	border-radius: 15px; /* future proofing */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px; /* for old Konqueror browsers */
}
.block-inner3 img {
	padding: 5px 0 10px 45px;
}
#sidebar .block-inner2 {
	padding: 20px 10px 20px 30px;
	border:  solid thin #154A47;
	background-color:  #F7E5B2;
	background-image:url(i/quote.png);
	background-repeat:no-repeat;
	background-position:8px 38px;
	-webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 50px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}
#sidebar .block-inner3 {
	padding: 14px 30px 8px;
	border:  solid 1px #DA9866;
	background: #FFF url(i/featured_image_bg.gif) repeat-x bottom;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}
.twit {
	font-family:"Comic Sans MS", Tahoma, Geneva, sans-serif;
	color: #06C;
	font-weight: bold;
	font-size: 1.4em;
}
/*** Footer ***/

#footer {
	color: #5B6976;
	background-image: url(i/footer-bg.png);
	background-repeat: repeat-x; background-position:bottom;
	height: 115px;
	vertical-align: middle;
}
#footer p#bottom-menu {
	float: left;
	padding-left: 25px;
	padding-top: 15px;
}
#footer p#bottom-menu a, h6 {
	color: #009;
}
#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #009;
	text-decoration: underline;
}
#footer h6 {
	float: right;
	padding-top: 15px;
}
#footer #foot {
	margin:0 0 0 30px;
}
#footer #foot p {
	margin-top: 10px;
}
#footer strong {
	color: #84888a;
	font-weight: normal;
}
/***** Home Page ****/

/** Featured Area **/

#fa {
	background: url(i/featured_area_bg.gif) repeat-x;
	height: 268px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}
#fa div#myfeatured_areas {
	padding-top: 30px;
}
#fa .description {
	float: left;
	width: 275px;
	height: 152px;
}
#fa .description h1, #fa .description h2 {
	font-size: 1.5em;
	color: #CB5F13;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #700F1F;
	padding-bottom: 6px;
	border-bottom: solid thin #8f1327;
}
#fa .description p {
	font-size: 1em;
}
#fa .description a {
	display:block;
	font-size: 12px;
	letter-spacing: 0.8px;
	padding:0 5px;
	text-transform: uppercase;
}
#fa .description a:hover {
	background-color:#1272ea;
	text-decoration:none;
}
#fa .photo {
	background: url(i/featured_bottom_bg.jpg) repeat-x;
	padding: 10px;
	margin-top: 1px;
	float: right;
}
#fa .photo img {
	width: 600px;
	height: 210px;
}
#fa .featured_area {
	overflow: hidden;
}
#fa .container {
	height: 268px;
	overflow: hidden;
}
a.jFlowPrev, a.jFlowNext {
	padding-bottom:11px;
	bottom: 0px;
	color:#922E14;
	cursor: pointer;
	display: block;
	font-size:36px;
	font-weight:bold;
	height: 35px;
	position: absolute;
	text-align:center;
	letter-spacing: -15px;
}
a.jFlowPrev {
	text-align:left;
	width: 60px;
}
a.jFlowNext {
	text-align:right;
	padding-right:13px;
	width:50px;
}
a:hover.jFlowPrev, a:hover.jFlowNext {
	background-color: #FCDF9E;
	text-decoration:none;
}
a.jFlowPrev {
	left: 320px;
}
a.jFlowNext {
	right: 0px;
}
div#myController {
	display: none;
}
/** Page Name **/

#pagename {
	background: #e9edf0 url(i/pagename_bg.gif) repeat-x top left;
	border-bottom: 1px solid #e7e9ea;
	height: 85px;
}
#pagename h2 {
	color: #154A47;
	margin: 22px 0 0 0;
	font-size: 2.4em;
	font-family: Palatino Linotype, Georgia, serif;
}
/** Home Page Content **/

body#home #content h2 {
	margin-bottom: 20px;
	letter-spacing: 1px;
}
body#home div#services {
	width: 620px;
	float: left;
}
body#home div#services h2 {color:#154A47}
body#home div#services ul {
	overflow: hidden;
	list-style-type: none;
}
body#home div#services ul li {
	float: left;
	width: 220px;
	margin: 0px 50px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 50px;
}
body#home div#services ul li a {
	letter-spacing: 1px;
	padding: 0 5px;
	display: block;
}
body#home div#services ul li a:hover {
	letter-spacing: 1px;
	background-color:#1272ea;
	text-decoration: none;
	color: #9CC;
}
body#home div#services ul li a:visited {
	text-decoration:none;
	color:#009
}
body#home div#services ul li#first {
	background: url(i/syspreficon.png) 0px 4px no-repeat;
}
body#home div#services ul li#second {
	background: url(i/service2.png) 0px 6px no-repeat;
}
body#home div#services ul li#third {
	background: url(i/service3.jpg) 0px 11px no-repeat;
}
body#home div#services ul li#fourth {
	background: url(i/service4.png) 0px 11px no-repeat;
}
body#home div#services ul li.last {
	margin-right: 0px;
}
body#home div#services ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}
body#home div#services ul li p {
	color: #373737;
	line-height: 1.5;
}
body#home div#contact-info {
	float: right;
	width: 260px;
	padding-left: 40px;
	border-left: dotted thin;
	border-left-color: #BF9D5B;
}
body#home div#contact-info img { margin-right:15px}
body#home div#contact-info h5 {margin-top:15px; text-align:center}
body#home div#contact-info p strong, body#home div#contact-info a:link {
	color: #154A47;
	font-weight: bold;
	font-size: 1.3em;
}
#contact-info a:hover {
	color:#009;
	background-image: url(i/footer-bg.png);
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 20px 5px 0 0;
}
body#home #content .bottom-block {
	float: left;
	width: 275px;
	margin-right: 40px;
}
body#home #content .bottom-block2 {
	float: left;
	width: 275px;
	margin-right: 55px;
	background-image:url(i/quote2.png);
	background-repeat:no-repeat;
	background-position:right top;
}
body#home #content .bottom-block.last {
	margin-right: 0px;
	padding-left: 15px;
}
body#home #content .bottom-block.last a {
	text-decoration:none;
}
body#home #content .bottom-block.last a:hover {
	color:#009;
	background-image: url(i/footer-bg.png);
	background-repeat: repeat-x;
}
body#home #content .bottom-block ul {
	list-style-type: none;
}
body#home #content .bottom-block h2 {
	font-size: 19px;
	border-bottom: dotted 1px #ae8759;
}
body#home #content .bottom-block2 h2 {
	font-size: 19px;
	border-bottom: dotted 1px #ae8759;
}
/** Portfolio Page **/

/** Post **/

.post {
	overflow: visible;
	padding-bottom: 10px;
	margin-bottom: 7px;
	border-bottom: 1px solid #e9eced;
}
.post h2 {
	margin: 5px 0px;
	padding-left:36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	background-image:url(i/corner.png);
	background-repeat:no-repeat;
	background-position:7px;
}
#main .post p {
}
.post h2 a {
	color: #009;
}
.post h2 a:visited {
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration:underline;
}
div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #303933;
	margin-bottom: 30px;
}
div.post-meta a.category {
	color: #303933;
}
div.post-meta a.category:hover {
	color: #1272ea;
}
div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}
.post img {
	margin-bottom: 5px;
	padding: 8px;
}
a.button {
	text-transform: uppercase;
	color: #00C;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	border: solid thin #CAD3E6;
	background-color: #DADFF3;
}
a.button:hover {
	text-decoration: none;
	background: #fcf5e3;
	border: solid thin #009;
}
a.button:visited {
	text-decoration: none;
	background: #fcf5e3;
	border: solid thin #009;
}
.post a.button {
	margin-top: 14px;
	float: right;
}
#pagination {
	overflow: hidden;
	margin-bottom: 20px;
}
#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}
/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}
p.in_category a {
	color: #8dadc7;
}
.dropCap {
	float: left;
	font-size: 5em;
	line-height: 0.9em;
	padding: 0 5px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
