/*
Theme Name: Azurio (meiss.com customized)
Theme URI: http://www.ktalks.com/
Description: Two column Blog Layout
Version: 1.0
Author: Agent K
Author URI: http://www.ktalks.com/

*/
/* Original Azurio Template for Texptattern
Author: bisk
Url: http://luvion.nl/azurio/
The Azurio css and images have the following license:
Creative Commons Attribution-ShareAlike 2.5
License url: http://creativecommons.org/licenses/by-sa/2.5/
 */


/* main styles */

body {
	color: #333333;
	text-align: center;
	font: 70%/1.5em verdana, geneva, arial, helvetica, sans-serif;
	margin: 10px 0 30px 0;
	padding: 0;
	background: #f3f3f3;
}

#mainborder {
	margin: auto;
	padding: 1px;
	width: 860px;
	background-color: #ffffff;
	border: 1px solid #4d556f;
}

#container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF url('images/azurio-container-bg.gif') top right repeat-y;
}


/* head styles */

#headnavi {
	background: #000050;
}

#head {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 53px;
	width: 860px;
	background: #4d556f;
}

#head h1 {
	padding: 10px 0 0 370px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5em;
}

#head h1 a:link,
#head h1 a:visited,
#head h1 a:hover,
#head h1 a:active{
	border: 0;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

#head h2 {
	color: #fff;
	padding: 0 0 10px 370px;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;
}


/* section based nav */

ul.section_list {
	height: 30px;
	width: 860px;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.section_list li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 0 0 10px;
}

ul.section_list li a:link {
	white-space: nowrap;
	padding: 0 7px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 30px;
	background: url('images/azurio-nav-div.gif') center left no-repeat;
}

ul.section_list li a:visited {
	white-space: nowrap;
	padding: 0 7px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 30px;
	background: url('images/azurio-nav-div.gif') center left no-repeat;
}

ul.section_list li a:hover,
ul.section_list ul li a:active {
	white-space: nowrap;
	padding: 0 7px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	background: #cc0000;
	line-height: 26px;
	border-top: solid 2px #000050;
	border-bottom: solid 2px #000050;
}


/* feeds */

ul.section_list li.page_item_feeds a:link,
ul.section_list li.page_item_feeds a:visited {
	padding: 0 7px 0 30px;
	background-position: 0 2px;
}

ul.section_list li.page_item_feeds a:hover,
ul.section_list ul li.page_item_feeds a:active {
	padding: 0 7px 0 30px;
	color: #f99b39;
}


/* content styles */

#content {
	width: 649px;
	float: left;
	padding-top: 10px;
	background: #FFFFFF url('images/azurio-content-bg.gif') top right no-repeat;
}

/* mainmenu hack for ie 5.5 - 6.x */
/* smaller margins */
* html #content {
	width: 646px;
}

#content h2 {
	text-decoration: none;
	text-transform: uppercase;
	margin: 12px 12px 5px 12px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-bottom: solid 1px #c2c2c2;
	font-weight: bold;
	font-size: 1.4em;
}

#content h3 {
	margin: 12px 12px 5px 15px;
}

#content h2#comment {
	font-size: 1.4em;
}

#content ol.comments li {
	font-size: 1.4em;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}
#content ol.comments li * {
	font-size: 0.71em;
	font-weight: normal;
	padding-left: 0;
	margin-left: 0;
}

#content ol.comments li * * {
	font-size: 1.0em;
}
#content ol.comments li * strong{
	font-weight: bold;
}
#content ol.comments li small {
	color: #4d556f;
}

#content ol.comments li br {
	line-height: 0;
	height: 0;
	font-size: 0;
}

#content h4 {
	margin: 0 0 10px 0;
	line-height: 16px;
	font-size: 11px;
	padding-left: 16px;
	padding-right: 16px;

	font-weight: bold;
	font-size: 1.2em;
	color: #000050;
}

