/*
Theme Name: TealZine Theme
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background-color: #180302;
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #a91b33;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.xouterwrapper {
	width: 960px;
	background-color: #000000;
	margin: 0px auto;
}

.wrapper {
	width: 950px;
	margin: auto auto;
	text-align: left;
	background-color: #ffffff;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background-color: #000000;
}
	#header ul {
		list-style-type: none;
		height: 32px;
		float: left;
		margin-left: 17px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 10px;
		}
		#header ul li.f {
			background: none;
		}
			#header ul li.f a {
				padding-left: 0;
			}
		#header ul li a {
			color: #ffffff;
			display: block;
			padding: 8px 15px;
		}
		#header ul li a:hover {
			text-decoration: underline;
		}
	#header .rss {
		float: right;
		padding: 8px 5px 0 0;
	}
	#header .logo {
		float: left;
		display: block;
		width: 950px; height: 120px;
	}

#topnav {
	background-color: #9a0c0e;
	height: 32px;
}
	#topnav ul {
		list-style-type: none;
		float: left;
	}
		#topnav ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			padding-left: 1px;
		}
		#topnav ul li a {
			color: #ffffff;
			display: block;
			padding: 8px 15px;
		}
		#topnav ul li a:hover {
			text-decoration: underline;
		}

.search {
	float: right;
	padding: 5px;
}

/* Midnav Dropdown menus */
.arrow {
    display: inline; background: url(images/downarrow_white.gif) no-repeat center 50%; padding-bottom: 3px
}
ul.cssmenu {
    border-right: transparent 1px solid; 
		border-top: transparent 1px solid; 
		z-index: 1000; 
		text-transform: uppercase; 
		border-left: transparent 1px solid; 
		padding-top: 2px; 
		border-bottom: transparent 1px solid; 
		background-repeat: repeat; 
		list-style-type: none;
    display: block; 
		float: left; 
		zoom: 1;
    margin-top: -4px; 
}
ul.cssmenu a {
    cursor: hand; 
		vertical-align: middle; 
		display: block; 
		border-width:1px; 
		border-style:solid; 
		border-color: transparent; 
		text-align: left; 
}
ul.cssmenu a:active {
    outline-style: none
}
ul.cssmenu a:focus {
    outline-style: none
}
ul.cssmenu ul {
    display: none;
    border-right: #0f7f9a 1px solid; 
		border-top: #0f7f9a 1px solid; 
		z-index: 1000; 
		text-transform: uppercase; 
		border-left: #0f7f9a 1px solid; 
		border-bottom: #0f7f9a 1px solid; 
		background-repeat: repeat; 
		list-style-type: none; 
		background-color: #0f7f9a; 
		-moz-border-radius-bottomright: 10px; 
		-webkit-border-bottom-right-radius: 10px; 
		-moz-border-radius-bottomleft: 10px; 
		-webkit-border-bottom-left-radius: 10px; 
		-moz-box-shadow: 0px 3px 7px #adadad; 
		-webkit-box-shadow: 0px 3px 7px #adadad;);  
    left: 0px; position: absolute; top: 98%
}
ul.cssmenu ul a {
    white-space: nowrap; 
		text-align: left;
}
ul.cssmenu li {
    display: block; 
    float: left; 
}
ul.cssmenu li:hover {
    position: relative;
}
ul.cssmenu li:hover > a {
    border-width:1px; 
		border-left-color: #ffffff; 
		border-bottom-color: #ffffff; 
		border-top-style: solid; 
		border-top-color: #ffffff; 
		border-right-style: solid; 
		border-left-style: solid; 
		background-color: #db191d; 
		text-decoration: none; 
		border-right-color: #ffffff; 
		border-bottom-style: solid;
}
ul.cssmenu li:hover > ul {
    display: block; background-color: #ffffff
}
ul.cssmenu li a:hover {
    position: relative; 
		text-decoration: none;
}
ul.cssmenu li ul {
    border-color: #d9d9d9;
}
ul.cssmenu li ul li {
    display: block;
		margin: 5px;
}
ul.cssmenu li ul a {
    border-top-width: 1px; 
		border-left-width: 1px; 
		border-bottom-width: 1px; 
		border-right-width: 1px; 
		margin-right: 0px;
}
ul.cssmenu ul li {
    float: none; 
		background: none;
		clear: both;
}

/** END header **/

/** BEGIN content **/
#contentwrapper {
 background-color: #eeeeee;
 padding: 5px;
}

