/*
	Theme Name: Modified Modern Style
	Theme URL: http://flexithemes.com/themes/modern-style/
    Modifier URL: http://vasir.net/
	Description: Modern Style Theme with theme options page. Fixed-width, widget ready, two colums, right sidebar support hierarchical categories. Compatible with Wordpress 2.8 and higher.
    Modified Description: Modifed Style Theme with fluid layout
	Author: FlexiThemes
	Author URI: http://flexithemes.com
    Modifier URI: http://vasir.net/
	Version: 1.0.1
    Modified Version: 1.3.3.7
	Tags: two-columns, fixed-width, right-sidebar, black, silver, theme-options, threaded-comments
    GPL 
*/

/* ====================================================
    Built Ins
======================================================*/

body {
	background: #fff url(images/background.png) top left repeat-x;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
    font-size:.9em;
}

a {
   /* border:1px solid transparent;
    _border:1px solid #f0f0f0;
*/
    color: #21759B;
    padding:1px 2px;
    text-decoration:none;
}

a:hover {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    color: #d54e21;
}
.span-8 a{
    border:1px solid transparent;
    padding:0 2px;
}
.span-8 a:hover {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#F0F0F0 none repeat scroll 0 0 !important;
    border:1px solid #B0B0B0 !important;
    text-decoration:none !important;
}

/* ====================================================
    Layout
======================================================*/
#wrapper {
    position:relative;
    text-align:center;
}
#container {
    margin:0 auto; /*Make sure it's centered*/
    text-align:left;
    width:100%;
}

/*This is really the left column*/
.span-16 {
    float:none !important;
    min-height:1880px;
    height:auto !important;
    height:1880px;
    margin:0 0 0 1% !important;
    padding:0 340px 0 0 !important;
    width:auto !important;
}
/*This is really the right column*/
.span-8 {
    font-size:.9em;
    float:none;
    position:absolute;
    right:1%;
    top:0px;
    width:320px !important;
}

#header {
	height: 126px;
}

#header h1 {
	margin: 0px !important;
	padding: 25px 0 0 0px;
    font-size:3em;
    font-variant:small-caps;
    text-shadow:0 1px 2px #777777;
}

#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
}

#header h1 a:hover {
	color: #9CB9D5;
	text-decoration: none;
    text-shadow:0 1px 2px #336699;
}

#header h2 {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	color: #bdbdbd;
	font-size: 18px;
}

/******************************************************
    [ NAVIGATION ]
*******************************************************/
.navcontainer {
	height: 32px;
    margin-top: 9px;
}
	
#nav {
	height: 30px;
}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	margin-bottom: 1px;
	padding-left: 0px;
}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li a, #nav li a:link {
	color: #262626;
	display: block;
    margin: 0px 5px 0px 5px;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}
	
#nav li a:hover, #nav li a:active, .current_page_item {
	background: url(images/nav-background.png) repeat-x;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
	
#nav  li.current_page_item a {
	color:#fff;
    text-shadow: 0 1px 0 #000;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}

/******************************************************
    [ CONTENT ]
*******************************************************/
#content-wrpapper {}

#content {
	background: #fff;
	margin: 20px 10px 0 0;
}

.post {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#f0f0f0;
    border:1px solid #dedede;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
    padding:5px;
}

.post p {
	margin-bottom: 2em;
}

.postHeader {
    position:relative;
}
.title {
    font-size:1em;
    text-shadow:0 1px 0 #343434;
}
.h2title, .title a{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#57595C;
    border:1px solid transparent;
    _border:1px solid #e0e0e0;
    color: #efefef;
    display:block;
    font-size: 1.7em;
    font-weight: bold;
    margin:0 0 5px 0;
    padding:2px;
    text-decoration:none;
}
.title a:hover {
    background:#d0d0d0;
    border:1px solid #B0B0B0 !important;
    color:#21759B;
    text-shadow:0 1px 0 #336699;
}

