/*
Theme Name: Marine
Theme URI: http://www.cannontrodder.net/
Description: I needed a theme for my blog
Version: 1.0
Author: cannontrodder
Author URI: http://www.cannontrodder.net/
*/

/* green is #546129
 grey is #dddddd */

/* css resest code
changes all tags to base settings to ensure cross-browser niceness
*/
/***** Global Settings *****/

html, body
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	font: 100%/1.25 "Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}


p, ul, ol
{
	margin: 0;
	padding: 0 0 0px 0;
}

ul, ol
{
	list-style: none;
/*	padding: 0 0 18px 40px;*/
}

small
{
	font-size: 0.85em;
}

img
{
	border: 0;
}

sup
{
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub
{
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr
{
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/***** Links *****/

a, a:visited
{
	text-decoration: none;
}

/***** Forms *****/

form
{
	margin: 0;
	padding: 0;
	display: inline;
}

input, select, textarea
{
	font: 1em arial, helvetica, sans-serif;
}

textarea
{
	line-height: 1.25;
}

label
{
	cursor: pointer;
}

/***** Tables *****/

table
{
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
}

table tr td
{
	padding: 2px;
}

/***** Wrapper *****/

#wrap
{
	width: 960px;
	margin: 0 auto;
}

/* end of reset code*/


/* now to build those tags I wish to use back up */

body
{
	margin-top: 20px;
	font-size: 1.0em;
	font-family: "Georgia","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	text-align: center;
	min-width: 600px;
	line-height: 1.4em;
	background-color: #546129; //#fee46d;
}

p
{
	padding-bottom: 1em;
}

a:link
{
	text-decoration: underline;
	color: #546129;
	font-weight: bold;
}

a:visited
{
	text-decoration: underline;
	color: #546129;
	font-weight: bold;
}


	
a img
{
	border: 2px solid #000000;
}

.more-link
{
	font-size: 0.8em;
}

blockquote
{
	padding-top: 0.9em;
	padding-left: 1em;
	padding-right: 1em;
	border-top: #546129 thin solid;
	border-bottom: #546129 thin solid;
	padding-bottom: 0px;
	color: #546129;
	background-color: #dddddd;
	font-style: italic;

	text-align: center;
}

/* BUTTONS */


button{
    margin:0 0px 0 0;
    background-color:#546129;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Verdana, sans-serif;
    font-size:100%;
    font-weight: bold;
    line-height:130%;
    text-decoration:underline;
    font-weight:bold;
    color:#dddddd;
    cursor:pointer;

}

button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type]{
    padding:5px 5px 5px 5px; /* Firefox */
    line-height:17px; /* Safari */
}

/* layout */



.spacer
{
	height: 0.5em;
}

#wrapper
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background-color: White;
}
/* image layout */

#armydude
{
	float: left;
	width:257px;
	clear: none;
	vertical-align: bottom;
	height: 213px;
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
}

#titletext
{
	float: left;
	width:677px;
	height:144px;
	background-image: url(images/header_02.jpg);
	background-repeat: no-repeat;
}

#subtitletext
{
	float:right;
	width:677px;
	height:26px;
	background-image: url(images/header_03.jpg);
	background-repeat: no-repeat;
}

#menubar
{
	float:left;
	width: 677px;
	height: 43px;
}

#divider
{
	clear: both;
	width: 950px;
	height: 20px;
	background-color: #546129;
}

input
{
		font-family: Verdana, Sans-Serif;
}

/* lists */

#menubar ul
{
	padding-top: 10px;
}

#menubar ul li
{
	display: inline;
}

#menubar ul li a
{
	font-size: 1.2em;
	text-transform: capitalize;
	font-variant: small-caps;
	padding-right: 1em;
}

/* look */

pre
{
	line-height: 1em;
	border: solid 1px #333333;
	background-color: #dddddd;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	padding: 1em 0 1em 1em;
}



.post_title
{
	font-size: 1.4em;
	margin-bottom: 10px;

}

.post_title a
{
	color:#546129;
	background-color: #dddddd;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-variant: small-caps;
}

.post_content
{
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.post_tag
{
	font-size: 0.7em;
	margin-bottom: 30px;
	text-align: right;
}


h1, h2, h3,h4
{
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 0.5em;
	color: #546129;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}



/* comments */

.comments_form
{
	font-size: 0.9em;
	display:none;

}

#comment-ask
{
	visibility:visible;
}

#comment
{
	width: 300px;
}

.comments_list
{
	border: #546129 thin solid;
	padding: 0.5em;
	clear: both;
}

#comments ol, #comments li
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-bottom: 0px;
}

.comments_author
{
	font-weight: bold;
	color: #546129;
	margin-bottom: 1em;
}

li.alt
{
	background-color: #DDDDDD;
}

/* sidebar */
#sidebar
{
	margin: 10px;
	float: right;
	width: 160px;
	background-color: #dddddd;
	font-size: 0.7em;
	line-height: 1.7em;
	border: solid 2px #546129;
}


ul,li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 0.5em;
	}

#search
{
	margin-left: auto; margin-right: auto; text-align: center;
	
}


#sidebar ul,#sidebar li
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-bottom: 0px;
}



#sidebar h2, #sidebar a
{
		padding-left: 10px;
		margin-bottom: 0px;
}

#sidebar h2
{
	background-color: #546129;
	color: #dddddd;
}


/* clearing floats really screws ie up */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* debug */
/*
#header{border: red 10px solid;}
#wrapper{border: green 10px solid;}
#content{border: blue 10px solid;}
#main{border: yellow 10px solid;}
#post_title{border: fuchsia 10px solid;}
#post_content{border: green 10px solid;}
#post_tag{border: maroon 10px solid;}
#sidebar{border: black 10px solid;}
#footer{border: red 10px solid;}
#armydude{border: black 10px solid;}
#gamertag{border: red 10px solid;}
*/
/* end debug */
