/*
Theme Name: Magik Masks
Template: twentytwelve
Author: Nicola Neri
Version: 1.0
Updated: 2014-05-18 17:46:01
*/

@charset "UTF-8";
@import url('../twentytwelve/style.css');

.entry-content p{
	font-size: 1.1rem;
	line-height: 2;
}

.site-header h1, .site-header h2 {
text-align: center;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
text-align: center;
}

.entry-header .entry-title {
color: #f0c;
text-align: center;
text-transform: uppercase;
}

.entry-content h2, .comment-content h2, .mu_register h2 {
font-size: 20px;
color: #3cc;
border-bottom: 1px solid #3cc;
padding-bottom: 0;
font-weight: normal;
}

.entry-content h3, .comment-content h3, .mu_register h3 {
	color: #3cc;
	font-weight: normal;
}

.entry-content p a, .entry-content p a:link, .entry-content p a:visited {
	color: #f0c;
	border-bottom: 1px solid #f0c;
	text-decoration: none;
}

.entry-content p a:hover {
	color: #3cc;
	border-bottom: 1px solid #3cc;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: 0;
box-shadow: none;
}

.flag {
	margin-left: 10px;
}

footer a, footer a:link {
	text-decoration: none;
}

footer a:hover {
	color: #f0c;
}

.entry-content ul, .comment-content ul, .mu_register ul {
list-style-image: url(http://www.magikmasks.com/wp-content/uploads/2014/05/unordered.gif);
}

#gallery-1 img, #gallery-2 img {
border: 1px solid #ddd;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
display: block;
width: 96%;
padding: 10px;
margin: 5px 0;
font-size: 100%;
}

button, input, select, textarea {
color: #777;
border: 1px solid #E4E4E4;
background-color: #F8F8F8;
}

input[type="submit"] {
font-size: 1rem;
}