.pagetitle {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	margin-bottom: 20px;
    background: #232323;
	padding: 6px 12px;
    font-weight: bold;
    font-size: 1.3em;
    color: #9CB9D5;
    text-align:center;
    text-shadow:0 1px 0 #323232;
}

.postdate {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-bottom:1px solid #dedede;
	font-size: .8em;
    color: #666666;
    padding:0 0 5px 0;
}

    .postdate span {
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border:1px solid #d0d0d0;
        padding: 3px 2px;
        margin-right: 8px;
        background: #ddd;
    }

.postmeta {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	background: #343434;
    color:#f0f0f0;
	font-size: .8em;
    margin:50px 0 0 0;
	padding: 4px 6px;
    text-shadow:0 1px 2px #07090D;
}
    .postmeta a {
        color:#9CB9D5;
        text-shadow:0 1px 2px #131923;
    }
    .postmeta a:hover {
            color: #d54e21;
    }
	
.readmorecontent {
    margin-bottom: 8px;
    padding:5px 0 0;
	text-align: right;
}

a.readmore {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#dedede;
    border:1px solid #d0d0d0;
    font-size: 1em;
    padding:2px;
}

a.readmore:hover {
    color:#21759B;
}
    
.entry {
    border-top:2px solid #f0f0f0;
    color: #2C2D32;
    font-size: 1em;
	line-height: 1.6em;
    margin-top:5px;
	padding-top: 8px;
	text-align: justify;
}
.navigation {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background:#dedede;
    font-size:.9em;
    font-weight:bold;
    margin:15px 0;
}

blockquote {
    background:#f0f0f0;
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
    border:1px dotted #c0c0c0;
	border-left: 3px solid #CADAE7;
}
	
.post img {
	max-width: 680px;
}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float: left;
    padding:0 5px;
}

.alignright {
    float: right;
    padding:0 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   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;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: .8em;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
	
/******************************************************
    [ SIDEBAR(S) ]
*******************************************************/

.banner125 {
	margin: 6px;
	}
    
#sidebar {
    background: #e3e3e3;
    border: 2px solid #c5c5c5;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
	

#subscriptions {
	margin: 0;
    margin: 15px 0 0 0;
	text-align: center;
	}
    
#subscriptions img {
    margin:0;
    padding:0;
    vertical-align:top;
    }
    
#sidebar a {
	text-decoration: none;
    color: #333;
    font-size: 1em;
}

#sidebar a:hover {
	text-decoration: underline;
    color: #21759B;
}
	
.searchlayout {
    border: 1px solid #bebebe;
    height: 30px;
    margin: 5px;
    padding: 0;
    background: #fff url(images/sinputnbackground.png) top left repeat-x;
    text-align: right;
}
#search input {
	border: 0;
    background: none;
}
	
	
#s {
	width: 190px;
	padding: 4px;
    margin:3px 0 0 0;
    background: none;
}

/* Social icons */
.addthis_toolbox {
	margin: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
	
    
#sidebar h2 {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	margin: 15px 0 0 0;
	padding: 4px 8px;
	background: #232323;
    color:#9CB9D5;
	font-size: 1.1em;
    font-variant:small-caps;
	font-weight: bold;
    text-shadow: 0 1px 0 #323232;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/arrow.gif) no-repeat top left;
}
	
#sidebar ul li ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: none;
}
#wp-calendar caption {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-weight:bold;
	padding: 2px 4px;
    text-align:center;
	text-transform: uppercase;	margin: 2px 0 2px 0;
}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td:hover, #wp-calendar #today {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	background: #eee;
	color: #555;
}
	
#wp-calendar {
	empty-cells: show;
	font-size: 1em;
	margin: 0;
	font-weight: bold; 
	width: 100%;
}


/******************************************************
    [ FOOTER ]
*******************************************************/

#footer {
	background: #181818;
	color: #f0f0f0;
	padding: 20px;
	border-top: 4px solid #c5c5c5;
	text-align: center;
    font-size: .9em;
}

#footer a {
	color: #fff;
} 

