/*
Theme Name: Flowcon Theme
Author: Kieran Dally
Author URI: http://grangewebdesign.com
*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure img {
	max-width: 100%;
}


header, hgroup, footer, section, article, aside {
	display: block;
}

body {
	background: #fafafa url(images/bg.png);
    font-size: 13px;
    line-height: 1.7em;
    color: #555;
    font-family: 'Droid Serif', Helvetica Nue, Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    color: #272262;
}
a:hover {
    text-decoration: none;
	color: #000;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
pre{
	margin: 20px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
blockquote{
	border-left: 4px solid #ccc;
	padding-left: 20px;
    margin: 30px 0px;
}
.clear { clear: both }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }

#page{
	width:980px;
	margin:0px auto;
	padding:30px 0 20px 0px;
	overflow:hidden;
}
#header{
	position:relative;
}
.logo{
	float:left;
	width:370px;
}
.call_us{
	font-size:20px;
	position:absolute;
	right:100px;
	top:20px;
	width:200px;
}
.social_icons{
	position:absolute;
	right:0px;
	top:12px;
	text-align:right;
}
.social_icons img{
	display:inline-block;
	margin-left:5px;
}
.banner{
	background:#fff;
	position: relative;
	zoom: 1;
	padding:9px;
	border:1px solid #ddd;
	border-radius:5px;
	display:block;
	margin-bottom:30px;
}

#masternav{
	display:block;
	margin:15px 0px;
	border-radius:5px;
	background:#fff;
	border:1px solid #ddd;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	background:#fff;
}

.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	margin: 0;
	border: 1px solid #ddd !important;
	border-radius: 5px;
	left:			200px; /* match ul width */
	top:			0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	float: left;
}

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

.sf-menu li {
	background: url(images/menu_divider.gif) no-repeat 100% 0%;
	padding: 0 1px 0 0;
}

	.sf-menu li a {
		padding: 0px 27px 0px 29px;
		line-height: 40px;
		font-size: 14px;
		color: #272262;
	}

.sf-menu li li {
	border-top:1px solid #ddd;
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	background-image:none!important;
}

.sf-menu li li:first-child {
	background: none;
	padding: 0;
	border-top:none!important;
}

	.sf-menu li li a {
		padding: 0 20px 0px 20px;
		line-height: 30px;
		font-size: 12px;
		text-align: left;
		text-shadow: none;
		color: #565656;
	}

		

.sf-menu li li li {
	border-top:1px solid #ddd;
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	background-image:none!important;
}

.sf-menu li li li:first-child {
	background: none;
	padding: 0;
	border-top:none!important;
}

.sf-menu li.sfHover > a,
.sf-menu li > a:focus, .sf-menu li > a:hover, .sf-menu li > a:active, .sf-menu li.current-menu-item > a {
	color: #86be3c;
	outline: 0;
}

.sf-menu li li.sfHover > a,
.sf-menu li li > a:focus, .sf-menu li li > a:hover, .sf-menu li li > a:active, .sf-menu li li.current-menu-item > a {
	color: #86be3c;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


h1,h2,h3,h4,h5,h6 {
    color: #272262;
	font-weight: normal;
	margin-bottom:12px;
}
h1,h2{
	font-size:24px;
}
h3{
	font-size:20px;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}
h6{
	font-size:14px;
}

#content{
	min-height:300px;
}
#fullwidth{
	min-height:300px;
}
#content{
	width:690px;
	float:left;
}

/*aligns*/
.aligncenter, .alignnone{ display:block;  margin: 10px 0;}
.alignright{ float:right;  margin:10px 0 10px 10px}
.alignleft{ float:left;  margin:10px 10px 10px 0}
.clear{clear:both;}
#sidebar{
	width:260px;
	float:right;
}
.sidebar-box {
	margin-bottom:20px;
	background:#fff;
	border-radius:5px;
	padding:12px;
	border:1px solid #ddd;
}
.sidebar-box h4{
	font-size: 18px;
	padding: 0 0 0px;
	margin: 0 0 8px;
	font-weight: normal;
}

.sidebar-box ul{
	margin-bottom:0px;
	margin-left:19px;
}
.sidebar-box ul li{
	list-style:square;
	margin-bottom:4px;
}


