@charset "utf-8";

/*   
Theme Name: DynamiX
Theme URI: http://www.creativeworkz.co.uk/
Description: 
Author: Creative Workz
Author URI: http://www.creativeworkz.co.uk/
Version: 1.0

*/

/* Trick the WordPress Theme Bot *Evil* */

*{
  margin: 0;
  padding: 0;
}

html, body {
 height:100%;
}

html {
  font-size: 100%;
}

p {
	margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:15px;
}


body {

	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background:#fbfbfb;
}



/* Login Panel */


#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#panel {
	width: 100%;
	height: 285px;
	background: #fbfbfb url(images/gradient-a.png) bottom repeat-x;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel h1 {
	margin-bottom:10px;
}

#panel h4 {
	margin-bottom:0px;
}	

#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}


#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;

}
#panel .content .left {
	width: 220px;
	float: left;
	margin: 0 10px;
	margin-bottom: 25px;
	min-height: 220px;
}



#panel span {
	margin:0;
	padding:0;
}


#panel .error { color:#D70005; }
#panel .error { font-size: 11px; clear:both;}
#panel textarea .error {

}


#panel ol li, #footer ol li {
	margin:0;
	list-style:none;
	margin-bottom:5px;
}


.screenReader { left: -9999px; position: absolute; top: -9999px; }


/* Panel Tab/button */
.tab-wrap {
  	background: url(images/panel-tab-a.png) repeat-x 0 0;
	height: 32px;
	position: relative;
	display:block;
	top: 0;
	z-index: 9999;
}
.tab {
	width:960px;
	margin:0 auto;
}
.tab ul.panelswitch {
	display: block;
	position: relative;
  	float: right;
  	height: 36px;
	width: auto;
	margin: 0;
	text-align: center;
}

.tab #toggle .trigger {
	display: block;
	position: relative;
  	float: right;
  	height: 31px;
	width: 18px;
	padding-right:10px;
	margin: 0;
	background:url(images/break-c.png) repeat-y left;
}

.tab ul.panelswitch li.left {
  	background: url(images/panel-tab-l.png) no-repeat left 0;
  	height: 36px;
	width: 11px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.panelswitch li.right {
  	background: url(images/panel-tab-r.png) no-repeat left 0;
  	height: 36px;
	width: 14px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.panelswitch li {
 	text-align: left;
  	padding: 0px;
	display: block;
	float: left;
	height: 36px;
	width:218px;
  	background: url(images/panel-tab-m.png) repeat-x 0 0;
}


.tab ul.panelswitch li a {
	color: #484848;
}

.tab .sep {color:#414141}
.tab a.open, .tab a.close {
	height: 13px;
	width:20px;
	line-height: 26px !important;
	padding:0;
	cursor: pointer;
	display: block;
	width: auto;
	position: relative;
	top: 9px;
	left:10px;
}

.tab a.open {
	background-image:url(images/button-a.png);
	background-position:left 0;
	background-repeat:no-repeat;
}

.tab a.close {
	background-image:url(images/button-a.png);
	background-position:right 0;
	background-repeat:no-repeat;
}

.tab .register {
	position:absolute;
	top:0px;
	right:40px;
	height:31px;
	padding-right:15px;
}

.tab .login {
	position:absolute;
	background:url(images/break-c.png) repeat-y right;
	top:0px;
	right:145px;
	height:31px;
	padding-right:15px;
}

.tab .register a, .tab .login a{
	background: url(images/bt_panel.png) no-repeat right 0;
	height:24px;
	line-height:26px;
	display:block;
	padding-right:30px;
	position:relative;
}
.tab .register a:hover {background: url(images/bt_panel.png) no-repeat right -23px;}

#wrapper {
    min-height: 100%; 
    height: auto !important; 
    margin: 0 auto -20em; 
	background-color:#fbfbfb;
	background-image:url(images/header-b.png); 
	background-position:top center;
	background-repeat:repeat-x;
}

#wrapper.gallery {
	background-color:#fbfbfb;
	background-image: url(images/header-c.png);
	background-position:top center;
	background-repeat:repeat-x;	
}

#page {
	width:100%;
	position:relative;	
	min-height: 100%; 
    height: auto; 
	margin:0 auto;
	margin-bottom:-4em;
}

.inner-page {
	width:944px;
	margin:0 auto;
	position:relative;
	margin-top:10px;
	display:block;
	z-index:1;
}

.inner-page .left {
	float:left;
}

.inner-page .right {
	float:right;
}

#header-wrap {
	position:relative;
}

#page.pages {
	background:url(images/header-a.png) top center no-repeat;
}

#page.gallery {
	background:url(images/header-d.png) top center no-repeat;
}

#header {
  	z-index:50; /* Feel the IE LOVE */
  	position:relative;
	width:944px;
	margin:0 auto;
	
}

#header.pages {
	height:170px;
}

#header.gallery {
	height:170px;
}

#header-logo {
	width:945px;
	margin-top:25px;
	position:absolute;
	height:70px;
	overflow:hidden;
}


#header-logo h1, #header-logo .description h2 {
	margin:0;
	padding:0;
}

#header-logo h1 a {
	color:#333;
}

#header-logo .description {
	position:absolute;
	right:0;
	top:40px;
}

#logo {
	width:300px;
}


#sub-header {
	width:100%;
	position:relative;
	z-index:0;
	margin-top:-6px;
}


/* Menu Navigation */


#tabs {
	position:absolute;
	top:110px;
	width:945px;
	border:1px solid #dfdfdf;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;	
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	background:#f9f9f9 url(images/gradient-c.png) top repeat-x;
}

