/*
Theme Name: Night Life Guru Web System
Author: Developed by Sarah Mattern, Design By Luke Shedd
Date: June 2009
*/

/* Normalization, Global Reset for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

ol, ul, li {
	list-style: none;
	}	

html {
	height: 100%;
	}

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
em {
	font-style: italic;
	}
	
a img {
	border: none;
	}

hr {
	display: none;
	}
	
small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .9em;
	line-height: 1.55em;
	}

.clear {
	clear: both;
}

.hide {
	display: none;
	}

/* General Elements */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url(images/header_repeat.jpg) repeat-x top;
	color: white;
	text-align: center;
	}

a {
	color: #00008B;/*v dark blue*/
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #3074a7;/*medblue*/
	text-decoration: underline;
	}
	
#pageContainer {
	width: 100%;
	max-width: 1280px;
	position: relative;
	text-align: center;
	background: url(images/big_header.jpg) no-repeat center top;
	}

#page {
	width: 940px;
	}

h1, .description { /*hidden*/
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}
	
h2 {
	color: #aadaff; /*light blue*/
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 11px 0 0 15px;
	text-transform: uppercase;
	}

h2 a {
	color: #aadaff; /*light blue*/
	font-weight: bold;
	}
	
h2 a:hover {
	color: white;
	text-decoration: none;
	}

h2.small {
	font-size: 13px;
	padding-top: 13px;
	}

h2.pagetitle {
	padding: 0 0 10px 11px;
	}

h3 {
	color: #aadaff; 
	font-size: 14px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	}

h4 {
	color: #aadaff; 
	font-size: 12px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	}

#flashHolder {
  	width: 940px;
  	height: 390px;
	}

#flashContent {
  	width: 940px;
  	height: 390px;
	}

#header object, #header #flashContent {
	vertical-align:bottom;
	padding: 0;
	margin: 0;
	}
	
#menu {
	width: 940px;
	height: 20px;
	padding-top: 1px;
	background: url(images/menu_bg.png) no-repeat top;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	overflow:hidden;
	}

#menu a {
	color: white; 
	text-decoration: none;
	}

#menu a:hover {
	color: #00008B;
	}

#menu .current_page_item a, #menu .current_page_ancestor a {
	color: #aadaff;
	}

<!--NAV CODE-->
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li {
	float: left;
	width: 134px;
	text-align: center;
	}

#nav a {
	width: 134px; /*940/7*/
	display: block;
	}

#nav li ul {
	position: absolute;
	font-size: 12px;
	padding: 0 0 15px 0;
	background: url(images/dropDownBg.png) no-repeat bottom;
	width: 134px;
	left: -999em;
}

#nav li ul li {
	background-color: #003DA2;
	text-align: left;
	}
	
#nav li ul li a {
	width: 114px;
	padding: 20px 10px 0 10px;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 100;
}



/* Full Width Container Block */

#fullBlock {
	width: 940px;
	padding-bottom: 10px;
	text-align: left;
	}
	
.fullTop {
	width: 940px;
	height: 50px;
	background: url(images/940_top.png) no-repeat bottom;
	overflow: hidden;
	}

.fullBot {
	width: 940px;
	height: 25px;
	background: url(images/940_bot.png) no-repeat top;
	overflow: hidden;
	}

.fullBox { /*content boxes go in here*/
	width: 940px;
	background: #012650 url(images/fullBlockBg.jpg) repeat-x top;
	}

/* Feature Content Block*/

.featureBlock {
	width: 685px;
	float: left;
	margin: 0 0 0 15px;
	}
	
.featureTop {
	width: 685px;
	height: 27px;
	background: url(images/featuredHeader.png) no-repeat bottom;
	overflow: hidden;
	position: relative;
	}

.featureTop .submitEvent {
	position: absolute;
	top: 8px;
	right: 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .01em;
	}

.featureTop .submitEvent a {
	color: white;
	}

