/*
Theme Name: Custom
Description: Custom theme developed by Cidney Hue for Manhattan Athletics.
Author: Cidney Hue
Author URI: http://cidneyhue.com/
Version: 1.0
*/

/* -----Body----- */
body {
	height: auto; 
	width: auto; 
	margin: 0; 
	padding: 0; 
	background: #b8b8b8;
	font-family: "Times New Roman", Serif; 
	color: #000; 
	}
p { 
	font-size: 15px; 
	line-height: 1.5em;
	}
a { 
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #f7c02d;
	}

/* -----Headings----- */
h1, h2, h3, h4, h5, h6 { 
	color: #000;
	line-height: 1.5em;
	}
h1,h1 a,h1 a:hover,h1 a:visited,
h2,h2 a,h2 a:hover,h2 a:visited,
h3,h3 a,h3 a:hover,h3 a:visited,
h4,h4 a,h4 a:hover,h4 a:visited,
h5,h5 a,h5 a:hover,h5 a:visited,
h6,h6 a,h6 a:hover,h6 a:visited, { 
	text-decoration: none;
	}
	
/* -----Containers----- */
#contentContainer { 
	width: 100%; 
	background: #f5f5f5 url('images/content_tile.jpg') repeat-y center; 
	border: 1px solid #fff; 
	border-width:0 0 1px;
	}
#content { 
	margin: 0 auto; 
	padding: 26px 0 0; 
	width: 960px; 
	background: #f8f8f8;
	}
#main { 
	width: 630px; 
	float: left; 
	padding:0; 
	margin: 0; 
	overflow: hidden; 
	line-height: 1.5em;
	}
#sidebar { 
	width: 300px; 
	float: right; 
	margin: 0; 
	overflow: hidden;
	}
#homepage { 
	padding-bottom: 20px; 
	*padding-bottom: 0;
	}

/*-----Full Page------*/
.page-template-fullpage-php #main { 
	width: 100%;
	}
.page-template-fullpage-php #sidebar { 
	display: none;
	}
	
/*---------Announcer-----------*/

#announcer {
	background: maroon;
	position: absolute;
	right: -30px;
	top: 50px;
	width: 650px;
	color: #fff;
	text-align: center;
	padding: 5px;
}

/*---------Header-----------*/
#headerContainer { 
	width: 100%;
	}
#header { 
	height: 259px; 
	margin: 0 auto; 
	width: 960px; 
	position: relative; 
	background: url('images/w.png') no-repeat right 42px; 
	_background-image: none;
	}
#topBar { 
	height: 42px; 
	color: #eee; 
	font-size: 12px;
	}
#logo { 
	margin: 0; 
	padding: 0; 
	position: absolute; 
	left: -63px; 
	top: 5px;}
#logo a { 
	margin: 0; 
	padding: 0; 
	display: block; 
	height: 274px; 
	width: 274px; 
	overflow: hidden; 
	background: url('images/logo-trans.png') no-repeat; 
	text-indent: -999px;
	border: 0;
	}
#navigation {
	padding: 0; 
	margin: 0 0 0 192px; 
	width: 797px; 
	height: 42px; 
	position: absolute; 
	bottom: 0; 
	_bottom: -1px; 
	left: 0; 
	z-index: 6000;
	}

/*-------Menu--------*/
#dropmenu { 
	padding: 0; 
	margin:0; 
	list-style: none; 
	position: relative; 
	width: 100%; 
	z-index: 4000;
	}
#dropmenu li { 
	list-style: none; 
	padding:0; 
	margin: 0; 
	position: relative; 
	float: left; 
	line-height: 42px;
	}
#dropmenu li a { 
	margin: 0; 
	padding: 0 13px; 
	display: block; 
	line-height: 42px; 
	color: #d2d2e6;  
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: normal;
	}
#dropmenu li a:hover { 
	text-decoration: none; 
	background: url('images/active_nav_bg.jpg') repeat-x; 
	color: #000;
	}
