/*
Theme Name: Conway Confidential CSS
Theme URI: http://conwayconfidential.com/
Description: Wordpress Theme for Conwayconfidential.com.
Version: 1.0
Author: pegr.com
Author URI: http://pegr.com/
Tags: white, brown, fixed width, 2 - 3 columns
*/

body {
	background-color:#FFF;
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#444;
}

/** common **/

img {
	border:none;
}

.browntitle {
/*	background-image:url('images/bg_dot.gif');
	background-repeat:repeat-x;
*/	
	width:auto;
	height:26px;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:8px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:4px; background-position-y:50%
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#444;
	line-height:20px;
	padding:0 0 10px 0;
	margin:5px 0 5px 0;
}

p a,
h2 a {
	font-weight:bold;
	color:#a0390d;
	border-bottom:#a0390d 1px dotted;
	text-decoration:none;
}

h3 a {
	font-weight:bold;
	color:#444;
	border-bottom:#444 1px dotted;
	text-decoration:none;
}

h4 a {
	font-weight:bold;
	color:#a0390d;
	border-bottom:#a0390d 1px dotted;
	text-decoration:none;
	font-size: 14px;
}

p a:hover,
h2 a:hover,
h3 a:hover {
	color:#782b01;
	border-bottom:##782b01 1px dotted;
}

h1 {
	font-size:18px;
	color:#782b01;
	line-height:24px;
	padding:0;
	margin:0;
}

h2 {
	font-size:18px;
	color:#782b01;
	line-height:24px;
	padding:0;
	margin:0;
}

h3 {
	font-size:14px;
	color:#782b01;
	line-height:24px;
	padding:0;
	margin:10px 0 5px 0;
}

.clear {
	clear:both;
}

.date {
	color:#7c7c7c;
	font-size:10px;
	padding:0;
	margin:0;
}

.thumbfloat {
	float:left;
	padding:0 10px 0 0;
	margin:0;
}

.medtext {
	font-size:12px;
}

.redtext {
	color:#F00;
}

.boxad {
	background-color:#FFF;
	width:300px;
	height:250px;
	padding:0;
	margin:0 0 20px 0;
}

.cc_table {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#444;
	line-height:18px;
	padding:0;
	margin:0;
}

.imgwhtbrdr {
	padding:4px;
	margin:5px 0 5px 0;
	border:#CCC 1px solid !important;
}

.emailorshare {
	margin:10px 0 20px 0;
}

.emailorshare a {
	padding:10px 10px 10px 0;
}

.ppfloat {
	float:left;
	width:160px;
	padding:10px 0 0 0;
	margin:0;
	text-align:left;
}

/** from default **/

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height:18px;
}

.alignright {
	width:200px;
	text-align:right;
	float: right;
}

.alignleft {
	width:150px;
	margin:0 5px 0 0;
	text-align:left;
	float: left
}
	
.postmetadata {
	font-size:10px;
	padding:0;
	margin:0;
}

.navigation a,
.commentlist a {
	font-weight:bold;
	color:#a0390d;
	border-bottom:#a0390d 1px dotted;
	text-decoration:none;
}

.navigation a:hover,
.commentlist a:hover {
	color:#782b01;
	border-bottom:##782b01 1px dotted;
}
	
/** main content **/

#maincontent {
	width:1000px;
	padding:0;
	margin:0 auto 0 auto;
}

/** header **/

#headerwrapper {
	width:1000px;
	padding:0;
	margin:0 auto 0 auto;
}

#header {
	background-image:url('http://173.201.27.65/wp-content/themes/conwayconfidential/images/cc_banner_s.jpg');
	background-repeat:no-repeat;
	background-position: left 50%;
	width:1000px;
	height:180px;
	padding:0;
	margin:0
}

#header .logo {
	float:left;
	width:420px;
	height:180px;
	padding:0;
	margin:0;
}

