/*   
Theme Name: Kappa Sigma TTU -  Epsilon Phi Chapter
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Taylor Calise
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Basic Layout [2c-l-fixed] */
body {
    min-width:940px;
    background-color: #F4F5EF;
}
#header {
	background:url(library/images/house_front.jpg);
    position:relative;
    width:960px;
	height:486px;
	min-height:486px;
	max-height:486px;
    margin:0 auto;
}
#branding {
    margin:0 auto;
}

#access {
    position:relative;
    overflow:hidden;
}

#banner {
	background: url(library/images/banner_bg.png) left top repeat-x;
	margin: 30px auto 0 auto;
	width: 820px;
	height:249px;
	min-height:249px;
	padding:20px;
	display:block;
}

#banner h2 {
	font-size:30px;
	letter-spacing:1px;
	line-height:26px;
	padding:0 0 0px;
	color:#fff;
}

#banner h3 {
	font-size:17px;
	font-style:italic;
	padding:5px 0 20px;
	color:#fff;
}

#banner p {
	color:#fff;
	font-size: 13px;
}

#link-arrow {
	background: url(library/images/link_arrow.png) no-repeat;
	width:43px;
	height: 40px;
	margin:-23px 0 0 0;
	cursor: pointer;
	display: block;
	outline: 0;
	float: right;
}

#link-arrow:hover {
	background: url(library/images/link_arrow_hover.png) no-repeat;
	display: block;
	float: right;
	margin:-23px 0 0 0;
}

#image-left {
	float: left;
	width:380px;
	
}

#text-right {
	float: right;
	width: 380px;
	padding: 0 0 0 30px;
}

.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    min-height: 400px;
    background-color: #FFFFFF;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    
}
#container {
    width:940px;
    float:right;
    margin: 0 0 0 -310px;
}
#content {
    width:670px;
    overflow:hidden;
    margin: 0 0 0 270px;
}

/*-----HOME STYLING------*/

.home #content {
	width:960px;
	margin:0;
}
.home #container {
	width:960px;
	margin:0;
}

.home #main {
padding:20px 0 0 0;
}

.home .aside#index-top {
	background-color:#DCDBCF;
	border:none;
	font-size: 15px;
	font-style:italic;
	line-height:26px;
	color:#34363E;
	padding:30px 50px 30px 50px;
	margin:0 0 10px -0;
}

.home .aside#index-top ul {
	margin:0;
}

.home .aside#index-top p {
	margin:0;
}

.home .aside#index-insert {
	width:860px;
	height: 300px;
	margin:auto;
}

.home .aside#index-insert li {
	width:260px;
	float: left;
	color: #353535;
}

.widget_news_list {
	margin-right: 40px;
	text-align: left;
 }

.ngg_images {
margin-right: 40px;
}

.widget_dbem_list {
text-align: center;
}

.home .aside#index-insert .widgettitle {
	color:#660000;
    font-weight:normal;
    font-size:24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform:none;
    font-style: normal;
    text-align: left;
}

#news-list {
	font-size:12px;
	line-height: 20px;
}

.home-newslist {
	list-style-type: none;
	margin-left: -20px;
}

.home-eventslist {
	list-style-type: none;
	margin-left: -20px;
	text-align: center;
}

.home-eventslist #date {
	text-align: center;
	background-color: #F4F5EF;
	padding: 5px;
}

.home-eventslist p {
	text-align: center;
	background-color: #F4F5EF;
	padding: 3px;
	margin: 0px;
}

.home-eventslist-link {
	width: 230px;
	margin:3px 0 3px -20px;
	text-align: center;
	font-style: italic;
	list-style-type: none;
	font-size: 10px;
}


/*-----*/

.hentry {
    width:630px;
}
.main-aside {
    width:250px;
    float:left;
    position:relative;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}



#footer_callouts {
	width:920px;
	height:213px;
	margin:0 auto;
}


/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 13px "Georgia", Times New Roman, Times, serif;
    line-height:22px;
    color:#353535;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#353535;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#660000;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
	background:url(library/images/branding_bkg.png) top repeat-x;
    padding:10px 0 44px 0;
}

/* =Search
-------------------------------------------------------------- */

#header-aside {
	float:right;
	margin:0 20px 0 0;
}

#searchform input {
	background:url(library/images/search.png) no-repeat scroll 185px 5px;
	color:#999999;
	border:1px solid #999999;
	width:175px;
	height:17px;
	padding:7px 30px 7px 3px;
	font-size: 13px;
	font-style: italic;
}

#search label {
	display: none;
}

#search h3 {
	display: none;}
	
.search .page-title {
	border-top: 2px dotted #CCC;
	border-bottom: 2px dotted #CCC;
	height:20px;
	padding:10px 0 10px 0;
	margin: 0 40px 34px 0;
	font-size: 20px;
}

#search-terms {
font-weight: bold;}

/* =Menu
-------------------------------------------------------------- */
#header-aside label {
display:none;
}