.featureTop .submitEvent a:hover {
	text-decoration: none;
	color: #00008B; /*light blue*/
	}
	
.featureBot {
	width: 660px;
	height: 63px;
	background: url(images/featuredFooter.png) no-repeat bottom;
	overflow: hidden;
	padding: 0 10px 10px 15px;
	font-size: 12px;
	line-height: 1.3em;
	}

#blog .featureBot {
	margin-bottom: 10px;
	}
	
.featureBot a, .featureBot a:hover {
	color: white;
	}

.featureBot p {
	padding-top: 5px;
	}

.featureBot form {
	padding-top: 5px;
	}

form#signupspc {
	float: left;
	}

.featureBot label {
	float: left;
	padding-top: 3px;
	}

.featureBot .input, #footer .input {
	float: left;
	margin: 0 10px 0 0px;
	width: 110px;
	padding: 3px;
	}

.featureBot .select {
	float: left;
	margin: 0 15px 0 0px;
	}

.featureBot .submit, #footer .submit {
	float: left;
	margin-top: -3px;
	border: none;
	background: url(images/btn_40.png) no-repeat;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	width: 40px;
	height: 27px;
	color: white;
	}

.featureBot #searchform label {
	display: none;
	}

.featureBot form#searchform {
	padding: 0;
	}

.featureBot #searchsubmit {
	display: none;
	}

.featureBot #searchformspc {
	float: left;
	margin-right: 20px;
	padding-top: 5px;
	}

.featureBot input#s {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 25px;
	width: 110px;
	background: #FFF url(images/minisearch.gif) left center no-repeat;
	}

.featureBox { /*content in here*/
	background: #5EABE3 url(images/featuredBg.jpg) repeat-x top;
	width: 685px;
	position: relative;
	}

#featuredSlide.slideshow {
	position: relative;
	height: 200px;
	}

#slideshowBigA.slideshow, #slideshowBigB.slideshow {
	position: relative;
	height: 300px;
	}

#slideshowSm.slideshow {
	position: relative;
	height: 225px;
	}
	
.slideshow .slide {
	display: none;
	position: absolute;
	top: 0;
    left: 0;
	}
	
.slideshow .slide.first {
	display: block;
	position: absolute;
	top: 0;
    left: 0;
	}

.noSlide {
	display: block;
	position: absolute;
	top: 0;
    left: 0;
	}

#featuredSlide .viewWeb, #featuredSlide .viewWeb {
	width: 232px; /*-10px*/
	height: 26px; /*-10*/
	padding: 10px 10px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/greyPanelBg.png) no-repeat top right;
	z-index: 15;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	color: black;
	}
	
#featuredSlide .viewWeb a, #featuredSlide .viewWeb a {
	display: block;
	width: 232px; 
	height: 22px;
	}

#featuredSlide .viewWeb a, #featuredSlide .viewWeb a:hover {
	color: black;
	text-decoration: none;
	}

.featureBoxBot {
	background: url(images/featureBoxBot.jpg) repeat-x bottom;
	width: 685px;
	}
	
/*== Ad Block ==*/

#adSidebar {
	float: right;
	width: 205px;
	margin-right: 15px;
	text-align: left;
	}

#slideshowBigA .slide, #slideshowBigB .slide, #slideshowBigA .noSlide, #slideshowBigB .noSlide {
	width: 205px;
	height: 300px;
	margin: 0 15px 10px 0;
	background: url(images/adFooter.png) no-repeat bottom;
	}

#slideshowSm .slide, #slideshowSm .noSlide {
	width: 205px;
	height: 225px;
	margin: 0 15px 10px 0;
	background: url(images/adFooter.png) no-repeat bottom;
	}

#slideshowBigA img, #slideshowBigB img {
	width: 205px;
	height: 275px;
	}

#slideshowSm img {
	width: 205px;
	height: 205px;
	}
	