#tabs #dropmenu {
	z-index:999;
}

#tabs ul {
	list-style:none;
	margin-right:30px;
	
}

#tabs li {
	position: relative;
	list-style:none;
	background:url(images/break-c.png) right center repeat-y;
}

#tabs ul li{
	float:left;
	position:relative;
	padding: 12px 16px 0px 16px;
	height:30px;
}

#tabs li li{
	background:none;
}


#tabs a {
	padding:0;
	text-decoration:none;
	cursor: pointer; /* IE 7 bug-fix */
	color:#5f5f5f;
}

#tabs ul li a {
	display:block;

}

#tabs a {
	display:block;
	background:none;
	height: auto;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs ul li a:hover{
	color:#6C6C6C;
}


#tabs ul li.current_page_item ul li a {
	color:#333;
}


/* Sub Menu */


#tabs ul ul {
	position: absolute;
	display: none;
	top: 39px;
    left: -2px;
	margin: 0;
	background:#fbfbfb;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	width:14em;
	z-index:500;
}


#tabs ul li ul {
	height:auto;
	margin: 0;
	padding:0;
	clear:both;
}

#tabs ul li ul li a {	
	padding: 0px 10px 0 12px;
	white-space:nowrap;
	display:block;
}

#tabs ul li ul li .menudesc {
	padding: 0px 10px 4px 12px;
	display:block;
}

#tabs .menudesc {
	color:#b5b5b5;
}

#tabs ul li ul li a {
	padding-top:4px;
	padding-bottom:4px;
}



#tabs ul li ul li {
	padding:0;
	margin:0;
	background:url(images/break-a.png) repeat-x top;
	width:14em;
	height:auto;
}

#tabs ul li ul li a {
	display:block;
}



#tabs ul li ul a {
  height:auto;
  margin: 0;
  display:block;
  line-height:20px;

}


#tabs ul li ul a span, #tabs ul li ul a span span{
  margin: 0;
  padding: 0;
  height: auto;
  float: none;
}

#tabs ul ul a:hover, #tabs ul ul a:hover,
#tabs ul a.active ul a:hover, #tabs ul li.current_page_item ul a:hover, #tabs ul li.current-cat ul a:hover{
 
}

#tabs ul ul ul{
  top:auto;
}

#tabs ul li ul ul {
  left:156px;
  top: 0px;
}

#tabs ul li:hover ul ul, #tabs ul li:hover ul ul ul, #tabs ul li:hover ul ul ul ul{
  display:none;
}
#tabs ul li:hover ul, #tabs ul li li:hover ul, #tabs ul li li li:hover ul, #tabs ul li li li li:hover ul{
  display:block;
  
}





#sub-tabs {
	position:relative;
	width:940px;
	margin:0 auto;
	line-height:20px;
}


#sub-tabs ul li {
	list-style:none;
	display:inline;
	line-height:20px;
	padding: 0 5px 0 20px;
	background:url(images/break-b.png) left center no-repeat;
}


#sub-tabs ul li.home {
	background:none;
	padding-left:0;
}



/* Search Bar */

.search-wrap {
	position:absolute;
	top:8px;
	right:0px;
	width:236px;
	
}

#panelsearchform #drops, #searchform #s {
	width:200px;
	padding:6px 7px;
	*padding: 5px 7px;	
}


#panelsearchsubmit, #searchsubmit {
	background:url(images/search.png) top center no-repeat;
	border:none;
	height:26px;
	width:26px;
	right:20px;
	top:5px;
	*top:6px;
	cursor:pointer;
	position:absolute;
}

#searchsubmit {
	right:24px;
	top:16px;
}

#panelsearchsubmit:hover, #searchsubmit:hover {
	background:url(images/search.png) center -29px no-repeat;
}

/* Page Structure */ 

.content-wrapper,.styledbox.general  {
	position:relative;
	height:auto;
	z-index:0;
	border:1px solid #dfdfdf;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;	
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px #e8e8e8;
	-webkit-box-shadow: 0px 2px 4px #e8e8e8;
	box-shadow: 2px 2px 2px #ccc;
}


.content-wrapper-inner {
	position:relative;
	height:100%;
}

.content-wrapper .content-wrapper-inner {
	padding:15px;
}

.out-quarter {
	width:27%;
}

.out-half {
	width:46%;
}

.out-threequarter {
	width:73%;
}

.out-full {
	width:100%;
}

.in-quarter {
	width:23.5%;
}

.in-half {
	width:47.5%;
}

.in-threequarter {
	width:73.5%;
}

.in-full {
	width:95%;
}

.mid-wrap {
	position:relative;
}

.side-wrap {
	position:relative;
	padding:0;
	padding-top:10px;
	margin-top:-10px;
}

.side-wrap.left.border.bottom {
	float:left;
	background:url(images/content-border-d.png) right bottom no-repeat;
}

.stage-slider-wrap {
	width:1020px;
	position:relative;
	margin:0 auto;
	/*margin-top:-180px;*/
	overflow:hidden;
	padding-top:5px;
}

.stage-slider {
	width:1020px;
	margin:0 auto;
	height:100%;
}


.stage-slider .panel {
	margin:0 auto;
	width:1020px;
	display:block;
	height:100%;
}

.stage-slider .panel.shadow {
	background:url(images/shadow-a.png) no-repeat center 100%;
}

.stage-slider .panel.reflectshadow {
	background:url(images/shadow-a.png) no-repeat center 95%;
}


.stage-slider .panel-inner {
	margin:0 auto;
	width:940px;
}


.stage-slider .stagetextwrap {
	background: #fff url(images/stagetext-a.png) left repeat-y;
	width:300px;
	position:relative;
	overflow:hidden;
}

