

a,
a:visited {
	color: #2E96F1;
	text-decoration: underline;
}

a:hover {
	color: #2E96F1;
	text-decoration: underline;
}



#header {
  min-height: 200px;
}

#header .widget-area {
  min-height: 140px;
  padding: 60px 0 0;
}



/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 200px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 146px;
}

.header-image #title a {
	background: url(http://pssolutions.net.au/wp-content/uploads/2013/07/PSSogoOnly.jpg) no-repeat center left;
}



#header .textwidget {
  float: right;
  margin-left: 80px;
  text-align: right;
}





#home-featured .intro .widgettitle {
  color: #2B97ED;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#home-featured .intro, #home-featured .intro p {
  color: #222222;
  font-family: 'open sans',arial;
  font-size: 42px;
  line-height: 56px;
  text-transform: uppercase;
}

#home-featured .intro p span {
  display: block;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  padding: 10px 0 0;
  text-transform: none;
}





#home-featured .inner {
  padding: 50px 100px;
}

#home-featured .featured .widget {
  clear: none !important;
  float: left;
  text-align: center;
  width: 33.33333%;
}

#home-featured .featured .widget img {
  margin-bottom: 20px;
}




.entry-content .left {
  float: left;
  position: relative;
  width: 47.5%;
}

.entry-content .right {
  float: right;
  position: relative;
  width: 47.5%;
}

.entry-content .break {
  clear: both;
  height: 40px;
}




body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
  font-family: 'Open Sans', arial;
}




input[type="button"], input[type="submit"], .more-link, .more-link:visited {
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  padding: 12px 20px;  
}

.more-link {

}




#footer-widgets h4 {
  font-family: 'Open Sans',serif;
  font-size: 18px;
}





/* Black Theme Colors
------------------------------------------------------------ */

a,
a:visited,
#title a:hover,
h2 a,
h2 a:visited {
	color: #292929;
}

a:hover,
a:visited:hover {
	color: #f47529;
}

::-moz-selection,
::selection,
.navigation li a:hover {
	background-color: #292929;
}

#inner {
	background: url(images/black/bg-top.jpg) repeat-x top;
}

#header .menu li li a:active,
#header .menu li li a:hover {
	color: #2E96F1 !important;
}

#header .menu li a:active,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a,
#header .menu .current_page_item a:hover,
#header .menu .current-cat a:hover,
#header .menu .current-menu-item a:hover {
	background: url(images/black/menu-active.png) repeat-x;
	color: #fff !important;
	border-bottom: 3px solid #272727;
	text-shadow: #000 -1px -1px;
}

#header .menu ul a:active,
#header .menu ul .current_page_item a,
#header .menu ul .current-cat a,
#header .menu ul .current-menu-item a,
#header .menu ul .current_page_item a:hover,
#header .menu ul .current-cat a:hover,
#header .menu ul .current-menu-item a:hover {
	color: #2E96F1 !important;
}

.menu-primary a,
.menu-secondary a,
.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	text-shadow: #000 -1px -1px;
}

input[type="button"],
input[type="submit"],
.more-link,
.more-link:visited {
  background: none repeat scroll 0 0 #2E96F1;
  border: medium none;
  text-shadow: none;
}

input:hover[type="button"],
input:hover[type="submit"],
.more-link:hover {
	background: none repeat scroll 0 0 #1882DE;
}

#sidebar-alt {
	background: #111 url(images/black/bg-sidebar.jpg);
	color: #9a9a9a;
	text-shadow: #000 -1px -1px;
}

#sidebar-alt p,
#sidebar-alt a {
	color: #9a9a9a;
	text-shadow: #000 -1px -1px;
}

#sidebar-alt .widget {
	background: none;
	border-bottom: 2px solid #000;
	border-top: 1px solid #333;
	margin: 0;
}










@media only screen and (max-width: 800px) {

.header-image #title-area {
  float: none;
  margin: 0 auto;
}

#header .textwidget {
  float: none;
  margin-left: 0;
  text-align: center;
}

#header .widget-area {
  min-height: 120px;
  padding: 20px 0 40px;
}

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  width: 100%;
}

#home-featured .featured .widget,
.entry-content .left,
.entry-content .right {
  float: none;
  width: 100%;
}

#content {
  float: none;
}

#home-featured .inner {
  padding: 30px;
}

#home-featured .intro, #home-featured .intro p {
  font-size: 26px;
  line-height: 36px;
}

#home-featured .intro p span {
  font-size: 20px;
	line-height: 26px;
}

#home-featured .featured .widget-wrap {
  padding: 0;
}

.widget-area .avatar, .widget-area .featuredpage img, .widget-area .featuredpost img {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  padding: 0;
}

img.centered, img.alignleft, img.alignright, img.alignnone, .post-image, .wp-caption {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  padding: 0;
}

#content {
  margin: 8%;
  width: 84% !important;
}

}


#footer-widgets p {
  font-size: inherit;
  margin: 0 0 10px;
}