#header .headerright {
	float:right;
	width:565px;
	height:170px;
	padding:0;
	margin:0;
	padding:10px 10px 0 0;
}

#header .bigsearch {
	background-image:url('images/bg_bigsearch.gif');
	background-repeat:no-repeat;
	float:right;
	width:340px;
	height:42px;
	padding:0;
	margin-left:0; margin-right:10px; margin-top:20px; margin-bottom:0
}

/** main menu **/

#mainmenu {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('images/bg_mainmenu.gif');
	background-repeat:no-repeat;
	width:1000px;
	height:44px;
	padding:0;
	margin-left:auto; margin-right:auto; margin-top:0; margin-bottom:20px
}

.mainnavi {
	padding:0;
	margin:0 0 0 25px;
}

.mainnavi ul {
	display:inline;
	padding:0;
	margin:0;
}

.mainnavi li {
	position:relative;
	list-style:none;	
	float:left;
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 12px;
}

.mainnavi li a {
	display:block;
	color:#FFF;
	padding: 14px 15px 14px 15px;
	margin:0;
	text-decoration:none;
}

.mainnavi li a:hover {
	color:#ffbc65;
}

.mainnavi li .current {
	color:#ffbc65 !important;
}

.mainnavi li ul {
	position: absolute;
	left:10px;
	top: 40px;
	display: none;
	border:#dedabf 1px solid;
	background-color:#782b01;
  	filter:alpha(opacity=90);
 	opacity:0.9;
	min-width:160px;
	max-width:160px;
}

.mainnavi li ul li {
	float:none;
	min-width:160px;
	max-width:160px;
}

.mainnavi li ul li a {
	display:block;
	padding:5px 14px 5px 5px;
	margin:0;
	background:#782b01; 
  	filter:alpha(opacity=90);
 	opacity:0.9;
	font-size: 11px;
}

.mainnavi li:hover ul { 
	display: block; 
}

.mainnavi li:hover ul, li.over ul { 
	display: block; 
}

/* Fix IE. Hide from IE Mac \*/
* html .mainnavi ul li { float: left; height: 1%; }
* html .mainnavi ul li a { height: 1%; }
/* End */

/** left column **/

#leftcolumn {
	float:left;
	width:220px;
	padding:0 10px 0 10px;
	margin:0 0 20px 0;
}

/** main column **/

#maincolumn {
	background-image:url('images/bg_dots.gif');
	background-repeat:repeat-y;
	float:left;
	width:410px;
	min-height:1400px;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px; padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0
}

/** right column **/

#rightcolumn {
	float:left;
	width:300px;
	padding:0 0 0 5px;
	margin:0 0 20px 0;
	font-size:12px;
	line-height:18px;
}

#rightcolumn h3 {
	font-size:14px;
	color:#782b01;
	line-height:18px;
	padding:0;
	margin:0;
}

#rightcolumn .browntitle {
	margin:15px 0 0 0;
}

#rightcolumn p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#444;
	line-height:18px;
	padding:0;
	margin:0;
}

#rightcolumn p a {
	color:#444;
	text-decoration:none;
}

#rightcolumn p a:hover {
	color:#a0390d;
	text-decoration:none;
}

/** find your city and gift **/

#findyourcity {
	background-image:url('images/bg_findyourcity.gif');
	background-repeat:no-repeat;
	width:226px;
	height:131px;
	padding:0;
	margin:0
}

#findyourcity .cityname {
	float:left;
	width:100px;
	font-size:12px;
	font-weight:bold;
	color:#782b01;
	padding:40px 0 0 10px;
	margin:0;
}

#findyourcity .cityname a {
	font-weight:bold;
	color:#a0390d;
	text-decoration:none;
}

#findyourcity .cityimage {
	float:left;
	width:116px;
	padding:40px 0 0 0;
	margin:0;
}

#findyourcity .citymenu {
	padding:50px 0 0 0;
	margin:0;
}

#findyourcity a {
	text-decoration:none;
}

