/*
	Name: Potomac Officers Club
	Date: April 2010
	Description: Layout for POC
	Version: 1.0
*/

/* Imports */
@import url("reset.css");
@import url("global-forms.css");

/***** Global *****/
/* Body */
body {
	background: #e3edf2;
	color: #464646;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 50px 0;
	text-align: left;
}

/* Headings */
h2 {font-size: 20px}
h3 {font-size: 18px}
h4 {font-size: 16px}
h5 {font-size: 15px}
h6 {font-size: 14px}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Georgia;
	color: #1b4369;
	margin-bottom: 10px;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #0076a3;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {margin-bottom: 15px;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: 0em auto 0em auto; width: 98%; font-family: Verdana, sans-serif;}

	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}

/*
	Main
*****************/

#wrapperRepeat {
	background: url(../images/wrapper_repeat.jpg) repeat-y center top;
	width: 1064px;
	margin: 0 auto;
}

#wrapperBottom {
	background: url(../images/wrapper_bottom.jpg) no-repeat center bottom;
	width: 1064px;
	padding-bottom: 12px;
}

#wrapperTop{
	background: url(../images/wrapper_top.jpg) no-repeat center top;
	width: 1064px;
	padding-top: 12px;
}

#wrapper {
	width: 1040px;
	margin: 0 auto;
}

#header {
	background: url(../images/header_bg.jpg) repeat-x left bottom;
	width: 1040px;
	height: 125px;
	margin-bottom: 16px;
	position: relative;
}

#header .logo {
	background: url(../images/logo.png) no-repeat left top;
	width: 256px;
	height: 150px;
	position: absolute;
	top: 24px;
	left: 42px;
	z-index: 1000;
}

#header .logo a:link,
#header .logo a:active,
#header .logo a:visited {
	width: 256px;
	height: 150px;
	display: block; 
	text-indent: -9999px;
	cursor: pointer;      
}

#header .box {
	width: 486px;
	height: 60px;
	position: absolute;
	top: 14px;
	right: 15px;
}

#header .nav {
	background: url(../images/nav_bg.jpg) repeat-x left top;
	width: 720px;
	height: 31px;
	position: absolute;
	top: 89px;
	right: 0px;
	font-family: Verdana, sans-serif;
}

#header .nav ul {
	list-style: none;
	margin: 0px;
}

#header .nav ul li {
	background: url(../images/nav_li_border.jpg) no-repeat left center;
	float: left;
	padding-left: 1px;
}

#header .nav ul li.item1 {
	background: none;
	padding-left: 0px;
}

#header .nav ul li a:link,
#header .nav ul li a:active,
#header .nav ul li a:visited {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 31px;	
	line-height: 31px;
	float: left;
	padding: 0 12px;
	display: block;
	text-decoration: none;
}

#header .nav ul li.item1 a:link,
#header .nav ul li.item1 a:active,
#header .nav ul li.item1 a:visited {
	padding: 0 20px;
}

#header .nav ul li a:hover,
#header .nav ul li.active a:link,
#header .nav ul li.active a:active,
#header .nav ul li.active a:visited {
	color: #555;
	background: url(../images/nav_li_hover.jpg) repeat-x left top;
}

#container {
	width: 1001px;
	background: url(../images/container_bg.jpg) repeat-y left top;
	padding: 0 19px 0 20px;
	margin-bottom: 40px;
}

#container.noBackgroung {
	background: none;
	padding: 0px;
	width: 1040px;
}

#leftCol {
	width: 196px;
	float: left;
	margin-right: 23px;
}

#leftCol .module-nav {
	width: 196px;
	margin-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftCol .module-nav h3 {
	background: url(../images/left_nav_h3_border.jpg) no-repeat left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00bff3;
	padding: 0 0 10px 33px;
	margin-bottom: 10px;
}

#leftCol .module-nav ul {
	list-style: none;
	margin: 0px;
}

#leftCol .module-nav ul li {
	background: url(../images/left_nav_li_border.jpg) no-repeat left bottom;
	width: 192px;
	padding: 6px 0;
}

#leftCol .module-nav ul li a:link,
#leftCol .module-nav ul li a:active, 
#leftCol .module-nav ul li a:visited {
	color: #737373;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	padding: 0px 0 0px 33px;
	width: 159px;
}

#leftCol .module-nav ul li a:hover,
#leftCol .module-nav ul li.active a:link,
#leftCol .module-nav ul li.active a:active, 
#leftCol .module-nav ul li.active a:visited,
#leftCol .module-nav ul li.current-cat a:link,
#leftCol .module-nav ul li.current-cat a:active,
#leftCol .module-nav ul li.current-cat a:visited {
	background: url(../images/left_nav_li_hover_bg.jpg) no-repeat left top;
	color: #1b4369;
}