.skip-link {
    display:none;
}
#access {
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
	margin:-70px 0 0 0;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font:italic 14px Georgia, "Times New Roman", Times, serif;
	font-style:italic;

}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.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:			2.5em; /* 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 {
	left:			10em; /* match ul width */
	top:			0;
}
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;
}

/*** KAPPA SIGMA SKIN ***/
.sf-menu {
	float:right;
}
.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#353535;
}
.sf-menu li {
	
}
.sf-menu li li {
	
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
}
.sf-menu ul {

}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #660000;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:66px 0 22px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-size: 30px;
    letter-spacing: 1px;
    color:#353535;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #660000;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:10px 0 0 0;
    font-size: 13px;
}

.entry-content a{
	color:#353535;
}

.entry-content a:hover {
    color:#660000;
}
.entry-content a:visited,
.entry-content a:active {
    color:#CCC;
}

.entry-content h1,
.entry-content h2 {
    font-size:19px;
    padding:15px 0 15px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:10px 0 3px 0;
}
.entry-content h4 {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	background: #FFFFE0;
	border-bottom:1px solid #E6DB55;
	border-top:1px solid #E6DB55;
    color:#666;
    font-size:15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    line-height:18px;
    padding: 8px 0 8px 0;
    margin:10px 0 44px 0;
}
.entry-utility a {
    color:#353535;
    text-decoration:none;
}

.edit-link {
	display: block;
	background: #FFFFE0;
	border-bottom:1px solid #E6DB55;
	border-top:1px solid #E6DB55;
	text-transform: uppercase;
    font-size:15px;
    letter-spacing: 2px;
    text-align: center;
    padding: 8px 0 8px 0;
    line-height:18px;
    margin:10px 0 44px 0;
}

.edit-link a {
color:#353535
}

.edit-link a {
color:#353535
}

.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Default styles for Images
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    border:6px solid #F4F5EF;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 5px solid #F4F5EF;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
	display: none;
}
.gallery img {
    margin:0;
}
.wp-smiley {
	max-height:12px;
	margin:0 !important;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.xoxo li {

}

.aside,
.aside input {
    font-size:15px;
    line-height:18px;
    margin-bottom:6px;
}

.aside p, .aside ul, .aside ol,
.aside dd,.aside pre {
;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #660000;
    display: block;
    
}
.aside .current_page_item .page_item a {
    color:#660000;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #660000;
}
.aside {
    color:#353535;
}
.aside a {
    color:#353535;
    text-decoration: none;
   
}
.aside a:active,
.aside a:hover {
    color: #660000;
}

.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
    
}
.aside ul ul {
    list-style:none;
    margin:0 0 22px 20px;
    
}
.aside ul ul li {
    padding:0;
   
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}

.aside #searchsubmit {
	display: none;	
}

/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
	font-style: normal;
	font-size:20px;
	padding:8px 0 8px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.main-aside ul ul {
    padding:0;
}
#primary {
	background: url(library/images/bg_aside.gif) no-repeat right top;
    padding:0;
    margin-bottom:22px;
}

.main-aside a {
	color:#353535;
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 7px;
}

.main-aside a:active, 
.main-aside a:hover {
	color: #660000;
    border-left: 5px solid #F4F5EF;
    display: block;}
/*
    Content Asides
*/
#content .aside {
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0;
}
#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {

}

#footer_callouts {
	background-color: #34363E;
	padding:20px;
}

#footer_callouts p {
	font-size:12px;
	color:#FFFFFF;
	margin:15px 0 0 0;
	width:270px;
}

#footer_callouts a {
	float:left;
	font-size:24px;
	font-style:italic;
	color:#FFFFFF;
	text-decoration:none;
}

#footer_callouts a:hover {
	color:#ccc;
}

#footer_callouts img {
	margin:0 0 0 20px;
}

#callout_left {
	background:url(library/images/crest.png) no-repeat scroll 320px 40px;
	width:440px;
	float:left;
	padding:0 20px 0 0;
}

#callout_right {
	background:url(library/images/greek.png) no-repeat scroll 320px 60px;
	width:440px;
	float:left;
	padding:0 0 0 20px;
}

#siteinfo {
    background-color:#2C2D35;
    font-size:11px;
    line-height:18px;
    padding:10px 20px 10px 20px;
    clear:both;
    width:920px;
    height: 35px;
	margin: auto;

    background-color:#2C2D35;
}
#siteinfo-copyright {
	color: #666;
	font-style: italic;
	margin: auto;
	display: block;
	border-bottom:1px solid #333;
	padding:0 0 3px 0;
}

#siteinfo-links {
	font-size: 11px;
	display: block;
	margin:0 0 0 -10px;
	
}

#siteinfo-links ul {
	display: block;
	margin: auto;
}

#siteinfo-links li {
	list-style-type: none;
	float: left;
	padding: 0 10px 0px 10px;
}

#siteinfo-links  li a {
	color:#666;
	text-decoration: none;
	font-style:italic;
}

#siteinfo-links li a:active, 
#siteinfo-links li a:hover {
	text-decoration: underline;
	color: #CCC;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