#findyourcty .cityname a:hover, 
#findyourcity a:hover {
	color:#782b01;
	border-bottom:##782b01 1px dotted;
}


/** left column confidential cities **/

.left_confidentialcities {
	float:left;
	width:110px;
	height:100px;
	padding:10px 0 0 0;
	margin:0;
}

.right_confidentialcities {
	float:left;
	width:100px;
	height:100px;	
	font-size:14px;
	padding:10px 0 0 0;
	margin:0;
}

.right_confidentialcities h3 {
	font-size:14px;
	color:#782b01;
	line-height:24px;
	padding:0;
	margin:0;
}

.right_confidentialcities a {
	text-decoration:none;
	color:#444;
}

.right_confidentialcities h3 a {
	text-decoration:none;
	color:#782b01;
}

.right_confidentialcities a:hover,
.right_confidentialcities h3 a:hover {
	color:#a0390d;
	text-decoration:none;
}

.leftsidebaricons {
	padding:0;
	margin:0;
}

.leftsidebaricons ul {
	padding:0;
	margin:0;
}

.leftsidebaricons li {
	list-style:none;
}

.leftsidebaricons li ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:#dedabf 1px solid;
	background-color:#782b01;
	display: none;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
 	opacity:0.9;
	min-width:160px;
	clear:both;
	display:none;
	text-transform:uppercase;
}

.leftsidebaricons li ul li a {
	display:block;
	padding:5px;
	color:#FFF;
}

.leftsidebaricons li ul li a:hover {
	color:#ffbc65;
}

.leftsidebaricons li:hover ul {
	display:block;
}

.leftsidebaricons a {
	text-decoration:none;
	color:#444;
}

.leftsidebaricons a:hover {
	color:#a0390d;
	text-decoration:none;
}

/** perks and presents **/

.perksandpresents {
	background-image:url('images/bg_gift.gif');
	background-position: left 50%;
	background-repeat:no-repeat;
	width:410px;
	height:140px;
	padding:0;
	margin-left:0; margin-right:0; margin-top:-10px; margin-bottom:0
}

.perksandpresentstext {
	float:right;
	width:280px;
	padding:30px 0 0 0;
	margin:0;
	font-size:16px;
	font-weight:bold;
}

.perksandpresentstext a {
	text-decoration:none;
	color:#a0390d;
}

.perksandpresentstext a:hover {
	color:#a0390d;
	text-decoration:none;
	border-bottom:#a0390d 1px dotted;
}

/** wide column **/

#widecolumn {
	background-image:url('images/bg_dot.gif');
	background-repeat:repeat-y;
	background-position: right 50%;
	float:left;
	width:650px;
	min-height:1500px;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px; padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0
}

/** cc box **/

#ccbox {
	width:640px;
	padding:0;
	margin:0 auto 0 auto;
	font-size:12px;
	color:#444;
}

#ccbox .citynamebutton {
	background-image:url('images/bg_cc_maintitle.gif');
	background-repeat:no-repeat;
	width:223px;
	height:42px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	padding:0;
	margin-left:20px; margin-right:0; margin-top:46px; margin-bottom:0
}

#ccbox .citynamebutton h3 {
	font-size:14px;
	color:#FFF;
	line-height:24px;
	padding:0;
	margin:10px 0 5px 0;
}

#ccbox .citysearch {
	background-image:url('images/bg_cc_findyourcity.gif');
	background-repeat:no-repeat;
	width:339px;
	height:88px;
	float:right;
	padding:0;
	margin-left:0; margin-right:20px; margin-top:0; margin-bottom:0
}

#ccbox .cityname {
	float:left;
	width:210px;
	font-size:12px;
	font-weight:bold;
	color:#782b01;
	padding:40px 0 0 10px;
	margin:0;
}

#ccbox .cityname a {
	font-weight:bold;
	color:#a0390d;
	text-decoration:none;
}

#ccbox .cityname a:hover {
	color:#782b01;
	border-bottom:##782b01 1px dotted;
}