input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	max-width:90%;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.button,button,input[type=submit] {
  color: #f1f1f1;
  text-shadow: 0 1px #111;
  background: #4f4f4f;
  border-color: #505050 #414141 #2c2c2c;
  background-image: -webkit-linear-gradient(top, dimgrey 0%, #4f4f4f 70%, #3c3c3c 100%);
  background-image: -moz-linear-gradient(top, dimgrey 0%, #4f4f4f 70%, #3c3c3c 100%);
  background-image: -o-linear-gradient(top, dimgrey 0%, #4f4f4f 70%, #3c3c3c 100%);
  background-image: linear-gradient(to bottom, dimgrey 0%, #4f4f4f 70%, #3c3c3c 100%);
  -webkit-box-shadow: inset 0 1px #828282, inset 0 0 0 1px #555555, 0 1px #2c2c2c, 0 3px #444444, 0 4px #2c2c2c, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #828282, inset 0 0 0 1px #555555, 0 1px #2c2c2c, 0 3px #444444, 0 4px #2c2c2c, 0 5px 2px rgba(0, 0, 0, 0.4);
  cursor:pointer;
}
.button:hover, .button:hover {
  background: #4f4f4f;
  border-top-color: #494949;
}


/*-----------------------------------------------------------------------------------*
/* = Entries
/*-----------------------------------------------------------------------------------*/
.loop-entry{
	margin-bottom: 25px;
	padding: 15px;
	border: 1px dashed #c1c1c1;
	background:#fff;
}
.loop-entry-thumbnail{
	float: left;
	margin-right: 25px;
}
.loop-entry p{
	margin-bottom:0px!important;
}

.loop-entry h2{
	margin: 0px 0 5px 0;
	font-size: 22px;
}

.loop-entry-meta{
	color: #999;
	font-size: 11px;
	margin: 0 0 7px;
}
.loop-entry-meta span{
	margin: 0 5px 0 12px;
	font-size: 13px;
	color: #666;
}
.loop-entry-meta span:first-child{
	margin-left: 0;
}

.product{
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ddd;
	background:#fff;
	border-radius:5px;
}
.product_img{
	float:left;
	width:250px;
}
.product_description{
	float:right;
	width:400px;
}
.pdf_icon {
	display:inline-block;
	margin-right:10px;
}
.product_description ul{
	margin-left:18px;
	list-style:square;
	margin-bottom:15px;
}
.product_description h2{
	font-size:18px;
	margin-bottom:10px;
}

/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.pagination{
	margin: 20px 0;
}
.pagination a,
.pagination span {
	font-size: 12px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #333333;
	color: #eee;
	border-radius:2px;
}
.pagination a:hover,
.pagination span.current {
    text-decoration: none;
	color: #FFF;
	background: #000;
}



#respond{
	padding:10px 0px;
}
.commentlist {
list-style-type:none;
padding:0 0px 15px 0!important;
margin:0 0px 0 0!important;
}
li.comment {
list-style-type:none;
overflow:hidden;
padding: 0;
margin: 0;
background:none;
text-transform:none;
}
li.comment .comment-body {
padding: 15px;
position:relative;
zoom:1;
background:#f9f9f9;
border:1px solid #ddd;
margin-top:10px;
color:#2b2b2b;
border-radius:5px;
}
li.comment .comment-body p {margin-bottom:10px; clear:both;}

/* Avatar */
.vcard {
	float:left;
	width:auto;
	margin-right:20px;
	margin-bottom:15px;
}

/* Comment Meta */
.comment-meta {
	float:left;
	width:auto;
	margin-right:20px;
	clear:right;
}
.commentlist ul.children {
margin:0 0 0 30px;
overflow:hidden;
padding:0;
}
#commentform p{
	margin-bottom:10px!important;
}


#footer{
	padding:20px 0px;
	background:url(images/footer.gif) repeat;
}
.footer{
	width:980px;
	margin:0px auto;
}
#footer-widget-wrap{ margin-bottom:10px; }
#footer-one,
#footer-two,
#footer-three,
#footer-four{
	float: left;
	width: 230px;
	margin-right: 20px;
}
#footer-four{
	margin: 0;
}
.footer-widget h4{
	color: #fff;
	font-size: 20px;
	padding: 0 0 0px;
	margin: 0 0 15px;
	font-weight: normal;
}
.footer-widget{
	color:#eee;
	margin-bottom:20px;
}
.footer-widget a{
	color:#fff;
}

.footer-widget ul{
	margin-left:19px;
}
.footer-widget li{
	list-style:square;
	margin-bottom:6px;
}


#copyright {
	color:#838383;
}