/*
Theme Name: Rolf SI
Description: A custom theme designed especially for Archie Underwood
Version: 0.1
Author: BinaryM Inc.

*/

/* @group RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
  border:0;
  width:0;
  height:0;
  overflow:hidden;
  clear:both;
}

/* @end */

/* @group GLOBALS */

body {
	line-height: 1;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	background:#ccc url(images/bg-body.png) bottom right no-repeat fixed;
}
	
/* @end */	

/* @group IDs */

#container {
    width: 940px;
    margin: 0 auto;
    background:#fff url(images/bg-top.png) 616px 0 no-repeat;
    padding:10px 20px;
}
#content {
    clear:both;
    border:2px solid #000;
    background:#fff url(images/bg-sidebar.png) bottom right no-repeat;
}
#logo {
    float:left;
    margin:-60px 0 0 -2px;
}
#tagline a {
    display:block;
    background:transparent url(images/h1.png) top left no-repeat;
    text-indent:-1000em;
    width:450px;
    height:60px;
    margin:4px 0 0 120px;
    float:left;
}
#quote {
    margin:5px 5px 0 0;
    padding:0;
    width:240px;
    font-size:80%;
    line-height:110%;
    color:#333;
    float:right;
    text-align:right;
}

#primaryContent {
    border-right:2px solid #77bf6e;
    width:740px;
    float:left;
}	
#secondaryContent {

    width:194px;
    float:left;
}	
#nav p {
    float:right;
    margin:0 5px 0 0;
    padding:0;
    text-align:right;
}	
#footer {
	clear: both;
}
	/* @end */	

/* @group TYPOGRAPHY */
	
a,
.fakelink {
	text-decoration: underline;
	font-weight: normal;
	color: #45b35c; }
	
a:hover,
.fakelink:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666; }

a.noline {
	text-decoration: none;
	color: #333; }

	
h1 {
	font-size: 2.9em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .055em; }
	
h2 { /* posts */
	font-size: 2.1em;
	text-decoration: none;
	margin: 1.0em 0em .2em 0em;
	line-height: 1.2em;
	color: #333; }

h2 a:link, h2 a:visited { /* posts */
	text-decoration: none;
	letter-spacing: -.04em;
	font-weight: bold; }
	
h2 a:hover { /* posts */
	text-decoration: underline; }
	
h3 {
	font-size: 1.4em;
	margin: 1.2em 0;
	font-weight: normal;	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
img {
	border: 0;	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em; 	}
	
ol, ul {
    margin:1em 3em;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
	/* @end */
	
	
	
/* @group NAV */

	
#nav ul {
    list-style:none;
    margin:0;  }
  
#nav li {
    font-size: 1.15em;
    display: inline;  
    padding: 0 15px;
    border-right:1px solid #333;
}

#nav li.page-item-116 {
    border-right:0;
}

#nav li a {
	text-decoration: underline;
	color: #45b35c; }
	
#nav li a:visited {
	color:#45b35c;	 }
  
#nav li a:hover {
	color:#300;
        text-decoration:none; }

#nav li.current_page_item a:link, #nav li.current_page_item a:visited, #nav li.current_page_item a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none; }


  	/* @end */
  	
/* @group Sidebar */

#secondaryContent ul {
    margin:0 0 10px 15px;
}
.session {
    font-size:110%;
    color:#333;
}

  	/* @end */

	
/* @group FOOTER */

#footer {
	color: #999;
	margin: 0 auto;
	padding: 10px 0 0 0; }
	
#footer a:link, #footer a:visited {
	color: #999; }
	
#footer p {
    text-align:center;
	font-size: .9em;
	padding: 0;
	margin: 0; }
	
	/* @end */

/* @group Wordpress */

.textwidget {
	margin-bottom:20px;
	margin-top:20px; }
                
.clear {
	clear: both; }
	
#tags {
    margin-bottom:35px; }
    
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	text-align:center;
}

img.alignright {
    border:5px solid #666;
    margin:0 0 10px 20px;

}
img.alignleft {
    border:5px solid #666;
    margin:0 20px 10px 0;   
}

/* @end */

/* @group Misc */

.gutter {
    padding:4px 10px;
}
.float {
    width:320px;
    height:260px;
    margin-left:20px;
    float:left;
    overflow:hidden;
    border-top:1px solid #ccc;
}

#homebox {
    float:left;
    width:720px;
    margin-bottom:5px;
    border-bottom:2px solid #44B25B;
    background:transparent url(images/bg-vertline.png) center center repeat-y;
}
#homebox > div {
    width:360px;
    float:left;
}

.fifty {
    width:50%;
    float:left;
}

.cform textarea,
.cform input {
	width:250px; 
}
.cform select {
	width:258px; /* attempt to have equal length */
}  

/* @end */