/* =Events Manager
-------------------------------------------------------------- */

table#dbem-bookings-table tfoot td.booking-result {
	font-weight: bold;
   	background:#6D6D6D url(../../../wp-admin/images/menu-bits.gif) repeat-x scroll left top;      
	color: #eee;
}

table#dbem-bookings-table tfoot th {
	text-align: right;
	padding-right: 1em;

}    

.dbem_events_list {
	margin: 0;}

.eventrow {
	border-bottom:1px solid #CCC;
	display:block;
	font-size:13px;
	margin:0 0 0px;
	padding:5px 0px 30px 5px;
	width:620px;
}

.eventrow:hover {
background: #F4F5EF;
}

.eventcolumn {
float:left;
list-style-type:none;
}

.date {
width:150px;
}

.city {
width:110px;
}

.time {
text-align: right;
width: 65px;

}

.name {
width:290px;
}

table.dbem-rsvp-form  {
	width: 80%
	
}  

.dbem-rsvp-form{
border: none;
margin: -20px 0 0px 0;
}

.dbem-rsvp-form input{ 
width: 300px;
}

.dbem-rsvp-form tr {
border: none;
display: block;
}

table.dbem-rsvp-form th { 
	width: 35%;
	display: block;
	padding: 0;
	font-weight: normal;
}

table.dbem-rsvp-form td { 
	text-align: left;
	padding: 0 0 20px 0;
}      

div.dbem-rsvp-message {     
	margin-bottom: 1em;
	background-color: #FDDD73;
	padding: 5px;
	border: 2px solid #FF9100;
}     

a.bookingdelbutton {
	background: url("../../../wp-admin/images/xit.gif") no-repeat;  
    font-size: 11px;
	text-indent: -9999px;
	height: 10px;   
	width: 10px;
	overflow:hidden;
	position:absolute;

}     
a.bookingdelbutton:hover {
	background: url("../../../wp-admin/images/xit.gif") no-repeat -10px;  

}       
/* Printable stuff */
body#printable {
	font-family: Gill Sans, Helvetica, Arial, sans-serif;  
	text-align: center;
}  
body#printable #container { 
	margin: 0 auto; 
	width: 780px;
	text-align: left;
}                                                                   
table#bookings-table {
	width: 600px;     
	border-spacing: 0px;

}
table#bookings-table td {
	padding: 5px 0;
}
table#bookings-table td.seats-number {
	text-align: right;
	padding-right: 20px;
}
table#bookings-table th {
	text-align: left;
	margin-left: 5px;
}   
table#bookings-table tr#booked-seats td{
	border-top: 2px solid #999;    
}      

table#bookings-table td.total-label {
	text-align: right;
}                                  

table#bookings-table tr#booked-seats td.seats-number, table#bookings-table tr#available-seats td.seats-number {
	font-weight: bold;
}

p#recurrence_warning {
	border: 2px solid #FD0000;
	background: #FF7146;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
div#icon-events{
	background:url('images/calendar-32.png') no-repeat center;
} 

table#dbem-location-data th {
	text-align: right;   
	width: 50px;
}          
#dbem-location-map img {
	max-width: none;
}

/* =Contact Form
-------------------------------------------------------------- */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7-form textarea {
width: 550px;
padding: 5px;
}

div.wpcf7-response-output {
	padding:5px 0 5px 0;
	text-align:center;
}

div.wpcf7-mail-sent-ok {
background-color:#FFFFE0;
border-bottom:1px solid #E6DB55;
border-top:1px solid #E6DB55;
	
}

div.wpcf7-mail-sent-ng {
	background-color:#FFEBE8;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	background-color:#FFEBE8;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	left: 110%;
	z-index: 100;
	background: #FFEBE8;
	border: 1px solid #CC0000;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	text-align: center;
	width: 230px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

/* =NextGEN Gallery
-------------------------------------------------------------- */

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	/*height: 130px;*/
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	overflow:hidden;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left; 
	background: url(library/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(library/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
}

.ngg-gallery-thumbnail img {
	margin: -6px 6px 6px -6px;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block; 
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	display:none;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/

.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* =WP Table Reloded
-------------------------------------------------------------- */

.wp-table-reloaded {
	background-color:#CDCDCD;
	margin:10px 0px 15px 0px;
	font-size:13px;
	font-weight: normal;
	width: 100%;
	text-align:left;
}
.wp-table-reloaded th {
	background-color:#E6EEEE;
	border:1px solid #FFFFFF;
	font-weight: normal;

}
.wp-table-reloaded td {
	color:#3D3D3D;
	background-color:#FFFFFF;
	padding: 5px;
}

.column-1 {
width: 150px;}

.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}
.wp-table-reloaded .odd td{
	background-color:#F0F0F6;
}
.wp-table-reloaded .header {
	background-image:url(http://localhost:8888/test/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color:#8DBDD8;
	background-image:url(http://localhost:8888/test/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#8DBDD8;
	background-image:url(http://localhost:8888/test/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}