.stage-slider .stagetextinner {
	background:url(images/break-a.png) left top repeat-x;
	height:2px;
	margin-left:1px;
	margin-right:1px;
	position:relative;
	height:100%;
}

.stage-slider .stagetext {
	padding:15px;
	height:100%;
}


.stage-slider .stagetextbottom {
	background:url(images/break-e.png) left bottom repeat-x;
	height:2px;
	height:100%;
	position:relative;
}

.stage-slider .gallerytitle {
	position:absolute;
	width:100%;
}

.stage-slider .gallerytitle.center {
	top:40%;
}

.stage-slider .gallerytitle.top {
	top:6%;
}

.stage-slider .gallerytitle.bottom {
	bottom:16%;
}

.stage-slider .gallerytitle.left h2, .stage-slider .gallerytitle.left h3 {
	text-align:left;
	margin-left:30px;
}

.stage-slider .gallerytitle.right h2, .stage-slider .gallerytitle.right h3 {
	text-align:right;
	margin-right:30px;
}

.stage-slider .gallerytitle.middle h2, .stage-slider .gallerytitle.middle h3 {
	text-align:center;
}

.stage-slider .gallerytitle.light h2, .stage-slider .gallerytitle.light h3 {
	color:#fff;
}


.stage-slider .gridimg-wrap { 
	position:relative;
	overflow:hidden;
	height:100%; 
}

.stage-slider .gridimg-wrap a { 
	height:100%;
	
}


.grid-gallery .gridimg-wrap { 
	width:270px;
	position:relative;
	overflow:hidden; 

}

.archiveimg-wrap {
	background:url(images/shadow-j.png) bottom center no-repeat;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width:660px;
}

.control-wrap {
	bottom:0%;
	position:absolute;
	height:20px;
	width:100%;
	z-index:200;
}

.post-gallery-wrap .control-wrap {
	bottom:-3%;
}

.control-panel,.post-control-panel {
	width:100px;
	position:relative;
	margin:0 auto;
	text-align:center;
	white-space:nowrap;
}



.control-panel ul li, .post-control-panel ul li {
	display:inline-block;
	zoom:1;
	*display:inline;	
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	position:relative;
	background:url(images/gallery-navigation.png) right top no-repeat;
}

.control-panel ul li.activeSlide, .post-control-panel ul li.activeSlide {
	background:url(images/gallery-navigation.png) left top no-repeat;	
}

.control-panel ul li:hover, .post-control-panel ul li:hover {
	background:url(images/gallery-navigation.png) left top no-repeat;	
}


.grid-gallery {
	width:944px;
	overflow:hidden;
	position:relative;
	height:auto;
	
}
.grid-gallery.top {
	margin-bottom:25px;
}

.grid-gallery.bottom {
	margin-top:25px;
}

.gallery-wrap {
	position:relative;
	height:inherit;
	overflow:hidden;
	border:1px solid #dfdfdf;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;	
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px #e8e8e8;
	-webkit-box-shadow: 0px 2px 4px #e8e8e8;
	box-shadow: 2px 2px 2px #e8e8e8;
	background:url(images/gradient-b.png) bottom repeat-x;
}

.gallery-slider.top {
	position:relative;
	padding-bottom:20px;
}

.gallery-slider.bottom {
	position:relative;
	margin-top:20px;
}

.group-slider, .post-slide {
	float:left;
	position:relative;
	overflow:hidden;
}



.gallery-slider .panelwrap  {
	float:left;
	width:870px;
	margin-left:-1px;
	position:relative;
	height:100%;
}


.grid-gallery .panelwrap {
	position:relative;
	overflow:hidden;
	height:100%;
}


.slidernav-left {
	float:left;
	position:relative;
	width:36px;
	background:url(images/break-c.png) right repeat-y;
	height:100%;
}


.slidernav-right {
	width:36px;
	position:relative;
	float:right;
	background:url(images/break-c.png) left repeat-y;
	height:100%;
}

.post-slider .slidernav-right, .post-slider  .slidernav-left {
	width:33px;
}

.slidernav {
	top:43%;
	position:absolute;

}

.slidernav-left a {
	height:49px;
	width:18px;
	display:block;
	margin-left:-1px;	
}

.slidernav-right a {
	height:49px;
	width:18px;
	display:block;
	margin-left:19px;
	margin-top:45%;
	position:absolute;
}



.grid-gallery .panel {
	float:left;
	width:310px;
	position:relative;
	margin-bottom:15px;
}

.gallery-slider .panel {
	float:left;
	width:290px;
	position:relative;
	height:100%;
	padding-top:1px;
	
}

.post-slider, .post-gallery-wrap, .post-grid {
	margin:0 auto;
	margin-bottom:15px;
	position:relative;
	clear:both;

}

.post-gallery {
	position:relative;
	height:100%;
}

.post-gallery .panel {
	float:left;
	position:relative;
	height:100%;	
	overflow:hidden;
}


.post-gallery .panel {
	*background:#fbfbfb;
}

.mid-wrap.out-full .post-slider, .mid-wrap.out-full .post-grid {
	width:911px;
}

.mid-wrap.out-threequarter .post-slider, .mid-wrap.out-threequarter .post-grid  {
	width:665px;
}

.mid-wrap.out-half .post-slider, .mid-wrap.out-half .post-grid {
	width:419px;
}


.mid-wrap.out-full .post-slider .panelwrap {
	width:843px;
}

.mid-wrap.out-threequarter .post-slider .panelwrap {
	width:597px;
}

.mid-wrap.out-half .post-slider .panelwrap {
	width:351px;
}