#slideshowBigA .viewWeb, #slideshowBigB .viewWeb, #slideshowSm .viewWeb {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
	}

#slideshowBigA .viewWeb a, #slideshowBigB .viewWeb a, #slideshowSm .viewWeb a {
	display: block;
	color: white;
	}

#slideshowBigA .viewWeb a:hover, #slideshowBigB .viewWeb a:hover, #slideshowSm .viewWeb a:hover {
	color: white;
	text-decoration: none;
	}


/*=== Post Content===*/
.featureBox .post {
	width: 660px;	
	/*background: #FFF;*/
	padding: 10px 10px 10px 15px;
	font-size: 13px;
	line-height: 1.4em;
	color: black;
	}

.featureBox .post p {
	padding: 6px 0 6px 0;
	}

/*==Event List Block - inside Full Block==*/
.eventListTop {
	width: 685px;
	height: 40px;
	background: url(images/eventListHeader.png) no-repeat center;
	overflow: hidden;
	}

.eventListTop h2 {
	padding-top: 19px;
	}

.eventListBox {
	background: #69bdfd url(images/eventListBg.jpg) repeat-x top;
	width: 685px;
	min-height: 240px;
	}
	
.eventListBox .post {
	padding: 0 10px 0 10px;
	}

.eventListBot {
	width: 685px;
	height: 15px;
	background: url(images/eventListFooter.png) no-repeat top;
	}

.container {
	width: 665px;
	height: 500px;
	padding: 0 10px 0 10px;
	overflow: scroll;
	}

.eventListBox .list {
	width: 400px;
	float: left;
	}

.calendarBlock {
	width: 220px;
	margin-top: 5px;
	float: right;
	text-align: left;
	}

.calendarBlock h2 {
	font-size: 16px;
	}
	
.calendarTop {
	width: 220px;
	height: 40px;
	background: url(images/smallHeader.png) no-repeat top;
	overflow: hidden;
	}
	
.calendarBot {
	width: 220px;
	height: 25px;
	background: url(images/smallFooter.png) no-repeat top;
	overflow: hidden;
	}

.calendarBox { /*content in here*/
	background: #00254F url(images/darkBlockBg.jpg) repeat-x top;
	width: 220px;
	height: 140px;
	}

.eventListBox .event h3 {
	font-size: 12px;
	text-transform: none;
	padding: 0;
	color: #00244b; /*darkBlue*/
	}

.eventListBox .event h3 a {
	color: #00244b; /*darkBlue*/
	}

.eventListBox .event h3 a:hover {
	color: #28475f;/*med Blue*/
	text-decoration: none;
	}

.eventListBox .event {
	font-size: 12px;
	line-height: 1.3em;
	padding: 10px 0 10px 0;
	clear: both;
	}

.eventListBox .event .post {
	font-size: 13px;
	line-height: 1.4em;
	}

.eventListBox .event a {
	color: white;
	text-decoration: underline;
	}

.eventListBox p {
	padding: 0;
	}

.eventListBox img {
	float: left; 
	padding: 0 5px 5px 0;
	}
	

/*==SIDEBAR block===*/

.sideBarBlock {
	padding: 0 0 20px 0;
	display: block;
	width: 205px;
	}

.sideBarBlock h2 {
	padding-top: 10px;
	font-size: 16px;
	}
	
.sideBarTop {
	width: 205px;
	height: 33px;
	background: url(images/sideBarHeader.png) no-repeat top;
	overflow: hidden;
	}
	
.sideBarBot {
	width: 205px;
	height: 25px;
	background: url(images/sideBarFooter.png) no-repeat top;
	overflow: hidden;
	}

.sideBarBox { /*content in here*/
	background: #68BDFD url(images/eventListBg.jpg) repeat-x top;
	width: 205px;
	height: 168px;
	}

#topten.sideBarBox {
	height: 500px;
	}

.sideBarScroll {
	width: 185px;
	height: 168px;
	padding: 0 10px 0 10px;
	overflow: scroll;
	}

