/*  
Theme Name: AtelMedia
Theme URI: http://atelmedia.com/
Description: Dise&ntilde;ado por <a href="http://neuseed.com">Deryck O&ntilde;ate Espinel (Neuseed)</a> para <a href="http://atelmedia.com">AtelMedia</a>
Version: 1
Author: Neuseed Creative Solutions
Author URI: http://neuseed.com/
*/	
	
@import "reset.css";

body {
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #253e5b;
	text-align: center;
}
em {
	font-style: italic;
}
bold {
	font-weight: bold;
}
p {
	font-size: 1.3em;
	margin: 0 0 18px 0;
}
blockquote {
	font-size: 1.1em;
	font-style: italic;
	margin: 18px 40px;
}
blockquote p {
	font-size: 1em;
	margin: 0;
}
address {
	font-size: 1.1em;
	font-style: italic;
}
ul, ol, dl {
	font-size: 1.3em;
	margin: 0 0 18px 0;
	padding: 0 0 0 10px;
}
li {
	margin: 0 0 6px 0;
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0px 1px;
	padding-left: 1.5em;
	padding-bottom: 0.2em;
}
* html li {
	display: block;
}
li ul {
	margin-top: 0.5em;
	padding-left: 20px;
}
li ul li {
	background: none !important;
	list-style-type: disc;
	padding-left: 0;
}
ul ul, ol ol, ul p {
	font-size: 1em;
}

/* 	==Headings
	----------------------------------------------------*/	

h1, h2, h3, h4, h5 {
	font: bold 1em Arial, Helvetica, sans-serif;
}
h1 {
	color: #cc1111;
	margin: 0 0 16px 0;
	font-size: 2.6em;
	font-weight: bold;
	border-bottom: 1px solid #e1edf5;
	padding-bottom: 4px;
}
h2 {
	color: #224466;
	margin: 0 0 0.2em 0;
	font-size: 2.2em;
	font-weight: bold;
}
h3, h4, h5 {
	font-size: 1.8em;
	color: #000;
	margin: 0 0 8px 0;
}

/* 	==Forms
	----------------------------------------------------*/	

input {
	border: 1px solid #aecce6;
	padding: .2em .5em;
	background: #fff;
	width: 14em;
	margin-right: 0.5em;
}
input.button {
	border: 1px solid #06698f;
	background: #153958;
	color: #fff;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	width: auto;
	padding: 0.2em;
}
input.button:hover {
	background-position: 0 10px;
}
textarea {
	border: 1px solid #aecce6;
	background: #fff;
	padding: .3em .5em;
}
form h2 {
	margin-bottom: 1em;
}

/* 	==Tables
	----------------------------------------------------*/	

table {
	font-size: 1.3em;
	margin-bottom: 40px;
}
th, td {
	padding: .5em;
	text-align: center;
	vertical-align: top;
}
th span, td span {
	text-align: left;
	display: block;
}

th {
	background: #e1edf5;
	font-weight: bold;
}
td {
	border: 1px solid #D7D7D7;
}
td.links {
	border-style: none;
}

td.odd {
	background: #f0f0f0;
}

/* 	==Images
	----------------------------------------------------*/
#content img {
	border: 1px solid #cae0f4;
}
#content  table img  {
	border: none;
}
.image-list img {
	border: 1px solid #5991bf;
	margin: 0 10px 10px 0;
	padding: 2px;
	display: block;
	float: left;
}
.img-frame {
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #bacddd;
	display: inline;
}
.img-frame img {
	display: block;
	background: #e5eef3;
	padding: 4px;
}
.img-frame span {
	font-size: 1.3em;
}
.gallery-wrapper {
	margin-bottom: 18px;
}

.gallery-wrapper .img-frame {
	width: 190px;
	height: 250px;
	border: none;
}
.gallery-wrapper .img-frame img {
	border: 1px solid #bacddd;
}

.gallery-wrapper .img-frame span {
	font-size: 1.1em;
	display: block;
	padding: .5em;
}
	

/*  ==Links
	----------------------------------------------------*/
a:link, a:visited {
	color: #C1161F;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fff;
	background: #A81A1A;
}
h2 a:link, h2 a:visited {
	color: #224466;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	text-decoration: underline;
	background: none;
}
h3 a:link, h3 a:visited {
	color: #333;
	text-decoration: none;
}
h3 a:hover, h3 a:active {
	color: #cc1111;
	background: url(none);
	text-decoration: underline;
}
h3.contact a {
	background: url(images/email_go.png) no-repeat 98% 80%;
	padding-left: 0em;
	padding-right: 1.3em;
}
h3.contact a:hover {
	background: url(images/email_go.png) no-repeat 100% 80%;
}
td a.details, #content table td a.details, th a.details, #content table th a.details {
	background: #11314e;
	border: 1px solid #a0adb8;
	color: #fff;
	padding: .4em .8em;
	text-decoration: none;
	margin: 1em auto;
	display: block;
	width: 7em;
}

/* 	=GENERAL LAYOUT
	----------------------------------------------------*/

/* Sets common layout por al the page sections */
#header, #menu, #content, #footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* =HEADER
--------------------------------------------------------------------*/

