/*  
Theme Name: EWM TV
Theme URI: http://ewmtv.com
Description: The default EWM.com theme.
Version: 1.0
Author: Fernando Herrera
Author URI: http://fernando.ewm.com/
*/

@import "css/main.css";
@import "css/layout.css";
@import "css/forms.css";
@import "css/widgetbox.css";
@import "css/autocomplete.css";
@import "css/color.css";

a { text-decoration:none; }

#frontcontent {
	width:700px;
	margin-top:0px;
	padding-top:0px;
}

#blog {
	margin-top:0px;
	padding-top:0px;
}

.videoSection {
	border-bottom:1px solid #ccc;
	padding:10px 0px;
}

.video {
	width:200px;
	height:150px;
	float:left;
	margin-right:15px;
}

.video img {
	border:1px solid #ccc;
	padding:2px;
	width:200px;
	height:150px;
}

.playVideo {
	display:none;
}

h2.videoTitle {
	font-size:16px;
	padding-top:10px;
}

p.noMargin {
	margin:0;
	padding:0;
}

#frontsidebar {
	width:220px;
	float:right;
}

#frontsidebar .widget {
	margin: 0px 0px 20px 0px;
}

#frontsidebar h2 {
	text-align:center;
	margin:0px auto 10px auto;
	font-size:18px;
	padding:5px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#frontsidebar ul {
	margin: 0;
	padding: 0;
	list-style: inside;
	list-style-image: url(images/bullet-default.gif);
}
