/*
Theme Name: Wenger2
Theme URI: http://www.ctinetworks.com
Description: Wenger Meats Theme
Version: 1.0
Author: CTI Networks
Author URI: http://www.ctinetworks.com.com
*/

/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		outline: 0;
		}

	ul {
		list-style-type: none;
		}
	
	a:link, a:hover, a:active {
		color: #2C2CA6;
		}
	a:visited {
        color: #4f5c95;
    }

	:link img, * img, a img, :link img, :active img {
		border: none;
		}

/* Structure
----------------------------------------------------------------------------- */
	
	html {
		background: #080a23 url(images/mainbg.gif) repeat-x;
		color: #000;
        font-size: 62.5%; /* Sets the page font to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		}

	body {
		text-align: left;
		font-size: 1.1em;
		width: 95%;
		margin: 40px auto;
		background: #1b1a3f;
		border: 1px solid #282a41;
		}

	#container {
        margin: 8px;
		border: 2px solid #000;
    }

	#header {
		background: url(images/stripesheader.gif) repeat-x;
		height: 128px;
		}

	#mainmenu {
    	background: url(images/menu_bg.gif) repeat-x;
		margin: auto;
		width: 100%;
		text-align: center;
    }

	#secondary_nav {
    	background: url(images/stripessubmenu.gif) repeat-x;
		height: 25px;
		width: 100%;
        }

	#main {
        background: #fff url(images/stripescontent.gif) repeat-x;
		overflow: auto;
		width: 100%;
    }

	#content {
        float: left;
		width: 65%;
		padding: 8px 20px;
    }

	#sidebar {
        float: left;
		border-left: 1px solid #6473a6;
		margin: 50px 0 0 0;
		padding: 5px 0 5px 10px;
		max-width: 27%;
    }

	#footer {
		clear: both;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		background: url(images/stripesfooter.gif) repeat-x;
		height: 55px;
		text-align: center;
		color: #080a23;
		line-height: 2.2em;
		}

	#hosted {
		margin: auto;
		color: #fff;
		text-align: center;
		clear: both;
	}

	/* Header
	----------------------------------------------------------------------------- */

		#header h1 a {
			background: url(images/wengerlogonew.png) no-repeat;
			text-indent: -9999px;
			height: 126px;
			width: 180px;
			display: block;
			margin: auto;
			}

        /* Lists
-----------------------------------------------------------------------------
*/
	#content ul, #content ol {
		line-height: 1.6em;
		padding: 10px 0 10px;
		}
	#content ul li a, #content ol li a {
		line-height: 1.6em;
		}
	#content .post ol {
		padding-left: 25px;
		*padding-left: 30px;
		}
	#content .post ul li {
		padding-left: 20px;
		background: url(images/bullet.gif) 0px 7px no-repeat;
		}

	/* Content
	----------------------------------------------------------------------------- */
		#content h2 {
            clear: both;
            margin: 0px 0 10px 0;
			color: #2C2CA6;
			font-family: georgia, serif;
			font-variant: small-caps;
        }
		#content h2 a {
			color: #2b3a7c;
			text-decoration: none;
			}

		#title {
			font-size: 2.5em; /* optional. just to increase the font size. */
			display: block;
			line-height: 1em;
			color: #c0c0c0; /* shadow color */
			background-color: transparent;
	   		white-space: nowrap; /* wrapping breaks the effect */
		}
		#title:before, #title:after {
			content: attr(title); /* generated text */
			display: block;
		}
		#title:before {
			margin-bottom: -1.05em;
			margin-left: 0.1ex;
			color: #c0c0c0; /* shadow color */
	   		background-color: transparent;
		}
 		#title:after {
			margin-top: -1.00em;
			margin-left: 0;
			color: #2C2CA6; /* text color */
			background-color: transparent;
		}

		/* Submenu */
        #blank_submenu {
			height: 50px;
			}
		#submenu {
            background: #fff;
			margin: 10px 20px 15px 20px;
			font-weight: bold;
        }
		ul#sub_menu {
			margin: 0;
			padding: 4px 0;
        }
		ul#sub_menu li {
            display: inline;
			margin: 0;
			padding: 0 10px;
        }
		ul#sub_menu li.page_item a {
            color: #0909E0;
			text-transform: uppercase;
			margin: 0;
			padding: 0;
			font-weight: bold;
        }
		ul#sub_menu li.current_page_item a {
			color: #FF8904;
        }

		/* end Submenu */
		
		#content .post {
			margin-bottom: 10px;
		}

		#content p {
			font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding: 3px 0;
			color: #444;
			clear: both;
			}

		#content .post h3 {
			border-bottom: 1px solid #ccc;
			font: 1.2em "Lucida Grande", sans-serif;
			padding-top: 6px;
			text-transform: uppercase;
			font-weight: bold;
			color: #FF8700;
			margin-bottom: 6px;
			}
			
		#content .post h3.archive {
			border-bottom: 1px solid #FF8904;
			}
			
		#content .post h3.archive a {
			color: #2c2ca6;
			text-decoration: none;
		}

		#content .metadata {
			display: block;
			padding: 10px 0 20px;
			}

		#content strong {
			color: #2C2CA6;
			}