#leftCol .module {
	background: url(../images/left_mod_repeat.jpg) repeat-y left top;
	width: 176px;
	line-height: 15px;
	margin: 0px 0 15px 20px;
}

#leftCol .module div {
	background: url(../images/left_mod_bottom.jpg) no-repeat left bottom;
	width: 176px;
	padding-bottom: 10px;
}

#leftCol .module div div div {
	background: url(../images/left_mod_top.jpg) no-repeat left top;
	width: 158px;
	padding: 0px 8px 0 10px;
}

#leftCol .module div div, #leftCol .module div div div div {
	background: none;
	margin: 0px;
	padding: 0px;
	min-height: 0;
	height: auto;
}

#leftCol .module h3 {
	font-family: Verdana, sans-serif;
	height: 36px;
	line-height: 36px;
	color: #00aeef;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

#leftCol .module .eventBox {
	padding-bottom: 10px;
}

#leftCol .module .eventBox .date {
	color: #005b7f;
	font-size: 12px;
	font-weight: bold;
}


#contentCol {
	width: 700px;
	float: left;
}

#contentCol.norightCol {
	width: 790px;
	padding-left: 10px;
}

#contentCol .slideShow {
	width: 700px;
	height: 255px;
	padding-bottom: 25px;
}

#contentWrap {
	line-height: 18px;
	padding: 10px 0 0 22px;
	position: relative;
}

.contentheading, .componentheading {
	font-family: Georgia;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #1b4369;
	margin-bottom: 25px;
}

#contentWrap span {
	color: #a1a1a1;
	font-size: 14px;
}

#contentWrap .date {
	color: #363636;
	font-size: 14px;
	font-weight: bold;
}


#contentWrap h1 {
	font-family: Georgia;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #1b4369;
	margin-bottom: 0px;
}

#contentWrap h4 {
	font-family: "Myriad Pro";
	font-size: 18px;
	font-weight: normal;
	color: #959595;
	margin-bottom: 22px;
}

#contentWrap h5 {
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	margin-bottom: 2px;
}

#contentWrap ul {
	list-style: none;
	margin: 0 auto;
	padding-bottom: 10px;
}

#contentWrap li {
	background: url(../images/bullet.gif) no-repeat left 7px;
	padding-left: 20px;
	margin-bottom: 6px;
}

#contentWrap .loginWrap {
	background: url(../images/login_background.jpg) no-repeat left top;
	width: 303px;
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;	
}

#contentWrap .loginWrap a:link,
#contentWrap .loginWrap a:active,
#contentWrap .loginWrap a:visited {
	color: #fff;
	text-decoration: underline;
}

#contentWrap .loginWrap a:hover {
	text-decoration: none;
}

#contentWrap .profileWrap {
	border-bottom: 0px solid #d7d7d7;
	width: 756px;
	padding: 22px 0 12px 0;
	margin-bottom: 12px;
}

.profileWrap .imageWrap {
	width: 185px;
	float: left;
}

.profileWrap .imageWrap img {
	margin-bottom: 8px;
}

.profileWrap .imageWrap a.register {
	width: 154px;
	height: 38px;
	display: block;
	margin-top: 15px;
}

.profileWrap .detailWrap {
	width: 570px;
	line-height: 16px;
	float: right;
}

.profileWrap .detailWrap .box {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 32px;
}

.profileWrap .detailWrap h6 {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: Verdana, sans-serif;
}


#rightCol {
	width: 260px;
	float: right;
}


#rightCol .module_blog {
	background: url(../images/left_mod_repeat.jpg) repeat-y left top;
	width: 176px;
	line-height: 15px;
	margin: 0px 0 15px 20px;
}

#rightCol .module_blog div {
	background: url(../images/left_mod_bottom.jpg) no-repeat left bottom;
	width: 176px;
	padding-bottom: 10px;
}

#rightCol .module_blog div div div {
	background: url(../images/left_mod_top.jpg) no-repeat left top;
	width: 158px;
	padding: 0px 8px 0 10px;
}

#rightCol .module_blog div div, #rightCol .module_blog div div div div {
	background: none;
	margin: 0px;
	padding: 0px;
	min-height: 0;
	height: auto;
}

#rightCol .module_blog h3 {
	font-family: Verdana, sans-serif;
	height: 36px;
	line-height: 36px;
	color: #00aeef;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}



#rightCol .module-login {
	background: url(../images/right_mod_login_repeat.jpg) repeat-y left top;
	width: 260px;
}