#topten .sideBarScroll {
	height: 500px;
	}

.sideBarBox a {
	color: white;
	}

.sideBarBox h3  {
	font-size: 13px;
	text-transform: none;
	padding: 0;
	}

.sideBarBox h3 a {
	color: #00244b;
	}
	
.sideBarBox h3 a:hover {
	color: white;
	text-decoration: none;
	}

.sideBarBox .topten {
	font-size: 12px;
	line-height: 1.3em;
	}

/*== Small Content Block ==*/

.smallBlock {
	width: 220px;
	float: left;
	margin-right: 17px;
	text-align: left;
	}

.smallTop {
	width: 220px;
	height: 40px;
	background: url(images/smallHeader.png) no-repeat top;
	overflow: hidden;
	}
	
.smallBot {
	width: 220px;
	height: 25px;
	background: url(images/smallFooter.png) no-repeat top;
	overflow: hidden;
	}

.smallBox { /*content in here*/
	background: #00254F url(images/darkBlockBg.jpg) repeat-x top;
	width: 220px;
	height: 140px;
	}

.smallScroll {
	width: 200px;
	height: 140px;
	padding: 0 10px 0 10px;
	overflow: scroll;
	}

.smallBox .topten h3  {
	font-size: 13px;
	text-transform: none;
	padding: 0;
	}
	
.smallBox .topten h3 a {
	color: #69befe; /*lightblue*/
	}
	
.smallBox .topten h3 a:hover {
	color: white;
	text-decoration: none;
	}

.smallBox .topten {
	font-size: 12px;
	line-height: 1.3em;
	}

.smallBox .blog p {
	padding: 3px 0 3px 0;
	}

.smallBox .socialize h3  {
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	padding: 0;
	color: white;
	}

.smallBox .socialize {
	width: 100%;
	text-align: center;
	}
	

/*== Medium Content Block ==*/

.medBlock {
	width: 460px;
	float: right;
	text-align: left;
	}
	
.medTop {
	width: 460px;
	height: 40px;
	background: url(images/medHeader.png) no-repeat top;
	overflow: hidden;
	}
	
.medBot {
	width: 460px;
	height: 25px;
	background: url(images/medFooter.png) no-repeat top;
	overflow: hidden;
	}

.medBox { /*content in here*/
	background: #00254F url(images/darkBlockBg.jpg) repeat-x top;
	width: 460px;
	height: 140px;
	text-align: left;
	}

.medScroll {
	width: 440px;
	height: 140px;
	padding: 0 10px 0 10px;
	overflow: scroll;
	}

.medBox .blog h3, .smallBox .blog h3 {
	font-size: 12px;
	text-transform: none;
	padding: 0;
	}

.medBox .blog h3 a, .smallBox .blog h3 a {
	color: #69befe; /*lightblue*/
	}

.medBox .blog h3 a:hover, .smallBox .blog h3 a:hover {
	color: white;
	text-decoration: none;
	}

.medBox .blog, .smallBox .blog {
	font-size: 12px;
	line-height: 1.3em;
	}

.medBox .blog p, .smallBox .blog p {
	padding: 3px 0 3px 0;
	}

.medBox .blog .post, .smallBox .blog .post {
	padding: 0 0 10px 0;
	}


/*Blog Lists*/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .post li, html>body .topten li {
	margin: 5px 0 5px 12px;
	}

.post ul li:before {
	content: "\00BB \0020";
	}

.post ol, .topten ol {
	padding: 0 0 0 10px;
	margin: 0;
	}

.post ol li, .topten ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/**===BLOG SIDEBAR====**/

#sidebar {
	width: 205px;
	float: right;
	margin-right: 15px;
	text-align: left;
	font-size: 13px;
	}

#sidebar li h2 {
	font-size: 14px;
	padding-left: 0;
	}

#sidebar a {
	color: #69befe; /*lightblue*/
	}