#dropmenu li ul { 
	margin:0; 
	padding:0; 
	list-style: none; 
	display: none; 
	position: absolute; 
	width: 200px; 
	z-index:3000; 
	top: 41px; 
	_top:42px; /*IE6 fix*/ 
	left: -1px; 
	background: #F8F8F8; 
	border: 1px solid #ddd; 
	border-width: 0 1px 1px;
	}
#dropmenu li ul li { 
	margin: 0; 
	padding: 0;
	position: relative; 
	border: 1px solid #fff; 
	border-width: 0 1px 1px; 
	border-top:1px solid #ebebeb; 
	line-height: 20px;
	}
#dropmenu li ul li a { 
	padding: 0 10px; 
	margin: 0; 
	width:178px; 
	color: #999;
	line-height: 30px;
	}
#dropmenu li ul li a:hover { 
	background: #fff; 
	color: #000;
	}
#dropmenu li ul li ul { 
	position: absolute; 
	top:-1px; 
	left: 199px; 
	margin: 0; 
	z-index: 2000;
	}
#dropmenu li:hover ul ul, 
#dropmenu li:hover ul ul ul, 
#dropmenu li:hover ul ul ul ul {
	display: none;
	}
#dropmenu li:hover ul, 
#dropmenu li li:hover ul, 
#dropmenu li li li:hover ul, 
#dropmenu li li li li:hover ul { 
	display: block;
	}
#dropmenu li.current_page_item, #dropmenu li.current-cat { 
	background: url('images/active_nav_bg.jpg') repeat-x;
	}
#dropmenu li li.current_page_item, #dropmenu li li.current-cat { 
	background: none;
	}
#dropmenu li.current_page_item a, #dropmenu li.current-cat a { 
	color: #000;
	}
	
/*-----SIDEBAR STUFF----*/
#sidebar ul { 
	padding: 0; 
	margin: 0;
	}
#sidebar ul li.widget { 
	list-style: none; 
	margin: 0 0 10px; 
	padding: 0;
	}
#sidebar ul li.widget h2.widgettitle { 
	padding: 0; 
	margin: 0; 
	font-size: 17px; 
	text-transform: uppercase; 
	color: #000; 
	border: 1px solid #ebebeb; 
	font-weight: normal; 
	letter-spacing: 1px;
	}
#sidebar ul li.widget h2.widgettitle span { 
	padding: 8px 10px; 
	*padding:6px; /*IE7 fix*/ 
	display: block; 
	border: 1px solid #fff; 
	font-weight: normal; 
	background: #fff url('images/widget_bg.jpg') repeat-x bottom;
	color: 000;
	}
#sidebar ul li.widget .widgetcontent { 
	padding: 10px 13px; 
	margin: 0; 
	font-size: 15px;
	}
#sidebar ul li.widget .widgetcontent ul { 
	padding: 0; 
	margin: -10px 0 0;
	}
#sidebar ul li.widget .widgetcontent ol { 
	padding: 0; 
	margin: 0;
	}
#sidebar ul li.widget .widgetcontent ul li { 
	padding: 10px; 
	margin: 0 -10px; 
	list-style: none; 
	background: url('images/content_border.jpg') repeat-x bottom;
	}
#sidebar ul li.widget .widgetcontent ul li:hover { 
	background: #fff;
	}
#sidebar ul li.widget .widgetcontent ul li ul { 
	padding: 7px 0 0; 
	margin: 0; 
	color: #000;
	}
#sidebar ul li.widget .widgetcontent ul li ul li { 
	padding: 0 0 4px; 
	margin: 0 0 0 15px; 
	list-style: disc; 
	background: none; 
	font-size: 15px;
	}
#sidebar h1,h2,h3, h4, h5, h6 { 
	margin: 5px 0; 
	padding: 0; 
	}
#sidebar p {
	margin: 0 0 9px 0;
}

/* -----Posts and Entries----- */
.datelink {
	margin: 0 0 15px 0;
	padding: 5px;
	border-left: 5px solid #2b2b94;
	background-color: #ebebeb;
}
.datelink:hover {
	border-left: 5px solid #f7c02d;
	background-color: #fff;
}
.pagedate {
	margin: 0;
	padding: 5px 0;
	text-align: right;
}
.listing { 
	padding-bottom: 25px;
	}
