/*
	Theme Name: magnuscorp
	Theme URI: http://wpcrunchy.com
	Description: an elegant magazine style wordpress theme suitable for community site
	Version: 1.2
	Author: akosipau
	Author URI: http://wpcrunchy.com/
*/

/**
* Reset
*
*/

@import url('library/css/reset.css');
@import url('library/css/text.css');
@import url('library/css/960.css');
@import url('library/css/facebox.css');

/**
* Global Elements
*
*/

body, input, textarea {
    font: 15px Georgia,serif;
    line-height:20px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
a:link {
    color:#C41230;
}
a:visited {
    color:#C41230;
}
a:active,
a:hover {
    color: #FF4B33;
}
.left {
	float:left;
}
.right {
	float:right;
}

/**
* General
*
*/

body {
	color:#4d4d4d;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#shadowline {
	height:8px;
	background:url(library/images/shadowline.png) repeat-x top left;
}
#main {
	padding:10px 0;
}

/**
* Header
* 
*/
#header {
    z-index:2;
}
#branding {
    padding:10px 0 10px 0;
}

/**
* Navigation
* 
*/
#navigation {
	background-color:#af1e2d;
	border-top:1px solid #af1e2d;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index:		100;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/**** navigation skin  ****/
.sf-menu {
	float:left;
}
.sf-menu a {
	padding:10px 15px 10px 15px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	text-shadow:	#000 1px 1px 0px;
}
.sf-menu li {
	background:url(library/images/nav-li.png) no-repeat center right;
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-menu ul {
	border:1px solid #7d000b;
	border-top:none;
}
.sf-menu ul ul {
	margin-left:0px !important;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:33px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#af1e2d;
	border-bottom:0 !important;
	border-top:1px solid #7d000b;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
	background-color:#91101f;
}

/**
* Featured Post
* 
*/

#featured {
       Overflow:hidden;
}

#featured, #featured-image {
	width:608px;
	height:280px;
	padding:5px;
	border:1px solid #d9d9d9;
	position:relative;
	margin-bottom:15px;
}
#featured .feat-caption {
	display:block;
	color:#fff;
	text-shadow:#000 1px 1px 0px;
	font-weight:bold;
	background-color:#743938;
	padding:5px 8px;
	position:absolute;
	top:25px;
	left:0;
	z-index:10;
}
#featured .feat-meta { width:578px; padding:15px; background:url(library/images/trans-bg.png) repeat-x top left; position:absolute; left:0; bottom:0; z-index:10; }
#featured .feat-meta h3 { margin:0; padding:0; font-family: 'Arial', 'Trebuchet MS'; line-height:28px; text-transform:uppercase; text-shadow: #000 1px 1px 1px; color:#fff; }
#featured .feat-meta a { text-decoration:none; }
#featured .feat-meta a:hover { color:#fff; }
#featured .feat-meta p { margin:0; padding:0; color:#ccc; }
#featured .play-icon {
	display:block;
	width:60px;
	height:100px;
	position:absolute;
	top:100px;
	left:260px;
	background:url(library/images/play-media.png) no-repeat top left;
}

/**
* Posts
* 
*/

#posts .post { margin-bottom:10px; }
#posts .post-head { background:url(library/images/post-head-bar.png) no-repeat bottom left; padding-bottom:10px; margin-bottom:10px; position:relative; }
#posts .post-title { width:477px; margin:0; padding:0; font-family: 'Arial', 'Trebuchet MS'; font-weight:bold; line-height:28px; color:#171615; letter-spacing:-1px; }
#posts .post-title a { color:#171615; text-decoration:none; }
#posts .post-title a:hover { color:#393b3b; }
#posts .post-date { padding-bottom:10px; font-size:10px; text-transform:uppercase; position:absolute; bottom:0; right:0; }
#posts .post-wrap { margin-bottom:15px; }
#posts .post-thumb { width:130px; height:130px; padding:3px; border:1px solid #d9d9d9; background-color:#f9f9f9; }
#posts .post-excerpt { width:465px; padding:5px 0; }
#posts .post-image { padding:5px; margin:0 0 15px 0; width:608px; height:290px; overflow:hidden; background-color:#fff; border-left:1px solid #dcdcdc; border-right:1px solid #d2d2d2; border-top:1px solid #dcdcdc; border-bottom:1px solid #d2d2d2; }
#posts .post-meta { border-bottom:1px solid #e2e2e2; background-color:#f3f3f3; padding:4px 10px; }
#posts .post-meta ul { margin:0; padding:0; list-style:none; }
#posts .post-meta ul li { margin:0; padding:0 10px 0 0; float:left; font-size:10px; text-transform:uppercase; }
#posts .post-meta ul li.author { background:url(library/images/user.png) no-repeat 0 50%; padding-left:22px; }
#posts .post-meta ul li.comment { background:url(library/images/comment.png) no-repeat 0 50%; padding-left:22px; }
#posts .post-meta ul li.category { background:url(library/images/category.png) no-repeat 0 50%; padding-left:22px; }

/**
* Posts > Navigation
* 
*/

.postnavi {
    color:#4d4d4d;
    font-size:15px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
	font-weight:bold;
}
.postnavi a {
	color:#4d4d4d;
    text-decoration:underline;
}
.postnavi a:active,
.postnavi a:hover {
    color: #FF4B33;
}
.postnavi .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

/**
* Comments
* 
*/