#sidebar a:hover {
	color: white;
	text-decoration: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul ul li {
	padding-left: 8px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 0;
	}

#sidebar #searchform {
	}

#sidebar #searchform input#s {
	margin-top: 16px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 25px;
	background: #FFF url(images/minisearch.gif) left center no-repeat;
	}

#sidebar #searchsubmit, #sidebar label {
	display: none;
	}

/**===FOOTER====**/

#footer {
	clear: both;
	padding: 20px 0 20px 0;
	font-size: 11px;
	color: white;
	letter-spacing: .03em;
	text-align: left;
	text-transform: uppercase;
	}

#footer a {
	color: white;
	}

#footer img {
	padding: 0 3px 0 3px;
	}

#footer .links {
	padding: 5px 0 6px 0;
	float: left;
	}

.support {
	margin-top: 6px;
	clear: both;
	}

#footer label, #footer #searchsubmit {
	display: none;
	}

#footer #searchform {
	float: left;
	margin-right: 10px;
	}

#footer input#s {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 25px;
	width: 115px;
	background: #FFF url(images/minisearch.gif) left center no-repeat;
	}

/*misc blog stuff*/
.postmetadataleft {
	width: 45%;
	float: left;
	padding-top: 5px;
	}

.postmetadataright {
	width: 45%;
	float: right;
	text-align: right;
	padding-top: 5px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/*forms*/

label {
	text-transform: uppercase;
	font-size: 13px;
	}
	
.submit {
	border: none;
	background: url(images/btn_68.png) no-repeat;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 68px;
	height: 27px;
	color: white;
	}

.input {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	}

.textarea {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	}

#members label {
	text-transform: uppercase;
	font-size: 12px;
	}

#members .input {
	margin: 0 0 0 5px;
	width: 145px;
	}

#members .select {
	float: left;
	margin: 0 0 0 5px;
	}

#members form p {
	clear: left;
	padding: 8px 0 8px 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform p {
	padding: 3px 0 4px 0;
	}
	
#commentform {
	margin: 5px 0 0 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */

/* Begin Comments*/

.commentlist li .avatar { 
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist li {
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #999;
	}

.children { padding: 0; }

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

ol.commentlist {
	margin: 10px 0 0px 0;
	padding: 0;
	}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 180px 0 50px;
	font-style: italic;
	}

#content blockquote p {
	margin: 0;
	padding: 0;
	padding: 5px 0 5px 0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	}

.navigation a, .navigation a:hover {
	font-weight: bold;
	color: white;
	}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*start cformsform*/

form.cform {
text-align: left;
}

#cformsform, #cforms2form, #cforms3form {
	text-align: left;
	}

.entry .cform ol, .entry .cform ol li, #cformsform ol li {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	}

ol.cf-ol, ol.cf-ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.entry .cform ol li {
	padding: 5px 0 5px 0;
	margin: 0;
	}

.cform {
	text-align: left;
	margin: 5px 10px 0 0;
	text-transform: lowercase;
	}
	
.cform label {
	padding: 10px 0 0 0;
	display: block;
	}

.reqtxt, .emailreqtxt {
	font-size: .9em;
	padding-left: 3px;
	}

.cform input.single {
	width: 200px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	}

.smallBox .cform input.single, .sideBarBox .cform input.single {
	width: 150px;
	}

input.cf_upload {
	color: #333;
	}

.cform textarea {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 500px;
	}

.cform input.sendbutton {
	border: none;
	background: url(images/btn_68.png) no-repeat;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 68px;
	height: 27px;
	color: white;
	}
	
.cform .cf-sb {
	margin: 0 0 5px auto;
	clear: both;
}

.cf-sb input {
	width: 100px;
	}

.cf_info {
	color: #EF6928; /*logo orange*/
	}

.linklove {
	display: none;
	}

.ngg-navigation {
	padding-bottom: 5px;
	}