.mid-wrap.out-full .post-slider .panel, .mid-wrap.out-full .post-grid .panel {
	float:left;
	width:281px;
	position:relative;
	height:100%;
	padding-top:1px;
	
}

.mid-wrap.out-full .post-grid .panel {
	width:293px;
	margin-right:5px;
	margin-left:5px;
}

.mid-wrap.out-threequarter .post-slider .panel, .mid-wrap.out-threequarter .post-grid .panel {
	float:left;
	width:199px;
	position:relative;
	height:100%;
	padding-top:1px;
}

.mid-wrap.out-threequarter .post-grid .panel {
	width:211px;
	margin-left:5px;
	margin-right:5px;
}

.mid-wrap.out-half .post-slider .panel, .mid-wrap.out-half .post-grid .panel {
	float:left;
	width:117px;
	position:relative;
	overflow:hidden;
	height:100%;
	padding-top:1px;
	
}

.mid-wrap.out-half .post-grid .panel {
	width:129px;
	margin-left:5px;
	margin-right:5px;
}

.post-slider .panelwrap, .post-grid .panelwrap  {
	float:left;
	margin-left:-1px;
	position:relative;
	height:100%;
	overflow:hidden;
}


.gallery-slider .panel.border-left, .post-slider .panel.border-left  {
	background:url(images/border-shadow-a.png) left repeat-y;
	padding-left:0px;
	height:100%;
	position:relative;
}

.gallery-slider .panel.border-first, .post-slider .panel.border-first {
	background:url(images/border-shadow-b.png) left repeat-y;
	height:100%;
	position:relative;
}

.gallery-slider .gridimg-wrap { 
	width:290px;
	position:relative;
	overflow:hidden; 
}

.post-slider .gridimg-wrap, .post-grid .gridimg-wrap  { 
	position:relative;
	overflow:hidden; 
}


.grid-gallery .panel .container {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:5px;
	padding-bottom:15px;
}

.post-slider .panel .container, .post-grid .panel .container {
	padding-bottom:15px;
}	

.grid-gallery .panel .container.shadow, .gallery-slider .panel .container.shadow {
	background:url(images/shadow-b.png) center bottom no-repeat;
	padding-bottom:18px;
}

.grid-gallery .panel .container.reflection, .gallery-slider .panel .container.reflection {
	padding-bottom:0px;
}

.grid-gallery .panel .container.shadowreflection, .gallery-slider .panel .container.shadowreflection {
	background:url(images/shadow-c.png) center bottom no-repeat;
	padding-bottom:0px;
}

.grid-gallery .panelcontent {
	width:270px;
	margin:0 auto;
	height:auto;
	line-height:18px;
}

.gallery-slider .panelcontent, .post-slider .panelcontent, .post-grid .panelcontent  {
	padding:15px;
	padding-top:0px;
	height:auto;
	line-height:18px;
}

.grid-gallery .panelcontent h2 {
	margin-bottom:10px;
}



.mini-slider {
	width:220px;
	display:block;
	position:relative;

}

.mini-slider .panel .container {
	height:auto;
}

.mini-slider .panel .container.shadow {
	background:url(images/shadow-d.png) center bottom no-repeat;
	padding-bottom:20px;
}

.mini-slider .panel .container.shadowreflection {
	background:url(images/shadow-f.png) center bottom no-repeat;
	padding-bottom:0px;
}

#content {
	display:block;
	position:relative;
	height:auto;
	position:relative;
	width:100%;
}

#content .entry {
	line-height:18px;
}

#content .post.hentry {
	margin-bottom:25px;
}

#content .postmetadata {
	background:url(images/break-a.png) bottom repeat-x;
	position:relative;
}

#content .postmetadata p {
	background:url(images/break-a.png) bottom repeat-x;
	line-height:37px;
}

#content .postmetadata .break, .post-date .break {
	background:url(images/break-c.png) left repeat-y;
	margin-left:2px;
}

#content .postmetadata .comments {
	background-image:url(images/comment.png);
	position:absolute;
	top:4px;
	*top:-6px;
	margin-left:10px;
}

#content .postmetadata .comments.no {
	background-color:#ddd;
}

#content .textresize {
	position:relative;
	height:19px;
	float:right;
	display:block;
	margin-bottom:5px;	
	margin-left:5px;
}

#content .textresize ul li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	height:22px;
}

#content .textresize .resize-sml {
	background-image:url(images/resize-sml.png);
}

#content .textresize .resize-lrg {
	background-image:url(images/resize-lrg.png);
}


#content .textresize ul li img, #content #togglesocial ul li img {
	cursor:pointer;
	margin:0;
	padding:0;
}


#content #togglesocial {
	position:relative;
	float:right;
	top:1px;
	margin-bottom:10px;
}

#content #togglesocial ul li {
	list-style:none;
	list-style-image:none !important;
	margin:0;
	padding:0;
}

#content .socialinit,#content .socialhide {
	height:22px;
	position: relative;
	display:block;
	top: 0px;
	background-image:url(images/socialinit.png);
}

#content .socialicons {
	position:relative;
	float:right;
	top:1px;
	margin-left:10px;
	height:21px;
	display:block;
}

#content .socialicons ul li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	height:21px;
}

#content .socialicons ul li.social-delicious {
	background-image:url(images/Deli.png);
	background-repeat:no-repeat;
}

#content .socialicons ul li.social-facebook {
	background-image:url(images/Facebook.png);
	background-repeat:no-repeat;
}

#content .socialicons ul li.social-digg {
	background-image:url(images/Digg.png);
	background-repeat:no-repeat;
}

#content .socialicons ul li.social-twitter {
	background-image:url(images/Twitter.png);
	background-repeat:no-repeat;
}