#comments { padding:20px 0; background-color:#fff; }
#comments .comment-head { margin:0; padding:0 0 10px 0; font-family: Helvetica, Arial, sans-serif; font-weight:normal; line-height:28px; border-bottom:3px solid #555; }
#comments .comment-list { margin:0 0 20px 0; padding:0; list-style:none; }
#comments .comment-list li { margin:0; padding:10px 0 20px 0; border-bottom:1px solid #e3e3e3; }
#comments .comment-list li.thread-even { background-color:#f9f9f9; }
#comments .comment-list ul.children { margin:0 0 0 20px; padding:0 0 0 10px; list-style:none; border-left:1px solid #ccc; }
#comments .comment-list ul.children li { border:0; }
#comments .comment { padding:0 10px 10px 10px; }
#comments .comment-meta-box { padding-bottom:15px; }
#comments .comment .gravatar { padding:3px; border:1px solid #e5e5e5; }
#comments .comment .comment-meta { padding-left:10px; text-transform:uppercase; }
#comments .comment .comment-meta .author { display:block; padding:6px 0; }
#respond .cancel-comment-reply { padding:10px 0; }
#respond input[type=text], #respond textarea { padding:6px 5px; border-top:2px solid #9a9a9a; border-left:2px solid #9a9a9a; border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; font-family:Georgia, "Times New Roman", Times, serif; }
#respond input[type=text] { width:50%; }
#respond input[type=text].author { background:url(library/images/user.png) no-repeat 98% 50%; }
#respond input[type=text].email { background:url(library/images/email.png) no-repeat 98% 50%; }
#respond input[type=text].url { background:url(library/images/link.png) no-repeat 98% 50%; }
#respond textarea { width:97%; height:150px; margin:0; }
#respond input[type=submit] { padding:8px 12px; border:0;background:#2d2d2d; color:#fff;font-family: Georgia, "Times New Roman", Times, serif; cursor:pointer; text-shadow:#000 1px 1px 1px; }

/**
* Aside
* 
*/

#aside {}
#aside .widget {
	padding-top:12px;
	margin-bottom:15px;
	background:url(library/images/widget-head-bg.png) no-repeat top left;
}
#aside .widget .wbody {
	padding:0 15px;
	background:url(library/images/widget-body-bg.png) repeat-y top left;
}
#aside .widget .wfoot {
	height:12px;
	background:url(library/images/widget-footer-bg.png) no-repeat top left;
}
#aside .widget .wbody h3 { margin:0; padding:0 0 5px 0; font-weight:normal; text-shadow: #fff 1px 1px 1px; color:#393b3b; letter-spacing:-1px; }
#aside .widget .wbody .textwidget p { margin:0; }
#aside .widget .wbody ul { margin:0; padding:0; list-style:none; }
#aside .widget .wbody ul li { margin:0; padding:8px 0; border-bottom:1px solid #e8e8e8; }
#aside .widget .wbody ul li a { display:block; background:url(library/images/arrow.gif) no-repeat 0 8px; text-decoration:none; padding-left:12px !important; color:#4d4d4d; }
#aside .widget .wbody ul li a:hover { text-decoration:underline; }
#aside .widget .wbody ul ul { margin:0; padding:0; }
#aside .widget .wbody ul ul li { border-bottom:0; margin:0 0 0 20px; list-style-type:square; }
#aside .widget .wbody ul ul li a { background:none; padding:0; }
#aside .widget .wbody ul ul li { padding:0; margin:12px 0 0 28px; }
#aside #searchform { margin:0; padding:0; }
#aside .searchbox h3, #aside .newsletter h3 { margin-bottom:5px !important; }
#aside #searchform input[type=text] { width:86%; padding:8px 25px 8px 8px; border: 3px solid #ccc; background: #fff url(library/images/search_icon.png) no-repeat 98% 50%; font-family:Georgia, "Times New Roman", Times, serif; color:#555; }
#aside .newsletterbox { width:86%; padding:8px 25px 8px 8px; border: 3px solid #ccc; background: #fff url(library/images/email.png) no-repeat 98% 50%; font-family:Georgia, "Times New Roman", Times, serif; color:#555; }
#aside .ads { background:none; padding:0 0 0 10px; margin:0 0 20px 0; }
#aside .ads125box { height:125px; width:125px; background:#CCCCCC; float:left; margin:10px 0 0px 10px; }
	.ads125box img { border:0; }
	
/**
* Footer
* 
*/

#footer { clear:both; padding:10px 0 2px 0; background-color:#af1e2d; color:#fff; }

/**
* Images CSS
* 
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding:5px;
   background-color:#fff; border-left:1px solid #dcdcdc; border-right:1px solid #d2d2d2; border-top:1px solid #dcdcdc; border-bottom:1px solid #d2d2d2;
}

.alignleft {
   float: left;
   padding:5px;
   background-color:#fff; border-left:1px solid #dcdcdc; border-right:1px solid #d2d2d2; border-top:1px solid #dcdcdc; border-bottom:1px solid #d2d2d2;
   margin-right:12px;
}

.alignright {
   float: right;
   background-color:#fff; border-left:1px solid #dcdcdc; border-right:1px solid #d2d2d2; border-top:1px solid #dcdcdc; border-bottom:1px solid #d2d2d2;
   padding:5px;
   margin-left:12px;
}

.wp-caption {
	background-color:#fff; border-left:1px solid #dcdcdc; border-right:1px solid #d2d2d2; border-top:1px solid #dcdcdc; border-bottom:1px solid #d2d2d2;
   text-align: center;
   padding-top: 10px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0 0 10px 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/**
* facebox
* 
*/
#facebox table.noborder, #facebox tr.noborder {
	border:0px !important;
}
#facebox table.padbox tr td, #facebox table.padbox th {
	padding: .7em 1.25em;
}
#facebox .faceboxtext {
	text-align:center;
	margin:0; padding:0;
}