#ccbox .citymenu {
	padding:10px 0 0 0;
	margin:0;
}

#ccbox .cityimage {
	float:left;
	width:116px;
	padding:5px 0 0 0;
	margin:0;
}

#ccbox .citytop {
	background-image:url('images/bg_cc_top.gif');
	background-repeat:no-repeat;
	width:640px;
	height:75px;
	padding:0;
	margin:0
}

#ccbox .citytop ul {
	width:590px;
	padding:26px 0 0 0;
	margin:0 auto 0 auto;
}

#ccbox .citytop li {
	list-style:none;
	float:left;
	padding:0;
	margin:0 3px 0 0;
}

.bed a{
	background:url('images/but_bed1.gif') no-repeat;
	float:left;
	height:32px;
	width:47px
}

.bliss a{
	background:url('images/but_bliss1.gif') no-repeat;
	float:left;
	height:32px;
	width:47px
}

.dish a{
	background:url('images/but_dish1.gif') no-repeat;
	float:left;
	height:32px;
	width:47px
}

.littleones a{
	background:url('images/but_littleones1.gif') no-repeat;
	float:left;
	height:32px;
	width:79px
}

.funstuff a{
	background:url('images/but_funstuff1.gif') no-repeat;
	float:left;
	height:32px;
	width:67px
}

.buythis a{
	background:url('images/but_buythis1.gif') no-repeat;
	float:left;
	height:32px;
	width:67px
}

.beaches a{
	background:url('images/but_beaches1.gif') no-repeat;
	float:left;
	height:32px;
	width:67px
}

.drinks a{
	background:url('images/but_drinks1.gif') no-repeat;
	float:left;
	height:32px;
	width:55px
}

.confections a{
	background:url('images/but_confections1.gif') no-repeat;
	float:left;
	height:32px;
	width:82px
}

.bed a:hover{
	background:url('images/but_bed2.gif') no-repeat;
	float:left;
	height:32px;
	width:47px
}

.bliss a:hover{
	background:url('images/but_bliss2.gif') no-repeat;
	float:left;
	height:32px;
	width:47px
}

.dish a:hover{
	background:url('images/but_dish2.gif') no-repeat;
	float:left;
	height:32px;
	width:47px
}

.littleones a:hover{
	background:url('images/but_littleones2.gif') no-repeat;
	float:left;
	height:32px;
	width:79px
}

.funstuff a:hover{
	background:url('images/but_funstuff2.gif') no-repeat;
	float:left;
	height:32px;
	width:67px
}

.buythis a:hover{
	background:url('images/but_buythis2.gif') no-repeat;
	float:left;
	height:32px;
	width:67px
}

.beaches a:hover{
	background:url('images/but_beaches2.gif') no-repeat;
	float:left;
	height:32px;
	width:67px
}

.drinks a:hover{
	background:url('images/but_drinks2.gif') no-repeat;
	float:left;
	height:32px;
	width:55px
}

.confections a:hover{
	background:url('images/but_confections2.gif') no-repeat;
	float:left;
	height:32px;
	width:82px
}

.bed-active{
	background:url('images/but_bed2.gif') no-repeat !important;
	float:left;
	height:32px;
	width:47px
}

.bliss-active{
	background:url('images/but_bliss2.gif') no-repeat !important;
	float:left;
	height:32px;
	width:47px
}

.dish-active{
	background:url('images/but_dish2.gif') no-repeat !important;
	float:left;
	height:32px;
	width:47px
}

.littleones-active{
	background:url('images/but_littleones2.gif') no-repeat !important;
	float:left;
	height:32px;
	width:79px
}

.funstuff-active{
	background:url('images/but_funstuff2.gif') no-repeat !important;
	float:left;
	height:32px;
	width:67px
}

.buythis-active{
	background:url('images/but_buythis2.gif') no-repeat !important;
	float:left;
	height:32px;
	width:67px
}