#content .socialicons ul li.social-rss {
	background-image:url(images/RSS.png);
	background-repeat:no-repeat;
}

#content .post-titles {
	margin-bottom:15px;
}

#content .post-titles h2,#content .post-titles h3 {
	margin:0;
	margin-bottom:5px;
}

#content .post-titles h1 {
	color:#333;
	margin-bottom:2px;
}

#content .post-titles h2 {
	color:#999999;
}

#content .post-titles p {
	margin:0;
	padding:4px;
	padding-left:0;
}

#content p.post-date {
	margin-bottom:5px;
	color:#787878;
}

#content .post-date .break {
	margin-left:5px;
}

#content p.post-date .author {
	font-weight:bold;
}

#content ul li {
	margin:10px;
	margin-left:30px;
	list-style-image:url(images/li-arrow-drk.png);

}

#content textarea {
	width:400px;
}


.navigation {
	width:660px;
	position:relative;
	margin-bottom:10px;
}

.navigation .alignleft {
	float:left;
}

.navigation .alignright {
	float:right;
}



/* Sidebar(s) */

.sidebar-content {
	display:block;
	position:relative;
	height:auto;
}

.sidebar-content ul li.sidebartitle a {
	background:none;
}

.side-wrap .border-wrap.left .sidebar-content ul .widget {
	padding-right:20px;
}

.side-wrap .border-wrap.right .sidebar-content ul .widget {
	padding-left:20px;
}

.sidebar-content ul .widget {
	padding-top:10px;
	padding-bottom:5px;
}

.sidebar-content li {
	list-style:none;
}

.border-wrap {
	position:relative;
	height:auto;
	z-index:0;
	height:100%;
	padding-bottom:25px;
}

.border-wrap.left .border-inner.border {
	background:url(images/content-border-b.png) right 30px repeat-y;
}

.border-wrap.right .border-inner.border {
	background:url(images/content-border-e.png) left repeat-y;
}

.border-wrap.left.border.bottom{
	background:url(images/content-border-d.png) right bottom no-repeat;
}

.border-wrap.right.border.bottom{
	background:url(images/content-border-g.png) left bottom no-repeat;
}

.border-wrap.left .sidebar-content.border.top {
	background:url(images/content-border-c.png) right top no-repeat;
}

.border-wrap.right .sidebar-content.border.top {
	background:url(images/content-border-f.png) left top no-repeat;
}

.no-border-wrap.right {
	float:right;
}

.no-border-wrap.left {
	float:left;
}

.no-border-wrap {
	padding-top:0px;
	position:relative;
}


/* Widget(s) */ 

.sidebar-content .widget_recent_entries li, .sidebar-content .widget_archive li, .sidebar-content .widget_links li, .sidebar-content .widget_meta li, .sidebar-content .widget_categories li, .sidebar-content .wpjb_widget li, .sidebar-content #wpjb_categories li, .sidebar-content .featuredjobs li, .widget_pages li, .customnav li {
	background:url(images/break-a.png) top left repeat-x;
}

.widget ul {
	background:url(images/break-a.png) bottom left repeat-x;
	padding-bottom:4px;
}

ul.customnav {
	margin-bottom:15px;
}

.widget ul ul {
	background:none;
	padding-bottom:0px;
}

.sidebar-content .widget_recent_entries li a, .sidebar-content .widget_archive li a, .sidebar-content .widget_links li a, .sidebar-content .widget_meta li a, .sidebar-content .widget_categories li a, .widget_pages li a, .sidebar-content .wpjb_widget li a, .sidebar-content #wpjb_categories li a, .customnav li a {
	padding:8px 0px 9px 15px;
	display:block;
	background:url(images/li-arrow-drk.png) center left no-repeat;
}

.sidebar-content .featuredjobs li a {
	padding:8px 15px 9px 0px;
	display:block;
	background:url(images/li-arrow-round-a.png) right center  no-repeat;
}

.sidebar-content .featuredjobs li {
	padding-bottom:10px;
}

.sidebar-content .featuredjobs li a:hover {
	background:url(images/li-arrow-round-b.png) right center  no-repeat;
}

.sidebar-content .featuredjobs li span {
	font-style:italic;
}


/* Footer */

#footer-header {
	background:url(images/footer-header.png) top repeat-x;
	height:5px;
	margin-top:20px;
}


#footer-wrap {	
	min-height:150px;
	background:url(images/gradient-a.png) left bottom repeat-x;
}

#footer-wrap-inner {	
	min-height:150px;
	background:#c9e8fd url(images/footer-a.jpg) center top repeat-x;
}


#footer {
	width:940px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	height:auto;
	position:relative;
	background:url(images/footer-m.jpg) center top no-repeat;
}

.push {
	height:24em;
}

#footer a, #panel a {
	color:#6c6c6c;
}

#footer a:hover, #panel a:hover {
	color: #333;
}


#footer ul li {
	list-style:none;
	
}

#footer .panel-wrap, #panel .panel-wrap {
	float:left;
	width: 223px;
	margin-right:16px;
}

#footer .panel-wrap.last, #panel .panel-wrap.last {
	margin-right:0px;
}

#footer .widgetlinks, #panel .widgetlinks {
	margin: 10px 20px 0 0;
	background:url(images/break-a.png) bottom left repeat-x;
	padding-bottom:2px;	
}

#panel .widgetlinks li {
	background:url(images/break-a.png) top left repeat-x;
}

#footer .widgetlinks {
	margin: 10px 20px 0 0;
	background:url(images/break-a-blue.png) bottom left repeat-x;
	padding-bottom:2px;	
}

