/*
Theme Name: 3xsoftware
Description: This framework is intended to be used as a starting point for your custom themes. 
Version: 1.0
Author: Creativerty
Author URI: http://creativerty.com/
Tags: white,black,blue,fixed-width,threaded-comments,sticky-post,right-sidebar,custom-background,custom-menu
License: This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* STYLE RESET*/

html, body, div, span, h1, h2, h3, h5, h6, p, blockquote, pre, a, code, em, img, small, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ol, ul, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}

table#cookie_policy
{

border:solid 1px black;
padding: 10px;
margin-bottom: 1.5em;
font-size:10px;
}
table#cookie_policy td, th {
    padding: 10px;
    border:solid 1px black;
 }
/* FONTS */

body {
   background-color: #F2F5FC;
   /* background-image: url("images/background.png");*/
    background-position: center top;
    background-repeat: no-repeat;
    color: #333333;
    font-family: "Arial",Verdana,Lucida Sans,sans-serif;
    font-size: 14px;
    font-size-adjust: none;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.3em;
    text-rendering: optimizelegibility;
}
p {
   font-size: 1em;
    line-height: 1.5em;
    margin: 0.1em 0 1em;
    padding: 0;
color:#000000;
}
h1 {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
 	color:#054783; 
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0.5em;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	color: #054783;
font-size: 1em;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: .75em;
	font-weight: bold;
}
h1, div#header h1 span, h3, h5, textarea#comment, input#author, input#email, input#url {
	color: #585858;
}
div#content small, div.postmeta, ul#sidebar, div#footer, p.commentloggedin, div.reply, div.feed {
	font-size: .50em;
}
#header span {
	font-size: 0.65em;
	font-weight: normal;
}
hr {
	border: 0;
	margin: 30px 0 30px 0;
	border-bottom:1px dotted #d1d1d1
}
h2.title {
	font-size: 1.5em;
	font-weight: normal;
}

 a.lrgLk:link{font-size:24px; text-align:center;}
/* SITE-WIDE */

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
p.center {
	text-align:center;
}
p.admin {
	color: #aaa;
	font-size: 12px;
}
p.nocomments {
	padding: 0 20px;
	font-style: italic;
	color: #585858;
}
p.pagelink {
	word-spacing: 5px;
}
p.pagelink a {
	padding: 5px;
	border: 1px dotted #d1d1d1;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin-right: 15px;
	margin-bottom: 15px;
}
img.alignright {
	margin-left: 15px;
	margin-bottom: 15px;
}
img.aligncenter {
	margin-bottom: 15px;
}
img.size-full {
}
.frame {
	padding: 5px;
	border: 1px dotted #d1d1d1
}
blockquote, .comment-field {
	padding: 10px 10px 0 10px;
	border: 1px dotted #d1d1d1;
	background-color:#fcfcfc;
	margin-bottom: 20px;

}
blockquote p {
	margin-top: 0 !important;
}
div.gallery {
	margin-bottom: 14px;
}
img.attachment-thumbnail {
	border:0;
}
dd.gallery-caption {
	color: #585858;
	font-size: 0.75em;
	font-style: italic;
	margin-top: 8px;
}
table {
	border: 0px ;
	padding: 15px;
	margin-bottom: 1.5em;
}
td {
	padding:0px;
	
}
th {
	padding-bottom: 5px;
	padding: 5px 5px;
}
caption {
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
/* LINKS */

a {
	color: #EC520B;
	text-decoration: none;
font-size:0.85em;
}
a:hover {
   text-decoration: underline;
}
div.postmeta span.comments a {
	font-weight:bold;
	text-transform: uppercase;
	padding: 2px 5px 1px 0px !important;
	margin-right: 2px;
	border: 0;
	border-right: 1px dotted #d1d1d1;
}
h1 a:hover, h2 a:hover {
	text-decoration: none;
}
h1 a:link, h1 a:active, h1 a:visited {
	color: #585858;
}
a.more-link, a.post-edit-link, div.reply a {
	padding: 5px;
}
h2 a:link, h1 a:active, h1 a:visited {
	color: #BCCF36;
}

/* HEADS */

div#content h1 {
  color: #054783;
    font-size: 20px;
    margin-bottom: 8px;
    padding-bottom: 16px;
}
div#content h1.listhead {
}
ul#sidebar h2, div.nav {
    color: #F0730C;
    font-size: 20px;
    font-weight: bold;
}
ul#sidebar h2 {
	margin-bottom: 10px;
}
#header {
 margin-bottom: 10px;
}
#logo{}
#description{
   display: block;
    position: absolute;
    text-indent: -9999px;
}
/* MENU */