#content {
	width: 605px;
	float: left;
	padding: 5px;
	background-color: #ffffff;
	border-style: solid; border-width:1px; border-color: #dddddd;
}
	#content .latest {
		padding: 15px 30px 15px 0;
	}
		#content .latest h2 {
			margin-bottom: 10px;
			font-size: 1.5em;
		}
			#content .latest h2 a {
				color: #1F5053;
			}
		#content .latest .details {
			font-family: Arial;
			font-size: 0.9em;
			color: #CCCCCC;
		}
			#content .latest .details a {
				color: #cccccc;
			}
			#content .latest .details a:hover {
				color: #1F5053;
				text-decoration: none;
			}
		#content .latest p {
			
		}
	#content .postlist {
		clear: both;
		border-top: 1px dotted #DDDDDD;
		padding: 15px 0;
	}

	#content .post {
	}
		#content .post h2 {
			font-size: 1.2em;
			margin-bottom: 6px;
		}
			#content .post h2 a {
				color: #1F5053;
			}
		#content .post .details {
			font-size: 0.9em;
			color: #CCCCCC;
			margin-bottom: 5px;
		}
			#content .post .details a {
				color: #CCCCCC;
			}
			#content .post .details a:hover {
				color: #1F5053;
				text-decoration: none;
			}
		#content .post img {
			padding: 4px;
			float: left;
			margin: 0 10px 5px 0;
		}
		#content .single img {
			height: auto;
		}
	#content .single {
		border: 0;
	}
		#content .single .details {
			margin-bottom: 10px;
		}
		#content .single h2 {
			font-size: 1.5em;
		}
	#content p {
		line-height: 1.3em;
		margin-bottom: 10px;
	}
	#content ul {
		margin: 0 0 10px 16px;
	}
	#content ol {
		margin: 0 0 10px 18px;
	}
	#content li {
		line-height: 1.3em;
		padding: 2px;
	}
	#content h3 {
		font-size: 1.5em;
		font-weight: normal;
	}
	#content blockquote {
		padding: 10px 10px 0;
		border: 1px solid #cccccc;
		background-color: #eeeeee;
		font-weight: bold;
		margin-bottom: 10px;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 318px;
	float: right;
}
	#sidebar h2 {
		color: #ffffff;
		font-size: 0.9em;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	#sidebar ul {
		list-style-type: none;
		padding-bottom: 10px;
	}
		#sidebar ul li {
			border-bottom: 1px dotted #DDDDDD;
			padding: 4px 0;
		}
		#sidebar ul li a {
			color: #a91b33;
		}
	#sidebar .box {
		padding: 5px;
		margin-bottom: 15px;
		background-color: #ffffff;
		border-style: solid; border-width:1px; border-color: #dddddd;
	}
	#sidebar .box h2 {
		background-color: #0a0001;
		padding: 5px 5px;
	}
	#sidebar .boxcontent {
		xpadding: 5px;
	}

	#sidebar .l {
		float: left;
		width: 145px;
	}
	#sidebar .r {
		float: right;
		width: 145px;
	}
	#sidebar .l ul li, #sidebar .r ul li {
		border: 0;
		font-family: Arial;
	}
	#sidebar .l h2, #sidebar .r h2 {
		color: #1F5053;
	}
	#sidebar .flckr {
		text-align: center;
	}
		#sidebar .flckr img {
			margin: 6px;
		}
	#sidebar .video {
		text-align: center;
		padding: 0px 5px 5px 5px;
	}
/** END sidebar **/

/** BEGIN bottom **/
#bottom {
	clear: both;
	border-top: 7px solid #CCCCCC;
}
	#bottom .box {
		width: 290px;
		float: left;
		padding: 10px;
	}
	#bottom h2 {
		color: #1F5053;
		font-size: 0.9em;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	#bottom ul {
		list-style-type: none;
	}
		#bottom ul li {
			border-bottom: 1px dotted #DDDDDD;
			padding: 4px 0;
		}
		#bottom ul li a {
			color: #68645A;
		}
	#bottom p {
		margin-bottom: 10px;
		line-height: 1.3em;
		color: #68645A;
	}