#footer .widgetlinks li {
	background:url(images/break-a-blue.png) top left repeat-x;
}

#footer .widgetlinks li a, #panel .widgetlinks li a {
	padding:8px;
	padding-left:15px;
	display:block;
	background:url(images/li-arrow-drk.png) center left no-repeat;
}

#footer .widgetlinks h3, #panel .widgetlinks h3 {
	margin-bottom:5px;
}

.lowerfooter-wrap {
	padding-top:15px;
	padding-bottom:15px;
}

.lowerfooter {
	margin:0 auto;
	width:940px;
}

.lowfooterleft {
	float:left;
}

.lowfooterright {
	float:right;
	clear:right;
}

/* Sidebar Formatting */

/* Calendar */

#wp-calendar caption {
	font-style:italic;
	padding-bottom:10px;
}

div#calendar_wrap {
	background:url(images/shadow-d.png) bottom center no-repeat;
	padding-bottom:18px;
	position:relative;
	width:205px;
}

#wp-calendar {
	empty-cells: show;
	border-collapse:seperate;
	*border-collapse:collapse;
	border-spacing:0px;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;	
	border-top: 1px solid #dfdfdf;	
	margin:0;
	padding:0;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background:none;		
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background:none;		
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	height:29px !important;
	width:29px !important;
	padding:0;
	margin:0;
	text-align: center;
	vertical-align:middle;
	background:#eaeaea url(images/cells.png) 0 0 no-repeat;
	border:none;
	font-size:11px;
	position: relative;
}

#wp-calendar td a {
	background-image:url(images/cells.png);
	background-position:right top;
	background-repeat:repeat-x;
}

#wp-calendar td.pad {
	background:#eee url(images/button-overlay.png) top repeat-x;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}

#wp-calendar tbody td a {
	color:#fff;
	line-height:29px;
}


#wp-calendar  th {
	padding:2px;
	border-left: 1px solid #dfdfdf;
	background:#eaeaea url(images/button-overlay.png) top repeat-x;	
		
}

#wp-calendar td#today {
	background:#777 url(images/cells.png) right top no-repeat;
	color:#fff;
}

#wp-calendar tfoot td {
	border-top:1px solid #dfdfdf;
	background:#eee url(images/button-overlay.png) top repeat-x !important;		
}

#wp-calendar tfoot td {
	border-left:1px solid #dfdfdf;
}


/* Calendar */


/* Forms */


.contactform input[type="text"] {
	width:170px;
}	


label.hidden {
	display:none;
}



input[type=text], select, input[type=password],input[type=file],textarea {
	padding:5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

textarea {
	width:98%;
	height:120px;
	font-size:12px;
}

.panel-wrap textarea {
	width:200px;
}

input, textarea {
	outline-style:none!important;
}

pre,input[type=text],input[type=password],input[type=file],textarea {
	background:#fff url(images/gradient-d.png) top repeat-x;
	border: 1px solid;
	color:#aeaeae;
	border-color:#dfdfdf #f0f0f0 #f0f0f0 #e5e5e5;
}

pre,input[type=text]:focus, input[type=password]:focus, input[type=file]:focus,textarea:focus {
	color:#484848;
}

select {
	background: url(images/gradient-d.png) top repeat-x;
	border: 1px solid;
	border-color:#dfdfdf #f0f0f0 #f0f0f0 #e5e5e5;
}

button, #content input[type="submit"] {
	border: none;
}


/* Comments */

#respond {
	background:url(images/break-a.png) top repeat-x;
	margin-top:20px;
	padding-top:15px;
}

#content .comments-wrap {
	margin-top:20px;
	padding-top:15px;
	background:url(images/break-a.png) top repeat-x;
}

