/*  
Theme Name: Team Win
Theme URI: http://www.deepfriedconcepts.com/blog
Description: Wordpress test theme 1
Version: 1.0
Author: mike
Author URI: http://www.deepfriedconcepts.com/
*/
@charset "UTF-8"

/* reset style sheet */
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;
	width: 100%;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* typography */
body{
	font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 120%;
	background-color: #111111;
	color: #004D00;
	padding: 0px;
	margin: 0px;
}
a{
	border-bottom: 1px dotted #990000;
	text-decoration: none;
	color: #000022;
}
h1 a img{
	text-decoration: none;
	border: none;
	color: #333333;
}
h1 a{
	border: none;
}

#delicious{
position: absolute;
right: 30px;
top: 13px;
}

#santamaria{
	position: absolute;
	left: 17px;
	top: 15px;
}

h2{
	
	font-size: 30px;
	text-align:center;
	/*font-size: 16pt;font-size: 170%;*/
}
h2, h3{
	padding: 0px;
	margin: 0 0 10px 0;
	line-height: 130%;

}
.cat_post h3{font-size:24px;
text-align:center;
font-family:"MS Serif", "New York", serif}

.cat_post h2 {font-size:24px;
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}

.cat_post p{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
line-height: 130%;
font-size:16px;}

/* layout */
.wrapper{
	min-width: 1004px;
	float: left;
	position: relative;
	padding-bottom: 155px;
	background-color: #766D4F;
}
.header_wrapper{
	width: 100%;
	float:left;
	height: 420px;
	position: relative;
	background-image:url(images/wallpaper-repeat.gif);
	background-position: bottom;
	background-color: #24476B;
}
.header{
	width: 1004px;
	height: 548px;
	position: relative;
	margin: 0 auto 30px auto;
	background: url("images/wallpaper-only.gif") no-repeat;
}
.header h1{
	position: absolute;
	left: 313px;
	top: 10px;
	margin: 0;
	z-index:2;
}
.header_bar{
	position: absolute;
	bottom: 0px;
	height: 0px;
	width: 100%;
	background-image: url(images/grapes-repeat.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 39px;
	background-color: #092628;
}
.over{
		width: 100%;
		float: left;
		padding: 50px 0 200px 0;
		position: relative;
		background-image: url(images/romanheads.jpg);
}
.overinner{
	width: 1004px;
	margin: 0 auto;
	background-color: #FEFFCC;	
}
.under{
	width: 100%;
	float: left;
	height: 50px;
	background-color: #092628;
	border-top: 1px solid #000000;
	background-image: url(images/romanheads.jpg);
	color: #FFFFFF;
	padding: 4px 0;
}
.underinner{
	width: 1004px;
	margin: 0 auto;
}

.footer{
	width: 100%;
	float: left;
	clear: left;
}


.content{
	width: 700px;
	float: left;
	border: 1px solid #900;
	background-color: #FFFFF0;
}
.sidebar{
	width: 360px;
	float: right;
}


.cat_post{
	padding: 20px;
}

/* menu */

ul.menu{
	padding-left: 0;
	position: absolute;
	top: 250px;
	left: 100px;
}

ul.menu li{
	float: left;
	margin: 0 10px 10px 0;
}

ul.menu a{
	border: none;
	width: 150px;
	height: 99px;
	display: block;
}

a#menu_home{ background-image: url(images/home-icon.gif); }
a#menu_home:hover{ background-image: url(images/home-icon-hover.gif); }

a#menu_words{ background-image: url(images/words-icon.gif); }
a#menu_words:hover{ background-image: url(images/words-icon-hover.gif); }

a#menu_videos{ background-image: url(images/videos-frame.gif); }
a#menu_videos:hover{ background-image: url(images/videos-frame-hover.gif); }

a#menu_art{ background-image: url(images/art-icon.gif); }
a#menu_art:hover{ background-image: url(images/art-icon-hover.gif); }

a#menu_contact{ background-image: url(images/contact.gif); }
a#menu_contact:hover{ background-image: url(images/contact-hover.gif); }



.clear{
	clear: both;
}

/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 700px;
		padding: 0 20px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 700px;
		background: #660000;
		border: 1px solid #54c5e7;
		padding: 9px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 700px;
			color: #51c1e7;
			font: bold 12px Verdana;
			padding-bottom: 5px;
		}
		
		#content .post .post-title a {
			color: #51c1e7;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			text-align: center;
			text-transform: lowercase;
			color: #ffffff;
			width: 50px;
			height: 50px;
			font: normal 17px Verdana;
			background: url("images/post_date.gif") no-repeat;
			margin-right: 15px;
		}
		
		#content .post .post-title .post-date span {
			padding: 3px 0 1px 0;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #51c1e7;
			font: normal 20px Verdana;
			padding: 1px 0 6px 0;
		}
		
		#content .post .post-title h2 a {
			color: #51c1e7;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/19px Verdana;
			color: #ffffff;
			width: 720px;
			text-align: justify;
		}
		
		#content .post .post-entry a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font: bold 12px/20px Verdana;
			float: right;
			margin-bottom: 5px;
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #133a7e;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 250px;
			height: 30px;
			text-align: center;
			font: bold 12px/30px Verdana;
			color: #ffffff;
			background: url("images/post_bottom.gif") no-repeat right bottom;
			padding: 5px 0 0 460px;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			float: left;
			width: 710px;
			color: #51c1e7;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/19px Verdana;
			color: #ffffff;
			width: 710px;
			float: left;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #133a7e;
		}
		
		#content .post .comments ol li cite {
			color: #55c3e6;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: none;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/19px Verdana;
			color: #ffffff;
			width: 685px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #55c3e6;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: none;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/30px Verdana;
		color: #ffffff;
		height: 30px;
		float: left;
		margin-bottom: 30px;
		width: 730px;
	}
	
	#content .navigation a {
		color: #ffffff;
		text-decoration: none;
		width: 150px;
		height: 30px;
		text-align: center;
		display: block;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
			background: url("images/navigation_left.gif");
		}
		
		#content .navigation .navigation-next {
			float: right;
			background: url("images/navigation_right.gif");
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: right;
		width: 280px;
		font: normal 12px/19px Verdana;
		color: #ffffff;
		text-align:center;
		padding-top:0px;
		margin-bottom: 10px;
	}
	
	.sidebar a {
	color: #00C;
	text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: none;
	}
	
	/* Main - Sidebar - Boxes */
	
	/*.sidebar {
		width: 320px;
		margin: 33px 0 53px 0;
		background: url("images/sidebarframe1.png") no-repeat;
	}*/
	.sidebar-box {
		margin: 33px 0 53px 0;
		padding-left: 0px;
		padding-right: 0px;
		background: url("images/sidebar-side.png");
		background-repeat: repeat-y;
		width:330px;
		}
	
	.sidebar .sidebar-box-top {
		width: 330px;
		background: url("images/sidebar-top.png") no-repeat;
		background-position:top;
		margin-top: -33px;
		padding-top: 45px;
		float: left;
	}
	
	.sidebar .sidebar-box-bottom {
		width: 240px;
		background: url("images/sidebar-bottom.png") no-repeat;
		background-position:bottom;
		text-align:center;
		float: left;
		padding: 0 45px 40px 45px;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			height: 30px;
			padding-left: 0px;
			text-align:center;
			margin-top: 5px;
			font: bold 20px/30px Verdana;
			color: #134D00;
			/*background: url("images/victorian icons.gif") no-repeat;*/
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0;
			padding-left: 10px;
			padding-right: 10px;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #269900;
			padding-left: 40px;
			padding-right: 40px;
			font: bold 12px/27px Verdana;
			/*background: url("images/sidebarframe3.png") repeat-x left bottom;*/
		}
		
		.sidebar ul li a {
			color: #269900;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: none;
		}
		
			/* Sidebar - Menus - Submenus */
			
			.sidebar ul li ul li {
				background: none;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding-top: 25px;
			width: 214px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 164px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 5px;
			width: 144px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 10px 10px 0 7px;
		}


/* Footer */
#footer_outer {
		width: 100%;
/*		background-color: #069;
	float: left;*/
	height: 360px;
	clear: left;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
}

#footer {
	margin: 0 auto;
	width: 1004px;
	height: 160px;
	padding-top: 200px;
	padding-bottom: 0px;
	/*background-color: #066;*/
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #55c3e6;
	font: normal 11px Verdana;
	text-align: center;
	
}

#footer a {
	color: #55c3e6;
	text-decoration: none;
	cursor: text;
}

#footer a:hover {
	text-decoration: none;
	cursor: text;
}