/** END bottom **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #0a0001;
	color: #ffffff;
	font-size: 0.9em;
	padding: 2px;
	padding-left: 350px;
}
	#footer a {
		color: #ffffff;
	}
	#footer a:hover {
		text-decoration: underline;
	}

#footer2 {
	text-align: center;
	padding-bottom: 4px;
	padding-left: 40px;
}

#footer2 ul {
	list-style-type: none;
}
#footer2 ul li {
	float: left;
  display: inline;
  font-size: 0.9em;
  padding-left: 1px;
  background: url(images/divider.gif) no-repeat 0 10px;
}
#footer2 ul li a {
  color: #ffffff;
  padding: 8px 10px;
	display: block;
}
#footer2 ul li a:hover {
	text-decoration: underline;
}
#footer2 ul li.f {
	background: none;
}
#footer2 ul li.f a {
	padding-left: 0;
}
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	padding-top: 20px;
	font-size: 0.9em;
}
	.postnav a {
		border: 1px solid #cccccc;
		padding: 3px 8px;
		color: #999999;
	}
	.postnav a:hover {
		border: 1px solid #000000;
		color: #000000;
		text-decoration: none;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px 0;
	color: #565656;
}
.single img {
	width: auto !important;
}
.notfound {
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
/** END wordpress 2.7 comments **/

/* Etch */

/* Forms */
legend
{
  border: 1px solid #781351;
  padding: 2px 6px
  margin: 1em 0;
  padding: 0 .5em;
  color: #036;
  background: transparent;
  font-size: 1.3em;
  font-weight: bold;
} 

label{
  float:left;
  width:100px;
  padding:0 1em;
  text-align:right;
}

label.l2{
  width:200px;
}

input,select,textarea
{
  padding-left: 2px;
  background-color: #fff;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  border: 1px solid #dddddd;
}

input.checkbox
{
  border: 0px;
}

p.submit
{
	text-align:center
}

p.submit input
{
  color: #fff;
  background: #9a0c0e;
  font-size: 14px;
  font-weight:bold;
} 

.formmandatory
{
  color: #ff0000
}

.formmandatory a
{
  color: #ff0000
}

form img
{
	margin: 20px 20px 20px 20px;
}

.formerror {color: #a91b33}

/* Overwrites */
.subscribe form {
	display: inline;
	color: #ffffff;
}
/* Other */
.floatright {
  float: right;
	padding: 5px;
}
.clear { clear: both; }
#content .post img.right {float: right; border-style: none;}

/* Homepage */
#homeleft {
	width: 617px;
	float: left;
}
.homebox {
	width: 605px;
	padding: 5px;
	background-color: #ffffff;
	border-style: solid; border-width:1px; border-color: #dddddd;
	margin-bottom: 10px;
	float: left;
}
.homebox .post h2
{
	font-size: 1.2em;
	margin-bottom: 6px;
}
.homebox .post img
{
	padding: 4px;
	margin: 0 10px 5px 0;
}
.homebox .maincontent
{
	padding: 0px 4px 0px 4px;
}

.childbox {
	height: 160px;
	overflow: hidden;
}
.childbox h2 {
  background-color: #0a0001;
  padding: 5px 5px;
  color: #ffffff;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.childbox .forumpost {
	padding: 5px 0px 5px 0px;
  border-bottom: 1px dotted #DDDDDD;
	word-wrap: break-word;
}
.childbox .youtubeimage {
	background-image: url(images/blankyoutube.gif);
	height: 226px;
}
.childbox .youtubetitle {
	color: #ffff00;
	font-size: 140%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}
.childbox .youtubedesc {
	color: #ffff00;
	font-size: 120%;
	padding: 5px;
	font-weight: bold;
}

/* Reviews */
.homereviewimage {
	float: left;
	width: 100px;
	padding: 5px;
}
.homereviewtitle {
	font-weight: bold;
	margin-bottom: 4px;
}
.homereviewtext {
	margin-bottom: 10px;
}

.reviewpic {
	float: right;
	width: 320px;
	text-align: center;
}
.productbuynow {
	float: right;
	padding: 5px;
	border: 2px solid #9a0c0e;
}
.productbuynow h2 {
  font-size: 0.4em;
  margin-bottom: 10px;
}
.productbuynow ul {
		list-style-type: none;
}
.productbuynow li {
	text-align: center;
}

.reviewcommentmessage {
	color: #a91b33;
	margin-bottom: 5px;
}
.reviewcommentlist {
}
.reviewcomment {
	border-top: 1px dotted #DDDDDD;
	padding: 15px 0;
}
.reviewcomment h2 {
  font-size: 1em;
  margin-bottom: 6px;
  color: #1F5053;
}
.reviewcomment .details {
  font-size: 0.9em;
  color: #CCCCCC;
  margin-bottom: 5px;
}
.reviewcommentlist .finalcomment {
	margin-bottom: 20px;
}
.reviewcommentlist form {
	width: 400px;
	padding: 5px;
	margin:0 auto;
}

/* Featured */
.featuredproducttitle {
	font-weight: bold; text-align: center; margin-bottom: 10px; color: #9a0c0e; font-size: 140%;
}