#content ol.commentlist li {margin:0;list-style:none;}

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; } 
ol.commentlist li.comment  .commentbreak { background:url(images/comment-a.png) 20px no-repeat;margin-top:-2px;} 
ol.commentlist li.comment  .commenttext { padding:1em;border-top:1px solid #e9e9e9;background:#fff url(images/break-a.png) bottom repeat-x; }
ol.commentlist li.comment  .authorwrap { margin-top:5px;margin-left:14px; }
ol.commentlist li.comment  .authorwrap ul li { float:left;line-height:36px;margin-right:10px !important;padding-right:12px !important;background:url(images/break-c.png) right repeat-y; }
ol.commentlist li.comment  .authorwrap ul { margin:0; }
ol.commentlist li.comment { margin-bottom:10px !important; } 
ol.commentlist li.comment .authorwrap li.comment-author { background:none;padding-right:0 !important;} 
ol.commentlist li div.vcard cite.fn { font-style:normal; } 
ol.commentlist li li.vcard img.avatar { border:1px solid #e9e9e9; padding:2px; } 
ol.commentlist li div.comment-meta { font-size:9px; } 
ol.commentlist li div.comment-meta a { color:#888; } 
ol.commentlist li p { font-size:11px; margin:0 0 1em; } 
ol.commentlist li ul { font-size:11px;  margin:0 0 1em 2em; } 
ol.commentlist li div.reply { font-size:11px; } 
ol.commentlist li div.reply a { font-weight:bold; } 
ol.commentlist li ul.children { list-style:none; margin:1em 0 0 3em; text-indent:0; } 
ol.commentlist li.parent { background:url(images/break-c.png) left repeat-y; } 
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; } 


/* Images */ 

img.alignright, .imagewrap.alignright, .post-gallery-wrap.alignright {
	float:right; 
	margin:0 0 1em 1em
}

img.alignleft, .imagewrap.alignleft, .post-gallery-wrap.alignleft {
	float:left; 
	margin:0 1em 1em 0
}

img.aligncenter, .imagewrap.aligncenter, .post-gallery-wrap.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

a img.alignright {
	float:right; 
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left; 
	margin:0 1em 1em 0
}
	
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

a img {
	border:none;
}

.imagewrap {
	position:relative;
	clear:both;
	margin:0 0 1em 0
}

.imagewrap.frame {
	background:url(images/gradient-a.jpg) repeat-x bottom;
	padding:9px 10px 10px 9px;
	border:1px solid #dfdfdf;
	-moz-box-shadow: 0px 2px 4px #e8e8e8;
	-webkit-box-shadow: 0px 2px 4px #e8e8e8;
	box-shadow: 2px 2px 2px #ccc;
}


.imagewrap.shadow-small, .post-gallery .panel.shadow-small, .post-slider .container.shadow-small, .post-grid .container.shadow-small {
	background:url(images/shadow-f.png) center bottom no-repeat;
	padding-bottom:20px;
}


.imagewrap.shadow-medium, .post-gallery .panel.shadow-medium, .post-slider .container.shadow-medium, .post-grid .container.shadow-medium {
	background:url(images/shadow-b.png) center bottom no-repeat;
	padding-bottom:20px;
}

.imagewrap.shadow-large, .post-gallery .panel.shadow-large, .post-slider .container.shadow-large, .post-grid .container.shadow-large {
	background:url(images/shadow-g.png) center bottom no-repeat;
	padding-bottom:20px;
}

.post-gallery .panel.shadow-large, .post-gallery .panel.shadow-medium, .post-gallery .panel.shadow-small  {
	background-color:#fbfbfb;
}

.imagewrap img {
	margin-right: auto;
	margin-left: auto;
}

p.dropcap:first-letter {
	float: left;
	font-size: 300%;
	line-height: 1em;
	margin-right: 0.15em;
	margin-bottom:-0.25em;
}

code {
	font-style:italic;

}

.button a, .button a:hover {
	color:#fff !important;
	display:block !important;
	height:100%;
}

.button-wrap {
	display: inline-block; 
	margin:2px 1px 2px 0px;
}

.button-wrap.full  {
	display:block;
	width:100%;
}

.button-wrap.half  {
	width:50%;
}

.button-wrap.onequarter  {
	width:25%;
}

.button-wrap.threequarter  {
	width:75%;
}

.button a, .button a:visited, button, #content input[type="submit"] {
	background: #222 url(images/button-overlay.png) top repeat-x; 
	display: inline-block; 
	padding: 6px 12px 7px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	zoom:1;
	*display:inline;
	margin:0;
}

button, #content input[type="submit"] {
	padding: 3px 5px; 
}
 