.menu {
  line-height: 1em;
}
.menu ul {
	margin:0;
	padding:0;
	list-style: none;
	list-style-position:outside;
	position:relative;
	font-size: 0.95em;
	
}
.menu a {
	display:block;
	padding:19px 1em;
	color: #585858;
	border-bottom: 0;
}
.menu li li a {
padding: 0.75em 1em;
}
.menu li:hover, .menu li:hover a, .menu a:focus, .menu a:hover, .menu a:active {
	background: #fff;
	color: #000;
}
.menu li li a:hover {
	background: #00a9da;
	color: #fff;
}
.menu li {
	float:left;
	list-style: none;
	position:relative;
}
.menu ul {
	position:absolute;
	display:none;
	width:12em;
	z-index:1;
}
.menu li ul a {
	width:12em;
	height:auto;
	float:left;
}
.menu ul ul {
	top:auto;
}
.menu li ul ul {
	left:13em;
	margin:0px 0 0 12px;
}
.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul {
	display:none;
}
.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul {
	display:block;
}
/*LAYOUT*/

#wrapper {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0;
    margin: 20px auto 0;
    overflow: auto;
    padding: 10px;
    width: 950px;;
}
#content {
  background: none repeat scroll 0 0 #Ffffff;
    float: left;
    min-height: 600px;
    padding: 10px;
    width: 660px;
}
#content img {
	padding: 6px;
}
#content .wp-smiley {
	padding: 0;
	border: 0;
}
#content ul li {
	
 	line-height: 21px;
    	list-style-type: square;
   	 margin-left: 30px;
}
.entry ul {
	list-style: none;
}
#content ul, #content ol {
	margin-bottom: 20px;
}
#content ol li {
	margin-left: 20px;
	line-height: 21px;
}
.wp-caption {
	font-size: 0.85em;
	font-style: italic;
	text-align:center;
	padding: 0 25px;
	max-width: 500px;
	margin: 0 !important;
}
.wp-caption-text {
	padding-top: 10px;
}
.clearfix {
	clear: both;
}
p.page-link {
	display: inline;
	font-size: 0.75em;
	border: 1px dotted #d1d1d1;
	padding: 5px 10px;
}
p.page-link a {
	color: #bbb;
	border: none;
	padding: 0 10px;
	border-right: 1px dotted #d1d1d1;
}
p.page-link a:hover {
	color: #555;
}
p.page-link a:last-of-type {
	border-right: 0;
}
.post-link {
	margin-bottom:40px;
	overflow:hidden;
}
div#content embed, .embedded {
	text-align:center;
	margin: 0 0 14px 0;
}
div#content p span {
	background: #fcfcfc;
}
.sticky {
	padding: 20px;
	background-color: #fcfcfc;
	border: 1px dotted #d1d1d1;
	margin-bottom: 25px;
}
.sticky hr, .sticky .postmeta {
	display: none;
}
.sticky h2 a {
	border: 0;
}
.sticky h2 {
	margin-top: 0;
	padding-bottom: 15px;
}
h2.comments-title {
	margin-bottom: 25px !important;
}
div.comment-body p {
	margin-bottom: 10px !important;
}
div.postmeta {
	margin-bottom: 10px;
	line-height: 1.4;
}
ol.comment li div.comment-author, ol.comment li div.comment-meta, div.comment-meta {
	font-size: 0.75em;
	line-height: 16px;
}
span.says {
	display: none;
}
div.comment-author cite.fn {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-style: normal;
	font-weight:bold;
}
div.comment-author cite.fn a {
	text-decoration: none;
}
div.comment-meta {
	margin-bottom: 45px;
}
div.comment-author {
	margin: 0 0 5px 0;
}
div.comment-author img {
	float: left;
	border-radius: 5px;
	margin: 0 10px 10px 0;
}
li.comment {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
ul.commentlist li.bypostauthor {
}
ol.comment li.pingback {
	font-size: 0.75em;
	color: #777;
	padding: 0 0 10px 5px;
}
ol.comment li.pingback a {
	font-size: 0.75em;
	font-weight:normal;
}
ol.comment li.pingback p, ol.comment li.pingback span, ol.comment li.pingback div.comment-meta, ol.comment li.pingback div.reply {
	display:none;
}
div.reply {
	display:block;
	overflow: hidden;
	padding: 5px 0 5px 0;
}
ol.children {
	margin: 45px 0 20px 20px;
}
ol.children li {
	margin: 10px 0;
	padding-left: 10px;
	border-left: 1px dotted #d1d1d1;
	border-bottom: 0;
	margin-left: 0 !important;
}
div#respond {
	margin-top: 20px;
}
table.commenttable {
	border:0;
	padding: 0;
}
table.commenttable tr td {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}
input#author, input#email, input#url {
	margin-bottom: 5px;
	padding: 10px;
	width: 580px;
	border: 1px dotted #d1d1d1;
}
#searchform input.keyword {
	padding: 8px;
	width: 230px;
	color: #585858;
	border: 1px dotted #d1d1d1
}
#searchform input.button {
	margin-left: 102px;
	display: none;
}
textarea#comment {
	width: 580px;
	height: 150px;
	padding: 10px;
	border: 1px dotted #d1d1d1;
}
#sidebar {
   background: none repeat scroll 0 0 #FBFBFB;
    float: left;
    margin-left: 10px;
    padding: 10px;
    width: 240px;
}
.widget {
	margin-bottom: 20px;
}
ul#sidebar ul.children {
	margin: 5px 0 0 0;
}
ul#sidebar ul.children li {
	border: 0;
}
ul#sidebar li {
	list-style: none;
	margin: 0 0px 20px 0;
	line-height: 18px;
