/*
Author Name: Jose Raul Castillo
Version: 1.0
*/

@font-face {
  font-family: 'Plastique';
  src: url('/wp-content/themes/k2/fonts/plastique.eot'); /* IE */  
  src: local("Plastique"), url('/wp-content/themes/k2/fonts/plastique.ttf') format("truetype"); /* non-IE */  
}

/* Typography */

#header .blog-title, #header .description, #header .menu .page_item {
	font-family: "Plastique", "Lucida Grande", "Verdana";
	}
#header .blog-title a,
#header .description {
	color: #ffffff;
}

.qtrans_language_chooser li {
	font-size: 1.5em;
	line-height: 1.3em;
	list-style: none  !important;
	list-style-type: none  !important;
}

.widget_qtranslate h4 {
	font-size: 2em;
}

h2 a:hover, h2 span a:hover {
	color: #4A483C !important;
	}

a {
	color: #4A483C;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	text-decoration: underline;
	}

.entry-content {
	font-size: 1.3em;
	line-height: 1.5em;
}

.entry-content a {
	color: rgb(187, 68, 17);
}

.entry-content a:visited {
	color: rgb(127, 65, 38);
}

.four04 .entry-title,
body.page #current-content .entry-title {
	margin-left: 0;
	text-align: left;
	}

.entry-meta {
	color: #333;
}
/* Page Structure */

#website {
	position: relative;
}

body {
	color: #444;
	background: #B9B9B7 url('../../images/destinyschildren-bg.jpg') repeat-x;
	text-align: center;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding-top: 0;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;

	background: #D4D3CE url('../../images/destinyschildren-header.jpg') no-repeat top left;
	border: none;
	-webkit-box-shadow: 0 0px 50px rgba(0,0,0,.65);
	-moz-box-shadow: 0 0px 50px rgba(0,0,0,.65);
	box-shadow: 0 0px 50px rgba(0,0,0,.65);

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

#header {
	position: relative;
	height: 127px;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	background: none;
	}

.content {
	padding: 0 20px 30px;
	}

/* Main Menu in Header */

.admintab a {
	position: fixed;
	top: 5px;
	right: 5px;
	color: #333 !important;
	background: #cfcfcf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.admintab a:hover {
	background: #333 !important;
	color: white !important;
}

ul.menu {
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	margin: 0 25px;
	}

ul.menu,
ul.menu li {
	float: left;
	list-style: none;
	}

ul.menu li {
	margin-right: 4px;
	}

ul.menu li a {
	display: block;
	padding: 5px 10px;
	font-size: 9px;//0.7em;
	color: white;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}

ul.menu li a:hover {
	background: none;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	color: #aaa;
	background: none;
	text-decoration: none;
	}

/* Sidebar Subpages Menu */

.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}


/* Headings */

h1 {
	font-size: 3em;
	}

.blog-title {
	font-size: 3em;
	font-weight: bold;
	padding: 0 40px 0 40px;
	}
	
.blog-title a,
#header .description {
	text-decoration: none;
	color: white;
	}

.blog-title a:hover {
	text-decoration: none;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px 40px;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #EEE;
	text-shadow: 0px 0 2px rgba(0,0,0,0.8);
	}

#footer p {
	line-height: 1.6em;
	}

#footer a {
	color: #CCC;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #222;
	}

.footercredits {
	display: none;
}
/* Captions */

.wp-caption p, .wp-caption .wp-caption-text {
	color: #666633;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.2em;
	}

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: #EEE;
	border: 1px solid #444;
	padding: 3px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 3px;
	border: 1px solid #444;
	}

#rollingarchives
{
	background-color: white;
	opacity: 0.9;
	-webkit-box-shadow: 0 0px 50px rgba(255,255,255,1);
	-moz-box-shadow: 0 0px 50px rgba(255,255,255,1);
	box-shadow: 0 0px 50px rgba(255,255,255,1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Attachment page */
body.attachment #primary {
	float: none;
	width: auto !important;
	margin: 0px !important;
	}

/* Comments and Trackbacks */ 

.comments .metalinks .commentsrsslink {
	display: none;
}

.comments .metalinks {
	display: block;
}

.comments h4, #comments-closed-msg
{
	color: #222;
	font-size: 1.2em;
}