.beaches-active{
	background:url('images/but_beaches2.gif') no-repeat !important;
	float:left;
	height:32px;
	width:67px
}

.drinks-active{
	background:url('images/but_drinks2.gif') no-repeat !important;
	float:left;
	height:32px;
	width:55px
}

.confections-active{
	background:url('images/but_confections2.gif') no-repeat !important;
	float:left;
	height:32px;
	width:82px
}

#ccbox .citymid {
	background-image:url('images/bg_cc_mid.gif');
	background-repeat:repeat-y;
	width:640px;
	height:auto;
	padding:0;
	margin:0
}

#ccbox .citybot {
	background-image:url('images/bg_cc_bot.gif');
	background-repeat:no-repeat;
	width:640px;
	height:30px;
	padding:0;
	margin:0
}

#ccbox .citylist {
	width:600px;
/*	background-image:url('images/bg_dot2.gif');
	background-repeat:repeat-x;
*/	
	margin:0 auto;; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:20px; background-position-y:50%
}

#ccbox .citylistimage {
	float:left;
	width:160px;
	padding:10px 0 0 0;
	margin:0;
	text-align:left;
}

.citylistimage {
	float:left;
	width:160px;
	padding:10px 0 0 0;
	margin:0;
	text-align:left;
}

#ccbox .citylisttext {
	float:left;
	width:400px;
	padding:0;
	margin:0;
}

#ccbox .citylisttext h3 {
	font-size:14px;
	line-height:18px;
	padding:0;
	margin:0;
}

#ccbox .citylisttext p {
	font-size:12px;
	line-height:20px;
	padding:0;
	margin:0;
}

/** footer **/

#footer {
	background-image:url('images/bg_dot.gif');
	background-repeat:repeat-x;
	width:1000px;
	height:100px;
	font-size:10px; margin-left:0; margin-right:0; margin-top:10x; margin-bottom:10px; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:0; background-position-y:50%
}

.footerimages a {
	margin:5px;
}

#footer .footerlinks {
	width:740px;
	padding:0;
	margin:10px auto 10px auto;
}

#footer .footerlinks ul {
	padding:0;
	margin:0;
}

#footer .footerlinks li {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

#footer .footerlinks li a {
	display:block;
	padding:4px;
	margin:0;
	color:#a0390d;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#footer .footerlinks li a:hover {
	color:#782b01;
	border-bottom:##782b01 1px dotted !important;
}

#footer .copyright {
	float:right;
	color:#999;
	font-size:10px;
}

/** pop up **/

#popup img {
	border:none;
}
#popup {
	background-image:url('http://conwayconfidential.com/images/popup_bg.png');
	background-repeat:no-repeat;
	background-position: center 50%;
	width:391px;
	height:215px;
	padding:0;
	margin:0;
	z-index:999
}
#popup .close {
	display:inline;
	float:right;
	padding:10px;
	margin:0;
}
#popup .buttons {
	text-align:center;
	padding:110px 0 0 0;
	margin:0;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

/** gift list **/

.giftlist {
	padding:0;
	margin:0;
	font-size:14px;
	color:#444;
	line-height:20px;
}

.giftlist a {
	font-weight:bold;
	color:#a0390d;
	text-decoration:none;
}

.giftlist a:hover {
	color:#a0390d;
	text-decoration:none;
	border-bottom:#a0390d 1px dotted;
}


.giftlist ul {
	padding:0;
	margin:0;
}

.giftlist li {
	background-image:url('images/icon_gift.gif');
	background-repeat:no-repeat;
	background-position: left 50%;
	margin:0; list-style-type:none; padding-left:30px; padding-right:0; padding-top:10px; padding-bottom:10px
}

/** game post **/

.gamepost {
	float:left;
	width:180px;
	min-height:265px;
	padding:0 10px 0 10px;
	margin:0 0 0 0;
	overflow:hidden;
}

.gamepost img a {
	border:none !important;
}