/*  
Theme Name: gv3_1
Description: gv3_1 was developed on December 11, 2009 and is based on an original theme developed by <a href="http://jway.com.cn/">J</a>.
Version: V1
Author: Sid Guglielmino
Author URI: http://gv3.com.au
Tags: white, fixed width, two columns, simple, black, right sidebar, valid XHTML, valid CSS

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

* {margin:0;padding:0;}

body {
	color:#222;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	/*background:#4e4e4e;   was 323232 or 4e4e4e */
     	background:url(images/BG_1.png);
	background-repeat:repeat-x;
	background-color:#aaf3fa;          /* was ffcde3; */
}

#wrapper {
	/* border:1px #181818 solid; */
	text-align:left;
	width:980px;
	margin:10px auto;
	background:#fff;
}

#header {
	width:980px;
	height:190px;
	text-align:center;
	background:url(images/head.gif) no-repeat top;
}

#main {
	float:left;
	width:686px;       /*  width of main post area  */
	overflow:hidden;
	margin:1em 1em;    /*  space around main post area  */
}

#sidebar {
	float:right;
	width:245px;
	margin:1em 1em;
}

#footer {
	color:#666;
	clear:both;
	text-align:center;
	margin:0em 1em 1em 1em;
}


/*------------------------------------------------------------*/

a:link {
	color:#1889e5;        /* Mid Blue */
	text-decoration:none; /* prevents default underline */
}

a:visited {
	color:#055da5;        /* Darker Blue */
}

a:hover {
	color:#16afdb;        /* brighter blue */
	border-bottom:dotted 1px;
}

#headertitle .description {
	font-size:1.2em;
}

h2,h3,h4 {                /* h2 is main title, h3 is date */
	font-family:'Trebuchet MS', Arial, Verdana, Sans-Serif;
	/* color:#999; - DOESN'T WORK?? */
	text-transform:uppercase;
	/*padding:0px 0px 0px 0px; */
}

h2 {
	font-size:1.3em;           /* ///// MAIN RED HEADING TITLE //// */
	letter-spacing:0em;
	/* color:#999; - DOESN'T WORK?? */	
	text-align:left;
	/* padding:0px 0px 0px 0px;             top right bottom left */     
}

h3.post-date {
	font-size:10px;
	color:#999;
	text-align:left;	
	margin-bottom:5px;
	font-weight:100;
	padding:0 0px;
}

h4 {
	font-size:1em;
	letter-spacing:1px;
}

/*------------------------------------------------------------*/


pre {
	font-size:1.2em;
	overflow:hidden;
}

.post {
	background:url(images/line.gif) no-repeat 0 100%;   /* The line at end of each post //////*/
	
}

.clear {
	clear:both;
}

.postentry {
	font-size:12px;
	line-height:1.6em;             /* THE SPACE BELOW MAIN RED TITLE HEADING - ALSO EFFECTS LEADING OF BODY COPY etc */
	/* padding:0 25px 10px 0px;    / top right bottom left /     ???????? not sure if required  */
}

ol,ul {
	line-height:1.6em;
	margin:1.2em 0 1.2em 2em;
	padding:0;
}

.post li {
	margin-bottom:5px;
}

img.tex {
	border:0 none;
	padding:0;
}

.postentry img {            /* main post image details */
	max-width:686px;    /*//////   image is cropped to this width   //////////*/
	padding:25px 0px 10px 0px;
}

.gravatar img {
	padding:1px;
	border:#ccc 1px solid;
	float:right;
	background:#fff;
}

p.prev-next {
	height:1%;
	padding:0 0 20px;
	background:url(images/dot.gif) 0 100% repeat-x;
}

input,textarea,select {
	border:1px solid #B8B8B8;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#fff;
}

blockquote {
	border-left:4px solid #CCC;
	font-size:1em;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
}

code {
	color:#B8B8B8;
	font-family:monospace;
}

img {
	border:0 none;
	margin:0;
	padding:0;
}


/*------------------------------------------------------------*/


.parts {                          /* The solid bars at top of each section. */
	border-color:#63cbf6;     /* was 444 */
	border-style:solid;
	border-width:8px 0 0;     /* was 15 */
	padding:10px 0;
}

.parts hr {
	color:#333;
	margin:5px -10px;
}

.parts .h2 {
	border-bottom:1px solid #fff;
	margin-bottom:3px;
}


/*------------------------------------------------------------*/


#sidebar li.parts {
	width:241px;
}

#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar ul ul li a {
	color:#C33;
	overflow:hidden;
	voice-family:inherit;
	white-space:nowrap;
	width:250px;
	padding:2px 0 0;
}

#sidebar ul ul li a:hover {
	color:#C33;
	border-bottom:dotted 1px;
}