#header-wrapper {
	width: auto;
	background: #fff url(images/top-tile.jpg) repeat-x left top;
}
#header {
	font-size: 1.3em;
	height: 100px;
	position: relative;
}
#header a:link, #header a:visited {
	color: #333;
	text-decoration: none;
}
#header a:hover, #header a:active {
	text-decoration: underline;
	background: none;
}
#logo {
	border: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#config-menu {
	position: absolute;
	top: 5px;
	right: 150px;
	display: none;
}
#mini-menu {
	position: absolute;
	right: 15px;
	bottom: 30px;
}
#mini-menu  img {
	margin-left: 35px;
}

/* =MENU
--------------------------------------------------------------------*/

#menu-wrapper {
	width: auto;
}
#menu-wrapper {
	background: url(images/menu-tile.jpg) repeat-x;
	height: 36px;
	width: auto;
	margin: 0;
	padding: 6px 0 0 0;
	position: relative;
	z-index: 100;
}
#menu {
	padding: 0;
	font: normal 1.4em Arial, Helvetica, sans-serif;
}
* html #menu {
	margin-bottom: 0px;
}
#menu li ul {
	position: absolute;
	z-index: 100;
	top: 36px;
	margin: 0;
	padding: 0;
	left: -10px;
	border-top: 1px solid #537089;
	border-right: 1px solid #13314a;
	border-bottom: 1px solid #13314a;
	border-left: 1px solid #537089;
	background: #194061;
	visibility: hidden;
}
#menu li {
	float: left;
	margin: 0 3px 0 0;
	background: url(images/menutab-left.gif) no-repeat left top;
	list-style: none;
	padding: 0pt 0pt 0pt 8px;
	position: relative;
}
#menu li li {
	float: none;
	background: #1E4C6E url(none);
	width: 210px;
	padding: 0px;
	margin: 0;
}
#menu a, #menu a:visited, #menu a:active {
	background: url(images/menutab-right.gif) no-repeat right 0px;
	padding: 10px 16px 10px 8px;
	display: block;
	text-decoration: none;
	width: auto;
	color: #fff;
}
#menu li.active, #menu #menu-selected {
	background-position: left -54px;
}
#menu li.active a, #menu #menu-selected a {
	background-position: right -54px;
	text-decoration: none;
}
#menu a:hover {
	color: #aa3037;
}
#menu #menu-selected a:hover {
	color: #fff;
}
#menu ul a:link, #menu ul a:visited {
	color: #fff;
	padding: 8px 0;
	text-indent: 6px;
	margin: 0;
	width: 100%;
	background: url(none);
}
#menu ul a:hover, #menu ul a:active {
	background: #152a40 url(none);
	text-decoration: none;
	color: #aa3037
}

/* =CONTENT
--------------------------------------------------------------------*/

#content-wrapper {
	width: auto;
	background: #fff;
	padding: 1px;
	background: #fff url(images/content-tile.jpg) repeat-x;
	border-top: 1px solid #fff;
}
#content {
	padding: 20px 0 40px 0;
}
#main-content,
#home #main-content {
	width: auto;
}
#main-content  {
	width: 620px;
	float: left;
}
.posted {
	display: block;
	padding-bottom: 0.1em;
	margin-bottom: 1em;
	color: #7a7a7a;
	font-size: 1.2em;
	position: relative;
	z-index: 10;
}
.posted-in {
	margin-bottom: 0.6em;
	color: #7a7a7a;
}
.comments-num {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 1.6em;
}
.extras {
	display: block;
	padding: 0.5em;
	color: #7a7a7a;
	font-size: 1.2em;
	border-top: 1px solid #e1edf5;
}
.post {
	margin-bottom: 3em;
}
.comments h2 {
	margin-bottom: 0.8em;
}
.comment-entry {
	margin-bottom: 3em;
}
.comment-entry .posted {
	margin-bottom: 0.25em;
	background: #e4effb;
	padding: 0.5em;
}
#secondary-content  {
	width: 300px;
	float: right;
	padding-top: 33px;
}
#secondary-content h2 {
	font-size: 1.8em;
}
#search-widget {
	margin-bottom: 2em;
	background: url(images/mininfo-tile.jpg) repeat-x left center;
	border: 1px solid #c7e1f8;
	padding: 1em;
}
#search-widget  form    {
	display: block;
	margin-bottom: 1em;
}
#search-widget input {
	width: 180px;
}
#search-widget #search-submit {
	width: auto;
}
.posts-feeds, .comments-feeds  {
	background: url(images/feed.gif) no-repeat;
	padding-left: 1.6em;
	margin-right: 1em;
}
.links-widget {
	margin-bottom: 2.5em;
}
.links-widget h2 {
	border-bottom: 1px solid #e1edf5;
	padding-bottom: 0.2em;
}
.links-widget ul {
	padding: 0;
}

.links-widget li {
	border-bottom: 1px solid #e1edf5;
	padding-bottom: 0.5em;
	padding-left: 0px;
	background: none;
}

/* =FOOTER
--------------------------------------------------------------------*/

#footer-wrapper {
	clear: both;
	background: #253e5b;
	border-top: 8px solid #5991bf;
}
#footer {
	color: #fff;
	padding: 20px 0;
	text-align: center;
}
#footer p {
	margin: 0;
	margin-bottom: 10px;
}
#footer img {
	vertical-align: bottom;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	background: none;
}

/* =ADITIONAL STYLES
--------------------------------------------------------------------*/
.clearfix {
	clear: both;
}