/*   
Theme Name: penguin fever
Theme URI: http://www.aa1media.com/
Description: A wordpress theme.
Version: 1.0
Author: Alexander Stott
Author URI: http://www.aa1media.com/
*/

/*css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}

body {
font-size:62.5%;
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-color:#2aa9e0;
background-image:url(images/strip.jpg);
background-repeat:repeat-x;
}

p {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.3em;
}

hr {
width:98%;
clear:both;
margin-bottom:15px;
margin-top:15px;
}

/*general*/

#wrapper{
width:900px;
margin:0 auto;
}

/*head*/

#header{
width:100%;
float:left;
}

#colbar{ /*lightblue bar along top of page*/
width:100%;
height:30px;
background-color:#0FB8F0;
margin-bottom:5px;
}

#bluestripe {  /*deepblue stripe inside colbar*/
width:100%;
height:25px;
background-color:#000080;
}

#logo{
width:250px;
height:105px;
float:left;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
}

#message{
width:650px;
/*height:125px;*/
/*margin-top:30px;*/
float:right;
/*margin-bottom:15px;*/
text-align:right;
}

	#message h2 {
	font-weight:700;
	font-size:1.8em;
	color:#0066FF;
	}
	
	#message h2 a:link, #message h2 a:visited {
	color:#0066FF;
	text-decoration:none;
	}
	
	#message h2 a:hover {
	color:#3399FF;
	}

#nav{
width:800px;
height:30px;
float:right;
}

	#nav ul {
	float:right;
	}
	
	#nav li {
	display:inline;
	padding-left:8px;
	font-size:1.2em;
	font-weight:700;
	text-transform:uppercase;
	color:#000066;
	}
	
	#nav li a:link, #nav li a:visited {
	display:inline;
	font-weight:700;
	color:#000066;
	text-decoration:none;
	}
	
	#nav li a:hover {
	display:inline;
	font-weight:700;
	color:#3399FF;
	}
	
/*main*/	
#main {
width:900px;
float:left;
}

#imain {
margin:0 auto;
width:910px;
}

#leftholder {
float:left;
width:220px;
}

.post {
background-color:#ffffff;

padding-right:10px;
padding-left:10px;
margin-bottom:22px;
float:left;
}

	.post h1 {
	text-align:left;
	font-size:1.7em;
	margin-bottom:10px;
	color:#000066;
	line-height:20px;
        font-family:"Gill Sans MT";
	}
	
	.post p {
	text-align:left;
	}

#rightholder {
float:right;
width:200px;
}

#img1 {
width:180px;
height:174px;
padding:10px;
float:left;
margin-bottom:10px;
border:1px solid #000066;
background-color:#ffffff;
}

#img2 {
background-color:#ffffff;
width:180px;
height:174px;
float:left;
border:1px solid #000066;
padding:10px;
}

#newsbox {
background-color:#F3FCFE;
/*width:210px;*/
width:100%;
float:left;
border:1px solid #000066;
margin-top:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
}

#inewsbox {
background-color:#F3FCFE;
width:420px;
height:290px;
float:left;
border:1px solid #000066;
margin-top:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
}

#newsbox2 {
background-color:#F3FCFE;
width:680px;
float:left;
border:1px solid #000066;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
}

	#newsbox #top, #inewsbox #top, #newsbox2 #top {
	width:100%;
	height:27px;
	background-color:#000066;
	
	}
	
	#newsbox #top h2, #inewsbox #top h2, #newsbox2 #top h2 {
	color:#ffffff;
	font-weight:700;
	font-size:1.8em;
	padding:2px;
	float:left;
	margin-left:4px;
	}

	#newsbox h3, #inewsbox h3 {
	font-size:1.4em;
	font-weight:700;
	text-align:left;
	padding:5px;
	padding-bottom:0;
	}

        #newsbox2 h3 {
        font-size:1.6em;
	font-weight:700;
	text-align:left;
	padding:5px;
	padding-bottom:0;
        }

	#newsbox p, #newsbox2 p, #inewsbox p {
	padding:5px;
	text-align:left;
	font-size:1.2em;
	line-height:14px;
	}
	
	#newsbox #rssbox, #newsbox2 #rssbox, inewsbox #rssbox {
	width:20px;
	height:20px;
	float:right;
	margin:3px;
	background-color:#FF6600;
	background-image:url(images/rssicon.jpg);
	}
	
		#newsbox #rssbox p, #newsbox2 #rssbox p, #inewsbox #rssbox p {
		text-indent:-9000px;
		}

		#newsbox2 .alignright {
		float:right;
		margin:5px;
		padding:5px;
                margin-top:0;
		}

		#newsbox2 .alignleft {
		float:left;
		margin:5px;
                margin-top:0;
		padding:5px;
		}

#islideshow {
float:left;
width:450px;
height:390px;
padding:10px;
border:1px solid #000080;
background-color:#ffffff;
}

#slideshow {
width:400px;
height:380px;
padding:10px;
border:1px solid #000080;
background-color:#ffffff;
overflow:hidden;
float:left;
}

#imiddle {
width:420px;

float:left;
text-align:center;
}

/*footer*/













/*slideshow*/

#slideshow {
position:relative;
}

#slideshow IMG {
    position:absolute;
    top:10;
    left:0;