.listing .post { 
	padding: 20px 0; 
	margin: 0; 
	}
.listing .post h2.posttitle { 
	padding: 0; 
	margin: 0; 
	font-size: 22px; 
	font-weight: bold;
	}
.post { 
	margin:0; 
	padding: 0;
	}
.listing .entrytitle { 
	padding: 0 0 5px;
	}
.entrytitle, h2.entrytitle { 
	margin: 0; 
	padding: 0 0 15px; 
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 2px;
	color: #000;
	font-family: "Times New Roman", Serif;
	font-size: 28px;
	}
h2.posttitle { 
	margin: 0; 
	padding: 0 0 15px; 
	font-weight: normal; 
	text-transform: none;
	}
.post small, .entry small {
	font-size: 15px; 
	line-height: 1.5em; 
	font-weight: bold;
	}
.entry{
	line-height: 1.5em; 
	padding:0 15px 0 0; 
	margin:0; 
	font-size: 15px;
	}
.entry ol { 
	margin: 0;
	padding: 0 0 0 20px; 
	font-size: 15px;
	}
.entry ol li { 
	margin: 0;
	padding: 0; 
	list-style: decimal; 
	line-height: 1.5em;
	}
.entry ul { 
	margin: 0 0 15px; 
	padding: 0 0 0 10px; 
	font-size: 15px;
	}
.entry li { 
	margin: 0; 
	padding: 0 0 0 10px; 
	list-style: inside; 
	line-height: 1.5em;
	}
.entry p { 
	padding: 0; 
	margin: 0 0 15px;
	}
.gallery-icon a { 
	border: 1px solid #aaa;
	}
.gallery-icon a img { 
	padding: 3px; 
	background: #d2be99; 
	border: 1px solid #e8d7b7;
	}
.details { 
	font-size: 15px; 
	line-height: 1.5em; 
	margin-bottom: 35px;
	}
.entry h1, .entry h2, .entry h3, .entry h4,.entry h5,.entry h6 { 
	color: #000;
	}
.entry h1 {font-size: 25px;}
.entry h2 {font-size: 22px;}
.entry h3 {font-size: 20px;}
.entry h4 {font-size: 19px;}
.entry h5 {font-size: 17px;}
.entry h6 {font-size: 15px;}
.sample { 
	margin: 0; 
	padding: 5px 15px 0 0;
	}
.continue { 
	font-size: 15px;
	display: block;
	text-align: right;
	margin: 9px 0 0 0;
	line-height: normal;
	}
#pageend { 
	padding-bottom: 25px;
	}
#tabs > div { 
	display: none;
	}
	
/* -----Universal Stuff----- */
code { 
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym,abbr,span.caps { 
	font-size: .9em;
	letter-spacing: .07em;
	cursor: help;
	}
p img { 
	max-width:100%;
	padding:0;
	}
img.centered { 
	display: block;
	margin:0 auto;
	}
.centered {
	text-align: center;
}
img.aligncenter { 
	margin: 0 auto;
	display: block;
	}
img.alignright { 
	display: inline;
	margin:0 0 10px 10px;
	}
img.alignleft { 
	display:inline;
	margin:0 10px 10px 0;
	}
.alignright { 
	float:right;
	}
.alignleft { 
	float:left;
	}
acronym.abbr { 
	border-bottom:1px dashed #000;
	}
blockquote { 
	padding-left:20px;
	margin:15px;
	}
blockquote cite {
	display:block;
	margin:5px 0 0;
	}
.center {
	text-align:center;
	}
hr { 
	height: 1px;
	width: 100%;
	color: #fff;
	background-color: #fff;
	border-top: 1px solid #ccc;
	clear: both;
	}
a img { 
	border: none;
	}
img#wpstats { 
	width:0;
	height:0;
	border:none;
	overflow:hidden;
	padding:0;
	}