/* Headings
----------------------------------------------------------------------------- */

	h1 {
		font-size: 2.2em;
		}
	h2 {
		font-size: 2.0em;
		}
	h3 {
		font-size: 1.4em;
		}
	h4 {
		font-size: 1.2em;
		color: #7E8FCA;
		margin: 5px 0 0 0;
		}

	/* Sidebar
	----------------------------------------------------------------------------- */
		#sidebar ul li.widget_execphp ul li {
        	padding-left: 20px;
			background: url(images/bullet.gif) center left no-repeat;
		}
		#sidebar ul li.side {
			padding-bottom: 25px;
			list-style-type: none;
			}
		#sidebar ul li.side ul {
			padding-left: 10px;
		}
		#sidebar div {
			line-height: 1.6em;
			}
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		#sidebar ul li a {
			line-height: 1.5em;
			}
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
		#sidebar p {
            margin: 8px 0;
        }
		#sidebar h4, #sidebar h2 {
			border-bottom: 1px solid #FF8904;
			color: #2C2CA6;
			font-family: arial, helvatica;
			margin-bottom: 6px;
			font-size: 1.4em;
			padding: 0;
			}

		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		clear: both;
		padding: 5px;
		border: 1px solid #ccc;
		display: block;
		margin: 5px;
		}
	#content img.none {
		border: 0;
		margin: 0 auto;
		}


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

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		margin-top: -15px;
		margin-right: 10px;
		}
	.searchform input {
        font-size: x-small;
    }

    #secondary_nav .searchsubmit {
    	background: #fff;
		font-size: x-small;
		padding: 0px;
		margin: 0;
		text-transform: uppercase;
		font-family: verdana;
		border: 1px solid #ccc;
        }

/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		}
	.center {
		text-align: center;
		}

    div#menu {
		width:450px;
   		margin: 0 auto;

		text-align:left;
	}
	dl {
		width: 100%;
		overflow: auto;
		margin: 0 0 0.5em;
		font: 90% "Trebuchet MS",Arial,sans-serif;
    	background: url(images/dot.gif) repeat-x 0 1.2em;
	}
	dt,dd.price {
		background: #FFF;
		font-size: 130%;
	}
	dt {
		float: left;
		padding-right: 3px;
	}
	dd {
		margin:0
	}
	dd.price {
		float: right;
		padding-left: 3px;
		color: #AAA;
	}
	dd.desc {
		float: left;
		width: 100%;
		padding: 3px 0;
   		font: italic 110% Georgia,Times,sans-serif;
   		color: #555;
   }

	.wildgame-table {
    	border-collapse: collapse;
	}

	.wildgame-table td {
    	border: 1px solid #000;
		padding: 2px;
	}

	.wildgame-table th {
    	text-align: center;
		padding-top: 5px;
	}

	hr {
        border: none;
		margin: 10px;
		height: 1px;
		color: #000;
		background: #666;
    }

	.alignright {
        float: right;
    }
	.alignleft {
        float: left;
    }