#content h5 {
	margin: 0 0 10px 0;
	line-height: 16px;
	font-size: 11px;
	padding-left: 16px;
	padding-right: 16px;

	font-weight: bold;
	font-size: 1em;
	color: #000050;
}

#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content a:link {
	color: #000050;
}
#content a:visited {
	color: #000050;
}
#content a:hover {
	text-decoration: none;
	color: #990000;
}

#content h2 a:link {
	color: #000050;
	text-decoration: none;
}
#content h2 a:visited {
	color: #000050;
	text-decoration: none;
}
#content h2 a:hover{
	color: #990000;
	text-decoration: none;
}

#content p {
	margin: 0 0 10px 0;
	line-height: 16px;
	font-size: 11px;
	padding-left: 16px;
	padding-right: 16px;
}

#content ol li {
	font-weight: bold;
	color: #000050;
}

#content ol li p,
#content ul li p {
	padding: 0;
	font-weight: normal;
	color: #333333;
}

#content blockquote {
	padding: 10px 70px 4px 10px;
	margin: 10px 44px 10px 44px;
	color: #000000;
	background: #f3f3f3 url('images/bg_quote.gif') top right no-repeat;
}

#content blockquote p {
	padding: 0;
}

#content sup {
	font-size: 70%;
	line-height: 100%;
}

#content p.post {
	margin: 2px 12px 5px 16px;
	padding: 0;
	color: #4d556f;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;
}

.caps{
	letter-spacing: 0.1em;
	font-size: 10px;
}
#content hr{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}
#txpCommentInputForm {
	margin: 0 0 10px 0px;
	font-size: 1em;
	padding-left: 16px;
	padding-right: 16px;
}

.comments_error {
	background: #ffa;
}

div.comments_error {
	border: 1px solid #cc8;
	padding: 0.3em;
}


/* right sidebar styles */

#sidebar h4 {
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 12px 5px 17px;
	color: #4d556f;
	font-size: 1em;
	letter-spacing: 0.3em;
	font-weight: bold;
	margin: 0;
}

#sidebar {
	padding-top: 36px;
	float: left;
	width: 211px;
	background: #000050;
}
#sidebar p {
	padding-left: 17px;
	margin: 0 5px;
	color: #c2c2c2;
}

#sidebar #s {
	/* search input field */
	margin: 5px 0 0 0;
	padding: 1px;
	background: #e2e2e2 url('images/azurio-search-input-bg.gif') top left repeat-x;
	border: solid 1px #323232;
	width: 130px;
}

#sidebar #sidebarsubmit {
	/* search inpout button */
	margin: 5px 0 0 0;
	background: #e2e2e2 url('images/azurio-search-input-bg.gif') top left repeat-x;
	border: solid 1px #323232;
}

#sidebar ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 10px 0 10px;
	border-top: solid 1px #4d556f;
}

#sidebar ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#sidebar ul li a:link {
	color: #ffffff;
	display: block;
	padding: 3px 3px 3px 7px;
	border-bottom: solid 1px #4d556f;
	text-decoration: none;
}

#sidebar ul li a:visited {
	color: #ffffff;
	display: block;
	padding: 3px 3px 3px 7px;
	border-bottom: solid 1px #4d556f;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #ffffff;
	display: block;
	padding: 3px 3px 3px 7px;
	border-bottom: solid 1px #4d556f;
	text-decoration: none;
	background: #cc0000;
}

#sidebar p.rss {
	font-size: 0.9em;
	margin-top: 10px;
	padding: 3px 3px 3px 7px;
	background: #000050;
}

#sidebar span {
	padding-left: 14px;
	background: url('images/azurio-feed-icon.gif') center left no-repeat;
}


/* footer styles */

#foot {
	font-size: 0.8em;
	clear: both;
	margin: 0;
	padding: 7px 0px 2px 0px;
	text-align: center;
	background: #000050 url('images/azurio-foot-bg.gif') top left no-repeat;
	width: 860px;
	height: 19px;
}