#hideme {
	visibility:hidden;
	}
.hidden {
	visibility: hidden; 
	display: none;
	}
.rssSummary { 
	padding-bottom:15px;
	}
.clear {
	clear: both;
	}
p.clear {
	height:1px; 
	width:1px; 
	margin:0; 
	padding:0;
	}
.hide {
	display: none;
	}
.button {
	margin: 0;
}
.button a {
	display: block;
	border: 1px solid #dbdbdb;
	padding: 3px;
	background: #fff url('images/widget_bg.jpg') repeat-x bottom;
	text-align: center;
	width: 50%;
	margin: 15px auto;
}
.button a:hover {
	background: #ebebeb;
	border: 1px solid #9c9c9c;
	text-decoration: none;
	color: #000;
}
img.bordered {
	border: 1px solid #ccc;
	background-color: #fff;
}
img.bordered:hover {
	border: 1px solid #9c9c9c;
	background-color: #ebebeb;
}

/*--- Post Thumbnail ---*/
.post-thumb {
	float: right;
	margin: 0 0 0 12px;
	padding: 0;
}

.post-thumb img {
	border: 1px solid #d1d1d1;
}

/*-------Blog & Page Navigation----------*/
.navigation { 
	padding: 15px 0 0;
	float:left; 
	font-size: 15px; 
	width: 100%;
	}
.navigation .pagenav a { 
	display: block;
	}
.navigation .pagenav a:hover { 
	text-decoration: none;
	}
.navigation #nextpage a, .navigation #backpage a  {}


/* -----Comments----- */
#commentsection { 
	width:90%; 
	padding:0; 
	margin:0; 
	font-size: 15px;
	}
.commentlist { 
	width: 100%; 
	list-style: none; 
	margin: 0; 
	padding: 0;
	}
h3.comments { 
	margin: 40px auto 20px;
	padding: 0;
	}
.commentlist li,#commentform input,#commentform textarea { 
	font: 15px "Times New Roman", Serif;}
#commentform input, #commentform textarea { 
	border: 1px solid #ccc;
	}
#commentform #submit { 
	border: 1px solid #ccc;
	background: #fff url('images/widget_bg.jpg') repeat-x bottom;
	padding: 3px;
	}
#commentform #submit:hover { 
	border: 1px solid #9c9c9c;
	background: #ebebeb;
	}
.commentlist li { 
	font-weight: bold; 
	list-style: none; 
	margin:0; 
	padding:15px 0; 
	font-size: 15px;}
.commentlist li img.avatar { 
	float:left; 
	border: 0;
	background: #ccc; 
	margin-right: 15px;
	padding: 3px;}
.commentlist cite,.commentlist cite a { 
	font-weight: bold; 
	font-style:normal;
	}
.commentlist p { 
	font-weight:normal;
	line-height:1.5em; 
	text-transform: none;
	margin:10px 5px 10px 83px; 
	font-size: 15px;
	}
.commentlist .pingback p { 
	margin: 10px 5px 10px;
	}
#commentform p { 
	margin: 5px 0;
	}
.commentmetadata { 
	font-weight: normal; 
	display: block; 
	margin: 0; 
	font-size: 13px; 
	color: #000; 
	padding: 3px 0 0;}
cite.fn { 
	text-transform: none;
	font-size: 15px;
}
.commentlist { 
	text-align: left; 
	padding:0 0 40px; 
	}
.nocomments { 
	text-align: center;
	margin:0;
	padding:0;
	}
#recentcomments li { 
	line-height: 1.5em;
	}
.alt { 
	margin:0;
	padding:0;
	}

/* -----Search Stuff----- */
#searchform #s { 
	width: 200px; 
	padding: 5px;
	}
#searchform #searchsubmit { 
	cursor: pointer; 
	padding: 5px;
	} 
#searchform #searchsubmit:hover { 
	text-decoration: none;
	}
#searcher { 
	float: right; 
	padding: 5px 0 0;
	}