.liicon li {
	list-style-type:none;
	padding-left:18px;
	text-indent:0;
	margin:0;
	background:url(images/li.png) no-repeat left center #fff;
}

.licate li {
	list-style-type:none;
	padding-left:18px;
	text-indent:0;
	margin:0;
	background:url(images/licate.png) no-repeat left center #fff;
}

.lilink li {
	list-style-type:none;
	padding-left:18px;
	text-indent:0;
	margin:0;
	background:url(images/lilink.gif) no-repeat left center #fff;
}


/*------------------------------------------------------------*/


.navigation {
	border-bottom:1px dashed #B0B0B0;
	font-size:.8em;
	margin:5px 0;
	padding:0 0 15px;
}

.bottomnavigation {
	border-top:1px dashed #B0B0B0;
	font-size:.8em;
	margin:5px 0;
	padding:8px 0;
}

.bottomnavigationindex {
	font-size:.8em;
	margin:5px 0;
	padding:8px 0;
}

.postmetadata {
	font-size:.8em;
	margin:5px 0 0 0;
}

.footerparts {
	border-color:#444;
	border-style:solid;
	border-width:15px 0 0;
	font-size:.8em;
}

.nav_title,.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.relate ul li a {
	overflow:hidden;
	white-space:nowrap;
	width:220px;
}

ol.subscribe {
	list-style-type:none;
	padding-top:10px;
}

.subscribe img {
	border:medium none;
}

input[type=text] {
	height:16px;
}

.hidden {
	display:none;
}

.nopadding {
	padding:0;
}

.nomargin {
	margin:0;
}

.lirss li {
	list-style-type:none;
	padding-left:18px;
	text-indent:0;
	margin:0;
	background:url(images/rss.gif) no-repeat left center;
}

.liiconpage li {
	list-style-type:none;
	padding-left:18px;
	text-indent:0;
	margin:0;
	background:url(images/lipage.png) no-repeat left center #FFF;
}


/*------------------------------------------------------------*/


#searchform #s {
	background:#fff;
	border:1px solid #bbb;
	color:#666;
	font-family:'Trebuchet MS', Arial, Verdana, Sans-Serif;
	height:15px;
	margin-right:3px;
	padding:6px 5px 0 0;
	vertical-align:top;
	width:178px;
}

#searchsubmit {
	vertical-align:middle;
	padding:1px 6px 0 6px;
	height:23px;
}


/*------------------------------------------------------------*/


#comments {
	width:435px;
	padding:12px 0 0;
}

#comments h3,h3#respond {
	color:#555;
	margin-bottom:7px;
	font-size:14px;
}

ol.commentslist {
	list-style:none;
	margin:5px 0 12px;
}

.commentslist li {
	border-top:1px solid #BBB;
	margin-bottom:7px;
	padding:7px 0;
	background:url(images/grey.gif) top left #FFF;
}

.commentslist li a {
	font-weight:700;
}

.commentslist li.alt {
	background:#FFF;
}

.commentslist li:hover {
	border-color:#888;
}

.commentslist .comment_text {
	line-height:1.4em;
	overflow:hidden;
	margin:0 7px;
}

.comment_text ul,.comment_text ol,.comment_text blockquote {
	margin:0 1em;
}

p.author_meta {
	font-weight:700;
	text-transform:uppercase;
	margin:0 7px 0 7px;
}

p.date_meta {
	font-size:0.8em;
	text-align:right;
	margin:0 7px 0 0;
}

.commentslist li.author {
	color:#CCC;
	background:#333;
}

.commentslist li.author a {
	color:#DDD;
}

#comments_closed {
	color:#ccc;
	margin-top:12px;
	line-height:1.5em;
	padding:7px 0;
	background:#333;
}

p.nocomments {
	margin:0 12px 0 7px;
}

p.nocomments a {
	color:#ddd;
	font-weight:700;
}

ol.pingslist {
	font-size:12px;
	margin:1.5em 2em;
}

.pingslist li {
	color:#7F7F7F;
	margin:0 0 7px;
}

#author,#email,#url,#comment {
	font:1em arial,helvetica,sans-serif;
	border-top:1px solid #BBB;
	padding:2px;
}

#comment {
	width:410px;
	overflow:auto;
}

#commentform p small {
	font-size:10px;
	color:#7F7F7F;
}

.liicon ul,.liiconpage ul {
	margin:0;padding:0;
}

.comment_text p,.comment_text ul,.comment_text ol,.comment_text blockquote,#commentform p {
	margin:1em 0;
}

.commentslist li.author a:hover,p.nocomments a:hover {
	color:#FFF;
}

.pingslist li a,#commentform p a {
	font-weight:700;
	background:url(images/dot.gif) repeat-x bottom left;
}