.button a:hover, button:hover				{ background-position: bottom; color: #fff; }
.button a:active							{ top: 1px; }
.small.button a, .small.button a:visited 	{ font-size: 11px; padding: ; }
.button, .button:visited,
.medium.button, .medium.button:visited 		{ line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited 		{ font-size: 14px; padding: 8px 14px 9px; }
	
.green.button a, .green.button a:visited		{ background-color: #00a61f; }
.blue.button a, .blue.button a:visited			{ background-color: #2e66a4; }
.aqua.button a, .aqua.button a:visited			{ background-color: #0195a9; }
.red.button a, .red.button a:visited			{ background-color: #c80d0d; }
.magenta.button a, .magenta.button a:visited	{ background-color: #a9014b; }
.orange.button a, .orange.button a:visited		{ background-color: #ff5c00; }
.yellow.button a, .yellow.button a:visited		{ background-color: #ffb515; }
.grey.button a, .grey.button a:visited			{ background-color: #c8c8c8; }



acronym, abbr, span.caps {
	cursor: help;
}

/* Table */



.content-wrapper-inner table {
	border-collapse:separate;
	*border-collapse:collapse;
	border-spacing:0;
	width:100%;
	border:1px solid #eaeaea;
	border-top:none;
	margin-bottom:20px;
}

.content-wrapper-inner table,td,th {
	vertical-align:middle;
}
.content-wrapper-inner th,td {
	padding:10px;
	background:url(images/break-a.png) repeat-x top;
}


.content-wrapper-inner tfoot td {
	border:0px;
}

.content-wrapper-inner th,tr:hover {
	background-color:#f6f6f6;
}
/* Table *END* */


blockquote {
	float:right;
	font-size:1.20em;
	width:150px;
	border-left:2px solid #5f5f5f;
	margin:1.5em 0.5em 1.5em 1.5em;
	padding:0em 0em 0em 1em;
	font-style:italic;
	color:#333333;

}

.blockquote_line, .blockquote_quotes {
	font-size:1.20em;
	width:150px;
	font-style:italic;
	color:#333333;	
}


.blockquote_quotes.left {
	float:left;	
	margin:1.5em 1.5em 1.5em 0.5em;
	padding:0em 1em 0em 0em;
}

.blockquote_quotes .quote.left {
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}

.blockquote_quotes .quote.right {
	float:right;
	margin-left:4px;
	margin-top:4px;
}


.blockquote_quotes.right {
	float:right;
	margin:1.5em 0.5em 1.5em 1.5em;
	padding:0em 0em 0em 1em;	
}

.blockquote_line.left {
	float:left;	
	border-right:2px solid #5f5f5f;
	margin:1.5em 1.5em 1.5em 0.5em;
	padding:0em 1em 0em 0em;
}

.blockquote_line.right {
	float:right;
	border-left:2px solid #5f5f5f;
	margin:1.5em 0.5em 1.5em 1.5em;
	padding:0em 0em 0em 1em;	
}

.hozbreak {
	background:url(images/break-a.png) center repeat-x;
	line-height:50px;
	position:relative;
	clear:both;
}

.hozbreak.nospace {
	line-height:2px;
}

.hozbreak-top {
	position:relative;
	background:url(images/break-a-top.png) center right no-repeat;
	display:block;
	line-height:50px;
	width:100%;
	text-right:right;
	clear:both;

}


.hozbreak-top a  {
	color:#CCC;
	float:right;
}

.hozbreak-top a:hover {
	color:#333;
}


.styledbox {
	margin: 0.5em 0em 0.5em 0em;
	position:relative;
	clear:both;
}

.styledbox.information .boxcontent {
	background:url(images/icon-b.png) left center no-repeat;
	color:#FFF;
}

.styledbox.warning .boxcontent {
	background:url(images/icon-a.png) left center no-repeat;
	color:#333;
}

.styledbox.download .boxcontent {
	background:url(images/icon-c.png) left center no-repeat;
	color:#333;
}

.styledbox.help .boxcontent {
	background:url(images/icon-d.png) left center no-repeat;
	color:#fff;
}


.styledbox.left {
	float:left;
	margin: 1em 1em 1em 0em;
}

.styledbox.right {
	float:right;
	margin: 1em 0em 1em 1em;
}

.styledbox.center {
	margin: 1em 0em 1em 0em;
	margin-left:auto;
	margin-right:auto;
}

.styledbox .boxcontent {
	padding:15px;
	padding-left:50px;
	margin-left:15px;
}

.styledbox.general .boxcontent {
	padding:15px;
	margin:0;
}

span.highlight.one {
	background:#FFFF00;
}

span.highlight.two {
	background:#000;
	color:#FFFFFF;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}  /* for IE/Mac */



.twitter-wrap {
	position:relative;
}

.twitter-wrap.top {
	margin-bottom:20px;
}

.twitter-wrap.bottom {
	margin-top:20px;
}


.tweets {
	padding:10px 0px 10px 0px;
	position:relative;
	background:url(images/break-a.png) repeat-x bottom;
}

#tweet_quote_wrapper {
	position:relative;
	float:left;
}

.tweets #tweet_quote_wrapper span {
	white-space:nowrap;
	*padding-top:3px;

}

.tweets .twitterfollow {
	position:absolute;
	top:-2px;
	*top:1px;
}

.tweets .twitterfollow a {
	background-image:url(images/Twitter.png);
	display:block;
}

.tweets .tweettitle {
	float:left;
	position:relative;
	padding-right:12px;
	margin-right:10px;
	background:url(images/break-c.png) right center repeat-y;	
}

.tweets h3 {
	margin-bottom:5px;
	padding-left:30px;
}

.clear {
	clear:both;
}

.clearright {
	clear:right;
}

.table-style-one {
	border-top:1px solid #1594d9;
	border-right:1px solid #1594d9;
}
.table-style-one td {
	border-bottom:1px solid #1594d9;
	border-left:1px solid #1594d9;
	padding:3px;
}

.v-space {
	margin-bottom:25px;
}

.h-space {
	margin-left:25px;
}



.hoverimg,.hovervid { /* Gallery Hover Overlay's */
	position:absolute;	
	width:100%;	
	height:100%;
	left:0; 
	top:0;	
	z-index:0;		
	cursor:pointer;
	display:block;
	-ms-filter: 'Alpha(Opacity=0)';
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-khtml-opacity: 0;
}

.hoverimg {
		background: #fbfbfb url(images/image-hover.png) 50% 50% no-repeat;	
}

.hovervid {
		background: #fbfbfb url(images/video-hover.png) 50% 50% no-repeat;	
}

ul.paging { 
	list-style:none; 
	padding:0; 
	font-weight:bold; 
}

ul.paging li { 
	float:left; 
	margin:0 6px 6px 0; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background-image:url(images/button-overlay.png);
	background-position:top;
	background-repeat:repeat-x;		 
}

ul.paging li a, ul.paging li.active { 
	display:block; 
	padding:3px 6px;
	color:#fff;
}

ul.paging li.active { 
	color:#fff;
}



/* Columns */

.columnswrap {
	position:relative;
	clear:both;
	width:100%;
}

.columns {
	float:left;
	position:relative;
	margin-bottom:15px;
}

.columns.two {
	width:49%;
	margin-right:2%;
}

.columns.three, .columns.onethird {
	width:32%;
	margin-right:2%;
}

.columns.four, .columns.onefourth {
	width:23.5%;
	margin-right:2%;
}

.columns.twothirds {
	width:66%;
	margin-right:2%;
}

.columns.threefourths {
	width:74.5%;
	margin-right:2%;
}

/* Columns with Border */

.columns.border.two {
	width:44.5%;
	margin-right:2%;
}

.columns.border.three, .columns.border.onethird {
	width:27.5%;
	margin-right:2%;
}

.columns.border.four, .columns.border.onefourth {
	width:19%;
	margin-right:2%;
}

.columns.border.twothirds {
	width:61.5%;
	margin-right:2%;
}

.columns.border.threefourths {
	width:70%;
	margin-right:2%;
}


.columns.two.last, .columns.three.last, .columns.four.last, .columns.onethird.last, .columns.twothirds.last, .columns.onefourth.last, .columns.threefourths.last {
	margin-right:0 !important;
	clear:right;
}

.columns.border {
	border:1px solid #dfdfdf;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;	
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 4px #e8e8e8;
	-webkit-box-shadow: 0px 2px 4px #e8e8e8;
	box-shadow: 2px 2px 2px #ccc;
	padding:2%;
}




	