#searcher #searchform #s { 
	font-size: 13px; 
	width: 200px; 
	padding: 2px; background: #1f1f1f; 
	border: 1px solid #3b3b3b; 
	color: #bbb; 
	margin: 0 4px 0 0;
	}
#searcher #searchform #searchsubmit {
	cursor: pointer; 
	padding: 0px; 
	width: 38px; 
	height: 22px; 
	background: transparent url('images/search_btn.jpg') no-repeat 0 2px !important; 
	border: none; 
	overflow: hidden; 
	text-indent: -999px;
	line-height: 0;
	} 
#searcher #searchform #searchsubmit:hover { 
	text-decoration: none;
	}
#sidebar #searchform { 
	margin: 0; 
	padding: 10px 0 0; 
	text-align: center;
	}
#sidebar #searchform #s { 
	width: 200px; 
	padding: 2px;
	}
#sidebar #searchform #searchsubmit { 
	cursor: pointer; 
	width: 40px;
	} 
#sidebar #searchform #searchsubmit:hover { 
	text-decoration: none;
	}

/*---Forms---*/
input, textarea { 
	padding: 3px;
	font-family: "Times New Roman", Serif;
	font-size: 13px;
	}
input { 
	width: 170px; 
	margin: 5px 0 0 0; 
	}
textarea { 
	width: 100%;
	}
input[type="submit"] {
	padding: 3px 0; 
	cursor: pointer;
	}

/* -----Calender----- */
    .calnk a:hover {
         background-position: 0 0;
         text-decoration: underline;  
         color: #f7c02d;
         }
    .calnk a:visited {
         text-decoration: none;
         color: #2b2b94;
        }
    .calnk a {
        text-decoration: none; 
        color: #2b2b94; 
        }
    .calnk a span { 
        display: none; 
        }
    .calnk a:hover span {
        color: #333333; 
        background: #F6F79B; 
        display: block;
        position: absolute; 
        margin-top: 1px; 
        padding: 5px; 
        width: 150px; 
        z-index: 100;
        }
     .calendar-table {
        border: none;
        width: 100%;
        font-size: 15px;
     }
     .calender-table a {
     	color: #000;
     }
     .calendar-heading {
        text-align:center;
        padding: 7px 1px;
     }
     .calendar-next {
        width: 25%;
        text-align: right;
     }
     .calendar-prev {
        width:25%;
        text-align: left;
     }
     .calendar-month {
        width: 50%;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
     }
     .normal-day-heading {
        text-align:center;
        padding: 3px 0;
        font-size: 13px;
        border: 1px solid #dbdbdb;
		background: #fff url('images/widget_bg.jpg') repeat-x bottom;
     }
     .weekend-heading {
        text-align:center;
        padding: 3px 0;
        font-size: 13px;
        border:1px solid #dbdbdb;
		background: #fff url('images/widget_bg.jpg') repeat-x bottom;
        color:#9e0b0f;
     }
     .day-with-date {
        vertical-align: text-top;
        text-align: left;
        width: 70px;
        height: 70px;
        padding: 2px;
        border: 1px solid #dbdbdb;
     }
     .no-events {

     }
     .day-without-date {
        width: 70px;
        height: 70px;
        padding: 2px;
        border: 1px solid #eee;
     }
     span.weekend {
        color: #9e0b0f;
     }
     .current-day {
        vertical-align: text-top;
        text-align: left;
        width: 70px;
        height: 70px;
        padding: 2px;
        border:1px solid #ccc;
        background-color: #fff;
     }
     span.event {
        font-size:0.9em;
     }
     .kjo-link {
        display: none !important;
     }
     .event-title {
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
     }
     .event-title-break {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
        height: 1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        padding: 5px 0;
        text-align: center;
     }
     .calendar-date-switcher form {
        margin: 0;
        padding: 0;
     }
     .calendar-date-switcher input {
        border:1px #dbdbdb solid;
        width: 40px;
        height: 25px;
        padding: 2px;     
        }
     .calendar-date-switcher select {
        border: 1px #dbdbdb solid;
     }
     .calendar-date-switcher submit {
        border: 1px #dbdbdb solid;
     }
     .cat-key {
        width: 100%;
        margin-top: 15px;
        padding: 5px;
        border: 1px solid #dbdbdb;
     }