font-size:14px;
}
ul#sidebar li ul li {
	margin-bottom: 5px;
}
ul#sidebar li ul li ul {
	margin: 5px 0 0 10px;
}
ul#sidebar li.widget_tag_cloud, li#tag_cloud {
	line-height: 28px !important;
	word-spacing: 5px
}
#calendar_wrap {
	text-align:center;
}
#footer {
 clear: both !important;
    color: #FFFFFF;
    line-height: 0;
    margin: 0 auto;
    width: 960px;
}
#footer a{
    color: #054984;
font-size: 12px;
}
#megaMenu ul li.ss-nav-menu-reg ul.sub-menu li {
    min-width: 150px !important;
}
#megaMenu {
    margin-top: 10px;
}
#slider {
    margin-bottom: 15px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    font-size: 1em;
    padding: 5px 8px;
}
.gform_wrapper .gform_footer {
    clear: both;
    margin: 16px 0 0 !important;
    padding: 0 !important;
}
.gform_wrapper .top_label .gfield_label {
   
    color: #1E8239;
  
}
#megaMenu ul.megaMenu > li > a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}
.nivo-caption p {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
}

.recent-post-item a
{
color:#1E8239;
}

#hometile {margin-top:-20px;}

.portfolio-wrapper{
  background: url("images/portfolio_bk.jpg") no-repeat scroll 40px top transparent;
    display: block;
    height: 250px;
    margin: 20px 0 10px;
    padding: 25px 0 20px 60px;
    position: relative;
    width: 550px;
    z-index: 1;}
.quick-contact-captcha{width:200px;}

.portfolio
{font-size: 16px;
    line-height: 30px;}

.full-page
{width: 930px;}

.verticalaccordion{float:left;}

.verticalaccordion>ul {
    margin: 0;
    padding: 0;
    list-style:none;
   	width: 860px;
}

.verticalaccordion>ul>li {
    display:block;
	overflow: hidden;
    margin: 0;
    padding: 0;
    list-style:none;
	height:40px;
	width: 860px;

    /* Decorative CSS */
    background-color:#f0f0f0;

    /* CSS3 Transition Effect */
    transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;

}

.verticalaccordion>ul>li>h3 {
    display:block;
    margin: 0;
    padding:10px;
    height:19px;

    /* Decorative CSS */
    border-top:#f0f0f0 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    
    color: #000;
    background: #cccccc;

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #efefef, #cfcfcf);
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc)";   /* IE 8 */
}

.verticalaccordion>ul>li>div {
    margin:0;
    overflow: auto;
    padding:10px;
    height:auto;
}

.verticalaccordion>ul>li:hover {
	height: auto;
}

.verticalaccordion:hover>ul>li:hover>h3 {
    /* Decorative CSS */
    color:#fff;
    background: #000000;

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #454545, #000000); /* FF, Flock */
    background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#000000)); /* Safari, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000); /* IE 5.5 - IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000)";   /* IE 8 */
}

.verticalaccordion>ul>li>h3:hover {
    cursor:pointer;
}
table#nop-images{float: left;
    margin-left: 90px;}



dl
{
	padding: 10px;
	width: 910px;
}
	dl dt
	{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #eeeeee;
		margin: 0;


	}
		dl dt a
		{
			color: #000000;
			font-weight: bold;
			text-decoration: none;
			padding: 10px;
			display: block;
 background: -moz-linear-gradient(center top , #EFEFEF, #CFCFCF) repeat scroll 0 0 transparent;
                       
		}
	dl dd
	{
		color: black;
		margin: 0;
		overflow: hidden;
		-webkit-transition: height 1s ease;
		-moz-transition: height 1s ease;
		-o-transition: height 1s ease;

	}

 #Overview
	{
	height: auto; padding:10px;background-color: #F4F4F4;	

	}
		dl dd p
		{
			padding: 10px;
			margin: 0;
		}
	dl dd:not(:target) { height: 0;
 }
	dl dd:target { height: auto; padding:10px;background-color: #F4F4F4;}
	dl a.ie:hover dd,
	dl a.ie:focus dd
	{
		height: auto;
		color: #cccccc !important;

	}
ul#sidebar li ul li a
{color:#000;}

img.highlight{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

img.highlight:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}