/*
Theme Name: Wing Chun Masters!
Theme URI: http://social-ink.net
Description: Custom Theme by Social Ink
Author: Matthew Pinto, Yonatan Reinberg, Social Ink
Author URI: http://social-ink.net
*/

@import "_css_resets/reset.css";

	/* COMMON TO ALL PAGES */

	* {
	
	}
	
	body {
		font-family: Helvetica, Arial, sans-serif;
		font-size:13px;
		color: #CFCFCF;
		background: black;
		margin-left: auto; margin-right: auto;
	
	}
	
	#supercontainer {
		background:url("images/dummy.jpg") no-repeat fixed 75% 350px black;
		width:960px;
		margin:auto;
	}

	#container {
		width: 960px;
		background: url(images/crucible.png) no-repeat transparent;
		
		
	}

	/* HEADER CLASSES */

	#header {
		width:100%;
	
	}
	
	#searchbox {
	
	}
	
	#nav {
		margin-left:140px;
		margin-top:256px;
		}

	
	#nav li {
		display:inline;
		margin-right:20px;
	}
	
	#logo-home {
		
	}
	
	#social-links {
		float:right;
		margin-top: 5px;
		
	}
	
	#social-links li {
		margin-right: 2px;
		display: inline;
		float: left;}
	
	/* SIDEBAR */
	
	#sidebar {
		
	}
	
	/* MAIN BODY ID */
	
	#main {
		line-height:17px;
		margin-left:320px;
		margin-top:30px;
		min-height: 430px;
		width:522px;
		overflow: auto;
	
	}		
	
	#main h2 {
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 20px;
		color: #E8C444;
	}
	
	.post {
		padding: 20px;
		background-image: url(images/black-opacity.png);
		-moz-border-radius: 10px;
		-webkit-border-radius; 10px;
		-o-border-radius: 10px;
	
		
	}
	
	.post img {
		opacity: 1.0;
	}
	
	.post p {
		line-height: 20px;
		margin-bottom: 20px;
		opacity: 1.0;
	}
	
	#btns_appstore {
		margin-left: 50px;
	}
	
	/* FOOTER */
	
	#footer {
		clear:both;
		font-size:90%;
		height:5%;
		padding-bottom:5px;
		padding-right:5px;
		padding-top:20px;
		text-align:right;
		width:100%;
		}
	
	/* LISTS */
	
		/* single page view navigation */
		div.next-post{}
		div.prev-post{}

		/* generated by wp_list_cat and wp_list_pages functions */
		li.page_item {}
		li.current_page_item {}
		li.current_page_parent{}
		li.cat-item{}
		li.current-cat {}
	
	
	/* link styling */
	
	a {
		color: white;
		text-decoration: none;
	}
	
	a:hover {
		color: #A60024;
	}
	
	
/* credits */

ul.credit-block {
	text-align: center;
	margin-bottom: 12px;
	}
	
/* carousel */

.cgj_image {
	text-align: center;
	width: 470px;
	margin: auto;
}

#main h2.cgj_title {
	font-size: 16px;
	line-height: 18px;
	width: 440px;
}

.jcarousel-scroll {
	height: 40px;
	width: 460px;
	margin-top: 12px;
	}

a#mycarousel_95-next {
	background-image: url(images/next.png);
	width: 38px;
	height: 38px;
	float:right;}

a#mycarousel_95-prev {
	background-image: url(images/prev.png);
	float:left;
	height:38px;
	width:38px;
	}
	
/* contact form */

input {
opacity: .9;
font-family: Arial, Helvetica, Sans-serif;
height: 20px;
	}


textarea {
	background-color:#EAEAEA;
	border:0 none;
	height:180px;
	overflow:auto;
	padding-left:10px;
	padding-top:10px;
	width:285px;
	font-family: Arial, Helvetica, Sans-serif;
}

.connect_widget .connect_text_wrapper {
	display:none;
}

#yc_thumbnail_frame li {
display:inline;
padding-left:0;
padding-right:3px;
padding-top:3px;
}

ul#yc_thumbnail_frame {
width:500px;
margin-top:80px;
clear: both;
}

#ycyclista_frame {
overflow:hidden;
}

#yc_nav {
margin-top:20px;
}



a#yc_prev {
	background-image: url(images/prev.png);
	width: 38px;
	height: 38px;
	float:left;
}

a#yc_next {
	background-image: url(images/next.png);
	width: 38px;
	height: 38px;
	float:right;
}