#wp-calendar { 
	empty-cells:show;
	width:100%;
	margin: 10px auto 0; 
	font-size: 15px;
	}
#wp-calendar #prev a,#wp-calendar #next a {
	font-size: 15px;
	}
#wp-calendar #next a {
	padding-right:10px;
	text-align: right;
	}
#wp-calendar #prev a { 
	padding-left:10px;
	text-align: left;
	}
#wp-calendar a {
	text-decoration:none;
	display: block;
	}
#wp-calendar caption {
	font: bold 17px "Times New Roman", Serif;
	text-align:center;
	width: 100%;
	padding: 0 0 2px 0;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar td {
	text-align:center;
	padding: 3px;
	}
#wp-calendar td.pad:hover {
	background-color:#fff;
	}
#wp-calendar td:hover {
	background-color:#fff;
	}

/* ----TOOL TIP STYLE----- */
.itooltip {
	display:none; 
	font-size: 15px; 
	color: #fff; 
	z-index: 10000000; 
	position:absolute; 
	background: #000; 
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	-moz-border-radius-topleft: 0;
	-webkit-border-radius-top-left: 0;
	border-radius-topleft: 0; 
	border:1px solid #fff;}

/*--------Footer--------*/
#footerContainer {
	width: 100%; 
	background: #b8b8b8 url('images/footer_tile.jpg') repeat-y center; 
	border: 1px solid #9c9c9c; 
	border-width: 1px 0 0;
	}
#footer {
	padding: 25px 0 0; 
	margin: 0 auto; 
	width: 960px; 
	clear: both;
	line-height: 1.5em;
	}
#footer a {
	color: #000;
	text-decoration: underline;
	}
#footer a:hover {
	color: #2b2b94;
	text-decoration: underline;
	}
#footer img {
	padding: 7px;
	}
#footer img:hover {
	background-color: #adadad;
	}

#bottomBarContainer { 
	width: 100%; 
	background: #1a1a1a;
	}
#bottomBar { 
	width:960px; 
	margin: 0 auto; 
	height: 42px; 
	color: #eee;
	}
#bottomBar #copyright { 
	font-size: 12px; 
	margin:0; 
	padding: 13px 0 0;
	}
#bottomBar #socialbuttons {
	float: right; 
	font-size: 12px; 
	padding: 13px 0 0; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	}
#bottomBar #socialbuttons a {
	color: #fff;
	}

#footerWidgets { 
	margin: 0; 
	padding: 0; 
	width: 300px; 
	float: right;
	}
#footerWidget {
	margin: 0;
	padding: 0;
	}
#footerWidget h2.widgettitle, #footerPage h2 {
	padding: 0; 
	margin: 0; 
	font-size: 17px; 
	text-transform: uppercase; 
	color: #000; 
	border: 1px solid #a5a5a5; 
	font-weight: normal;
	letter-spacing: 1px;
	}
#footerWidget h2.widgettitle span, #footerPage h2 span {
	padding: 9px 10px;
	*padding:7px; /*IE7 fix*/ 
	display: block; 
	border: 1px solid #ccc; 
	font-weight: normal; 
	background: url('images/footerwidget_bg.jpg') repeat-x center;
	}
#footerWidget .widgetcontent { 
	padding: 10px 13px; 
	margin: 0; 
	font-size: 15px; 
	line-height: 1.5em;
	}
#footerWidget .widgetcontent ul {
	padding: 0; 
	margin: -10px 0 0;
	}
#footerWidget .widgetcontent ol {
	padding: 0; 
	margin: -10px 0 0;
	}
#footerWidget .widgetcontent ul li {
	padding: 10px; 
	margin: 0 -10px; 
	list-style: none; 
	background: url('images/footerwidget_border.jpg') repeat-x bottom;
	}