#footer a:hover {
	color: #fff;
	text-decoration: none;
} 

.footer-credits {
    text-align: center;
    font-size: .8em !important;
    color: #999 !important;
    padding: 4px;
}

.footer-credits a {
	color: #999 !important;
} 

.footer-credits  a:hover {
	text-decoration: none;
} 

/* wp-pagenavi style overriding */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 1.1em !important;
    padding:  4px 8px !important;
}
.wp-pagenavi a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;
    
}
.wp-pagenavi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 1.1em !important;
    padding:  4px 8px !important;
}
.wp-pagenavi span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 1.2em !important;
    padding:  4px 8px !important;
    font-weight: bold;
}
.wp-pagenavi span.extend {
    background:transparent !important;
}	
/******************************************************
    [ COMMENTS ]
*******************************************************/
#comment {
    font-size:1.2em;
    margin-top:20px !important;
    height:150px !important;
}
#comments h3 {
	margin-bottom: 10px;	
}

.respondH3 {
    border-bottom:2px solid #343434;
    font-size:1.5em;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform .userInfo {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background:#cdcdcd;
    color:#343434 !important;
    padding:2px !important;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 5px;
	text-align: justify;
    background: #eee;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin:0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -22px 0 0 63px;
	display: block;
    font-size: .8em;
    padding:0;
}

.comment-body {

}

.avatar { 
    border: 3px solid #ffffff;  
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background: #ddd;
    padding: 5px;
    display: block;
}

.reply {
    text-align: right;
}
.comment-reply-link  {
	padding: 4px 15px;
	background: #e1dddd;
	color: #5b5b5b;
    font-size: 1em;
	text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.comment-reply-link:hover {
	background-color: #cdcbcb;
    color: #5b5b5b;
}
	
.fn, .fn a:link, .fn a :hover, .fn a:visited { 
    color: #333; 
    font-size: 1.2em; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.says {
    font-size: 1.1em; 
}

.commentmetadata a, .commentmetadata a:hover {
    color: #999; 
    text-decoration: none;
}



/*----------------------------
 * Special blog note styles
 * ---------------------------*/
.blogNoteBox {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fafafa;
    border:1px solid #d0d0d0;
    color:#343434;
    font-size:.9em;
    margin:10px 0;
    overflow:auto;
    padding:2px;
}

.blogMargin1 {
    margin:15px;
}

.blogMargin2 {
    margin:30px;
}

.blogMargin3 {
    margin:40px;
}

/******************************************************
    [ MISC (WP GENERATED) ]
*******************************************************/

.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}


.postEmptyLines {
    height:20px;
}

/**************************
 * post header overrides
 * ************************/
.entry h1, .entry h2, .entry h3, .entry h4 {
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ababab;
    background:#bcbcbc !important;
    color:#ffffff;
    font-weight:bold;
    margin:20px 0 10px 0;
    padding:5px 2px;
    text-shadow:0 1px 1px #232323;
}
.entry h1 {
    font-size:1.5em;
    margin:0 0 10px 0;
}
.entry h2 {
    background:#9CB9D5 !important;
    color:#ffffff !important;
    font-size:1.7em;
    font-weight:bold;
    margin:35px 0 10px 0;
    padding:15px 2px;
    text-shadow:0 1px 1px #343434 !important;
}
.entry h3 {
    padding:7px 2px !important;
}
.entry h4 {
    background:#ababab !important;
    padding:2px !important;
}
.entry h5 {
    border-bottom:1px solid #343434;
    font-size:1.1em;
    margin:10px 0 !important;
}
.post_foot_note {
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#ffffdf;
    border:1px solid #bcbcbc;
    font-size:.9em;
    font-style:italic;
    margin:0 0 15px 0;
    padding:2px 5px;
}
.wp_syntax {
    margin:5px 0 !important;
}
.post_guide {
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#ffffff;
    border:1px solid #bcbcbc;
    margin:5px 0 25px 0;
    padding:5px;
}