#rightCol .module-login div {
	background: url(../images/right_mod_login_bottom.jpg) no-repeat left bottom;
	width: 260px;
	padding-bottom: 10px;
}

#rightCol .module-login div div div {
	background: url(../images/right_mod_login_top.jpg) no-repeat left top;
	width: 230px;	
	padding: 8px 14px 0 16px;
	min-height: 58px;
	height: auto !important;
	height: 58px;
}

#rightCol .module-login div div, #rightCol .module-login div div div div {
	background: none;
	margin: 0px;
	padding: 0px;
	min-height: 0;
	height: auto;
}

#rightCol .module-login h3 {
	font-family: Verdana, sans-serif;
	color: #00aeef;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	font-weight: bold;
	margin-bottom: 4px;
}

#rightCol .module-login h4 {
	color: #363636;
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

#rightCol .module-login .button {
	background: url(../images/btn_login.jpg) no-repeat left top;
	width: 58px;
	height: 26px;
	padding-bottom: 2px;
	color: #fff;
	border: none;
	cursor: pointer;
	float: right;
	margin: 2px 4px 0 0;
}

#rightCol .module-login a:link,
#rightCol .module-login a:active,
#rightCol .module-login a:visited {
	color: #0076a3;
}


#rightCol .module {
	background: url(../images/right_mod_repeat.jpg) repeat-y left top;
	width: 258px;
	line-height: 15px;
	margin: 18px 0 0px 1px;
}

#rightCol .module div {
	background: url(../images/right_mod_bottom.jpg) no-repeat left bottom;
	width: 258px;
	padding-bottom: 8px;
}

#rightCol .module div div div {
	background: url(../images/right_mod_top.jpg) no-repeat left top;
	width: 228px;	
	padding: 0px 15px 0 15px;
}

#rightCol .module div div, #rightCol .module div div div div {
	background: none;
	margin: 0px;
	padding: 0px;
	min-height: 0;
	height: auto;
}

#rightCol .module h3 {
	font-family: Verdana, sans-serif;
	height: 36px;
	line-height: 36px;
	color: #00aeef;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 13px;
}

#rightCol .module .eventBox {
	padding-bottom: 10px;
}

#rightCol .module .eventBox .date {
	color: #005b7f;
	font-size: 12px;
	font-weight: bold;
}

#bottomWrap {
	width: 1000px;
	padding: 5px 20px 30px 20px;
}

#bottomWrap .moduletable {
	text-align: center;
}

#bottomWrap .moduletable h5 {
	font-size: 10px;
	color: #959595;
	font-weight: normal;
	margin-bottom: 5px;
}

#bottomWrap .moduletable ul {
	list-style: none;
	margin: 0px;
}

#bottomWrap .moduletable ul li {
	display: inline;
	padding: 0 15px;
}


#footer {
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	color: #464646;
	text-align: center;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 4px 0 10px 0;
}

#footer li {
	display: inline;
	background: url(../images/footer_li_border.jpg) no-repeat left center;
	padding: 0 6px 0 9px;
}

#footer li.first {
	background: none;
}

#footer li a:link,
#footer li a:active,
#footer li a:visited {
	color: #005b7f;
	font-size: 12px;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}


#contentCol .module {
	background: url(../images/right_mod_repeat.jpg) repeat-y left top;
	width: 258px;
	line-height: 15px;
	margin: 18px 0 0px 1px;
}

#contentCol .module.right {
	width: 258px;
	float: right;
	padding-right: 22px;
}

#contentCol .module div {
	background: url(../images/right_mod_bottom.jpg) no-repeat left bottom;
	width: 258px;
	padding-bottom: 8px;
}

#contentCol .module div div div {
	background: url(../images/right_mod_top.jpg) no-repeat left top;
	width: 228px;	
	padding: 0px 15px 0 15px;
}

#contentCol .module div div, #contentCol .module div div div div {
	background: none;
	margin: 0px;
	padding: 0px;
	min-height: 0;
	height: auto;
}

#contentCol .module h3 {
	font-family: Verdana, sans-serif;
	height: 36px;
	line-height: 36px;
	color: #00aeef;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 13px;
}


#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#ddeef6;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:10px;
	margin-left:-8px;
	*margin-left:-15px;
	margin-top:5px;
	color:#789;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('http://s.twimg.com/a/1249943174/images/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.ie6 .tipsy {
	width:250px;
}
.signup-tip {
	line-height:18px;
	margin:30px 0;
	color:#333;
}
.signup-tip a {
	font-weight:bold;
}

#post_msg { background-color: #124F85; color: #FFF; padding: 5px; margin-bottom: 10px; }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto; }