#footerWidget .widgetcontent ul li:hover {
	background: #ccc;
	}
#footerWidget .widgetcontent ul li ul {
	padding: 7px 0 0; 
	margin: 0; 
	color: #000;
	}
#footerWidget .widgetcontent ul li ul li {
	padding: 0 0 4px; 
	margin: 0; 
	list-style: inside; 
	background: none; 
	font-size: 15px;
	}
#footerPage {
	width: 630px;
	}
	
	
/* Captions */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* -----Tables----- */
.whitewithborder td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	background-color: #fff;
	text-align: center;
}
.table table {
	border-collapse: collapse;
}
.table th {
	background: #fff url('images/widget_bg.jpg') repeat-x bottom;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	width: 150px;
	vertical-align: middle;
}
.table td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}

.table td:hover {
	background-color: #ccc;
}

.table tr {
	background-color: #fff;
}

.table tr.alt {
	background-color: #ebebeb;
}

/* -----WP Table Reloaded----- */
.dataTables_wrapper {
    position: relative;
    zoom: 1;
    min-height: 0 !important;
	_height: 0 !important;
	clear: both;
	padding: 3px 0 !important;
}
.dataTables_filter input {
	margin-bottom: 5px !important;
	padding: 2px !important;
	font-size: 13px !important;
	border: 1px solid #ccc;
}
.dataTables_info, .dataTables_processing {
	font-size: 13px !important;
}
.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #dbdbdb !important;
	margin: 10px 0 !important;
	font-size: 15px !important;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	background-color: #f7c02d !important;
	border: 0 !important;
	padding: 4px;
}
}
.wp-table-reloaded td {
	color: #000 !important;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.wp-table-reloaded .even td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .odd td {
	background-color: #ebebeb !important;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #2b2b94 !important;
	color: #fff;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}

/* -----Programs----- */
.programs img {
	padding: 10px 6px 7px 6px;
	border: 1px solid #fff;
	background-color: #ccc;
	}
.programs img:hover {
	border: 1px solid #fff;
	background-color: #f7c02d;
	}
#programs h1 {
	padding: 9px 10px; 
	*padding:7px; /*IE7 fix*/ 
	display: block; 
	border: 1px solid #ebebeb; 
	font-weight: normal; 
	background: #fff url('images/widget_bg.jpg') repeat-x bottom;
	color: 000;
}

/* -----Connections----- */
.cn-entry {
	border: 1px solid #ebebeb;
	background-color: #fff;	
	margin: 10px 0px; 
	padding: 10px 10px 5px 10px; 
	position: relative;
	font-size: 15px;
	line-height: 1.5em;
}

.cn-entry img {
	border: 0 !important;
}

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

/* the gallery */
.lg_gallery {
	margin: 0;
	padding: 0;
}

/* anchors in the gallery */
.lg_gallery a {
}

/* the top folder navigator */
.lg_gallery .top_navigator {
	font-size: 15px;
	border: 1px solid #ebebeb;
	padding: 5px;
	background: #fff url('images/widget_bg.jpg') repeat-x bottom;
	text-align: center;
}

/* the navigator (prev, next) */
.lg_gallery .lazyest_navigator {
	display: block;
	height: 21px;
	padding: 0 4px;
  	margin: 5px auto;
}

.lg_gallery .lazyest_navigator .alignleft {
	float: left;
  	margin: 0;
}
.lg_gallery .lazyest_navigator .alignright {
	float: right;
  	margin: 0;
}

/* pagination (page by page, next prev) */
.lg_gallery .folder_pagination {
	text-align: center;
	padding-bottom: 5px;
}

.lg_gallery .image_pagination {
	text-align: center;
	padding-bottom: 5px;
}

/* folders and icons */

/* where the folders are listed */
.lg_gallery .folders {
	margin: 10px 0;
}

/* where the folder icon is shown */
.lg_gallery .folder {
	text-align: left;
	padding: 5px;
	display: none;
}

/* captions for the folders */
.lg_gallery .folder_caption {
	padding: 10px;
}