padding-left:10px;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.post3 {
background-color:#ffffff;
width:580px;
padding-right:10px;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
margin-bottom:10px;
float:left;
border:1px solid #000066;
background-color:#ffffff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}


.apppost {
background-color:#ffffff;
width:700px;
padding-right:10px;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
margin-bottom:10px;
float:left;
border:1px solid #000066;
background-color:#ffffff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.apppost h1, .post3 h1, .post4 h1 {
text-align:left;
font-weight:700;
font-size:2.4em;
color:#000066;
padding-bottom:15px;
font-family:"Gill Sans MT";

}

.apppost h2, .post3 h2, .post4 h2 {
text-align:left;
font-weight:700;
color:#000066;
padding-bottom:5px;
padding-top:12px;
}

.apppost p, .post3 p, .post4 p {
text-align:left;
padding-top:5px;
font-size:1.2em;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

.wp-caption {
border:1px solid #999999;
-moz-border-radius:10px;
-webkit-border-radius:10px;
margin:10px 10px 10px 0;
padding:10px 5px 10px 5px;
}

.wp-caption p {
font-size:1.2em;
}

.post4 {
background-color:#ffffff;
width:630px;
padding-right:10px;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
margin-bottom:10px;
float:left;
border:1px solid #000066;
background-color:#ffffff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
min-height:100px;
}

.post4 p {
font-size:1.0em;
}

.post4 h2 {
font-size:1.3em;
}

#ibasket {
width:210px;
float:right;
background-color:#ffffff;
padding:10px;
border:1px solid #000066;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

#offer {
background-color:#ffffff;
padding:10px;
border:1px solid #000066;
-moz-border-radius:10px;
-webkit-border-radius:10px;
float:right;
width:210px;
margin-top:10px;
}

#customer {
float:left;
width:190px;
height:218px;
padding:10px;
border:1px solid #000066;
background-color:#ffffff;
}

#newsletter {
float:right;
margin-top:10px;
}


/*################ NEW STYLES ###############*/

#lbar { float:left; margin:10px;} 


#rbar { float:left; margin:10px; }

#middlebar {
margin:0 auto;
width:450px;
}

#lbar div, #rbar div {
width:217px;
height:131px;
margin-bottom:10px;
text-indent:-9999px;
}

#fishing a:link, #fishing a:visited {
display:block;
background-image:url(images/fishing.png);
height:131px;
}

#fishing a:hover {
background-position:0 -131px;
}

#shooting a:link, #shooting a:visited {
display:block;
background-image:url(images/shooting.png);
height:131px;
}

#shooting a:hover {
background-position:0 -132px;
}

#marine a:link, #marine a:visited {
display:block;
background-image:url(images/marine.png);
height:131px;
}

#marine a:hover {
background-position:0 -132px;
}

#camping a:link, #camping a:visited {
display:block;
background-image:url(images/camping.png);
height:131px;
}

#camping a:hover {
background-position:0 -132px;
}

#smallproducers a:link, #smallproducers a:visited {
display:block;
background-image:url(images/smallproducers.png);
height:131px;
}

#smallproducers a:hover {
background-position:0 -132px;
}

#commercial a:link, #commercial a:visited {
display:block;
background-image:url(images/commercial.png);
height:131px;
}

#commercial a:hover {
background-position:0 -132px;
}

#shipping a:link, #shipping a:visited {
display:block;
background-image:url(images/shipping.png);
height:131px;
}

#shipping a:hover {
background-position:0 -132px;
}

#catering a:link, #catering a:visited {
display:block;
background-image:url(images/catering.png);
height:131px;
}

#catering a:hover {
background-position:0 -132px;
}

#events a:link, #events a:visited {
display:block;
background-image:url(images/events.png);
height:131px;
}

#events a:hover {
background-position:0 -132px;
}

#equine a:link, #equine a:visited {
display:block;
background-image:url(images/equine.png);
height:131px;
}

#equine a:hover {
background-position:0 -132px;
}

#coolest {
float:left;
width:350px;
text-align:left;
padding-top:10px;
}

.clear {
clear:both;
}

#baseproducts div {
height:131px;
margin-bottom:10px;
text-indent:-9999px;
width:217px;
}

#nomadvideo {
width:450px;
float:left;
}

#mainnew {
width:900px;
float:left;
background-color:#FFFFFF;
margin-bottom:15px;
-moz-border-radius:10px;
padding-bottom:10px;
}

#rightholder1 {
float:right;
width:180px;
margin:0 10px 0 10px;
border:1px solid #000066;
padding:10px 0 10px 0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

#rightholder1 h2{
padding-bottom:10px;
color:#000066!important;
font-size:16px;
}

#rightholder1 img {
margin-bottom:5px;
}

#leftholder1 {
float:left;
width:200px;
margin:0 10px 0 10px;
border:1px solid #000066;
padding:10px;
text-align:left;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

#leftholder1 h2 {
font-size:15px;
}

.nomadtitle {
background-image:url(images/nomad.png);
background-repeat:no-repeat;
background-position:center top;
padding-top:120px!important;
}

#cforms3form label span {
color:#333333;
font-size:1.4em;
}

#cforms3form .reqtxt, #cforms3form .emailreqtxt {
color:#333333;
font-size:1.2em;
}

#cforms3form select, #cforms3form input {
font-size:1.2em;
color:#000000;
}

#cforms3form .textonly {
letter-spacing:0;
font-size:1.2em;
color:#333333;
}

#cforms3form legend {
color:#333333;
}