/* article navigation */

.navigation{
	margin: 2px 12px 15px 16px;
	height: 1em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.rss a:link {
	color: #88C9DE;
	padding: 3px;
}
.rss a:visited {
	color: #b8b8b8;
	padding: 3px;
}
.rss a:hover {
	color: #ffffff;
	padding: 3px;
}
#foot a:link,
#foot a:visited,
#foot a:hover {
	color: #ffffff;
}

small {
	font-size: 1em;
}


/* post images */

#content .post p img {
	border: none;
}


/* post image margins */

img.alignright {
	margin: 10px 0 10px 10px;
}

img.alignleft {
	margin: 10px 10px 10px 0;
}


/* post list styles and bullets */

#content .post ul {
	list-style-image: url('images/dot-list.gif');
	padding: 0 30px 0 34px;
}

#content .post ol {
	padding: 0 30px 0 34px;
}


/* comment styling */

#content ol.commentlist li {
	margin-bottom: 12px;
	margin-right: 12px;
	padding: 6px 12px;
	border: 1px solid #e3e4e4;
	background-color: #f3f3f3;
}

#content ol.commentlist li.pingback {
	margin-bottom: 12px;
	margin-right: 12px;
	padding: 6px 12px;
	border: 1px solid #e3e4e4;
	background-color: #ffffff;
}

#content ol.commentlist li p {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 1em 0;
	background: #ffffff;
	width: 280px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform textarea:hover {
	background: #FFFFFF;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}

#commentform #email,
#commentform #author,
#commentform #url,
#commentform #mcspvalue {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:hover,
#commentform #author:hover,
#commentform #url:hover,
#commentform #mcspvalue:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:focus,
#commentform #author:focus,
#commentform #url:focus,
#commentform #mcspvalue:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
}
#commentform input{
	margin-bottom: 3px;
}

/* post stylng */
.post {
	margin: 10px 0 25px 0;
}

.post .info {
	padding: 3px 3px 3px 8px;
	border-top: 1px solid #e3e4e4;
	border-bottom: 1px solid #e3e4e4;
	background-color: #f3f3f3;
	font-size: 0.9em;
	color: #505050;
}

.entry {
	padding: 10px 0;
}


/* slashdigglicious bookmarks */

.slashdigglicious {
	display: block;
	margin: 22px 12px 5px 16px;
}
.slashdigglicious img {
	padding: 4px;
	border: #c2c2c2 1px solid;
}
.slashdigglicious img:hover {
	border: #cc0000 1px solid;
}


/* retweet option */

.retweet {
	margin-top: -41px;
	margin-right: 17px;
	float: right;
}
.retweet a {
	padding: 5px 10px 6px 10px;
	border: #c2c2c2 1px solid;
	text-decoration: none;
}
.retweet a:hover {
	border: #cc0000 1px solid;
}


/* tagline on top */

#content p.sticky_tagline {
	margin: 5px 12px 20px 12px;
	padding: 10px;
	background: #f3f3f3;
	border: #c2c2c2 1px solid;
	color: #000050;
	font-size: 1.2em;
}


/* table topnavi */

.table-topnavi * {
	padding: 0;
	margin: 0;
}

.table-topnavi {
	height: 19px;
	background: #000050;
}

.table-topnavi .table-topnavi-left {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

.table-topnavi .table-topnavi-left h1 {
	display: inline;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

.table-topnavi a.rootlink:link,
.table-topnavi a.rootlink:visited,
.table-topnavi a.rootlink:active,
.table-topnavi a.rootlink:hover {
	color: #ffffff;
	text-decoration: none;
}

.table-topnavi .topnav {
	color: #ffffff;
	font-size: 10px;
}

.table-topnavi a.white:link,
.table-topnavi a.white:visited,
.table-topnavi a.white:active {
	color: #ffffff;
	text-decoration: none;
}

.table-topnavi a.white:hover {
	text-decoration: underline;
}