/* icons style */
.lg_gallery .icon {
	vertical-align: middle;
	border: none;
}

/* gallery views */

/* directory listing (table) */
.lg_gallery .dir_view {
	margin: 0 auto;
	text-align: center;
    border: none;
    font-size: 15px;
}

.lg_gallery .lg_folders_img {

}

.lg_gallery .lg_folder_thumb_image {

}

.dir_view td.folders {
	text-align: left;
  	border: none;
}

.lg_gallery table td {
	vertical-align: top;
	padding-bottom: 8px;
}

.lg_gallery .category_icon {
	padding: 5px;
}

.lg_gallery .random_image {
}

/* image thumbnails */
.lg_gallery .lazyest_thumb_view {
	margin: 0 auto;
	text-align:center;
	padding-bottom: 5px;
}
.lg_gallery .lg_thumb {
	text-align:center;
	margin-bottom: 5px;
	}
.lg_gallery table, table tr, table tr td {
	border: 0;
}
.lg_gallery .dir_view .lg_thumb {
	padding: 10px;
	margin: 0;
}

/* folder thumbnails */
.lg_gallery .dir_view .lg_thumb img {
	border-bottom: 5px solid #2b2b94;
	margin: 0 0 5px 0;
	padding: 0;
}

.lg_gallery .dir_view .lg_thumb img:hover {
	border-bottom: 5px solid #f7c02d;
}

.lg_gallery .lg_thumb_image {
	border: 1px solid #ebebeb;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 5px;
	display: block;
}

.lg_gallery .lg_thumb_image:hover {
	background-color: #ebebeb;
	border-color: #ccc;
}

.lg_gallery .lg_thumb_image img {
}

.lg_gallery .lg_thumb_caption {
	overflow: hidden;
	padding: 0 2px;
	line-height: normal;
}

/* image in a post */
.lg_image {
	padding: 8px;
	margin: 8px;
}

.thumb_caption {
	text-align: center;
}

.lg_gallery .lazyest_thumb_view img {
  padding: 3px;
	margin: 6px;
}


/* slide view */
.lg_gallery .lazyest_image {
	text-align: center;
}
.lg_gallery .lazyest_image img {
	margin: 0 auto;
}

/* exif data */
.lg_gallery .imagedata {
	margin: 0px auto;
	padding: 3px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.lg_gallery .imagedatatable tr, th, td{
  text-align: left;
	vertical-align: top;
	padding: 1px;
	padding-left: 5px;
}

#all_exif {
  text-align: left;
	display:none; 
}


/* captions */
.lg_gallery .caption {
	padding: 3px;
	text-align: left;
    margin: 5px 0;
}
	
/* descriptions */
.lg_gallery .description {    
	text-align: left;
}

/* admin links */

.lg_gallery .lg_admin {
	padding: 3px;
	text-align: left;
	font-size: 12px;
}

/* footer copyright */

.lg_powered {
}

.lg_powered .lgpow {
	font-size:xx-small;
	padding:3px;
	padding-right: 20px;
	text-align: right;
}

/* side bar */

#lazyest_sidebox {
	padding: 2px;
	text-align:center;
}

#lazyest_sidebox img {
	vertical-align:middle;
	padding:2px;

}

/* -----Gravity Forms----- */

.gform_wrapper table {
	border-collapse: collapse;
	font-size: 15px;
	font-family: "Times New Roman", serif;
}
.gform_wrapper th {
	background: #fff url('images/widget_bg.jpg') repeat-x bottom;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	width: 150px;
	vertical-align: middle;
}
.gform_wrapper td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}

.gfield {
	margin: 10px 0 !important;
	padding: 5px 0 !important;
}
.gform_wrapper p {
	font-size: 15px !important;
	font-family: "Times New Roman", serif !important;
}
h3.gform_title {
	font-size: 25px !important;
}
.gfield_required{color: red !important;}

.gform_wrapper input{ 
	font-size: 13px !important; 
	font-family: "Times New Roman", serif !important; 
	padding: 3px !important;
	}